Fix missing newline in test output
[platform/upstream/glibc.git] / ChangeLog
1 2014-07-09  Andreas Schwab  <schwab@suse.de>
2
3         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
4         output.
5         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
6         (do_test): Likewise.
7
8         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9
10 2014-07-09  Will Newton  <will.newton@linaro.org>
11
12         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
13         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
14         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
15         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
16         * sysdeps/hppa/start.S (_start): Likewise.
17
18 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
19
20         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
21
22         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
23         defined.
24
25 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
26
27         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
28         after checking that it is non-NULL.
29
30         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
31
32 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33
34         * sysdeps/powerpc/memmove.c: Remove file.
35         * sysdeps/powerpc/powerpc32/power4/memcopy.h
36         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
37         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
38         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
39         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
40         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
41         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
42         string memmove instead of removed powerpc one.
43
44         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
45         [weak_alias]: Fix compiler warning due trailing data.
46         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
47         [weak_alias]: Likewise.
48         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
49         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
50
51         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
52         (__libc_ifunc_impl_list): Add memmove functions.
53
54 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
55
56         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
57         Remove code.
58         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
59         Likewise
60         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
61         Likewise
62         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
63         Likewise
64         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
65         Likewise
66         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
67         Likewise
68         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
69         Likewise
70         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
71         Likewise
72         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
73         Likewise
74         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
75         Likewise
76         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
77         Likewise
78         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
79         Likewise
80         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
81         Likewise
82         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
83         Likewise
84         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
85         Likewise
86         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
87         Likewise
88         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
89         Likewise
90
91 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
92
93         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
94         to avoid alignment traps in non-cacheable memory.
95         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
96
97         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
98         multiarch objects.
99         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
100         file: multiarch power7 memmove.
101         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
102         multiarch default memmove.
103         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
104         multiarch memove for powerpc32/power4.
105
106         * string/bcopy.c: Use full path to include memmove.c.
107         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
108         multiarch objects.
109         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
110         bcopy for powerpc64.
111         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
112         bcopy for powerpc64.
113         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
114         and memmove implementations.
115         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
116         optimized multiarch memmove for POWER7/powerpc64.
117         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
118         default multiarch memmove for powerpc64.
119         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
120         multiarch for powerpc64.
121         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
122         for POWER7/powerpc64.
123         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
124         memmove for POWER7/powerpc64.
125
126         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
127         glibc default one.
128
129         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
130         __ELF_NATIVE_CLASS equal to 64.
131
132 2014-07-07  Roland McGrath  <roland@hack.frob.com>
133
134         * sysdeps/nptl/lowlevellock.h: File removed.
135
136         * NEWS: NPTL is no longer an add-on!
137         * nptl/internaltypes.h: Moved ...
138         * sysdeps/nptl/internaltypes.h: ... here.
139         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
140         * sysdeps/nptl/fork.c: Likewise.
141         * sysdeps/nptl/gai_misc.h: Likewise.
142         * sysdeps/nptl/librt-cancellation.c: Likewise.
143         * sysdeps/nptl/jmp-unwind.c: Likewise.
144         * sysdeps/nptl/setxid.h: Likewise.
145         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
146         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
147         * sysdeps/unix/sysv/linux/arm/Implies: New file.
148         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
149         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
150         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
151         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
152         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
153         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
154         * sysdeps/unix/sysv/linux/mips/Implies: New file.
155         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
156         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
157         * sysdeps/unix/sysv/linux/sh/Implies: New file.
158         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
159         * sysdeps/unix/sysv/linux/tile/Implies: New file.
160         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
161         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
162         * nptl/Makeconfig: Moved ...
163         * sysdeps/nptl/Makeconfig: ... here.
164         * nptl/configure: File removed.
165         * nptl/ANNOUNCE: File removed.
166         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
167         * sysdeps/unix/sysv/linux/configure: Regenerated.
168
169         * nptl/Makefile (routines): Add libc_pthread_init,
170         libc_multiple_threads, register-atfork and unregister-atfork.
171         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
172         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
173         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
174         pthread-pi-defines.sym, structsem.sym.
175         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
176         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
177         [$(subdir) = nptl] (tests): Add tst-setgetname.
178         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
179         * sysdeps/unix/sysv/linux/sigaction.c: Just include
180         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
181         [!LIBC_SIGACTION]: Remove aliases.
182         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
183         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
184         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
185         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
186         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
187         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
188         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
189         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
190         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
191         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
192         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
193         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
194         __libc_allocate_rtsig_private.
195         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
196         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
197         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
198         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
199         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
200         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
201         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
202         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
203         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
204         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
205         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
206         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
207         * nptl/internaltypes.h: ... here.
208         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
209         * sysdeps/nptl/jmp-unwind.c: ... here.
210         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
211         * nptl/libc-lowlevellock.c: ... here.
212         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
213         * nptl/libc_multiple_threads.c: ... here.
214         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
215         * nptl/libc_pthread_init.c: ... here.
216         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
217         * nptl/lowlevelbarrier.sym: ... here.
218         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
219         * nptl/lowlevelcond.sym: ... here.
220         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
221         * nptl/lowlevellock.c: ... here.
222         * nptl/lowlevellock.h: Moved ...
223         * sysdeps/nptl/lowlevellock.h: ... here.
224         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
225         * nptl/lowlevelrobustlock.c: ... here.
226         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
227         * nptl/lowlevelrobustlock.sym: ... here.
228         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
229         * nptl/lowlevelrwlock.sym: ... here.
230         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
231         * nptl/pt-fork.c: ... here.
232         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
233         * nptl/pthread-pi-defines.sym: ... here.
234         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
235         * nptl/pthread_attr_getaffinity.c: ... here.
236         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
237         * nptl/pthread_attr_setaffinity.c: ... here.
238         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
239         * nptl/pthread_mutex_cond_lock.c: ... here.
240         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
241         Update #include.
242         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
243         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
244         * nptl/pthread_once.c: ... here, replacing old file.
245         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
246         * nptl/pthread_yield.c: ... here.
247         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
248         * nptl/register-atfork.c: ... here.
249         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
250         * nptl/sem_post.c: ... here.
251         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
252         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
253         * nptl/sem_timedwait.c: ... here.
254         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
255         * nptl/sem_trywait.c: ... here.
256         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
257         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
258         * nptl/sem_wait.c: ... here.
259         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
260         * nptl/structsem.sym: ... here.
261         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
262         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
263         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
264         * nptl/unregister-atfork.c: ... here.
265         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
266         * nptl/unwindbuf.sym: ... here.
267         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
268         * sysdeps/nptl/fork.c: ... here.
269         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
270         * sysdeps/nptl/fork.h: ... here.
271         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
272         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
273         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
274         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
275         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
276         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
277         * sysdeps/unix/sysv/linux/getpid.c: ... here.
278         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
279         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
280         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
281         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
282         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
283         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
284         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
285         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
286         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
287         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
288         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
289         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
290         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
291         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
292         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
293         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
294         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
295         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
296         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
297         * sysdeps/unix/sysv/linux/raise.c: ... here.
298         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
299         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
300         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
301         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
302         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
303         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
304         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
305         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
306         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
307         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
308         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
309         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
310         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
311         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
312         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
313
314 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
315
316         * sysdeps/generic/memcopy.h: Add comment for
317         MEMCPY_OK_FOR_FWD_MEMMOVE.
318
319 2014-07-04  Will Newton  <will.newton@linaro.org>
320
321         * string/memchr.c: Merge from gnulib.
322         [_LIBC]: Remove conditionals.
323         (__ptr_t): Remove define.
324         (LONG_MAX_32_BITS): Likewise.
325         (LONG_MAX): Likewise.
326         (MEMCHR): Use ANSI prototype and optimize algorithm.
327
328         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
329
330 2014-07-03  Roland McGrath  <roland@hack.frob.com>
331
332         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
333         (lll_futex_timed_wait_bitset): Fix syscall argument count.
334
335         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
336         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
337         in a bare environment with no <stdlib.h> installed.
338         * sysdeps/nptl/configure: Regenerated.
339
340         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
341
342         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
343         AC_EGREP_CPP for kernel header checks, so they only succeed if
344         including <linux/version.h> actually works right.
345         * sysdeps/unix/sysv/linux/configure: Regenerated.
346
347         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
348         value so it's not diagnosed as unused.
349
350         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
351         thing) with "ifeq ($(subdir),rt)".
352
353 2014-07-03  Richard Henderson  <rth@redhat.com>
354
355         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
356         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
357         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
358
359         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
360         (math_force_eval): New.
361
362         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
363         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
364
365         * sysdeps/alpha/fpu/s_round.c: Remove file.
366         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
367
368         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
369         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
370         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
371         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
372         (_dl_start, print_statistics): Likewise.
373         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
374         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
375
376         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
377         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
378         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
379         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
380         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
381         (HP_SMALL_TIMING_AVAIL): Define.
382         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
383         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
384         (HP_SMALL_TIMING_AVAIL): Define.
385         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
386         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
387
388         * sysdeps/aarch64/hp-timing.h: New file.
389
390         * sysdeps/generic/hp-timing.h: Remove dead comment.
391         * sysdeps/generic/hp-timing-common.h: New file.
392         * sysdeps/alpha/hp-timing.h: Include it.
393         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
394         * sysdeps/i386/i686/hp-timing.h: Likewise.
395         * sysdeps/ia64/hp-timing.h: Likewise.
396         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
397         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
398         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
399         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
400         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
401         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
402         (hp_timing_t): New.
403
404         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
405         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
406         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
407         * elf/rtld.c (_dl_start_final): Likewise.
408         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
409         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
410         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
411         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
412         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
413         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
414         (HP_TIMING_DIFF_INIT): Remove.
415         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
416         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
417         (HP_TIMING_DIFF_INIT): Remove.
418         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
419         * sysdeps/i386/i686/hp-timing.c: Remove file.
420         * sysdeps/x86_64/hp-timing.c: Remove file.
421         * sysdeps/ia64/hp-timing.c: Remove file.
422         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
423         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
424         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
425         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
426
427         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
428         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
429         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
430         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
431         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
432         (HP_TIMING_ACCUM): Remove.
433         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
434         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
435         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
436
437         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
438         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
439         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
440         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
441         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
442         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
443         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
444         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
445
446         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
447
448 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
449
450         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
451
452 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
453
454         Sync up with gettext.
455         * intl/loadmsgcat.c: Define O_BINARY if not defined.
456         [_MSC_VER]: Include malloc.h
457         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
458         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
459         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
460         TEMP_FAILURE_RETRY.  Cast return of alloca.
461         [!_LIBC] Call gl_rwlock_init.
462         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
463
464 2014-07-02  Roland McGrath  <roland@hack.frob.com>
465
466         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
467         before checking its value.
468
469 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
470
471         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
472
473         * debug/memcpy_chk.c: Don't include pagecopy.h.
474         * debug/mempcpy_chk.c: Likewise.
475         * string/memcpy.c: Likewise.
476         * string/memmove.c: Likewise.
477         * sysdeps/powerpc/memmove.c: Likewise.
478         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
479         definition of PAGE_COPY_FWD_MAYBE here...
480         * sysdeps/generic/pagecopy.h: ... from here.
481         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
482
483 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
484             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
485
486         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
487         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
488         optimizations.
489         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
490         (__libc_ifunc_impl_list): Likewise.
491         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
492         multiarch strcat for PPC64.
493         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
494         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
495
496 2014-07-02  Roland McGrath  <roland@hack.frob.com>
497
498         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
499
500 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
501
502         * intl/loadmsgcat.c: Remove declaration of
503         get_sysdep_segment_value.
504         (get_sysdep_segment_value): Use ISO C style.
505         (_nl_load_domain): Use ISO C style.  Get rid of redundant
506         semicolon.  Fix typo and formatting in comment.
507         (_nl_unload_domain): Use ISO C style.
508
509         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
510
511 2014-07-02  Will Newton  <will.newton@linaro.org>
512
513         * malloc/obstack.c: Merge from gnulib master.
514         [HAVE_CONFIG_H]: Remove conditional code.
515         [!_LIBC]: Include config.h.
516         [!ELIDE_CODE]: Don't include inttypes.h, include
517         stdint.h unconditionally.
518         (print_and_abort): Mark as _Noreturn.
519         (_obstack_allocated_p): Mark as __attribute_pure__.
520         (obstack_free): Rename to __obstack_free.
521         [!__attribute__]: Remove conditional code.
522         * malloc/obstack.h: Merge from gnulib master.
523         [__cplusplus]: Move conditional down.
524         [!__attribute_pure__]: Define __attribute_pure__ here
525         if it is not already defined.
526         (_obstack_memory_used): Mark as __attribute_pure__.
527         [!__obstack_free]: Define as obstack_free.
528         [__GNUC__]: Remove check for ancient NeXT gcc.
529
530 2014-07-02  Will Newton  <will.newton@linaro.org>
531             Paul Eggert  <eggert@cs.ucla.edu>
532
533         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
534
535 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
536
537         * resolv/gethnamaddr.c: Add comment warning that the file is
538         not maintained.
539
540 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
541
542         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
543         entries.
544
545         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
546         entry for aio_cancel and aio_cancel64.
547         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
548         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
549         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
550         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
551         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
552         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
553         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
554         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
555         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
556         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
557         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
558         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
559         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
560
561 2014-07-01  Roland McGrath  <roland@hack.frob.com>
562
563         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
564         * nptl/pthread_mutex_lock.c: Likewise.
565         * nptl/pthread_mutex_timedlock.c: Likewise.
566         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
567
568 2014-07-01  Richard henderson  <rth@redhat.com>
569
570         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
571         (__isnan, __isnanl): Remove.
572         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
573
574         * sysdeps/alpha/fpu/libm-test-ulps: Update.
575
576 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
577
578         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
579
580 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
581
582         * resolv/nss_dns/dns-host.c (getanswer_r)
583         [MULTI_PTRS_ARE_ALIASES]: Remove code.
584
585 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
586
587         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
588         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
589         undefine.
590         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
591         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
592
593 2014-07-01  Roland McGrath <roland@hack.frob.com>
594
595         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
596         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
597
598         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
599         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
600
601         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
602         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
603         ... here.
604         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
605         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
606
607         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
608         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
609         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
610         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
611
612         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
613         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
614         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
615         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
616         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
617         Moved ...
618         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
619         ... here.
620         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
621         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
622         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
623         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
624         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
625         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
626         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
627         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
628         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
629         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
630         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
631         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
632         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
633         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
634         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
635         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
636         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
637         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
638         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
639         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
640         ... here.
641         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
642         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
643         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
644         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
645         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
646         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
647         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
648         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
649
650 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
651
652         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
653         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
654         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
655         Add sysdep.
656
657 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
658
659         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
660
661 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
662
663         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
664         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
665
666         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
667
668         * sysdeps/arm/libm-test-ulps: Regenerated.
669
670 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
671             Roland McGrath <roland@hack.frob.com>
672
673         * test-skeleton.c (signal_handler): Kill the whole process group
674         before killing the child individually.
675         (main): Report any failure on `setpgid'.
676
677 2014-06-30  Roland McGrath  <roland@hack.frob.com>
678
679         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
680         from _TLS_H to _ARM_NPTL_TLS_H.
681         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
682         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
683
684 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
685
686         [BZ #16539]
687         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
688         (__expm1l): Return argument unchanged when small but not
689         subnormal.
690
691         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
692         include macro name.
693         (_FP_UNPACK_RAW_1_P): Likewise.
694         (_FP_PACK_RAW_1): Likewise.
695         (_FP_PACK_RAW_1_P): Likewise.
696         (_FP_MUL_MEAT_1_wide): Likewise.
697         (_FP_MUL_MEAT_DW_1_hard): Likewise.
698         (_FP_MUL_MEAT_1_hard): Likewise.
699         (_FP_DIV_MEAT_1_imm): Likewise.
700         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
701         (_FP_DIV_MEAT_1_udiv): Likewise.
702         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
703         (_FP_UNPACK_RAW_2): Likewise.
704         (_FP_UNPACK_RAW_2_P): Likewise.
705         (_FP_PACK_RAW_2): Likewise.
706         (_FP_PACK_RAW_2_P): Likewise.
707         (_FP_MUL_MEAT_DW_2_wide): Likewise.
708         (_FP_MUL_MEAT_2_wide): Likewise.
709         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
710         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
711         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
712         (_FP_MUL_MEAT_2_gmp): Likewise.
713         (_FP_DIV_MEAT_2_udiv): Likewise.
714         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
715         (_FP_FRAC_SRL_4): Likewise.
716         (_FP_FRAC_SRST_4): Likewise.
717         (_FP_FRAC_SRS_4): Likewise.
718         (_FP_UNPACK_RAW_4): Likewise.
719         (_FP_UNPACK_RAW_4_P): Likewise.
720         (_FP_PACK_RAW_4): Likewise.
721         (_FP_PACK_RAW_4_P): Likewise.
722         (_FP_MUL_MEAT_DW_4_wide): Likewise.
723         (_FP_MUL_MEAT_4_wide): Likewise.
724         (_FP_MUL_MEAT_4_gmp): Likewise.
725         (umul_ppppmnnn): Likewise.
726         (_FP_DIV_MEAT_4_udiv): Likewise.
727         (__FP_FRAC_ADD_4): Likewise.
728         (__FP_FRAC_SUB_3): Likewise.
729         (__FP_FRAC_SUB_4): Likewise.
730         (__FP_FRAC_DEC_3): Likewise.
731         (__FP_FRAC_DEC_4): Likewise.
732         (__FP_FRAC_ADDI_4): Likewise.
733         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
734         (_FP_FRAC_SRL_8): Likewise.
735         (_FP_FRAC_SRS_8): Likewise.
736
737         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
738         include macro name.
739         (FP_UNPACK_RAW_EP): Likewise.
740         (FP_PACK_RAW_E): Likewise.
741         (FP_PACK_RAW_EP): Likewise.
742         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
743         (_FP_ISSIGNAN): Likewise.
744         (_FP_ADD_INTERNAL): Likewise.
745         (_FP_FMA): Likewise.
746         (_FP_CMP): Likewise.
747         (_FP_SQRT): Likewise.
748         (_FP_TO_INT): Likewise.
749         (_FP_FROM_INT): Likewise.
750         (FP_EXTEND): Likewise.
751         (_FP_DIV_MEAT_N_loop): Likewise.
752
753 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
754
755         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
756         throughout.
757
758 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
759
760         [BZ #17097]
761         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
762         result with correct sign in case of exponents that produce
763         overflow except for X very close to 1.
764
765 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
766
767         mktime: merge #if/#ifdef usage from glibc
768         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
769         as that works with both Glibc's and Gnulib's style.
770         See thread starting at Siddhesh Poyarekar's bug report at:
771         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
772
773 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
774
775         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
776         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
777         * sysdeps/tile/tilegx/memmove.c: Remove file.
778
779 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
780
781         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
782         abi-name definition.
783         * scripts/soversions.awk: Do not handle or generate ABI lines.
784         * shlib-versions: Remove ABI entries.
785         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
786         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
787
788 2014-06-27  Roland McGrath  <roland@hack.frob.com>
789
790         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
791         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
792         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
793         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
794         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
795         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
796         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
797         Moved ...
798         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
799         ... here.
800         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
801         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
802         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
803         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
804         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
805         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
806         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
807         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
808         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
809         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
810         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
811         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
812         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
813         Moved ...
814         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
815         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
816         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
817         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
818         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
819         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
820         Moved ...
821         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
822         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
823         Moved ...
824         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
825         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
826         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
827         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
828         Moved ...
829         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
830         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
831         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
832         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
833         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
834         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
835         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
836         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
837         Moved ...
838         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
839         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
840         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
841         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
842         Moved ...
843         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
844         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
845         Moved ...
846         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
847         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
848         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
849         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
850         Moved ...
851         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
852         ... here.
853         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
854         Identical file removed.
855         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
856         Moved ...
857         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
858         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
859         Identical file removed.
860         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
861         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
862         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
863         Moved ...
864         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
865         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
866         Identical file removed.
867         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
868         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
869         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
870         Identical file removed.
871         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
872         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
873         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
874         Identical file removed.
875         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
876         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
877         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
878         Identical file removed.
879         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
880         Moved ...
881         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
882         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
883         Identical file removed.
884         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
885         Moved ...
886         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
887         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
888         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
889         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
890         Identical file removed.
891         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
892         Moved ...
893         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
894         ... here.
895         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
896         Identical file removed.
897         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
898         Moved ...
899         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
900         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
901         Identical file removed.
902         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
903         Moved ...
904         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
905         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
906         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
907         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
908         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
909         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
910         Moved ...
911         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
912         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
913         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
914
915         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
916         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
917         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
918         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
919         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
920
921 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
922
923         [BZ #17092]
924         * nscd/nscd.c (monitor_child): Return exit status of child
925         instead of return value from wait syscall.
926
927 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
928
929         * configure.ac (libc_commonpagesize): Remove variable.
930         (libc_relro_required): Likewise.
931         (libc_cv_z_relro): Remove configure test.
932         * configure: Regenerated.
933         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
934         variable.
935         (libc_relro_required): Likewise.
936         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
937         (libc_relro_required): Likewise.
938         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
939         (libc_relro_required): Likewise.
940         * sysdeps/arm/preconfigure: Regenerated.
941         * sysdeps/ia64/preconfigure: Remove file.
942         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
943         variable.
944         (libc_relro_required): Likewise.
945
946         [BZ #16561]
947         [BZ #16562]
948         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
949         (__ieee754_yn): Set FE_TONEAREST mode internally and then
950         recompute overflowing results in original rounding mode.
951         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
952         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
953         recompute overflowing results in original rounding mode.
954         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
955         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
956         recompute overflowing results in original rounding mode.
957         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
958         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
959         recompute overflowing results in original rounding mode.
960         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
961         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
962         recompute overflowing results in original rounding mode.
963         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
964         (libc_feholdsetround_ctx): New macro.
965         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
966         * sysdeps/i386/fpu/libm-test-ulps: Update.
967         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
968
969 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
970
971         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
972         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
973         corresponding .cpsetup call.
974
975 2014-06-26  Roland McGrath  <roland@hack.frob.com>
976
977         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
978         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
979         * sysdeps/arm/Makefile [$(subdir) = csu]
980         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
981         (static-only-routines): Add aeabi_read_tp here.
982         (shared-only-routines): Add libc-aeabi_read_tp here.
983         (CFLAGS-libc-start.c): Add -fexceptions here.
984         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
985         (sysdep_routines, static-only-routines, shared-only-routines):
986         Don't add to these here.
987         (CFLAGS-libc-start.c): Likewise.
988
989         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
990         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
991         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
992         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
993         * sysdeps/arm/Makefile [$(subdir) = rt]
994         (librt-sysdep_routines, librt-shared-only-routines):
995         Append rt-aeabi_unwind_cpp_pr1 here.
996         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
997         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
998         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
999         (libpthread-sysdep_routines, libpthread-shared-only-routines):
1000         Append nptl-aeabi_unwind_cpp_pr1 here.
1001         (tests): Filter out tst-cleanupx4 here.
1002         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
1003         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
1004         Don't do those here.
1005
1006 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1007
1008         * scripts/list-sources.sh: Do not handle ports specially.
1009
1010 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1011
1012         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
1013         * sysdeps/arm/feupdateenv.c: Likewise.
1014
1015         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
1016
1017 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1018
1019         * manual/texinfo.tex: Update to version 2014-05-05.10 with
1020         trailing whitespace removed.
1021         * scripts/config.guess: Update to version 2014-03-23.
1022         * scripts/config.sub: Update to version 2014-05-01
1023         * scripts/install-sh: Update to version 2013-12-25.23.
1024         * scripts/move-if-change: Update from gnulib.
1025
1026 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1027
1028         * debug/memmove_chk.c: Remove pagecopy.h include.
1029
1030 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
1031
1032         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
1033         identical to gnulib mktime.
1034
1035 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1036
1037         * configure.ac: Do not test for machine being rs6000.  Do not test
1038         for powerpc*-*soft.
1039         * configure: Regenerated.
1040
1041         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
1042         test.
1043         * configure: Regenerated.
1044         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
1045         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
1046         Remove configure test.
1047         * sysdeps/arm/configure: Regenerated.
1048         * sysdeps/nptl/configure.ac: Do not check
1049         libc_cv_asm_cfi_directives.
1050         * sysdeps/nptl/configure: Regenerated.
1051         * sysdeps/x86_64/nptl/configure.ac: Remove file.
1052         * sysdeps/x86_64/nptl/configure: Remove generated file.
1053         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
1054         unconditional.
1055         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
1056
1057 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1058
1059         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
1060         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
1061         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
1062         it is defined.
1063
1064         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
1065         instead of whether it is defined.
1066         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
1067         * sysdeps/hppa/dl-machine.h: Likewise.
1068         * sysdeps/ia64/dl-machine.h: Likewise.
1069         * sysdeps/m68k/dl-machine.h: Likewise.
1070         * sysdeps/microblaze/dl-machine.h: Likewise.
1071         * sysdeps/mips/dl-machine.: Likewise.
1072         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
1073         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
1074         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
1075         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
1076         * sysdeps/sh/dl-machine.h: Likewise.
1077         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1078         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
1079         * sysdeps/tile/dl-machine.h: Likewise.
1080         * sysdeps/x86_64/dl-machine.h: Likewise.
1081
1082         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
1083         code.
1084         (verify_persistent_db): Likewise.
1085
1086 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1087
1088         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
1089         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
1090         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
1091         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
1092         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
1093         Moved ...
1094         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
1095         ... here.
1096         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
1097         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
1098         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
1099         Identical file removed.
1100         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
1101         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
1102         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
1103         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
1104         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
1105         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
1106         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
1107         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
1108         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
1109         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
1110         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
1111         Moved ...
1112         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
1113         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
1114         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
1115         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
1116         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
1117         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
1118         Moved ...
1119         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
1120         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
1121         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
1122         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
1123         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
1124         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
1125         Identical file removed.
1126         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
1127         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
1128         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
1129         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
1130         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
1131         Moved ...
1132         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
1133         ... here.
1134         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
1135         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
1136         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
1137         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
1138         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
1139         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
1140         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
1141         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
1142         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
1143         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
1144         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
1145         Moved ...
1146         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
1147         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
1148         Moved ...
1149         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
1150         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
1151         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
1152         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
1153         Moved ...
1154         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
1155         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
1156         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
1157
1158         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
1159         folded into ...
1160         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
1161         * sysdeps/unix/sysv/linux/s390/Versions
1162         (libpthread: GLIBC_2.19): New version set.
1163         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
1164         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
1165         (librt: GLIBC_2.3.3): New version set.
1166         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
1167         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
1168         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
1169         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
1170         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
1171         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
1172         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
1173         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
1174         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
1175         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
1176         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
1177         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
1178         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
1179         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
1180         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
1181         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
1182         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
1183         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
1184         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
1185         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
1186         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
1187         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
1188         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
1189         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
1190         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
1191         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
1192         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
1193         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
1194         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
1195         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
1196         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
1197         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
1198         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
1199         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
1200         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
1201         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
1202         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
1203         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
1204         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
1205         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
1206         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
1207         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
1208         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
1209         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
1210         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
1211
1212         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
1213         * sysdeps/unix/sysv/linux/s390/s390-32/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         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
1218         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
1219         (__libc_vfork): Define the function under this name.
1220         [!NOT_IN_libc] (__vfork): Make this an alias.
1221         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
1222         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
1223         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
1224         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
1225         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
1226         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
1227
1228         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
1229         code that was previously under [RESET_PID].
1230         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
1231         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
1232         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
1233
1234         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
1235         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
1236         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
1237         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
1238         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
1239         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
1240         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
1241         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
1242         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
1243         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
1244         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
1245         Moved ...
1246         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
1247         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
1248         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
1249         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
1250         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
1251         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
1252         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
1253         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
1254         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
1255         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
1256         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
1257         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
1258         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
1259         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
1260         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
1261         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
1262         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
1263         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
1264         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
1265         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
1266         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
1267         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
1268         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
1269         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
1270         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
1271         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
1272         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
1273         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
1274         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
1275
1276 2014-06-25  Roland McGrath  <roland@hack.frob.com>
1277
1278         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
1279         that was previously under [RESET_PID].
1280         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
1281
1282 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
1283
1284         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
1285         not undefine and redefine.
1286         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
1287         [O_CLOEXEC]: Make code unconditional.
1288         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
1289         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
1290         <kernel-features.h>.
1291         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
1292         conditional variable definition.
1293         (shm_open) [O_CLOEXEC]: Make code unconditional.
1294         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
1295         code.
1296
1297         * configure.ac (USE_REGPARMS): Don't define here.
1298         * configure: Regenerated.
1299         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
1300         * sysdeps/i386/configure: Regenerated.
1301
1302         * nptl/createthread.c: Don't include kernel-features.h.
1303         * nptl/pthread_cancel.c: Likewise.
1304         * nptl/pthread_condattr_setclock.c: Likewise.
1305         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
1306         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
1307         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
1308         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
1309         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
1310         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
1311         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1312         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
1313         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1314         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
1315         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
1316         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
1317         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
1318         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
1319         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
1320         * nscd/gai.c: Likewise.
1321         * nss/nss_db/db-open.c: Likewise.
1322         * sysdeps/generic/ldsodefs.h: Likewise.
1323         * sysdeps/sh/nptl/tls.h: Likewise.
1324         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
1325         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
1326         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
1327         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
1328         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
1329         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
1330         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
1331         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1332         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
1333         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
1334         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
1335         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
1336         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
1337         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
1338         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
1339         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
1340         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
1341         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
1342         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
1343         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
1344         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
1345         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
1346         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
1347         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
1348         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
1349         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
1350         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
1351         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
1352         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1353         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
1354         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
1355         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
1356         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
1357         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
1358         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
1359         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1360         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
1361         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
1362         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
1363         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
1364         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
1365         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
1366         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
1367         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
1368         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
1369         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
1370         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
1371         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
1372         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
1373         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
1374         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1375         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
1376         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
1377         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1378         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
1379         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
1380         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
1381         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
1382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
1383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
1384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
1385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
1386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
1387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
1388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
1389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
1390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
1391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
1392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
1393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
1394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
1395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
1396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
1397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
1398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
1399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
1400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
1401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
1402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
1403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
1404         * sysdeps/unix/sysv/linux/pread.c: Likewise.
1405         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
1406         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
1407         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
1408         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
1409         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
1410         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
1411         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
1412         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
1413         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
1414         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
1415         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
1416         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
1417         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
1418         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
1419         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
1420         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
1421         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
1422         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
1423         * sysdeps/unix/sysv/linux/system.c: Likewise.
1424         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
1425         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
1426         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
1427         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
1428         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
1429         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
1430         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
1431
1432         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
1433         * configure: Regenerated.
1434         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
1435
1436         * configure.ac (base_machine): Do not set specially for particular
1437         machines here.
1438         * configure: Regenerated.
1439         * sysdeps/powerpc/preconfigure: Move machine and base_machine
1440         settings from configure.ac.
1441         * sysdeps/i386/preconfigure: New file.
1442         * sysdeps/s390/preconfigure: Likewise.
1443         * sysdeps/sh/preconfigure: Likewise.
1444         * sysdeps/sparc/preconfigure: Likewise.
1445
1446 2014-06-25  Roland McGrath  <roland@hack.frob.com>
1447
1448         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
1449         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
1450         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
1451         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
1452         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
1453         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
1454         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
1455         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
1456         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
1457         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
1458         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
1459         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
1460         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
1461         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
1462         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
1463         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
1464         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
1465         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
1466         * sysdeps/sparc/sparc64/Makefile: ... appended here.
1467
1468         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
1469         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
1470         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
1471         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
1472         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
1473         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
1474         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
1475         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
1476         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
1477         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
1478         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
1479         * sysdeps/sparc/sparc32/sem_post.c: ... here.
1480         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
1481         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
1482         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
1483         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
1484         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
1485         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
1486         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
1487         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
1488         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
1489         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
1490         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
1491         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
1492         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
1493         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
1494         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
1495         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
1496         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
1497         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
1498         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
1499         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
1500         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
1501         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
1502         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
1503         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
1504         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
1505         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
1506
1507         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
1508         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
1509         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
1510         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
1511         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
1512         Moved ...
1513         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
1514         ... here.
1515         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
1516         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
1517         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
1518         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
1519         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
1520         Moved ...
1521         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
1522         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
1523         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
1524         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
1525         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
1526         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
1527         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
1528         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
1529         Moved ...
1530         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
1531         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
1532         Moved ...
1533         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
1534         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
1535         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
1536         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
1537         Moved ...
1538         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
1539         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
1540         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
1541         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
1542         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
1543         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
1544         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
1545         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
1546         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
1547         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
1548         Moved ...
1549         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
1550         ... here.
1551         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
1552         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
1553         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
1554         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
1555         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
1556         Moved ...
1557         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
1558         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
1559         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
1560         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
1561         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
1562         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
1563         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
1564         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
1565         Moved ...
1566         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
1567         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
1568         Moved ...
1569         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
1570         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
1571         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
1572         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
1573         Moved ...
1574         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
1575         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
1576         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
1577         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
1578         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
1579
1580 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
1581
1582         * timezone/checktab.awk: Update from tzcode 2014e.
1583         * timezone/private.h: Likewise.
1584         * timezone/tzfile.h: Likewise.
1585         * timezone/zdump.c: Likewise.
1586         * timezone/zic.c: Likewise.
1587
1588         * sysdeps/unix/sysv/linux/kernel-features.h
1589         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
1590         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
1591         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
1592         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
1593         Remove conditional code.
1594
1595 2014-06-25  Will Newton  <will.newton@linaro.org>
1596
1597         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
1598         (_dl_arm_cap_flags): Add HWCAP2 values.
1599         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
1600         (_DL_HWCAP_COUNT): Increase to 37.
1601         (_DL_HWCAP_LAST): New define.
1602         (_DL_HWCAP2_LAST): New define.
1603         (_dl_procinfo): Add support for printing
1604         AT_HWCAP2 entries.
1605         (_dl_string_hwcap): Use _dl_hwcap_string.
1606
1607 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1608
1609         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1610
1611 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
1612
1613         * README: Do not mention ports directory.
1614
1615         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
1616         Remove macro.
1617         * sysdeps/unix/sysv/linux/futimes.c: Do not include
1618         <kernel-features.h>.
1619         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
1620         conditional variable definition.
1621         (__futimes): Update comment.
1622         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
1623         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
1624
1625         [BZ #16560]
1626         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
1627         arguments close to 0.
1628         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
1629         Likewise.
1630         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
1631         Likewise.
1632         * math/auto-libm-test-in: Add more tests of exp10.
1633         * math/auto-libm-test-out: Regenerated.
1634         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1635
1636         * sysdeps/unix/sysv/linux/kernel-features.h
1637         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
1638         * sysdeps/unix/sysv/linux/readv.c: Do not include
1639         <kernel-features.h>.
1640         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
1641         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
1642         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
1643         unconditional.
1644         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
1645         conditional code.
1646         * sysdeps/unix/sysv/linux/writev.c: Do not include
1647         <kernel-features.h>.
1648         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
1649         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
1650         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
1651         unconditional.
1652         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
1653         conditional code.
1654
1655 2014-06-25  Will Newton  <will.newton@linaro.org>
1656
1657         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
1658         comment changes throughout the file.  Remove checks
1659         for HAVE_*_H definitions that are not required.
1660         (__gen_tempname): Call abort if an unknown kind value is
1661         passed.
1662
1663 2014-06-25  Andreas Schwab  <schwab@suse.de>
1664
1665         [BZ #17086]
1666         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
1667         scalbln, scalblnf, scalblnl in libc.
1668
1669 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1670
1671         [BZ #17086]
1672         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
1673         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
1674         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
1675
1676 2014-06-24  Roland McGrath  <roland@hack.frob.com>
1677
1678         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
1679         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
1680         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
1681         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
1682         Update #include.
1683         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
1684         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
1685         Update #include.
1686         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
1687         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
1688         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
1689         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
1690         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
1691         * sysdeps/x86/bits/pthreadtypes.h: ... here.
1692         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
1693         * sysdeps/x86/bits/semaphore.h: ... here.
1694         * sysdeps/x86/nptl/elide.h: Moved ...
1695         * sysdeps/x86/elide.h: ... here.
1696         * sysdeps/x86_64/nptl/Implies: File removed.
1697         * sysdeps/i386/nptl/Implies: File removed.
1698
1699 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
1700
1701         [BZ #16539]
1702         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
1703         return the argument for normal arguments with exponent below -64.
1704         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
1705         Likewise.
1706         * math/auto-libm-test-in: Add another test of expm1.
1707         * math/auto-libm-test-out: Regenerated.
1708
1709         [BZ #16287]
1710         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
1711         calling __erfcl for arguments at least 16.
1712         * math/auto-libm-test-in: Add more tests of erf.
1713         * math/auto-libm-test-out: Regenerated.
1714
1715         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
1716         individual architectures.
1717         * sysdeps/unix/sysv/linux/configure: Regenerated.
1718         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
1719         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
1720         * sysdeps/unix/sysv/linux/powerpc/configure.ac
1721         (ldd_rewrite_script): Define variable.
1722         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
1723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
1724         file.
1725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
1726         generated file.
1727         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
1728         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
1729         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
1730         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
1731         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
1732         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
1733         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
1734         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
1735
1736 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1737
1738         [BZ #17084]
1739         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
1740         Rename member __data.d to __data.__elision_data.
1741
1742 2014-06-24  Wilco  <wdijkstr@arm.com>
1743
1744         * NEWS: Add 16918 to fixed bug list.
1745
1746 2014-06-24  Wilco  <wdijkstr@arm.com>
1747
1748         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
1749
1750 2014-06-24  Wilco  <wdijkstr@arm.com>
1751
1752         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
1753         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
1754         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
1755         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
1756         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
1757         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
1758         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
1759         Use _FPU_MASK_RM.
1760
1761 2014-06-24  Wilco  <wdijkstr@arm.com>
1762
1763         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
1764
1765 2014-06-24  Wilco  <wdijkstr@arm.com>
1766
1767         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
1768         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
1769         * sysdeps/arm/fesetround.c (fesetround): Remove space.
1770         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
1771
1772 2014-06-24  Wilco  <wdijkstr@arm.com>
1773
1774         [BZ #16918]
1775         * sysdeps/arm/feupdateenv.c (feupdateenv):
1776         Rewrite to reduce FPSCR accesses and fix return value.
1777
1778 2014-06-24  Wilco  <wdijkstr@arm.com>
1779
1780         * sysdeps/arm/fclrexcpt.c (feclearexcept):
1781         Optimize to avoid unnecessary FPSCR writes.
1782         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
1783         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
1784         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
1785         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
1786
1787 2014-06-24  Wilco  <wdijkstr@arm.com>
1788
1789         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
1790         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
1791         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
1792         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
1793         Call libc_fetestexcept_vfp.
1794         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
1795         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
1796         __SOFTFP__ ifdef so that they can be built for softfp.
1797
1798 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1799
1800         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
1801         argument type signed char.
1802
1803         * Makerules (check-abi): Dump diff of symlist if the test
1804         fails.
1805
1806 2014-06-23  Roland McGrath  <roland@hack.frob.com>
1807
1808         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
1809         using abort.
1810
1811         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
1812         Remove unused variable ST.
1813
1814 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
1815
1816         [BZ #16354]
1817         [BZ #17061]
1818         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
1819         small arguments before calling __expm1.
1820         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
1821         small arguments before calling __expm1f.
1822         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
1823         small arguments before calling __expm1l.
1824         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
1825         Likewise.
1826         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
1827         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
1828         spurious underflow for some cosh tests.
1829         * math/auto-libm-test-out: Regenerated.
1830         * sysdeps/i386/fpu/libm-test-ulps: Update.
1831
1832         [BZ #17050]
1833         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
1834         (__ieee754_y1): Set errno if return value overflows.
1835         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
1836         (__ieee754_y1f): Set errno if return value overflows.
1837         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
1838         (__ieee754_y1l): Set errno if return value overflows.
1839         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
1840         (__ieee754_y1l): Set errno if return value overflows.
1841         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
1842         * math/auto-libm-test-out: Regenerated.
1843
1844         * math/gen-auto-libm-tests.c: Document use of
1845         ignore-zero-inf-sign.
1846         (input_flag_type): Add value flag_ignore_zero_inf_sign.
1847         (input_flags): Add ignore-zero-inf-sign.
1848         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
1849         * math/gen-libm-test.pl (generate_testfile): Handle
1850         ignore-zero-inf-sign.
1851         * math/auto-libm-test-in: Mark some cpow tests with
1852         ignore-zero-inf-sign and some with xfail-rounding.
1853         * math/auto-libm-test-out: Regenerated.
1854         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
1855         * sysdeps/i386/fpu/libm-test-ulps: Update.
1856         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1857
1858         [BZ #16315]
1859         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
1860         overflowing or underflowing operations take place with sign of
1861         result.
1862         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
1863         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
1864         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
1865         (__ieee754_pow): Recompute overflowing and underflowing results in
1866         original rounding mode.
1867         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
1868         (__powl_helper): Allow negative argument X and scale negated value
1869         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
1870         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
1871         overflowing or underflowing operations take place with sign of
1872         result.
1873         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
1874         Include <math.h>.
1875         * math/auto-libm-test-in: Add more tests of pow.
1876         * math/auto-libm-test-out: Regenerated.
1877         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
1878         (pow_tonearest_test_data): Remove.
1879         (pow_test_tonearest): Likewise.
1880         (pow_towardzero_test_data): Likewise.
1881         (pow_test_towardzero): Likewise.
1882         (pow_downward_test_data): Likewise.
1883         (pow_test_downward): Likewise.
1884         (pow_upward_test_data): Likewise.
1885         (pow_test_upward): Likewise.
1886         (main): Don't call removed functions.
1887         * sysdeps/i386/fpu/libm-test-ulps: Update.
1888         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1889
1890 2014-06-23  Roland McGrath  <roland@hack.frob.com>
1891
1892         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
1893         Moved ...
1894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
1895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
1896         Moved ...
1897         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
1898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
1899         Moved ...
1900         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
1901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
1902         Moved ...
1903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
1904         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
1905         File removed.
1906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
1907         File removed.
1908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
1909         File removed.
1910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
1911         File removed.
1912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
1913         File removed.
1914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
1915         File removed.
1916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
1917         File removed.
1918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
1919         File removed.
1920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
1921         File removed.
1922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
1923         File removed.
1924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
1925         File removed.
1926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
1927         File removed.
1928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
1929         Moved ...
1930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
1931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
1932         Moved ...
1933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
1934         ... here.
1935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
1936         Moved ...
1937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
1938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
1939         Moved ...
1940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
1941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
1942         Moved ...
1943         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
1944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
1945         Moved ...
1946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
1947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
1948         Moved ...
1949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
1950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
1951         Moved ...
1952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
1953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
1954         Moved ...
1955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
1956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
1957         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
1958         ... here.
1959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
1960         Moved ...
1961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
1962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
1963         Moved ...
1964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
1965         ... here.
1966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
1967         Moved ...
1968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
1969         ... here.
1970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
1971         Moved ...
1972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
1973         ... here.
1974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
1975         Moved ...
1976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
1977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
1978         Moved ...
1979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
1980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
1981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
1982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
1983         Moved ...
1984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
1985         ... here.
1986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
1987         Moved ...
1988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
1989         ... here.
1990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
1991         Moved ...
1992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
1993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
1994         Moved ...
1995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
1996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
1997         Moved ...
1998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
1999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
2000         Moved ...
2001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
2002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
2003         Moved ...
2004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
2005         ... here.
2006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
2007         Moved ...
2008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
2009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
2010         Moved ...
2011         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
2012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
2013         Moved ...
2014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
2015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
2016         Moved ...
2017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
2018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
2019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
2020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
2021         Moved ...
2022         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
2023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
2024         Moved ...
2025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
2026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
2027         Moved ...
2028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
2029         ... here.
2030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
2031         Moved ...
2032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
2033         ... here.
2034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
2035         Moved ...
2036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
2037         ... here.
2038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
2039         Moved ...
2040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
2041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
2042         Moved ...
2043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
2044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
2045         Moved ...
2046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
2047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
2048         Moved ...
2049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
2050         ... here.
2051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
2052         Moved ...
2053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
2054         ... here.
2055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
2056         Moved ...
2057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
2058         ... here.
2059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
2060         Moved ...
2061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
2062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
2063         Moved ...
2064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
2065
2066 2014-06-23  Will Newton  <will.newton@linaro.org>
2067             Wilco  <wdijkstr@arm.com>
2068
2069         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
2070         implementation.  Include get-rounding-mode.h.
2071         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
2072         [!libc_feholdsetround_noex_ctx]: Define
2073         libc_feholdsetround_noex_ctx.
2074         [!libc_feholdsetround_noexf_ctx]: Define
2075         libc_feholdsetround_noexf_ctx.
2076         [!libc_feholdsetround_noexl_ctx]: Define
2077         libc_feholdsetround_noexl_ctx.
2078         (libc_feholdsetround_ctx): New function.
2079         (libc_feresetround_ctx): New function.
2080         (libc_feholdsetround_noex_ctx): New function.
2081         (libc_feresetround_noex_ctx): New function.
2082
2083 2014-06-23  Roland McGrath  <roland@hack.frob.com>
2084
2085         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
2086         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
2087         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
2088         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
2089         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
2090         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
2091
2092         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
2093         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
2094         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
2095         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
2096         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
2097         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
2098         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
2099         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
2100         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
2101         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
2102         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
2103         Moved ...
2104         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
2105         ... here.
2106         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
2107         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
2108         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
2109         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
2110         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
2111         Moved ...
2112         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
2113         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
2114         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
2115         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
2116         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
2117         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
2118         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
2119         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
2120         Moved ...
2121         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
2122         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
2123         Moved ...
2124         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
2125         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
2126         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
2127         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
2128         Moved ...
2129         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
2130         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
2131         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
2132         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
2133         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
2134         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
2135         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
2136         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
2137         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
2138         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
2139         Moved ...
2140         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
2141         ... here.
2142         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
2143         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
2144         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
2145         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
2146         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
2147         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
2148         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
2149         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
2150         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
2151         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
2152         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
2153         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
2154         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
2155         Moved ...
2156         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
2157         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
2158         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
2159         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
2160         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
2161         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
2162         Moved ...
2163         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
2164         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
2165         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
2166         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
2167         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
2168
2169         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
2170         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
2171         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
2172         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
2173         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
2174         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
2175         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
2176         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
2177         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
2178         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
2179         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
2180         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
2181         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
2182         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
2183         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
2184         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
2185         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
2186         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
2187         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
2188         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
2189         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
2190         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
2191         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
2192         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
2193         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
2194         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
2195         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
2196         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
2197
2198 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
2199
2200         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
2201         (FALLOC_FL_COLLAPSE_RANGE): New macro.
2202         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
2203         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
2204         (IPV6_PMTUDISC_INTERFACE): Likewise.
2205         (IPV6_PMTUDISC_OMIT): Likewise.
2206
2207 2014-06-23  Andreas Schwab  <schwab@suse.de>
2208
2209         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
2210         Remove unused errout label.
2211
2212 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2213
2214         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
2215         macro: hardware supports Vector Crypto instructions.
2216
2217 2014-06-23  Will Newton  <will.newton@linaro.org>
2218
2219         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
2220         rather than __builtin_expect.
2221
2222         * elf/dl-lookup.c (undefined_msg): Remove variable.
2223         (_dl_lookup_symbol_x): Replace undefined_msg with string
2224         literal.
2225
2226         * elf/dl-lookup.c (do_lookup_unique): New function.
2227         (do_lookup_x): Move STB_GNU_UNIQUE handling code
2228         to a separate function.
2229
2230 2014-06-23  Andreas Schwab  <schwab@suse.de>
2231
2232         [BZ #17079]
2233         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
2234         before reading the next line.
2235
2236 2014-06-23  Will Newton  <will.newton@linaro.org>
2237
2238         * test-skeleton.c (signal_handler): Use printf and %m
2239         rather than perror.  Use printf rather than fprintf to
2240         stderr.  Use puts rather than fputs to stderr.
2241         (main): Likewise.
2242
2243 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
2244
2245         * nscd/nscd.c (thread_info_t): Remove typedef.
2246         (thread_info): Remove variable.
2247
2248 2014-06-21  Allan McRae  <allan@archlinux.org>
2249
2250         * NEWS: Mention CVE-2014-4043.
2251
2252 2014-06-20  Roland McGrath  <roland@hack.frob.com>
2253
2254         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
2255         * nptl/smp.h: ... here.
2256
2257         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
2258
2259         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
2260         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
2261         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
2262         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
2263
2264         * nptl/allocatestack.c: Include <stack-aliasing.h>.
2265         * nptl/stack-aliasing.h: New file.
2266         * sysdeps/i386/i686/stack-aliasing.h: New file.
2267         * sysdeps/i386/i686/nptl/Makefile: File removed.
2268         * sysdeps/x86_64/stack-aliasing.h: New file.
2269         * sysdeps/x86_64/nptl/Makefile
2270         (CFLAGS-pthread_create.c): Variable removed.
2271
2272         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
2273         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
2274         old file.
2275         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
2276         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
2277         old file.
2278
2279 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
2280
2281         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2282         (__ASSUME_SIGFRAME_V2): Remove macro.
2283         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
2284         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
2285         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
2286         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
2287         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
2288         Declare as function.  Remove conditional macro definitions.
2289         (__default_rt_sa_restorer): Likewise.
2290         (__default_sa_restorer_v1): Remove declaration.
2291         (__default_sa_restorer_v2): Likewise.
2292         (__default_rt_sa_restorer_v1): Likewise.
2293         (__default_rt_sa_restorer_v2): Likewise.
2294         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
2295         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
2296         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
2297
2298 2014-06-20  Roland McGrath  <roland@hack.frob.com>
2299
2300         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
2301         (libpthread-routines): Add sysdep.
2302         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
2303         * sysdeps/unix/sysv/linux/sparc/Versions
2304         (libpthread: GLIBC_2.3.3): New version set.
2305         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
2306         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
2307         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
2308         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
2309         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
2310         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
2311         Moved ...
2312         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
2313         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
2314         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
2315         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
2316         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
2317         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
2318         * sysdeps/sparc/nptl/sem_init.c: ... here.
2319         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
2320         * sysdeps/sparc/nptl/sem_post.c: ... here.
2321         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
2322         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
2323         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
2324         * sysdeps/sparc/nptl/sem_wait.c: ... here.
2325         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
2326         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
2327         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
2328         (libpthread-routines): Add cpu_relax.
2329         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
2330         File removed.
2331         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
2332         (librt: GLIBC_2.3.3): New version set.
2333         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
2334         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
2335         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
2336         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
2337         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
2338         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
2339         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
2340         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
2341         Moved ...
2342         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
2343         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
2344         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
2345         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
2346         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
2347         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
2348         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
2349         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
2350         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
2351         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
2352         Moved ...
2353         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
2354         Update #include.
2355         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
2356         Moved ...
2357         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
2358         Update #include.
2359         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
2360         Moved ...
2361         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
2362         Update #include.
2363         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
2364         Moved ...
2365         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
2366         Update #include.
2367         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
2368         Moved ...
2369         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
2370         Update #include.
2371         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
2372         Moved ...
2373         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
2374         Update #include.
2375         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
2376         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
2377         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
2378         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
2379         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
2380         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
2381         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
2382         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
2383         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
2384         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
2385         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
2386         Moved ...
2387         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
2388         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
2389         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
2390         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
2391         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
2392
2393 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
2394
2395         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
2396         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
2397         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2398         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
2399         * nscd/nscd.c: Likewise.
2400         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
2401         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
2402         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
2403         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
2404
2405         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
2406         <kernel-features.h>.
2407         (init_mq_netlink): Remove conditional have_sock_cloexec
2408         definitions.  Remove code conditional on have_sock_cloexec < 0.
2409         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
2410         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
2411         * sysdeps/unix/sysv/linux/opensock.c: Do not include
2412         <kernel-features.h>.
2413         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
2414         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
2415
2416 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
2417
2418         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
2419         Add tests for memset_chk and memset.
2420
2421         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
2422         with AVX2_Usable.
2423
2424 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
2425
2426         [BZ #16046]
2427         * elf/tst-dl-iter-static.c: New file.
2428         * elf/Makefile (tests-static): Add tst-dl-iter-static.
2429
2430         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
2431         error.
2432
2433 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
2434
2435         * sysdeps/unix/sysv/linux/kernel-features.h
2436         (__ASSUME_F_GETOWN_EX): Remove macro.
2437         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
2438         <kernel-features.h>.
2439         (miss_F_GETOWN_EX): Remove variable or macro.
2440         (do_fcntl): Do not check miss_F_GETOWN_EX.
2441         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
2442
2443         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
2444         Remove macro.
2445         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
2446         [!__ASSUME_AT_RANDOM]: Remove conditional code.
2447         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
2448
2449         * sysdeps/unix/sysv/linux/kernel-features.h
2450         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
2451         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
2452         [ADJ_OFFSET_SS_READ]: Make code unconditional.
2453         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
2454
2455 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
2456
2457         [BZ #17075]
2458         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
2459         Fix calculation of the symbol's value.
2460         * sysdeps/arm/tst-armtlsdescloc.c: New file.
2461         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
2462         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
2463         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
2464         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
2465         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
2466         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
2467         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
2468         (modules-names): Add `tst-armtlsdescmod',
2469         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
2470         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
2471         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
2472         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
2473         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
2474         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
2475         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
2476         ($(objpfx)tst-armtlsdescloc): New dependency.
2477         ($(objpfx)tst-armtlsdescextnow): Likewise.
2478         ($(objpfx)tst-armtlsdescextlazy): Likewise.
2479         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
2480         TLS scheme support.
2481         * sysdeps/arm/configure: Regenerate.
2482
2483 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
2484
2485         * include/fcntl.h (__atfct_seterrno): Remove prototype.
2486         (__atfct_seterrno_2): Likewise.
2487         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
2488         <kernel-features.h>.
2489         (__ASSUME_ATFCTS): Do not undefine and redefine.
2490         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
2491         (__have_atfcts): Remove conditional definition.
2492         (__fxstatat([__NR_fstatat64]: Make code unconditional.
2493         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
2494         unreachable if [__ASSUME_ATFCTS].
2495         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
2496         not undefine and redefine.
2497         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
2498         <kernel-features.h>.
2499         (faccessat) [__NR_faccessat]: Make code unconditional.
2500         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
2501         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
2502         <kernel-features.h>.
2503         (fchmodat) [__NR_fchmodat]: Make code unconditional.
2504         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
2505         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
2506         <kernel-features.h>.
2507         (fchownat) [__NR_fchownat]: Make code unconditional.
2508         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
2509         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
2510         <kernel-features.h>.
2511         (futimesat) [__NR_futimesat]: Make code unconditional.
2512         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
2513         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
2514         <kernel-features.h>.
2515         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
2516         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
2517         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
2518         <kernel-features.h>.
2519         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
2520         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
2521         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
2522         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
2523         <kernel-features.h>.
2524         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
2525         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
2526         * sysdeps/unix/sysv/linux/linkat.c: Do not include
2527         <kernel-features.h>.
2528         (linkat) [__NR_linkat]: Make code unconditional.
2529         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
2530         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
2531         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
2532         <kernel-features.h>.
2533         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
2534         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
2535         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
2536         <kernel-features.h>.
2537         (mkdirat) [__NR_mkdirat]: Make code unconditional.
2538         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
2539         * sysdeps/unix/sysv/linux/openat.c: Do not include
2540         <kernel-features.h>.
2541         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
2542         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
2543         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
2544         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
2545         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
2546         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
2547         <kernel-features.h>.
2548         (readlinkat) [__NR_readlinkat]: Make code unconditional.
2549         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
2550         result of INLINE_SYSCALL directly, not via int variable.
2551         * sysdeps/unix/sysv/linux/renameat.c: Do not include
2552         <kernel-features.h>.
2553         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
2554         (renameat) [__NR_renameat]: Make code unconditional.
2555         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
2556         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
2557         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
2558         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
2559         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
2560         (__ASSUME_ATFCTS): Do not undefine and redefine.
2561         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
2562         <kernel-features.h>.
2563         (symlinkat) [__NR_symlinkat]: Make code unconditional.
2564         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
2565         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
2566         <kernel-features.h>.
2567         (unlinkat) [__NR_unlinkat]: Make code unconditional.
2568         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
2569         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
2570         (__ASSUME_ATFCTS): Do not undefine and redefine.
2571         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
2572         <kernel-features.h>.
2573         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
2574         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
2575         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
2576         <kernel-features.h>.
2577         (__xmknodat) [__NR_mknodat]: Make code unconditional.
2578         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
2579
2580 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
2581
2582         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
2583
2584 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
2585
2586         [BZ #17069]
2587         * posix/regcomp.c (parse_reg_exp): Deallocate partially
2588         constructed tree before returning error.
2589         * posix/bug-regexp36.c: Expand test case.
2590
2591 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
2592
2593         [BZ #6803]
2594         * math/libm-test.inc (scalbln_test_date):
2595         Add errno expectations.
2596         * math/w_scalblnf.c: New File.
2597         Add wrapper which checks for setting errno to ERANGE.
2598         Add weak_alias for corresponding scalbln function.
2599         * math/w_scalbln.c: Likewise.
2600         * math/w_scalblnl.c: Likewise.
2601         * math/Makefile (libm-calls): Add w_scalbln.
2602         * sysdeps/ieee754/flt-32/s_scalblnf.c:
2603         Remove weak_alias for corresponding scalbln function.
2604         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
2605         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
2606         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
2607         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
2608         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
2609         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
2610         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
2611         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
2612         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
2613         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
2614         Remove long_double_symbol for scalblnl function in libm, libc.
2615         * sysdeps/ieee754/ldbl-64-128/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, libc.
2618         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
2619         Remove long_double_symbol for scalblnl in libm.
2620         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
2621         Add wrapper which checks for setting errno to ERANGE.
2622         Add long_double_symbol for scalblnl function in libm.
2623         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
2624         Do not use wrapper because of own implementation.
2625
2626 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
2627
2628         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
2629         3 bytes for __pad1 for x32.
2630         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
2631
2632 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
2633             H.J. Lu  <hongjiu.lu@intel.com>
2634
2635         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
2636         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
2637         * sysdeps/x86_64/multiarch/memset.S: Likewise.
2638         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
2639         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
2640
2641 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
2642
2643         [BZ #17069]
2644         * posix/regcomp.c (parse_expression): Deallocate partially
2645         constructed tree before returning error.
2646         * posix/Makefile.c (tests): Add bug-regex36.
2647         (generated): Add bug-regex36.mtrace.
2648         (tests-special): Add $(objpfx)bug-regex36-mem.out
2649         (bug-regex36-ENV): New variable.
2650         ($(objpfx)bug-regex36-mem.out): New rule.
2651         * posix/bug-regex36.c: New file.
2652
2653 2014-06-19  Will Newton  <will.newton@linaro.org>
2654
2655         * malloc/malloc.c (systrim): If extra is zero then return
2656         early.
2657
2658 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2659
2660         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
2661
2662 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
2663
2664         * sysdeps/aarch64/strchr.S: New file.
2665
2666 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
2667
2668         [BZ #17022]
2669         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
2670         from arguments -2 or below.
2671         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
2672         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
2673
2674 2014-06-18  Andreas Schwab  <schwab@suse.de>
2675
2676         [BZ #17062]
2677         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
2678         of a bracket expr not to run off the end of the string.
2679         * posix/Makefile (tests): Add tst-fnmatch3.
2680         * posix/tst-fnmatch3.c: New file.
2681
2682 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
2683
2684         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
2685         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
2686         [$(cross-compiling) = no]: Likewise.
2687         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
2688         [$(cross-compiling) = no]: Likewise.
2689
2690 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2691
2692         [BZ #17031]
2693         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
2694         double, adjusted for any remainder from the high double.
2695         * math/libm-test.inc (nearbyint): Add tests.
2696         (rint): Likewise.
2697
2698 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2699
2700         * nptl/sysdeps/powerpc/Makefile: Moved ...
2701         * sysdeps/powerpc/nptl/Makefile: ... here.
2702         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
2703         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
2704         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
2705         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
2706         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
2707         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
2708         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
2709         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
2710         * nptl/sysdeps/powerpc/tls.h: Moved ...
2711         * sysdeps/powerpc/nptl/tls.h: ... here.
2712
2713 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
2714
2715         [BZ #16681]
2716         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
2717         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
2718         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
2719         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
2720         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
2721         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
2722         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
2723         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
2724         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
2725
2726 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
2727
2728         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
2729
2730 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
2731
2732         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
2733         defined operator.
2734
2735         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
2736         $TIMEOUTFACTOR.
2737
2738 2014-06-16  Florian Weimer  <fweimer@redhat.com>
2739
2740         [BZ #17058]
2741         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
2742         non-executed part of the test.
2743
2744 2014-06-16  Andreas Schwab  <schwab@suse.de>
2745
2746         * string/bits/string2.h (strdup, strndup): Update feature guard.
2747
2748 2014-06-14  David S. Miller  <davem@davemloft.net>
2749
2750         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2751
2752 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
2753
2754         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
2755         that was previously under [RESET_PID].
2756         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
2757
2758         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
2759         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
2760         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
2761         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
2762         (__libc_vfork): New strong alias.
2763         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
2764
2765 2014-06-14 Andi Kleen  <ak@linux.intel.com>
2766
2767         * sysdeps/generic/elide.h: New file.
2768
2769 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2770
2771         * Makefile (installed-headers): Adjust path of pthread.h header.
2772
2773 2014-06-13  Roland McGrath  <roland@hack.frob.com>
2774
2775         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
2776         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
2777         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
2778         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
2779
2780         * nptl/sysdeps/s390/Makefile: Moved ...
2781         * sysdeps/s390/nptl/Makefile: ... here.
2782         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
2783         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
2784         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
2785         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
2786         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
2787         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
2788         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
2789         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
2790         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
2791         * sysdeps/s390/nptl/pthreaddef.h: ... here.
2792         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
2793         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
2794         * nptl/sysdeps/s390/tls.h: Moved ...
2795         * sysdeps/s390/nptl/tls.h: ... here.
2796
2797         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
2798         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
2799
2800 2014-06-13  David S. Miller  <davem@davemloft.net>
2801
2802         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
2803         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
2804         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
2805         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
2806         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
2807         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
2808         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
2809         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
2810         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
2811         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
2812         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
2813         Remove RESET_PID cpp guards.
2814         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
2815         Remove RESET_PID cpp guards.
2816         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
2817
2818 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
2819
2820         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
2821         __sp to uintptr_t.
2822
2823 2014-06-13  Andi Kleen  <ak@linux.intel.com>
2824
2825         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
2826         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
2827         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
2828         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
2829         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
2830         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
2831         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
2832         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
2833         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
2834         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
2835         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
2836         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
2837         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
2838         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
2839         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
2840         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
2841         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
2842         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
2843         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
2844         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
2845
2846         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
2847         (pthread_rwlock_rdlock): Add elision.
2848         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
2849         (pthread_rwlock_wrlock): Add elision.
2850         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
2851         (pthread_rwlock_trywrlock): Add elision.
2852         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
2853         (pthread_rwlock_tryrdlock): Add elision.
2854         * nptl/pthread_rwlock_unlock.c: Include elide.h.
2855         (pthread_rwlock_tryrdlock): Add elision unlock.
2856         * nptl/sysdeps/pthread/pthread.h:
2857         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
2858         (PTHREAD_RWLOCK_INITIALIZER,
2859         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
2860         Handle new elision field.
2861         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
2862         * sysdeps/arm/nptl/bits/pthreadtypes.h
2863         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2864         * sysdeps/sh/nptl/bits/pthreadtypes.h
2865         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2866         * sysdeps/tile/nptl/bits/pthreadtypes.h
2867         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2868         * sysdeps/a/nptl/bits/pthreadtypes.h
2869         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2870         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
2871         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2872         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
2873         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2874         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
2875         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2876         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
2877         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2878         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
2879         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2880         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
2881         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2882         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
2883         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2884         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
2885         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2886         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
2887         (elision_init): Set try_xbegin to zero when no RTM.
2888         * sysdeps/x86/nptl/bits/pthreadtypes.h
2889         (pthread_rwlock_t): Change __pad1 to __rwelision.
2890         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2891
2892 2014-06-13  Andi Kleen  <ak@linux.intel.com>
2893
2894         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
2895         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
2896         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
2897         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
2898
2899 2014-06-13  Meador Inge  <meadori@codesourcery.com>
2900
2901         [BZ #16996]
2902         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
2903         that the cached result has been set before returning it.
2904
2905 2014-06-12  Roland McGrath  <roland@hack.frob.com>
2906
2907         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
2908         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
2909         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
2910         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
2911         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
2912         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
2913
2914         * nptl/sysdeps/sparc/Makefile: Moved ...
2915         * sysdeps/sparc/nptl/Makefile: ... here.
2916         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
2917         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
2918         * nptl/sysdeps/sparc/tls.h: Moved ...
2919         * sysdeps/sparc/nptl/tls.h: ... here.
2920         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
2921         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
2922         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
2923         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
2924         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
2925         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
2926         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
2927         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
2928         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
2929         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
2930         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
2931         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
2932         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
2933         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
2934         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
2935         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
2936         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
2937         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
2938         Update #include.
2939         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
2940         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
2941         Update #include.
2942         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
2943         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
2944         Update #include.
2945         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
2946         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
2947         Update #include.
2948
2949         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
2950
2951         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
2952         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
2953
2954         * sysdeps/pthread/posix-timer.h: Include <list.h>.
2955         (struct list_links): Type removed.
2956         (struct thread_node, struct timer_node): Replace struct list_links
2957         with struct list_head.
2958         (list_unlink_ip): Likewise.
2959         * sysdeps/pthread/timer_routines.c
2960         (timer_free_list, thread_free_list, thread_active_list): Likewise.
2961         (list_append, list_insbefore): Likewise.
2962         (list_init): Function removed.
2963         (thread_init, init_module): Use INIT_LIST_HEAD instead.
2964         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
2965         * sysdeps/pthread/Makefile: ... here, new file.
2966
2967         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
2968         * sysdeps/nptl/Implies: ... here.
2969         * sysdeps/unix/sysv/linux/Implies: Add nptl.
2970         * nptl/sysdeps/pthread/list.h: Moved ...
2971         * include/list.h: ... here.
2972         * nptl/sysdeps/pthread/createthread.c: Moved ...
2973         * nptl/createthread.c: ... here.
2974         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
2975         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
2976         * nptl/pt-longjmp.c: ... here.
2977         * nptl/sysdeps/pthread/Makefile: Moved ...
2978         * sysdeps/nptl/Makefile: ... here.
2979         * nptl/sysdeps/pthread/Subdirs: Moved ...
2980         * sysdeps/nptl/Subdirs: ... here.
2981         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
2982         * sysdeps/nptl/aio_misc.h: ... here.
2983         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
2984         * sysdeps/nptl/bits/libc-lock.h: ... here.
2985         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
2986         * sysdeps/nptl/bits/libc-lockP.h: ... here.
2987         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
2988         * sysdeps/nptl/bits/stdio-lock.h: ... here.
2989         * nptl/sysdeps/pthread/configure: Moved ...
2990         * sysdeps/nptl/configure: ... here.
2991         * nptl/sysdeps/pthread/configure.ac: Moved ...
2992         * sysdeps/nptl/configure.ac: ... here.
2993         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
2994         * sysdeps/nptl/gai_misc.h: ... here.
2995         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
2996         * sysdeps/nptl/librt-cancellation.c: ... here.
2997         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
2998         * sysdeps/nptl/malloc-machine.h: ... here.
2999         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
3000         * sysdeps/nptl/pthread-functions.h: ... here.
3001         * nptl/sysdeps/pthread/pthread.h: Moved ...
3002         * sysdeps/nptl/pthread.h: ... here.
3003         * nptl/sysdeps/pthread/setxid.h: Moved ...
3004         * sysdeps/nptl/setxid.h: ... here.
3005         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
3006         * sysdeps/nptl/sigfillset.c: ... here.
3007         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
3008         * sysdeps/nptl/tcb-offsets.h: ... here.
3009         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
3010         * sysdeps/nptl/tst-mqueue8x.c: ... here.
3011         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
3012         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
3013         * nptl/sysdeps/pthread/allocalim.h: Moved ...
3014         * sysdeps/pthread/allocalim.h: ... here.
3015         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
3016         * sysdeps/pthread/bits/sigthread.h: ... here.
3017         * nptl/sysdeps/pthread/flockfile.c: Moved ...
3018         * sysdeps/pthread/flockfile.c: ... here.
3019         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
3020         * sysdeps/pthread/ftrylockfile.c: ... here.
3021         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
3022         * sysdeps/pthread/funlockfile.c: ... here.
3023         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
3024         * sysdeps/pthread/posix-timer.h: ... here.
3025         * nptl/sysdeps/pthread/timer_create.c: Moved ...
3026         * sysdeps/pthread/timer_create.c: ... here.
3027         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
3028         * sysdeps/pthread/timer_delete.c: ... here.
3029         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
3030         * sysdeps/pthread/timer_getoverr.c: ... here.
3031         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
3032         * sysdeps/pthread/timer_gettime.c: ... here.
3033         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
3034         * sysdeps/pthread/timer_routines.c: ... here.
3035         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
3036         * sysdeps/pthread/timer_settime.c: ... here.
3037         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
3038         * sysdeps/pthread/tst-timer.c: ... here.
3039         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
3040         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
3041
3042         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
3043         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
3044
3045         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
3046         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
3047         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
3048         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
3049         Update #include target.
3050         * nptl/sysdeps/i386/i686/Makefile: Moved ...
3051         * sysdeps/i386/i686/nptl/Makefile: ... here.
3052         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
3053         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
3054         Update #include target.
3055         * nptl/sysdeps/i386/i686/tls.h: Moved ...
3056         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
3057         * nptl/sysdeps/i386/Makefile: Moved ...
3058         * sysdeps/i386/nptl/Makefile: ... here.
3059         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
3060         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
3061         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
3062         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
3063         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
3064         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
3065         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
3066         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
3067         * sysdeps/i386/nptl/pthreaddef.h: ... here.
3068         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
3069         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
3070         * nptl/sysdeps/i386/tls.h: Moved ...
3071         * sysdeps/i386/nptl/tls.h: ... here.
3072
3073         * sysdeps/sh/Makefile [$(subdir) = csu]
3074         (gen-as-const-headers): Add tcb-offsets.sym.
3075         * nptl/sysdeps/sh/Makefile: File removed.
3076         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
3077         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
3078         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
3079         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
3080         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
3081         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
3082         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
3083         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
3084         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
3085         * sysdeps/sh/nptl/pthreaddef.h: ... here.
3086         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
3087         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
3088         * nptl/sysdeps/sh/tls.h: Moved ...
3089         * sysdeps/sh/nptl/tls.h: ... here.
3090         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
3091         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
3092         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
3093         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
3094         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
3095         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
3096         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
3097         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
3098         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
3099         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
3100         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
3101         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
3102         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
3103         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
3104         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
3105         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
3106         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
3107         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
3108         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
3109         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
3110         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
3111         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
3112         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
3113         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
3114         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
3115         Moved ...
3116         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
3117         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
3118         Moved ...
3119         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
3120         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
3121         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
3122         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
3123         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
3124         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
3125         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
3126         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
3127         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
3128         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
3129         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
3130         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
3131         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
3132         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
3133         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
3134         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
3135         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
3136         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
3137         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
3138
3139 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3140
3141         * posix/spawn_faction_addopen.c: Include string.h.
3142
3143 2014-06-11  Roland McGrath  <roland@hack.frob.com>
3144
3145         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
3146         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
3147         * nptl/sysdeps/x86_64/Makefile: Moved ...
3148         * sysdeps/x86_64/nptl/Makefile: ... here.
3149         * nptl/sysdeps/x86_64/configure: Moved ...
3150         * sysdeps/x86_64/nptl/configure: ... here.
3151         * nptl/sysdeps/x86_64/configure.ac: Moved ...
3152         * sysdeps/x86_64/nptl/configure.ac: ... here.
3153         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
3154         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
3155         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
3156         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
3157         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
3158         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
3159         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
3160         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
3161         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
3162         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
3163         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
3164         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
3165         * nptl/sysdeps/x86_64/tls.h: Moved ...
3166         * sysdeps/x86_64/nptl/tls.h: ... here.
3167         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
3168         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
3169         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
3170         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
3171
3172         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
3173
3174 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3175
3176         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3177
3178 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
3179
3180         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
3181         type.
3182         [POSIX] (off_t): Likewise.
3183         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
3184         [POSIX] (S_ISBLK): Require macro.
3185         [POSIX] (S_ISCHR): Likewise.
3186         [POSIX] (S_ISDIR): Likewise.
3187         [POSIX] (S_ISFIFO): Likewise.
3188         [POSIX] (S_ISREG): Likewise.
3189         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
3190         optional-macro.
3191         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
3192         type.
3193         [POSIX] (time_t): Likewise.
3194         [POSIX] (timer_t): Likewise.
3195
3196 2014-06-11  Florian Weimer  <fweimer@redhat.com>
3197
3198         [BZ #17048]
3199         * posix/spawn_int.h (struct __spawn_action): Make the path string
3200         non-const to support deallocation.
3201         * posix/spawn_faction_addopen.c
3202         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
3203         * posix/spawn_faction_destroy.c
3204         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
3205         path in all spawn_do_open actions.
3206         * posix/tst-spawn.c (do_test): Exercise the copy operation in
3207         posix_spawn_file_actions_addopen.
3208
3209 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
3210
3211         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
3212         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
3213         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
3214         conditional code always true.
3215         (__libc_vfork): New alias.
3216
3217 2014-06-11  Roland McGrath  <roland@hack.frob.com>
3218
3219         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3220         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
3221
3222         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
3223
3224         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3225         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
3226
3227         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
3228         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
3229
3230         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3231         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
3232
3233 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
3234
3235         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
3236         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
3237         multiarch strcmp for PPC64.
3238         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
3239         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
3240         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
3241         multiarch optimizations.
3242         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
3243         (__libc_ifunc_impl_list): Likewise.
3244
3245 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
3246
3247         * benchtests/scripts/validate_benchout.py: New script.
3248         * benchtests/Makefile (bench-func): Call it.
3249         * benchtests/scripts/benchout.schema.json: New file.
3250
3251 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
3252
3253         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
3254         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
3255         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
3256         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
3257         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
3258         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
3259         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
3260         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
3261         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
3262         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
3263         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
3264         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
3265         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
3266         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
3267         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
3268         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
3269         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
3270         Moved ...
3271         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
3272         ... here.
3273         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
3274         Moved ...
3275         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
3276         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
3277         Moved ...
3278         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
3279         ... here.
3280         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
3281         Moved ...
3282         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
3283         ... here.
3284         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
3285         Moved ...
3286         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
3287         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
3288         Moved ...
3289         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
3290         ... here.
3291         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
3292         Moved ...
3293         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
3294         ... here.
3295         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
3296         Moved ...
3297         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
3298         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
3299         Moved ...
3300         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
3301         ... here.
3302         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
3303         Moved ...
3304         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
3305         ... here.
3306         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
3307         Moved ...
3308         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
3309         ... here.
3310         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
3311         Moved ...
3312         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
3313         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
3314         Moved ...
3315         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
3316         ... here.
3317         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
3318         Moved ...
3319         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
3320         ... here.
3321         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
3322         Moved ...
3323         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
3324         ... here.
3325         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
3326         Moved ...
3327         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
3328         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
3329         Moved ...
3330         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
3331         ... here.
3332         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
3333         Moved ...
3334         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
3335         ... here.
3336         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
3337         Moved ...
3338         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
3339         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
3340         Moved ...
3341         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
3342         ... here.
3343         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
3344         Moved ...
3345         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
3346         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
3347         Moved ...
3348         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
3349         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
3350         Moved ...
3351         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
3352         ... here.
3353         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
3354         Moved ...
3355         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
3356         ... here.
3357         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
3358         Moved ...
3359         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
3360         ... here.
3361         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
3362         Moved ...
3363         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
3364         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
3365         Moved ...
3366         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
3367         ... here.
3368         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
3369         Moved ...
3370         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
3371         ... here.
3372         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
3373         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
3374         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
3375         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
3376         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
3377         Moved ...
3378         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
3379         ... here.
3380         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
3381         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
3382         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
3383         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
3384         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
3385         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
3386         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
3387         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
3388         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
3389         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
3390         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
3391         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
3392         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
3393         Moved ...
3394         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
3395         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
3396         Moved ...
3397         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
3398         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
3399         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
3400         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
3401         Moved ...
3402         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
3403         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
3404         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
3405         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
3406         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
3407         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
3408         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
3409
3410 2014-06-10  Wilco  <wdijkstr@arm.com>
3411
3412         * math/test-fenv-return.c: New file.
3413         * math/Makefile: Add new test test-fenv-return.
3414
3415 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
3416
3417         [BZ #17042]
3418         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
3419         when x - 1 is zero.
3420         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
3421         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
3422         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
3423         0.0L for an argument of 1.0L.
3424         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
3425         Likewise.
3426         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
3427         value when x - 1 is zero.
3428         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
3429         * sysdeps/i386/fpu/libm-test-ulps: Update.
3430         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3431
3432 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
3433
3434         [BZ #15119]
3435         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
3436
3437 2014-06-09  Roland McGrath  <roland@hack.frob.com>
3438
3439         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
3440         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
3441
3442 2014-06-09  Roland McGrath  <roland@hack.frob.com>
3443
3444         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3445         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
3446
3447         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3448         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
3449
3450         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3451         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
3452
3453         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3454         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
3455
3456         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
3457         if not already defined.
3458         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
3459         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
3460         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
3461         (TLS_INIT_TP): Use it.
3462         (TLS_DEFINE_INIT_TP): New macro.
3463         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
3464
3465 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
3466
3467         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
3468         constant.
3469         [POSIX] (IXANY): Likewise.
3470         [POSIX] (OLCUC): Likewise.
3471         [POSIX || POSIX2008] (CBAUD): Do not allow.
3472         [POSIX || POSIX2008] (DEFECHO): Likewise.
3473         [POSIX || POSIX2008] (ECHOCTL): Likewise.
3474         [POSIX || POSIX2008] (ECHOKE): Likewise.
3475         [POSIX || POSIX2008] (ECHOPRT): Likewise.
3476         [POSIX || POSIX2008] (EXTA): Likewise.
3477         [POSIX || POSIX2008] (EXTB): Likewise.
3478         [POSIX || POSIX2008] (FLUSHO): Likewise.
3479         [POSIX || POSIX2008] (LOBLK): Likewise.
3480         [POSIX || POSIX2008] (PENDIN): Likewise.
3481         [POSIX || POSIX2008] (SWTCH): Likewise.
3482         [POSIX || POSIX2008] (VDISCARD): Likewise.
3483         [POSIX || POSIX2008] (VDSUSP): Likewise.
3484         [POSIX || POSIX2008] (VLNEXT): Likewise.
3485         [POSIX || POSIX2008] (VREPRINT): Likewise.
3486         [POSIX || POSIX2008] (VSTATUS): Likewise.
3487         [POSIX || POSIX2008] (VWERASE): Likewise.
3488         (B*): Change to B[0123456789]*.
3489         * conform/data/time.h-data [POSIX || UNIX98]
3490         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
3491         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
3492         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
3493         [POSIX] (tm_*): Do not allow.
3494
3495 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
3496
3497         * Makefile (install): Don't set LANGUAGE.
3498         * Makefile.in (install): Likewise.
3499         * assert/Makefile (test-assert-ENV): Remove variable.
3500         (test-assert-perr-ENV): Likewise.
3501         * elf/Makefile (neededtest4-ENV): Likewise.
3502         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
3503         [$(cross-compiling) = no]: Don't set LANGUAGE.
3504         * io/ftwtest-sh (LANG): Remove variable.
3505         * libio/Makefile (tst-widetext-ENV): Likewise.
3506         * manual/install.texi (Running make install): Don't refer to
3507         environment settings for make install.
3508         * INSTALL: Regenerated.
3509         * nptl/tst-tls6.sh: Don't set LANG.
3510         * posix/globtest.sh (LANG): Remove variable.
3511         * string/Makefile (tester-ENV): Likewise.
3512         (inl-tester-ENV): Likewise.
3513         (noinl-tester-ENV): Likewise.
3514         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
3515         [$(cross-compiling) = no]: Don't set LANGUAGE.
3516         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
3517         without explicit environment settings.
3518
3519 2014-06-06  Roland McGrath  <roland@hack.frob.com>
3520
3521         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
3522         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
3523         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
3524         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
3525
3526 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
3527
3528         * crypt/crypt-private.h [DOS]: Add some includes taken from the
3529         other files in the crypt directory.
3530         * crypt/crypt.c: Remove duplicate includes.
3531         * crypt/crypt-entry.c: Likewise.
3532         * crypt/crypt_util.c: Likewise.
3533
3534 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
3535
3536         * Makeconfig (run-program-env): New variable.
3537         (run-program-prefix-before-env): Likewise.
3538         (run-program-prefix-after-env): Likewise.
3539         (run-program-prefix): Define in terms of new variables.
3540         (built-program-cmd-before-env): New variable.
3541         (built-program-cmd-after-env): Likewise.
3542         (built-program-cmd): Define in terms of new variables.
3543         (test-program-prefix-before-env): New variable.
3544         (test-program-prefix-after-env): Likewise.
3545         (test-program-prefix): Define in terms of new variables.
3546         (test-program-cmd-before-env): New variable.
3547         (test-program-cmd-after-env): Likewise.
3548         (test-program-cmd): Define in terms of new variables.
3549         * Rules (make-test-out): Use $(run-program-env).
3550         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
3551         (help): Do not mention environment variables.  Mention
3552         --timeoutfactor option.
3553         (timeoutfactor): New variable.
3554         (blacklist_exports): Remove function.
3555         (exports): Remove variable.
3556         (command): Do not include ${exports}.
3557         * manual/install.texi (Configuring and compiling): Do not mention
3558         test wrappers preserving environment variables.  Mention that last
3559         assignment to a variable must take precedence.
3560         * INSTALL: Regenerated.
3561         * benchtests/Makefile (run-bench): Use $(run-program-env).
3562         * catgets/Makefile ($(objpfx)test1.cat): Use
3563         $(built-program-cmd-before-env), $(run-program-env) and
3564         $(built-program-cmd-after-env).
3565         ($(objpfx)test2.cat): Do not specify environment variables
3566         explicitly.
3567         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
3568         $(run-program-env) and $(built-program-cmd-after-env).
3569         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
3570         $(run-program-env) and $(test-program-cmd-after-env).
3571         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
3572         explicitly.
3573         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
3574         run_program_env and test_program_cmd_after_env arguments.
3575         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
3576         * elf/tst-pathopt.sh: Use run_program_env argument.
3577         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
3578         $(test-wrapper-env) and $(run-program-env).
3579         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
3580         run_program_env arguments.
3581         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
3582         * intl/Makefile ($(objpfx)tst-gettext.out): Use
3583         $(test-program-prefix-before-env), $(run-program-env) and
3584         $(test-program-prefix-after-env).
3585         ($(objpfx)tst-gettext2.out): Likewise.
3586         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
3587         run_program_env and test_program_prefix_after_env arguments.
3588         * intl/tst-gettext2.sh: Likewise.
3589         * intl/tst-gettext4.sh: Do not set environment variables
3590         explicitly.
3591         * intl/tst-gettext6.sh: Likewise.
3592         * intl/tst-translit.sh: Likewise.
3593         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
3594         $(test-program-prefix-before-env), $(run-program-env) and
3595         $(test-program-prefix-after-env).
3596         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
3597         run_program_env and test_program_prefix_after_env arguments.
3598         * math/Makefile (run-regen-ulps): Use $(run-program-env).
3599         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
3600         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
3601         explicitly with each use of ${test_wrapper_env}.
3602         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
3603         $(test-program-prefix-before-env), $(run-program-env) and
3604         $(test-program-prefix-after-env).
3605         * posix/tst-getconf.sh: Do not set environment variables
3606         explicitly.
3607         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
3608         run_program_env and test_program_prefix_after_env arguments.
3609         * stdio-common/tst-printf.sh: Do not set environment variables
3610         explicitly.
3611         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
3612         $(test-program-prefix-before-env), $(run-program-env) and
3613         $(test-program-prefix-after-env).
3614         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
3615         run_program_env and test_program_prefix_after_env arguments.
3616         Split $test calls into $test_pre and $test.
3617         * timezone/Makefile (build-testdata): Use
3618         $(built-program-cmd-before-env), $(run-program-env) and
3619         $(built-program-cmd-after-env).
3620
3621 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3622
3623         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
3624         strlen for non SHARED builds.
3625
3626 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
3627
3628         * nptl/allocatestack.c (check_list): Inlined function...
3629         (__reclaim_stacks): ... here.
3630
3631 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
3632
3633         [BZ #15698]
3634         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3635         memory overrun.
3636
3637 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
3638
3639         * Rules (make-test-out): Include
3640         LOCPATH=$(common-objpfx)localedata in default environment.
3641         * debug/Makefile (tst-chk1-ENV): Remove variable.
3642         (tst-chk2-ENV): Likewise.
3643         (tst-chk3-ENV): Likewise.
3644         (tst-chk4-ENV): Likewise.
3645         (tst-chk5-ENV): Likewise.
3646         (tst-chk6-ENV): Likewise.
3647         (tst-lfschk1-ENV): Likewise.
3648         (tst-lfschk2-ENV): Likewise.
3649         (tst-lfschk3-ENV): Likewise.
3650         (tst-lfschk4-ENV): Likewise.
3651         (tst-lfschk5-ENV): Likewise.
3652         (tst-lfschk6-ENV): Likewise.
3653         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
3654         (tst-iconv7-ENV): Likewise.
3655         * intl/Makefile (LOCPATH-ENV): Likewise.
3656         (tst-codeset-ENV): Likewise.
3657         (tst-gettext3-ENV): Likewise.
3658         (tst-gettext5-ENV): Likewise.
3659         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
3660         (tst-fopenloc-ENV): Likewise.
3661         (tst-fgetws-ENV): Remove variable.
3662         (tst-ungetwc1-ENV): Likewise.
3663         (tst-ungetwc2-ENV): Likewise.
3664         (bug-ungetwc2-ENV): Likewise.
3665         (tst-swscanf-ENV): Likewise.
3666         (bug-ftell-ENV): Likewise.
3667         (tst-fgetwc-ENV): Likewise.
3668         (tst-fseek-ENV): Likewise.
3669         (tst-ftell-partial-wide-ENV): Likewise.
3670         (tst-ftell-active-handler-ENV): Likewise.
3671         (tst-ftell-append-ENV): Likewise.
3672         * posix/Makefile (tst-fnmatch-ENV): Likewise.
3673         (tst-regexloc-ENV): Likewise.
3674         (bug-regex1-ENV): Likewise.
3675         (tst-regex-ENV): Likewise.
3676         (tst-regex2-ENV): Likewise.
3677         (bug-regex5-ENV): Likewise.
3678         (bug-regex6-ENV): Likewise.
3679         (bug-regex17-ENV): Likewise.
3680         (bug-regex18-ENV): Likewise.
3681         (bug-regex19-ENV): Likewise.
3682         (bug-regex20-ENV): Likewise.
3683         (bug-regex22-ENV): Likewise.
3684         (bug-regex23-ENV): Likewise.
3685         (bug-regex25-ENV): Likewise.
3686         (bug-regex26-ENV): Likewise.
3687         (bug-regex30-ENV): Likewise.
3688         (bug-regex32-ENV): Likewise.
3689         (bug-regex33-ENV): Likewise.
3690         (bug-regex34-ENV): Likewise.
3691         (bug-regex35-ENV): Likewise.
3692         (tst-rxspencer-ENV): Likewise.
3693         (tst-rxspencer-no-utf8-ENV): Likewise.
3694         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
3695         (tst-sscanf-ENV): Likewise.
3696         (tst-swprintf-ENV): Likewise.
3697         (tst-swscanf-ENV): Likewise.
3698         (test-vfprintf-ENV): Likewise.
3699         (scanf13-ENV): Likewise.
3700         (bug14-ENV): Likewise.
3701         (tst-grouping-ENV): Likewise.
3702         * stdlib/Makefile (tst-strtod-ENV): Likewise.
3703         (tst-strtod3-ENV): Likewise.
3704         (tst-strtod4-ENV): Likewise.
3705         (tst-strtod5-ENV): Likewise.
3706         (testmb2-ENV): Likewise./
3707         * string/Makefile (tst-strxfrm-ENV): Likewise.
3708         (tst-strxfrm2-ENV): Likewise.
3709         (bug-strcoll1-ENV): Likewise.
3710         (test-strcasecmp-ENV): Likewise.
3711         (test-strncasecmp-ENV): Likewise.
3712         * time/Makefile (tst-strptime-ENV): Likewise.
3713         (tst-ftime_l-ENV): Likewise.
3714         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
3715         (tst-mbrtowc-ENV): Likewise.
3716         (tst-wcrtomb-ENV): Likewise.
3717         (tst-mbrtowc2-ENV): Likewise.
3718         (tst-c16c32-1-ENV): Likewise.
3719         (tst-mbsnrtowcs-ENV): Likewise.
3720
3721 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
3722
3723         * manual/resource.texi (How to get information about the memory
3724         subsystem?): Fix typo.
3725         Reported by Peon de la Parra Ivan <peon@keba.com>
3726
3727 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
3728
3729         [BZ #16882]
3730         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
3731         (pthread_spin_lock): Branch out of spin loop to proper location.
3732         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
3733         (pthread_spin_lock): Likewise.
3734
3735         * nptl/tst-spin4.c: New test.
3736         * nptl/Makefile (tests): Add tst-spin4.
3737
3738 2014-06-03  Andreas Schwab  <schwab@suse.de>
3739
3740         [BZ #15946]
3741         * resolv/res_send.c (send_dg): Reload file descriptor after
3742         calling reopen.
3743
3744 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
3745
3746         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
3747
3748 2014-06-03  Richard Henderson  <rth@redhat.com>
3749
3750         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
3751         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
3752         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
3753         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
3754         in the SAVE_PID block.
3755         (__libc_vfork): New alias.
3756         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
3757
3758         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
3759         child in registers, not on the stack.  Remove RESET_PID conditionals.
3760         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
3761
3762 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3763
3764         * sysdeps/aarch64/libm-test-ulps: Regenerate.
3765
3766 2014-06-03  Wilco  <wdijkstr@arm.com>
3767
3768         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
3769         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
3770         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
3771         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
3772         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
3773         Likewise.
3774
3775 2014-06-03  Wilco  <wdijkstr@arm.com>
3776
3777         * sysdeps/aarch64/fpu/math_private.h
3778         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
3779         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
3780         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
3781         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
3782         Fix declarations.
3783
3784 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3785
3786         * crypt/crypt-private.h: Include ufc-crypt.h.
3787         (__b64_from_24bit): Declare extern.
3788         * crypt/crypt_util.c(__b64_from_24bit): New function.
3789         (b64t): New static const variable.
3790         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
3791         (b64t): Remove variable.
3792         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
3793         * crypt/sha256-crypt.c: Include crypt-private.h.
3794         (b64t): Remove variable.
3795         (__sha256_crypt_r): Remove b64_from_24bit and replace
3796         with __b64_from_24bit.
3797         * crypt/sha512-crypt.c: Likewise.
3798
3799 2014-06-02  Roland McGrath  <roland@hack.frob.com>
3800
3801         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
3802         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
3803         Label the code __libc_vfork rather than __vfork.
3804         [!NOT_IN_libc] (vfork): Define as weak alias.
3805         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
3806         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
3807         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
3808
3809 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3810
3811         * malloc/malloc.c (malloc_info): Fix format specifier for
3812         n_mmaps.
3813
3814 2014-06-02  Wilco  <wdijkstr@arm.com>
3815
3816         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
3817         FPCR write.
3818
3819 2014-06-02  Wilco  <wdijkstr@arm.com>
3820
3821         [BZ #17009]
3822         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
3823         Rewrite to reduce FPCR/FPSR accesses.
3824
3825 2014-06-01  David S. Miller  <davem@davemloft.net>
3826
3827         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3828
3829 2014-05-31  David S. Miller  <davem@davemloft.net>
3830
3831         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
3832         to occur in round to nearest mode when |x| >= 2.0
3833
3834 2014-05-30  Richard Henderson  <rth@twiddle.net>
3835
3836         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
3837         (PSEUDO_RET_NOERRNO): Remove.
3838         (ret): Don't redefine.
3839         (ret_NOERRNO): Define in terms of ret.
3840         (ret_ERRVAL): Likewise.
3841
3842         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
3843         use of PSEUDO_RET; perform the error check directly.
3844
3845 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
3846
3847         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
3848         with __int128_t.
3849
3850 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
3851
3852         * malloc/malloc (malloc_info): Fix formatting.
3853
3854 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
3855             Roland McGrath  <roland@hack.frob.com>
3856
3857         * malloc/malloc (malloc_info): Also print mmapped statistics.
3858
3859 2014-05-30  Roland McGrath  <roland@hack.frob.com>
3860
3861         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
3862         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
3863
3864 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
3865
3866         * malloc/malloc.c (malloc_info): Inline mi_arena.
3867
3868 2014-05-29  Richard Henderson  <rth@twiddle.net>
3869
3870         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
3871         Remove comma before expanding ASM_ARGS_##nr.
3872         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
3873         Make _x0 a strict output; make _x8 a strict input; adjust expansion
3874         of ASM_ARGS_##nr.
3875         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
3876         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
3877         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
3878         (ASM_ARGS_1): Add leading comma.
3879
3880         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
3881         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
3882         to __errno_location.
3883         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
3884         Remove the expected plt for __errno_location.
3885
3886         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
3887         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
3888         call to __read_tp.
3889
3890         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
3891         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
3892         it and break it down.
3893         (DOCARGS_0, DOCARGS_1): Do nothing.
3894         (DOCARGS_2): Update to store into the new stack frame.
3895         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
3896         (UNDOCARGS_1): Update to restore from the new stack frame.
3897         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
3898         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
3899
3900         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
3901         (SINGLE_THREAD_P): New parameter for result regno.
3902         (PSEUDO): Update to match; use cbz instead of beq.
3903
3904         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
3905         Use ENTRY to define the _nocancel entry point.  Share the syscall
3906         and syscall error check paths with the cancel path.
3907         (PSEUDO_END): New.
3908
3909         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
3910         whitespace; tabs before and after asm mnemonics.
3911
3912 2014-05-29  Eric Wong  <normalperson@yhbt.net>
3913
3914         [BZ #15132]
3915         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
3916         Call fstat64 or stat64 internally, depending on arguments passed.
3917         Replace stat buffer argument with file descriptor argument.
3918         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
3919         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
3920         Pass fd to __internal_statvfs instead of calling fstat64.
3921         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
3922         Pass fd to __internal_statvfs64 instead of calling fstat64.
3923         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
3924         Pass -1 to __internal_statvfs instead of calling stat64.
3925         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
3926         Pass -1 to __internal_statvfs64 instead of calling stat64.
3927
3928 2014-05-28  Roland McGrath  <roland@hack.frob.com>
3929
3930         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
3931         that was previously under [RESET_PID].
3932         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
3933
3934         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
3935         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
3936
3937 2014-05-27  Roland McGrath  <roland@hack.frob.com>
3938
3939         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
3940
3941         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
3942         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
3943
3944 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
3945
3946         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
3947
3948 2014-05-27  Andreas Schwab  <schwab@suse.de>
3949
3950         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
3951         TLS_INIT_TP macro.
3952         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
3953         * elf/rtld.c (init_tls, dl_main): Likewise.
3954         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
3955         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
3956         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
3957         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
3958         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
3959         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
3960         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
3961         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
3962         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
3963         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
3964         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
3965         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
3966         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
3967         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
3968         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
3969         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
3970         * sysdeps/generic/tls.h: Update description.
3971
3972 2014-05-27  Will Newton  <will.newton@linaro.org>
3973
3974         [BZ #16990]
3975         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
3976         and restore r2 rather than just restoring.
3977
3978 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3979
3980         [BZ #16724]
3981         * libio/tst-ftell-append.c: New test case.
3982         * libio/Makefile (tests): Add test case.
3983         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
3984         append mode.
3985         * libio/wfileops.c (do_ftell_wide): Likewise.
3986
3987 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3988
3989         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3990
3991         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
3992         ...
3993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
3994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
3995         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
3996         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
3997         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
3998         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
3999         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
4000         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
4001         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4002         Moved ...
4003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
4004         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4005         Moved ...
4006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
4007         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
4008         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
4009         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
4010         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
4011         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
4012         ...
4013         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
4014         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
4015         Moved ...
4016         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
4017         here.
4018         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
4019         ...
4020         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
4021         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
4022         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
4023
4024         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
4025         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
4026         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
4027         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
4028
4029         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
4030         merge into ...
4031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
4032         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
4033         ...
4034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
4035         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
4036         ...
4037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
4038         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
4039         Moved ...
4040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
4041         here.
4042         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
4043         Moved ...
4044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
4045         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
4046         Moved ...
4047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
4048
4049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
4050         conditional [RESET_PID].
4051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
4052         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
4053         removed.
4054         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
4055         removed.
4056
4057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
4058         <tcb-offsets.h>.
4059         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4060         (__libc_vfork): New strong alias.
4061         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
4062         removed.
4063         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
4064         Removed.
4065
4066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
4067         <tcb-offsets.h>.
4068         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
4069         (__libc_vfork): New strong alias.
4070         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
4071         removed.
4072         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
4073         removed.
4074
4075 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
4076
4077         * malloc/malloc.c (mi_arena): New function.
4078         (malloc_info): Remove nested function mi_arena. Call non-nosted
4079         function mi_arena.
4080
4081 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4082
4083         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
4084         by insrwi.
4085         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
4086         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
4087         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
4088         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
4089         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
4090         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
4091         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
4092
4093 2014-05-26  Andreas Schwab  <schwab@suse.de>
4094
4095         [BZ #16984]
4096         * locale/programs/repertoire.c (repertoire_read): Add slash
4097         between I18NPATH element and file name.
4098         * locale/programs/locfile.c (locfile_read): Likewise.
4099
4100 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
4101
4102         * nptl/pthread_mutexattr_settype.c
4103         (__pthread_mutexattr_settype):
4104         Disable lock elision for PTHREAD_MUTEX_NORMAL.
4105
4106 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
4107
4108         * nptl/tst-mutex5 (do_test):
4109         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
4110
4111 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4112
4113         * benchtests/README: Document 'init' directive.
4114         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
4115         BENCH_INIT.
4116         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
4117         (parse_file): Recognize 'init' directive.
4118
4119 2014-05-26  Kyle McMartin  <kyle@redhat.com>
4120
4121         [BZ #16796]
4122         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
4123         alignment of struct pthread.
4124
4125 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4126
4127         [BZ #16878]
4128         * nscd/netgroupcache.c (addgetnetgrentX): Look for
4129         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
4130         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
4131         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
4132
4133 2014-05-25  Richard Henderson  <rth@twiddle.net>
4134
4135         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4136         (SINGLE_THREAD_P_PIC): Remove.
4137         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
4138         (SINGLE_THREAD_P_PIC): Remove.
4139
4140         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
4141         branch to syscall error ...
4142         (PSEUDO): ... here.
4143         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
4144         from __local_syscall_error to .Lsyscall_error.
4145         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
4146         (SYSCALL_ERROR): Update label name.
4147
4148         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4149         Do not use DOARGS/UNDOARGS.
4150         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
4151         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
4152         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
4153         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
4154         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
4155
4156         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
4157         block comment.
4158
4159         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
4160         define if !NOT_IN_libc.
4161         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
4162         define with non-default symbol versions.
4163
4164 2014-05-23  Richard Henderson  <rth@twiddle.net>
4165
4166         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
4167         (vfork, __vfork): Define via compat_symbol.
4168
4169         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
4170         [!HAVE_IFUNC] (vfork_compat): Remove.
4171         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
4172
4173 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
4174
4175         [BZ #16978]
4176         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
4177         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
4178         variable.
4179
4180 2014-05-23  Richard Henderson  <rth@twiddle.net>
4181
4182         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
4183         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
4184         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
4185         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
4186
4187         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
4188         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
4189         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
4190         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
4191         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
4192         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
4193         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
4194         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
4195         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
4196         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
4197         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
4198         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
4199         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
4200         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
4201         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
4202         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
4203         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
4204         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
4205         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
4206         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
4207         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
4208         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
4209         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
4210         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
4211         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
4212         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
4213         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
4214         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
4215         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
4216         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
4217         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
4218         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
4219         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
4220         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
4221         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
4222         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
4223         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
4224         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
4225         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
4226         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
4227         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
4228         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
4229         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
4230         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
4231         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
4232         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
4233         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
4234         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
4235         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
4236         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
4237         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
4238         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
4239         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
4240         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
4241         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
4242         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
4243
4244         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
4245         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
4246         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
4247         before exiting on error.
4248         (__libc_vfork): New strong alias.
4249         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
4250         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
4251
4252         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
4253         that was previously under [RESET_PID].
4254         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
4255
4256         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
4257
4258 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
4259
4260         [BZ #16977]
4261         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
4262         value when x - 1 is zero.
4263         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
4264         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
4265         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
4266         0.0L for an argument of 1.0L.
4267         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
4268         Likewise.
4269         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
4270         value when x - 1 is zero.
4271         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
4272         * sysdeps/i386/fpu/libm-test-ulps: Update.
4273         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4274
4275 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4276
4277         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
4278         alphasort and versionsort.
4279
4280 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4281
4282         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
4283         macro.
4284         [copysignf]: Likewise.
4285
4286 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
4287
4288         * crypt/md5-crypt.c: Fix formatting.
4289
4290 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4291
4292         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
4293         (b64_from_24bit): New function.
4294
4295 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4296
4297         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
4298         libc_hidden_builtin_def to ifunc.
4299         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
4300         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
4301
4302 2014-05-21  Roland McGrath  <roland@hack.frob.com>
4303
4304         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
4305         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
4306
4307 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
4308
4309         * nscd/Depend (linuxthreads): Remove.
4310         (nptl): Add.
4311         * resolv/Depend (linuxthreads): Remove.
4312         * rt/Depend (linuxthreads): Remove.
4313
4314         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
4315         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
4316         $(common-objpfx)elf/.
4317         (link-libc-before-gnulib): Likewise.
4318         (elfobjdir): Remove variable.
4319         * Makefile (install): Use $(elf-objpfx) instead of
4320         $(common-objpfx)elf/.
4321         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
4322         $(elfobjdir)/.
4323         (link-libc-deps): Likewise.
4324         ($(common-objpfx)libc.so): Likewise.
4325         ($(common-objpfx)linkobj/libc.so): Likewise.
4326         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
4327         instead of $(common-objpfx)elf/.
4328         (symbolic-link-list): Likewise.
4329         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4330         [$(cross-compiling) = no]: Likewise.
4331         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
4332         $(elfobjdir)/.
4333         (static-gnulib-arch): Likewise.
4334         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4335         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
4336         $(common-objpfx)elf/.
4337
4338 2014-05-21  Richard Henderson  <rth@redhat.com>
4339
4340         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4341         (SINGLE_THREAD_P): Use the correct width load.  Fold
4342         into the ldr offset.
4343
4344         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
4345         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
4346
4347 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
4348
4349         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
4350         (libgcc_s_resume): Use __attribute_used__.
4351         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
4352         Likewise.
4353
4354 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4355
4356         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
4357         optimization when used with float constants.
4358
4359         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4360
4361 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
4362
4363         [BZ #16915]
4364         * locale/nl_langinfo_l.c: Make direct reference to every
4365         _nl_current_CATEGORY symbol.
4366         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
4367         (tests-static): Add tst-langinfo-static.
4368         (tests-special): Add tst-langinfo-static.out.
4369         ($(objpfx)tst-langinfo.out): Redirect output.
4370         ($(objpfx)tst-langinfo-static.out): New.
4371         * localedata/tst-langinfo.sh: Send output to stdout.
4372         * localedata/tst-langinfo-static.c: New file.
4373
4374         [BZ #16965]
4375         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
4376         when the shift amount is modulo the limb size.
4377
4378 2014-05-20  Richard Henderson  <rth@redhat.com>
4379
4380         [BZ #16967]
4381         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
4382         Change type of sa_flags from unsigned int to int.
4383
4384         [BZ #16966]
4385         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
4386
4387         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
4388
4389 2014-05-20  Will Newton  <will.newton@linaro.org>
4390
4391         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4392         Test the return value of the system call in the nocancel case.
4393
4394 2014-05-20  Will Newton  <will.newton@linaro.org>
4395             Yvan Roux  <yvan.roux@linaro.org>
4396
4397         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
4398         #include of asm/ptrace.h.
4399         (PTRACE_GET_THREAD_AREA): Remove #undef.
4400         (PTRACE_GETHBPREGS): Likewise.
4401         (PTRACE_SETHBPREGS): Likewise.
4402         (struct user_regs_struct): New structure.
4403         (struct user_fpsimd_struct): New structure.
4404         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
4405         #include of asm/ptrace.h and second #include of sys/user.h.
4406         (PTRACE_GET_THREAD_AREA): Remove #undef.
4407         (PTRACE_GETHBPREGS): Likewise.
4408         (PTRACE_SETHBPREGS): Likewise.
4409         (ELF_NGREG): Use new struct user_regs_struct.
4410         (elf_fpregset_t): Use new struct user_fpsimd_struct.
4411
4412 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4413
4414         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
4415         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
4416
4417 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
4418
4419         [BZ #16958]
4420         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
4421         membar to avoid block loads/stores to overlap previous stores.
4422
4423 2014-05-17  Richard Henderson  <rth@redhat.com>
4424
4425         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
4426         Create the __##syscall_name##_nocancel entry point.
4427         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
4428         Remove; let the sysdep-cancel.h code create it.
4429
4430 2014-05-17  David S. Miller  <davem@davemloft.net>
4431
4432         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
4433         Protect with __USE_GNU.
4434         (TIOCSET_TEMPT): Likewise.
4435         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4436         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
4437         these are already provided in bits/ioctl-types.h
4438
4439 2014-05-16  Roland McGrath  <roland@hack.frob.com>
4440
4441         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
4442         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
4443
4444         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
4445         Use wait4 regardless of [__NR_waitpid].
4446
4447 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
4448
4449         PR libgcc/60166
4450         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
4451         (_FP_NANSIGN_Q): Set the quiet bit.
4452
4453 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
4454
4455         * benchtests/Makefile
4456         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
4457         not $(common-objpfx)math/libm.so.
4458         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
4459         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
4460         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
4461         $(common-objpfx)dlfcn/libdl.so.
4462         ($(objpfx)tst-audit8): Depend on $(libm), not
4463         $(common-objpfx)math/libm.so.
4464         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
4465         not $(common-objpfx)dlfcn/libdl.so.
4466         * math/Makefile
4467         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
4468         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
4469         [$(build-shared) = yes].
4470         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
4471         $(common-objpfx)nptl/libpthread.so.
4472         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
4473         $(common-objpfx)math/libm.so$(libm.so-version) or
4474         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
4475         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
4476         $(common-objpfx)dlfcn/libdl.so.
4477         * setjmp/Makefile (link-libm): Remove variable.
4478         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
4479         * stdio-common/Makefile (link-libm): Remove variable.
4480         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
4481         * stdlib/Makefile (link-libm): Remove variable.
4482         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
4483         ($(objpfx)tst-strtod-round): Likewise.
4484         ($(objpfx)tst-tininess): Likewise.
4485         ($(objpfx)tst-strtod-underflow): Likewise.
4486         ($(objpfx)tst-strtod6): Likewise.
4487         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
4488         $(libdl), not $(common-objpfx)nptl/libpthread.so and
4489         $(common-objpfx)dlfcn/libdl.so.
4490
4491 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4492
4493         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
4494         BSD terminal modes definitions.
4495
4496 2014-05-16  Roland McGrath  <roland@hack.frob.com>
4497
4498         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
4499         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
4500
4501         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
4502         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
4503         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
4504         Don't do #include_next.
4505         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
4506         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
4507         Don't do #include_next.
4508         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
4509         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
4510         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
4511         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
4512
4513 2014-05-16  Allan McRae  <allan@archlinux.org>
4514
4515         * po/sv.po: Update Swedish translation from translation project.
4516
4517         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
4518         in sed expression.
4519
4520 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
4521
4522         [BZ #16917]
4523         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
4524         errno if the TIOCGPTN ioctl fails with an error different than
4525         EINVAL.
4526         * login/tst-ptsname.c: New file.
4527         * login/Makefile (tests): Add tst-ptsname.
4528
4529         [BZ #16943]
4530         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
4531         and prlimit64.
4532
4533 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4534
4535         [BZ #16849]
4536         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
4537         herrno to return EAI_AGAIN.
4538
4539 2014-05-14  Roland McGrath  <roland@hack.frob.com>
4540
4541         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
4542         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
4543         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
4544         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
4545         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
4546         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
4547         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
4548         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
4549         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
4550         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
4551         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
4552         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
4553         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
4554         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
4555         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
4556         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
4557         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
4558         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
4559         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
4560         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
4561         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
4562         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
4563         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
4564         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
4565         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
4566         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
4567         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
4568         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
4569         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
4570         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
4571         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
4572         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
4573         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
4574         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
4575         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
4576         Moved ...
4577         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
4578         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
4579         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
4580         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
4581         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
4582         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
4583         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
4584         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
4585         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
4586         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
4587         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
4588         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
4589         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
4590         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
4591         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
4592         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
4593         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
4594         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
4595         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
4596         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
4597         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
4598         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
4599         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
4600         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
4601         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
4602         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
4603         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
4604         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
4605         Moved ...
4606         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
4607         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
4608         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
4609         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
4610         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
4611         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
4612         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
4613         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
4614         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
4615         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
4616         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
4617         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
4618         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
4619         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
4620         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
4621         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
4622         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
4623         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
4624         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
4625         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
4626         Moved ...
4627         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
4628         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
4629         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
4630
4631         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
4632         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
4633         (libpthread-sysdep_routines): Add elision-related stuff here instead.
4634         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
4635         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
4636         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
4637         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
4638         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
4639         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
4640         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
4641         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
4642         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
4643         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
4644         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
4645         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
4646         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
4647         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
4648         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
4649         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
4650         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
4651         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
4652         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
4653         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
4654         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
4655         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
4656         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
4657         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
4658         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
4659         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
4660         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
4661         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
4662
4663         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
4664         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
4665
4666         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
4667         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
4668         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
4669         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
4670         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
4671         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
4672         Moved ...
4673         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
4674         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
4675         Moved ...
4676         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
4677         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
4678         Moved ...
4679         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
4680         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
4681         Moved ...
4682         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
4683         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
4684         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
4685         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
4686         Moved ...
4687         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
4688         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
4689         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
4690         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
4691         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
4692         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
4693         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
4694         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
4695         Moved ...
4696         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
4697         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
4698         Moved ...
4699         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
4700         ... here.
4701         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
4702         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
4703         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
4704         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
4705         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
4706         Moved ...
4707         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
4708         ... here.
4709         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
4710         Moved ...
4711         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
4712         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
4713         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
4714         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
4715         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
4716         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
4717         Moved ...
4718         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
4719         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
4720         Moved ...
4721         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
4722         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
4723         Moved ...
4724         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
4725         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
4726         Moved ...
4727         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
4728         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
4729         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
4730         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
4731         Moved ...
4732         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
4733         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
4734         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
4735         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
4736         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
4737         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
4738         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
4739         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
4740         Moved ...
4741         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
4742         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
4743         Moved ...
4744         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
4745         ... here.
4746         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
4747         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
4748         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
4749         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
4750         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
4751         Moved ...
4752         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
4753         ... here.
4754         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
4755         Moved ...
4756         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
4757         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
4758         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
4759         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
4760         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
4761         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
4762         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
4763         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
4764         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
4765         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
4766         Moved ...
4767         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
4768         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
4769         Moved ...
4770         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
4771         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
4772         Moved ...
4773         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
4774         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
4775         Moved ...
4776         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
4777         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
4778         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
4779         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
4780         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
4781         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
4782         Moved ...
4783         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
4784         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
4785         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
4786         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
4787         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
4788         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
4789         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
4790         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
4791         Moved ...
4792         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
4793         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
4794         Moved ...
4795         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
4796         ... here.
4797         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
4798         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
4799         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
4800         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
4801         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
4802         Moved ...
4803         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
4804         ... here.
4805         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
4806         Moved ...
4807         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
4808         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
4809         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
4810         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
4811         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
4812         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
4813         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
4814         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
4815         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
4816         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
4817         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
4818
4819         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
4820         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
4821
4822         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
4823         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
4824
4825         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
4826         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
4827         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
4828         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
4829         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
4830         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
4831         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
4832         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
4833         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
4834         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
4835         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
4836         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
4837         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
4838         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
4839         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
4840         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
4841         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
4842         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
4843         Moved ...
4844         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
4845         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
4846         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
4847         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
4848         Moved ...
4849         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
4850         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
4851         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
4852         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
4853         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
4854         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
4855         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
4856         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
4857         Moved ...
4858         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
4859         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
4860         Moved ...
4861         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
4862         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
4863         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
4864         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
4865         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
4866         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
4867         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
4868         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
4869         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
4870         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
4871         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
4872         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
4873         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
4874         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
4875         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
4876         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
4877         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
4878
4879         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
4880         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
4881         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
4882         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
4883         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
4884
4885         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
4886         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
4887         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
4888         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
4889         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
4890         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
4891         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
4892         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
4893         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
4894         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
4895
4896         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
4897         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
4898
4899         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
4900         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
4901         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
4902         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
4903         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
4904         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
4905         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
4906         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
4907         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
4908         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
4909         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
4910         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
4911         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
4912         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
4913         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
4914         Update #include.
4915         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
4916         Likewise.
4917         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
4918         Likewise.
4919         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
4920         Likewise.
4921         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
4922         Likewise.
4923         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
4924         Likewise.
4925         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
4926         Likewise.
4927         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
4928         Likewise.
4929         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
4930         Likewise.
4931         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
4932         Likewise.
4933         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
4934         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
4935         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
4936         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
4937         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
4938         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
4939         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
4940         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
4941         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
4942         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
4943         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
4944         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
4945         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
4946         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
4947         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
4948
4949         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
4950         that was previously under [RESET_PID].
4951         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
4952         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
4953         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
4954
4955         * sysdeps/i386/nptl/Implies: New file.
4956         * sysdeps/x86_64/nptl/Implies: New file.
4957         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
4958         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
4959         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
4960         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
4961
4962         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
4963         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4964         (__libc_vfork): New strong alias.
4965         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
4966         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
4967
4968         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
4969         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4970         (__libc_vfork): New strong alias.
4971         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
4972         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
4973
4974         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
4975         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4976         (__libc_vfork): New strong alias.
4977         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
4978         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
4979         * nptl/pt-vfork.c: New file.
4980         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
4981         (libpthread: GLIBC_2.20): New version set (empty).
4982
4983 2014-05-14  Will Newton  <will.newton@linaro.org>
4984
4985         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
4986         rather than #if.
4987
4988 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
4989
4990         [BZ #16564]
4991         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
4992         arguments with exponent 65 or above.
4993         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
4994         arguments 0x1p113L or above.
4995         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
4996         to arguments 0x1p107L or above.
4997         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
4998         positive arguments with exponent 65 or above.
4999         * math/auto-libm-test-in: Add more tests of log1p.
5000         * math/auto-libm-test-out: Regenerated.
5001
5002         [BZ #16928]
5003         * math/s_cacos.c (__cacos): Ensure zero real part of result from
5004         non-finite arguments is +0.
5005         * math/s_cacosf.c (__cacosf): Likewise.
5006         * math/s_cacosl.c (__cacosl): Likewise.
5007         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
5008         * sysdeps/i386/fpu/libm-test-ulps: Update.
5009         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5010
5011         [BZ #16927]
5012         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
5013         value.
5014         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
5015         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
5016         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
5017         for explicit high bit of mantissa when testing for argument equal
5018         to 1.
5019         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
5020         * sysdeps/i386/fpu/libm-test-ulps: Update.
5021         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5022
5023         [BZ #16516]
5024         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
5025         (__erf): Scale by 16 instead of 8 in potentially underflowing
5026         case.  Ensure exception if result actually underflows.
5027         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
5028         (__erff): Scale by 16 instead of 8 in potentially underflowing
5029         case.  Ensure exception if result actually underflows.
5030         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
5031         (efx8): Remove variable.
5032         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5033         case.  Ensure exception if result actually underflows.
5034         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
5035         (efx8): Remove variable.
5036         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5037         case.  Ensure exception if result actually underflows.
5038         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
5039         (efx8): Remove variable.
5040         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5041         case.  Ensure exception if result actually underflows.
5042         * math/auto-libm-test-in: Add more tests of erf.
5043         * math/auto-libm-test-out: Regenerated.
5044
5045 2014-05-14  Andreas Schwab  <schwab@suse.de>
5046
5047         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
5048         Remove code conditionalized on USE___THREAD.
5049
5050         * config.h.in (HAVE_PT_CHOWN): Define as 0.
5051         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
5052         not definedness.
5053
5054 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
5055
5056         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
5057         Define unconditionally.
5058         (__ASSUME_O_CLOEXEC): Likewise.
5059         (__ASSUME_SOCK_CLOEXEC): Likewise.
5060         (__ASSUME_IN_NONBLOCK): Likewise.
5061         (__ASSUME_PIPE2): Likewise.
5062         (__ASSUME_EVENTFD2): Likewise.
5063         (__ASSUME_SIGNALFD4): Likewise.
5064         (__ASSUME_DUP3): Likewise.
5065         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
5066         (__ASSUME_DUP3): Do not define.
5067         (__ASSUME_EVENTFD2): Likewise.
5068         (__ASSUME_IN_NONBLOCK): Likewise.
5069         (__ASSUME_O_CLOEXEC): Likewise.
5070         (__ASSUME_PIPE2): Likewise.
5071         (__ASSUME_SIGNALFD4): Likewise.
5072         (__ASSUME_SOCK_CLOEXEC): Likewise.
5073         (__ASSUME_UTIMES): Undefine.
5074         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
5075         (__ASSUME_UTIMES): Do not define.
5076         (__ASSUME_O_CLOEXEC): Likewise.
5077         (__ASSUME_SOCK_CLOEXEC): Likewise.
5078         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
5079         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
5080         0x020621].
5081         (__ASSUME_PIPE2): Likewise.
5082         (__ASSUME_EVENTFD2): Likewise.
5083         (__ASSUME_SIGNALFD4): Likewise.
5084         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
5085         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
5086         Do not define.
5087         (__ASSUME_EVENTFD2): Likewise.
5088         (__ASSUME_SIGNALFD4): Likewise.
5089         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
5090         (__ASSUME_32BITUIDS): Likewise.
5091         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
5092         (__ASSUME_IPC64): Likewise.
5093         (__ASSUME_ST_INO_64_BIT): Likewise.
5094         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
5095         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
5096         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
5097         (__ASSUME_UTIMES): Do not define.
5098         (__ASSUME_PSELECT): Likewise.
5099         (__ASSUME_PPOLL): Likewise.
5100         (__ASSUME_O_CLOEXEC): Likewise.
5101         (__ASSUME_SOCK_CLOEXEC): Likewise.
5102         (__ASSUME_IN_NONBLOCK): Likewise.
5103         (__ASSUME_PIPE2): Likewise.
5104         (__ASSUME_EVENTFD2): Likewise.
5105         (__ASSUME_SIGNALFD4): Likewise.
5106         (__ASSUME_DUP3): Likewise.
5107         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
5108         (__ASSUME_UTIMES): Likewise.
5109         (__ASSUME_O_CLOEXEC): Likewise.
5110         (__ASSUME_SOCK_CLOEXEC): Likewise.
5111         (__ASSUME_IN_NONBLOCK): Likewise.
5112         (__ASSUME_PIPE2): Likewise.
5113         (__ASSUME_EVENTFD2): Likewise.
5114         (__ASSUME_SIGNALFD4): Likewise.
5115         (__ASSUME_DUP3): Likewise.
5116         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5117         (__ASSUME_UTIMES): Likewise.
5118         (__ASSUME_O_CLOEXEC): Likewise.
5119         (__ASSUME_SOCK_CLOEXEC): Likewise.
5120         (__ASSUME_IN_NONBLOCK): Likewise.
5121         (__ASSUME_PIPE2): Likewise.
5122         (__ASSUME_EVENTFD2): Likewise.
5123         (__ASSUME_SIGNALFD4): Likewise.
5124         (__ASSUME_DUP3): Likewise.
5125         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
5126         Likewise.
5127         (__ASSUME_UTIMES): Likewise.
5128         (__ASSUME_EVENTFD2): Likewise.
5129         (__ASSUME_SIGNALFD4): Likewise.
5130         * sysdeps/unix/sysv/linux/tile/kernel-features.h
5131         (__ASSUME_O_CLOEXEC): Likewise.
5132         (__ASSUME_SOCK_CLOEXEC): Likewise.
5133         (__ASSUME_IN_NONBLOCK): Likewise.
5134         (__ASSUME_PIPE2): Likewise.
5135         (__ASSUME_EVENTFD2): Likewise.
5136         (__ASSUME_SIGNALFD4): Likewise.
5137         (__ASSUME_DUP3): Likewise.
5138         (__ASSUME_UTIMES): Undefine.
5139
5140         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
5141         feclearexcept.  Remove symbol versioning code.
5142         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
5143         symbol versioning code.
5144         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
5145         symbol versioning code.
5146         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
5147         feupdateenv.  Remove symbol versioning code.
5148         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
5149         fegetexceptflag.  Remove symbol versioning code.
5150         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
5151         fesetexceptflag.  Remove symbol versioning code.
5152         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
5153         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
5154         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
5155         (__posix_fadvise64_l32): Remove prototype.
5156         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
5157         code.
5158
5159 2014-05-13  Roland McGrath  <roland@hack.frob.com>
5160
5161         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
5162         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
5163         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
5164         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
5165
5166 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
5167
5168         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
5169         current working directory
5170
5171 2014-05-13  Roland McGrath  <roland@hack.frob.com>
5172
5173         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
5174         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
5175         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
5176         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
5177         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
5178         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
5179         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
5180         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
5181         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
5182         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
5183         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
5184         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
5185         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
5186         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
5187         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
5188         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
5189         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
5190         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
5191         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
5192         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
5193         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
5194         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
5195         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
5196         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
5197         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
5198         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
5199         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
5200         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
5201         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
5202         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
5203         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
5204         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
5205         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
5206         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
5207         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
5208         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
5209         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
5210         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
5211         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
5212         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
5213         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
5214         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
5215
5216         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
5217         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
5218
5219         * sysdeps/unix/sysv/linux/arm/Makefile
5220         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
5221         Add rt-aeabi_unwind_cpp_pr1.
5222         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
5223         Add nptl-aeabi_unwind_cpp_pr1.
5224         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
5225         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
5226         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
5227         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5228         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
5229         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5230
5231         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
5232         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
5233         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
5234         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
5235
5236         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
5237         Deconditionalize the code that was previously under [RESET_PID].
5238         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
5239
5240         * sysdeps/generic/exit-thread.h: New file.
5241         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
5242         * include/unistd.h (__exit_thread): Remove declaration.
5243         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
5244         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
5245         * csu/libc-start.c: Include <exit-thread.h>.
5246         (LIBC_START_MAIN): Pass no argument to __exit_thread.
5247         * nptl/pthread_create.c: Include <exit-thread.h>.
5248         (start_thread): Call __exit_thread in place of __exit_thread_inline.
5249         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
5250         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
5251         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
5252         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
5253         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
5254         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
5255         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
5256         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
5257         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
5258         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
5259         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
5260         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
5261         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
5262         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
5263         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
5264         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
5265
5266 2014-05-13  Andreas Schwab  <schwab@suse.de>
5267
5268         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
5269
5270 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
5271
5272         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5273         (__ASSUME_UTIMES): Do not condition on kernel version.
5274         (__ASSUME_PSELECT): Define unconditionally.
5275         (__ASSUME_PPOLL): Likewise.
5276         (__ASSUME_ATFCTS): Likewise.
5277         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
5278         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
5279         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
5280         (__ASSUME_UTIMENSAT): Define unconditionally.
5281         (__ASSUME_PRIVATE_FUTEX): Likewise.
5282         (__ASSUME_FALLOCATE): Likewise.
5283         (__ASSUME_O_CLOEXEC): Likewise.
5284         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
5285         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
5286         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
5287         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
5288         (__ASSUME_IN_NONBLOCK): Likewise.
5289         (__ASSUME_PIPE2): Likewise.
5290         (__ASSUME_EVENTFD2): Likewise.
5291         (__ASSUME_SIGNALFD4): Likewise.
5292         (__ASSUME_DUP3): Likewise.
5293         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
5294         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
5295         (__ASSUME_AT_RANDOM): Likewise.
5296         (__ASSUME_PREADV): Likewise.
5297         (__ASSUME_PWRITEV): Likewise.
5298         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
5299         (__ASSUME_F_GETOWN_EX): Define unconditionally.
5300         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
5301         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
5302         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
5303         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
5304         (__ASSUME_O_CLOEXEC): Define unconditionally.
5305         (__ASSUME_PSELECT): Do not undefine conditionally.
5306         (__ASSUME_PPOLL): Likewise.
5307         (__ASSUME_ATFCTS): Likewise.
5308         (__ASSUME_SET_ROBUST_LIST): Likewise.
5309         (__ASSUME_UTIMENSAT): Likewise.
5310         (__ASSUME_FDATASYNC): Define unconditionally.
5311         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5312         (__ASSUME_SIGFRAME_V2): Likewise.
5313         )__ASSUME_EVENTFD2): Likewise.
5314         (__ASSUME_SIGNALFD4): Likewise.
5315         (__ASSUME_PSELECT): Do not undefine conditionally.
5316         (__ASSUME_PPOLL): Likewise.
5317         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
5318         (__ASSUME_PSELECT): Define unconditionally.
5319         (__ASSUME_PPOLL): Likewise.
5320         (__ASSUME_O_CLOEXEC): Likewise.
5321         (__ASSUME_SOCK_CLOEXEC): Likewise.
5322         (__ASSUME_IN_NONBLOCK): Likewise.
5323         (__ASSUME_PIPE2): Likewise.
5324         (__ASSUME_EVENTFD2): Likewise.
5325         (__ASSUME_SIGNALFD4): Likewise.
5326         (__ASSUME_DUP3): Likewise.
5327         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
5328         (__ASSUME_O_CLOEXEC): Likewise.
5329         (__ASSUME_SOCK_CLOEXEC): Likewise.
5330         (__ASSUME_IN_NONBLOCK): Likewise.
5331         (__ASSUME_PIPE2): Likewise.
5332         (__ASSUME_EVENTFD2): Likewise.
5333         (__ASSUME_SIGNALFD4): Likewise.
5334         (__ASSUME_DUP3): Likewise.
5335         * sysdeps/unix/sysv/linux/mips/kernel-features.h
5336         (__ASSUME_EVENTFD2): Likewise.
5337         (__ASSUME_SIGNALFD4): Likewise.
5338         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
5339
5340 2014-05-12  Andreas Schwab  <schwab@suse.de>
5341
5342         [BZ #16932]
5343         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
5344         (_nss_nis_gethostbyname4_r): Return error if item length is larger
5345         than maximum RPC packet size.
5346         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
5347         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
5348         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
5349         (_nss_nis_getservbyport_r): Likewise.
5350
5351 2014-05-12  Will Newton  <will.newton@linaro.org>
5352
5353         * malloc/Makefile (tests): Add tst-mallopt.
5354         * malloc/tst-mallopt.c: New file.
5355
5356 2014-05-09  Roland McGrath  <roland@hack.frob.com>
5357
5358         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
5359         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
5360
5361 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5362
5363         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
5364         (tst-tlsmod6.so): Likewise.
5365
5366 2014-05-09  Roland McGrath  <roland@hack.frob.com>
5367
5368         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
5369
5370 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
5371
5372         [BZ #16064]
5373         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
5374         and <dl-procinfo.h>.
5375         (__fegetenv): Save SSE state in envp->__eip if supported.
5376         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
5377         envp->__eip if supported.
5378         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
5379         and <dl-procinfo.h>.
5380         (__fesetenv): Always set __eip, __cs_selector, __opcode,
5381         __data_offset and __data_selector in environment to 0.  Set SSE
5382         state if supported.
5383         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
5384         test-fenv-sse.
5385         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
5386         -mfpmath=sse.
5387         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
5388
5389 2014-05-09  Will Newton  <will.newton@linaro.org>
5390
5391         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
5392         and libc_relro_required for ARM.
5393         * sysdeps/arm/preconfigure: Regenerate.
5394
5395 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
5396             Stefan Liebler  <stli@linux.vnet.ibm.com>
5397
5398         * config.make.in (enable-lock-elision): New Makefile variable.
5399         * configure.ac: Likewise.
5400         * configure: Regenerate.
5401         * sysdeps/s390/configure.ac:
5402         Add check for gcc transactions support.
5403         * sysdeps/s390/configure: Regenerate.
5404         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
5405         Build elision files if enabled.
5406         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
5407         Add lock elision support for s390.
5408         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
5409         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
5410         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
5411         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
5412         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
5413         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
5414         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5415         Likewise.
5416         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
5417         Likewise.
5418         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
5419         Likewise.
5420         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
5421         Likewise.
5422         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
5423         (__lll_timedlock_elision, __lll_lock_elision)
5424         (__lll_unlock_elision, __lll_trylock_elision)
5425         (lll_timedlock_elision, lll_lock_elision)
5426         (lll_unlock_elision, lll_trylock_elision): Add.
5427         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
5428         (pthread_mutex_t): Add lock elision support for s390.
5429
5430 2014-05-14  Wilco  <wdijkstr@arm.com>
5431
5432         * sysdeps/arm/fclrexcpt.c: Cleanup.
5433         * sysdeps/arm/fedisblxcpt.c: Cleanup.
5434         * sysdeps/arm/feenablxcpt.c: Cleanup.
5435         * sysdeps/arm/fegetenv.c: Cleanup.
5436         * sysdeps/arm/fegetexcept.c: Cleanup.
5437         * sysdeps/arm/fegetround.c: Cleanup.
5438         * sysdeps/arm/feholdexcpt.c: Cleanup.
5439         * sysdeps/arm/fesetenv.c: Cleanup.
5440         * sysdeps/arm/fesetround.c: Cleanup.
5441         * sysdeps/arm/feupdateenv.c: Cleanup.
5442         * sysdeps/arm/fgetexcptflg.c: Cleanup.
5443         * sysdeps/arm/fraiseexcpt.c: Cleanup.
5444         * sysdeps/arm/fsetexcptflg.c: Cleanup.
5445         * sysdeps/arm/ftestexcept.c: Cleanup.
5446         * sysdeps/arm/get-rounding-mode.h: Cleanup.
5447         * sysdeps/arm/setfpucw.c: Cleanup.
5448
5449 2014-05-09  Will Newton  <will.newton@linaro.org>
5450
5451         * sysdeps/arm/armv7/strcmp.S: New file.
5452         * NEWS: Mention addition of ARMv7 optimized strcmp.
5453
5454 2014-05-08  Roland McGrath  <roland@hack.frob.com>
5455
5456         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
5457         look for %.ac rather than %.in.
5458
5459         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
5460         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
5461         * sysdeps/mach/hurd/configure: Regenerated.
5462         * sysdeps/unix/sysv/linux/configure: Regenerated.
5463
5464         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
5465
5466 2014-05-07  Steve Ellcey  <sellcey@mips.com>
5467
5468         [BZ# 16922]
5469         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
5470         (LONG_SUB): Ditto.
5471         (PTR_SUB): Ditto.
5472
5473 2014-05-07  Andreas Schwab  <schwab@suse.de>
5474
5475         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
5476         when skipping over non-matching result from nscd.
5477
5478 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
5479
5480         [BZ #16876]
5481         * nptl/sockperf.c (client): Check socket return value.
5482
5483         [BZ #16877]
5484         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
5485         nscd security class.
5486
5487 2014-05-06  Roland McGrath  <roland@hack.frob.com>
5488
5489         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
5490         * sysdeps/arm/unwind.h: ... here.
5491
5492 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
5493
5494         [BZ# 16916]
5495         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
5496         Define.
5497
5498 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5499
5500         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
5501         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
5502         multiarch strncpy for PPC64.
5503         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
5504         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
5505         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
5506         multiarch optimizations.
5507         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5508         (__libc_ifunc_impl_list): Likewise.
5509         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
5510         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
5511         multiarch stpncpy for PPC64.
5512         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
5513         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
5514
5515 2014-05-06  Andreas Schwab  <schwab@suse.de>
5516
5517         [BZ #16912]
5518         * gmon/mcount.c (_MCOUNT_DECL): Use
5519         atomic_compare_and_exchange_bool_acq instead of
5520         catomic_compare_and_exchange_bool_acq.
5521
5522 2014-05-05  Roland McGrath  <roland@hack.frob.com>
5523
5524         * elf/Makefile (others, install-bin): Remove pldd.
5525         (pldd-modules): Variable removed.
5526         ($(objpfx)pldd): Target removed.
5527         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
5528         (others, install-bin): Append pldd here.
5529         ($(objpfx)pldd): New target.
5530
5531         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
5532         to 0, so the first #if test emitted later doesn't see it undefined.
5533         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
5534         * sysdeps/gnu/errlist.c: Regenerated.
5535
5536 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5537
5538         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
5539         [libc_hidden_builtin_def]: Define to empty value.
5540         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
5541         [libc_hidden_builtin_def]: Likewise.
5542         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
5543         [libc_hidden_builtin_def]: Likewise.
5544         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
5545         [libc_hidden_builtin_def]: Likewise.
5546         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
5547         __redirect_memcpy and define ifunc as default hidden symbol.
5548         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
5549         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
5550
5551 2014-05-04  Adam Conrad  <adconrad@0c3.net>
5552
5553         * locale/iso-4217.def: Reintroduce XDR currency.
5554
5555 2014-05-04  Allan McRae  <allan@archlinux.org>
5556
5557         * po/eo.po: Update Esperanto translation from translation project.
5558
5559 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
5560
5561         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
5562         and FEATURE_INDEX_MAX to 1.
5563         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
5564
5565 2014-05-01  Steve Ellcey  <sellcey@mips.com>
5566
5567         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
5568         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
5569         * iconvdata/big5.c (ONE_DIRECTION): Define.
5570         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
5571         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
5572         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
5573         * iconvdata/cp932.c (ONE_DIRECTION): Define.
5574         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
5575         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
5576         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
5577         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
5578         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
5579         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
5580         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
5581         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
5582         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
5583         * iconvdata/gbk.c (ONE_DIRECTION): Define.
5584         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
5585         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
5586         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
5587         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
5588         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
5589         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
5590         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
5591         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
5592         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
5593         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
5594         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
5595         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
5596         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
5597         * iconvdata/iso646.c (ONE_DIRECTION): Define.
5598         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
5599         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
5600         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
5601         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
5602         * iconvdata/johab.c (ONE_DIRECTION): Define.
5603         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
5604         * iconvdata/sjis.c (ONE_DIRECTION): Define.
5605         * iconvdata/t.61.c (ONE_DIRECTION): Define.
5606         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
5607         * iconvdata/tscii.c (ONE_DIRECTION): Define.
5608         * iconvdata/uhc.c (ONE_DIRECTION): Define.
5609         * iconvdata/unicode.c (ONE_DIRECTION): Define.
5610         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
5611         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
5612         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
5613
5614 2014-05-01  Roland McGrath  <roland@hack.frob.com>
5615
5616         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
5617         (_IO_JUMPS_OFFSET): Define to 0.
5618
5619         * nptl/sysdeps/pthread/bits/libc-lock.h
5620         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
5621         (__libc_lock_define_initialized_recursive): Always define using
5622         initializer.  Modern compilers treat uninitialized (implicit zero) and
5623         explicit zero initializers the same (i.e. put the datum in bss).
5624
5625 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
5626
5627         * nscd/nscd-client.h: Include <string.h>.
5628
5629 2014-05-01  David S. Miller  <davem@davemloft.net>
5630
5631         [BZ #16885]
5632         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
5633         multiple zero bytes exist at the end of a string.
5634         Reported by Aurelien Jarno <aurelien@aurel32.net>
5635
5636         * string/test-strcmp.c (check): Add explicit test for situations where
5637         there are multiple zero bytes after the first.
5638
5639 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
5640
5641         [BZ #16890]
5642         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
5643         when compiling wprintf.
5644         * stdio-common/tstdiomisc.c (t3): New function.
5645         (main): Call it.
5646
5647 2014-05-01  Steve Ellcey  <sellcey@mips.com>
5648
5649         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
5650         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
5651         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
5652         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
5653
5654 2014-05-01  Steve Ellcey  <sellcey@mips.com>
5655
5656         * stdlib/longlong.h: Updated from GCC.
5657
5658 2014-05-01  Will Newton  <will.newton@linaro.org>
5659             Bernard Ogden  <bernie.ogden@linaro.org>
5660
5661         * NEWS: Update fixed bug list.
5662
5663         [BZ #15119]
5664         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
5665
5666 2014-04-30  David S. Miller  <davem@davemloft.net>
5667
5668         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
5669         (libc_feholdexcept_setround_sparc_ctx): New function.
5670         (libc_fesetenv_sparc_ctx): Likewise.
5671         (libc_feupdateenv_sparc_ctx): Likewise.
5672         (libc_feholdsetround_sparc_ctx): Likewise.
5673         (libc_feholdexcept_setround_ctx): Define.
5674         (libc_feholdexcept_setroundf_ctx): Likewise.
5675         (libc_feholdexcept_setroundl_ctx): Likewise.
5676         (libc_fesetenv_ctx): Likewise.
5677         (libc_fesetenvf_ctx): Likewise.
5678         (libc_fesetenvl_ctx): Likewise.
5679         (libc_feupdateenv_ctx): Likewise.
5680         (libc_feupdateenvf_ctx): Likewise.
5681         (libc_feupdateenvl_ctx): Likewise.
5682         (libc_feresetround_ctx): Likewise.
5683         (libc_feresetroundf_ctx): Likewise.
5684         (libc_feresetroundl_ctx): Likewise.
5685         (libc_feholdsetround_ctx): Likewise.
5686         (libc_feholdsetroundf_ctx): Likewise.
5687         (libc_feholdsetroundl_ctx): Likewise.
5688
5689         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
5690         with __USE_GNU instead of XOPEN cpp guards.
5691
5692         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
5693         0.
5694
5695         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
5696         with XOPEN cpp guards.
5697
5698 2014-04-30  Julian Brown  <julian@codesourcery.com>
5699
5700         [BZ #16888]
5701         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
5702         handling.
5703
5704 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
5705
5706         [BZ #9894]
5707         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
5708         Change to 2.6.32.
5709         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
5710         * sysdeps/unix/sysv/linux/configure: Regenerated.
5711         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
5712         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
5713         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
5714         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
5715         * README: Update reference to required Linux kernel version.
5716         * manual/install.texi (Linux): Update reference to required Linux
5717         kernel headers version.
5718         * INSTALL: Regenerated.
5719
5720         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
5721         header inclusion.
5722         [POSIX] (limits.h): Likewise.
5723         [POSIX] (math.h): Likewise.
5724         [POSIX] (sys/wait.h): Likewise.
5725         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
5726         function.
5727         [POSIX] (stddef.h): Do not allow header inclusion.
5728
5729 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5730
5731         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
5732
5733 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
5734
5735         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
5736         Return immediately after lll_futex_wake.
5737
5738 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5739
5740         [BZ #16791]
5741         * nscd/nscd-client.h (datahead_init_common): Initialize entire
5742         structure.
5743         (datahead_init_pos): Call datahead_init_common early.
5744         (datahead_init_neg): Likewise.
5745
5746         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
5747         datahead_init_neg): New functions.
5748         * nscd/aicache.c (addhstaiX): Use them.
5749         * nscd/grpcache.c (cache_addgr): Likewise.
5750         * nscd/hstcache.c (cache_addhst): Likewise.
5751         * nscd/initgrcache.c (addinitgroupsX): Likewise.
5752         * nscd/netgroupcache.c (do_notfound): Likewise.
5753         (addgetnetgrentX): Likewise.
5754         (addinnetgrX): Likewise.
5755         * nscd/pwdcache.c (cache_addpw): Likewise.
5756         * nscd/servicescache.c (cache_addserv): Likewise.
5757
5758 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5759             Atsushi Onoe  <atsushi@onoe.org>
5760
5761         [BZ #14308]
5762         [BZ #12994]
5763         [BZ #13651]
5764         * resolv/res_query.c (__libc_res_nsearch): Return if at least
5765         one response is valid.
5766         * resolv/res_send.c (send_dg): Check for validity of other
5767         response if the current response is a referral.
5768
5769 2014-04-29  Steve Ellcey  <sellcey@mips.com>
5770
5771         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
5772
5773 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
5774
5775         [BZ #16823]
5776         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
5777         Always divide by positive zero when computing -Inf result.
5778         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
5779         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
5780
5781 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5782
5783         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
5784         FPSCR if value do not change.
5785         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
5786         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
5787         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
5788         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
5789         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
5790         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
5791         function.
5792
5793 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
5794
5795         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
5796         * sysdeps/unix/sysv/linux/hppa: Move directory from
5797         ports/systeps/unix/sysv/linux/hppa.
5798         * README: Update listing for hppa-*-linux-gnu.
5799
5800 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
5801
5802         [BZ #16754]
5803         * manual/stdio.texi (Hook functions): Fix types of stream hook
5804         functions.
5805         [BZ #16854]
5806         * socket/sys/socket.h: Fix typo in comment.
5807
5808 2014-04-28  Wilco  <wdijkstr@arm.com>
5809
5810         * sysdeps/arm/fenv_private.h: New file.
5811         * sysdeps/arm/math_private.h: New file.
5812         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
5813
5814 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
5815
5816         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
5817         with __int128_t.
5818         (La_x86_64_retval): Likewise.
5819
5820 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
5821
5822         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
5823         fpsr if value didn't change.
5824         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
5825         to fpcr if value didn't change.
5826         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
5827         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
5828         fpsr or fpcr if value didn't change.
5829         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
5830         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
5831         fpcr if value didn't change.
5832         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
5833         to fpsr if value didn't change.
5834
5835 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
5836
5837         * nptl/tst-sem3.c: Use test-skeleton.c
5838         (main): Rename to do_test.  Use return instead of
5839         exit.
5840         * nptl/tst-sem4.c: Use test-skeleton.c
5841         (main): Rename to do_test.
5842
5843 2014-04-22  David S. Miller  <davem@davemloft.net>
5844
5845         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
5846         (struct sigaction): New struct member __glibc_reserved0, change
5847         type of sa_flags to int.
5848
5849 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
5850
5851         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
5852         (COUNT_LEADING_ZEROS_0): Define for AArch64.
5853
5854 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
5855
5856         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
5857         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
5858
5859 2014-04-22  Will Newton  <will.newton@linaro.org>
5860             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
5861
5862         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
5863         (__longjmp): Add longjmp and longjmp_target SystemTap
5864         probes.
5865         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
5866         (__sigsetjmp): Add setjmp SystemTap probe.
5867
5868 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
5869
5870         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
5871         match manual order.
5872
5873 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5874
5875         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
5876
5877         * sysdeps/powerpc/fpu/fenv_private.h
5878         (libc_feholdexcept_setroundl_ctx): Define to
5879         libc_feholdexcept_setround_ppc_ctx.
5880         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
5881         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
5882         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
5883         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
5884
5885 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
5886
5887         * sysdeps/aarch64/math-tests.h: New file.
5888
5889 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
5890
5891         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
5892         New.
5893         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
5894         Check and set bit_AVX2_Usable.
5895         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
5896         macro.
5897         (bit_AVX2): Likewise.
5898         (index_AVX2_Usable): Likewise.
5899         (CPUID_AVX2): Likewise.
5900         (HAS_AVX2): Likewise.
5901
5902 2014-04-17  Will Newton  <will.newton@linaro.org>
5903
5904         * manual/setjmp.texi (System V contexts): Add note that
5905         calling setcontext on a context created by a call to a
5906         signal handler is undefined.  Update text to note that
5907         setcontext from a signal handler is possible but not
5908         recommended.
5909
5910         [BZ #16629]
5911         * stdlib/tst-setcontext.c: Include signal.h.
5912         (main): Check that the signal stack before and
5913         after swapcontext is the same.
5914
5915         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
5916         Re-implement to restore registers in user code and avoid
5917         rt_sigreturn system call.
5918
5919 2014-04-17  Wilco  <wdijkstr@arm.com>
5920
5921         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
5922         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
5923         * math/test-fenv.c: Skip exception trap tests on targets which only
5924         support non-stop mode.
5925
5926 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
5927             Wilco Dijkstra  <wilco.dijkstra@arm.com>
5928
5929         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
5930         (libc_feholdsetround_aarch64_ctx)
5931         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
5932         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
5933         (libc_feresetround_ctx, libc_feresetroundf_ctx)
5934         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
5935         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
5936         (libc_feresetround_noexl_ctx): Define.
5937
5938 2014-04-16  Richard Henderson  <rth@redhat.com>
5939
5940         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
5941
5942         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
5943         unwind tables.
5944
5945         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
5946         const from the non-libc, non-ldso copy.
5947
5948         * sysdeps/alpha/libm-test-ulps: Regenerate.
5949
5950 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
5951             Wilco Dijkstra  <wilco.dijkstra@arm.com>
5952
5953         * sysdeps/aarch64/fpu/math_private.h: New file.
5954
5955 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5956
5957         * sysdeps/aarch64/libm-test-ulps: Regenerate.
5958
5959 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
5960
5961         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
5962         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
5963         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
5964         Intel MPX bound registers before _dl_profile_fixup.
5965         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
5966         registers after _dl_profile_fixup.  Save and restore bound
5967         registers bnd0/bnd1 when calling _dl_call_pltexit.
5968         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
5969         (LR_BND_OFFSET): Likewise.
5970         (LRV_BND0_OFFSET): Likewise.
5971         (LRV_BND1_OFFSET): Likewise.
5972
5973 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5974
5975         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
5976         to...
5977         * sysdeps/mach/hurd/i386/tls.h: ... here.
5978         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
5979         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
5980         fields.
5981
5982 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5983
5984         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
5985
5986 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
5987
5988         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5989
5990 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
5991
5992         [BZ #14770]
5993         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
5994         * sysdeps/s390/configure: Regenerate.
5995
5996         [BZ #16824]
5997         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
5998         Set round-to-nearest internally to reduce error accumulation.
5999
6000 2014-04-16  Alan Modra  <amodra@gmail.com>
6001
6002         [BZ #16740]
6003         [BZ #16619]
6004         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
6005         * math/libm-test.inc (frexp_test_data): Add tests.
6006         * NEWS: Update fixed bug list.
6007
6008 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6009
6010         * benchtests/Makefile: Depend on libraries in build directory.
6011         (bench-math): Separate out math tests.
6012         (bench-pthread): Separate out pthread tests.
6013         (bench): Include math and pthread tests.
6014
6015 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
6016
6017         [BZ #16831]
6018         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
6019         _dl_debug_initialize.
6020
6021         * configure.ac: Remove SELinux header check.
6022         * configure: Regenerate.
6023         * nscd/selinux.c (perms): Array of const char* to permission names.
6024         (nscd_request_avc_has_perm): Call security_deny_unknown to find
6025         default policy. Call string_to_security_class and string_to_av_perm to
6026         translate strings. Enforce default policy and call avs_has_perm with
6027         results of translated strings.
6028
6029 2014-04-13  David S. Miller  <davem@davemloft.net>
6030
6031         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6032
6033 2014-04-12  Allan McRae  <allan@archlinux.org>
6034
6035         [BZ #16838]
6036         * manual/string.texi (Collation Functions): Fix qsort argument
6037         order in example.
6038         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
6039
6040 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
6041
6042         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
6043         Make the test a no-op if there are no exceptions defined.
6044
6045 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
6046
6047         * elf/Makefile (tests): make tst-dlopen-aout conditional on
6048         enable-hardcoded-path-in-tests
6049
6050 2014-04-11  Will Newton  <will.newton@linaro.org>
6051
6052         * benchtests/Makefile (extra-objs): Add json-lib.o.
6053         (bench-func): Tidy up JSON output.
6054         * benchtests/bench-skeleton.c: Include json-lib.h.
6055         (main): Use JSON library functions to do output of
6056         benchmark results.
6057         * benchtests/bench-timing-type.c (main): Output the
6058         timing type simply, leaving formatting to the user.
6059         * benchtests/json-lib.c: New file.
6060         * benchtests/json-lib.h: Likewise.
6061
6062 2014-04-11  Torvald Riegel  <triegel@redhat.com>
6063
6064         [BZ #15215]
6065         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
6066         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
6067         memory barriers.  Add comments.
6068         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
6069         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
6070         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
6071         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
6072         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
6073         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
6074
6075 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
6076
6077         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
6078         * sysdeps/s390/s390-64/configure.ac: ... this ...
6079         * sysdeps/s390/configure.ac: ... to here.
6080         * sysdeps/s390/s390-32/configure: Delete file.
6081         * sysdeps/s390/s390-64/configure: Delete file.
6082         * sysdeps/s390/configure: Regenerate.
6083
6084 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
6085
6086         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
6087
6088 2014-04-11  Will Newton  <will.newton@linaro.org>
6089
6090         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
6091         to zero if it is not defined elsewhere.  (mtrim): Test
6092         the value of MALLOC_DEBUG with #if rather than #ifdef.
6093
6094 2014-04-10 Torvald Riegel  <triegel@redhat.com>
6095
6096         * benchtests/pthread_once-inputs: New file.
6097         * benchtests/pthread_once-source.c: New file.
6098         * benchtests/README: Update documentation.
6099
6100 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
6101             H.J. Lu  <hongjiu.lu@intel.com>
6102
6103         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
6104         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
6105         * sysdeps/x86_64/configure: Regenerated.
6106         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
6107         macro.
6108         (REGISTER_SAVE_RAX): Likewise.
6109         (REGISTER_SAVE_RCX): Likewise.
6110         (REGISTER_SAVE_RDX): Likewise.
6111         (REGISTER_SAVE_RSI): Likewise.
6112         (REGISTER_SAVE_RDI): Likewise.
6113         (REGISTER_SAVE_R8): Likewise.
6114         (REGISTER_SAVE_R9): Likewise.
6115         (REGISTER_SAVE_BND0): Likewise.
6116         (REGISTER_SAVE_BND1): Likewise.
6117         (REGISTER_SAVE_BND2): Likewise.
6118         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
6119         bound registers when calling _dl_fixup.
6120
6121 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6122
6123         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
6124         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
6125         of its definition.
6126         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
6127         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
6128         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
6129         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
6130         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
6131         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
6132         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
6133
6134 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
6135
6136         [BZ #15514]
6137         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
6138         pathconf(_PC_NAME_MAX).
6139
6140 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6141
6142         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
6143         Remove macro usage.
6144         (__PTHREAD_SPINS): Move definition to ...
6145         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
6146         (__PTHREAD_SPINS): ... here.
6147         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6148         (__PTHREAD_SPIN): Likewise.
6149         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
6150         (__PTHREAD_SPIN): Likewise.
6151         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
6152         (__PTHREAD_SPIN): Likewise.
6153         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
6154         (__PTHREAD_SPIN): Likewise.
6155         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
6156         (__PTHREAD_SPIN): Likewise.
6157         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
6158         (__PTHREAD_SPIN): Likewise.
6159         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
6160         (__PTHREAD_SPIN): Likewise.
6161         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
6162         (__PTHREAD_SPIN): Likewise.
6163         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
6164         (__PTHREAD_SPIN): Likewise.
6165         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
6166         (__PTHREAD_SPIN): Likewise.
6167         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
6168         (__PTHREAD_SPIN): Likewise.
6169         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
6170         (__PTHREAD_SPIN): Likewise.
6171
6172         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6173         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
6174         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
6175         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
6176         imply folder.
6177         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
6178         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
6179         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
6180         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
6181         correct imply path.
6182         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
6183         strlen symbol for non multi-arch builds.
6184         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
6185         missing hidden_def and weak_alias.
6186
6187 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
6188
6189         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
6190
6191 2014-04-07  Will Newton  <will.newton@linaro.org>
6192
6193         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
6194         and contents.  [!_LIBC] Remove #ifndef and contents.
6195         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
6196         * string/memccpy.c (__memccpy): Use ANSI prototype.
6197         * string/memfrob.c (memfrob): Likewise.
6198         * string/strcoll.c (STRCOLL): Likewise.
6199         * string/strlen.c (strlen): Likewise.
6200         * string/strtok.c (STRTOK): Likewise.
6201         * string/strcat.c: Remove unused #include of memcopy.h.
6202         (strcat): Use ANSI prototype.
6203         * string/strchr.c: Remove unused #include of memcopy.h.
6204         (strchr): Use ANSI prototype.
6205         * string/strcmp.c: Remove unused #include of memcopy.h.
6206         (strcmp): Use ANSI prototype.
6207         * string/strcpy.c: Remove unused #include of memcopy.h.
6208         (strcpy): Use ANSI prototype.
6209
6210 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6211
6212         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
6213         * config.make.in (config-extra-cppflags): Set it from
6214         libc_extra_cppflags.
6215         * configure.ac (libc_extra_cflags): Make it accumulate over
6216         configure fragments.
6217         (libc_extra_cppflags): New flag.
6218         * configure. Regenerate.
6219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
6220         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
6221         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
6222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
6223
6224         [BZ #16815]
6225         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
6226         result for FE_DOWNWARD rounding mode.
6227         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
6228         Likewise.
6229         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6230
6231 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
6232
6233         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
6234         in function argument name.
6235
6236 2014-04-03  David Svoboda  <svoboda@cert.org>
6237
6238         [BZ #5666]
6239         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
6240         explicitly.
6241
6242 2014-04-03  Roland McGrath  <roland@hack.frob.com>
6243
6244         * elf/dl-unmap-segments.h: New file.
6245         * sysdeps/generic/ldsodefs.h
6246         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
6247         * elf/dl-close.c: Include <dl-unmap-segments.h>.
6248         * elf/dl-fptr.c: Likewise.
6249         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
6250         * sysdeps/aarch64/tlsdesc.c: Likewise.
6251         * sysdeps/arm/tlsdesc.c: Likewise.
6252         * sysdeps/i386/tlsdesc.c: Likewise.
6253         * sysdeps/tile/dl-runtime.c: Likewise.
6254         * sysdeps/x86_64/tlsdesc.c: Likewise.
6255         * elf/dl-load.h: New file.
6256         * elf/dl-load.c: Include it.
6257         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
6258         Macros moved to dl-load.h.
6259         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
6260         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
6261         Use _dl_unmap_segments in place of __munmap.
6262         Break out segment-mapping loop into ...
6263         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
6264
6265 2014-04-03  Will Newton  <will.newton@linaro.org>
6266
6267         * elf/dl-lookup.c (do_lookup_x): Remove comment
6268         referring to nested function and move variable
6269         declarations down to before first use.
6270
6271 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
6272
6273         [BZ #16799]
6274         [BZ #16800]
6275         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
6276         with 0 numerator.
6277         * math/s_catanf.c (__catanf): Likewise.
6278         * math/s_catanh.c (__catanh): Likewise.
6279         * math/s_catanhf.c (__catanhf): Likewise.
6280         * math/s_catanhl.c (__catanhl): Likewise.
6281         * math/s_catanl.c (__catanl): Likewise.
6282         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
6283         by positive zero when computing -Inf result.
6284         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
6285         (catanh_test): Likewise.
6286         * sysdeps/i386/fpu/libm-test-ulps: Update.
6287         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6288
6289         [BZ #16789]
6290         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
6291         instead of using underflowing value in computing result.
6292         * math/s_clog10.c (__clog10): Likewise.
6293         * math/s_clog10f.c (__clog10f): Likewise.
6294         * math/s_clog10l.c (__clog10l): Likewise.
6295         * math/s_clogf.c (__clogf): Likewise.
6296         * math/s_clogl.c (__clogl): Likewise.
6297         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
6298         (clog10_test): Likewise.
6299         * sysdeps/i386/fpu/libm-test-ulps: Update.
6300         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6301
6302 2014-04-02  Alan Modra  <amodra@gmail.com>
6303
6304         [BZ #16739]
6305         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
6306         output when value is near a power of two.  Use int64_t for lx and
6307         remove casts.  Use decimal rather than hex exponent constants.
6308         Don't use long double multiplication when double will suffice.
6309         * math/libm-test.inc (nextafter_test_data): Add tests.
6310         * NEWS: Add 16739 and 16786 to bug list.
6311
6312         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
6313
6314         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
6315
6316 2014-04-01  Will Newton  <will.newton@linaro.org>
6317
6318         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
6319         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
6320
6321 2014-04-01  Florian Weimer  <fweimer@redhat.com>
6322
6323         [BZ #13347]
6324         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
6325         * nptl/tst-setuid2.c: New file.
6326         * nptl/Makefile (xtests): Add tst-setuid2.
6327
6328 2014-04-01  Alan Modra  <amodra@gmail.com>
6329
6330         [BZ #16786]
6331         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
6332
6333 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
6334
6335         [BZ #6803]
6336         [BZ #6804]
6337         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
6338         set errno as appropriate.
6339         * math/w_scalbf.c (__scalbf): Likewise.
6340         * math/w_scalbl.c (__scalbl): Likewise.
6341         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
6342         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
6343         * math/libm-test.inc (scalb_test_data): Add errno expectations.
6344         Add more NaN tests.
6345
6346         [BZ #16349]
6347         * math/w_atan2.c: Include <errno.h>.
6348         (__atan2): Set errno for result underflowing to zero.
6349         * math/w_atan2f.c: Include <errno.h>.
6350         (__atan2f): Set errno for result underflowing to zero.
6351         * math/w_atan2l.c: Include <errno.h>.
6352         (__atan2l): Set errno for result underflowing to zero.
6353         * math/auto-libm-test-in: Don't allow missing errno for some atan2
6354         tests.
6355         * math/auto-libm-test-out: Regenerated.
6356
6357 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6358
6359         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6360         Encode instruction correctly in little endian.
6361         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6362         Likewise.
6363         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6364         Likewise.
6365         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6366         Likewise.
6367         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6368         Likewise.
6369
6370 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
6371
6372         [BZ #9894]
6373         * sysdeps/unix/sysv/linux/kernel-features.h
6374         [__sparc__ && !__arch64__ && !__sparc_v9__]
6375         (__ASSUME_SET_ROBUST_LIST): Do not define.
6376         [__sparc__ && !__arch64__ && !__sparc_v9__]
6377         (__ASSUME_FUTEX_LOCK_PI): Likewise.
6378         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
6379         Likewise.
6380         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6381         (__ASSUME_FUTEX_LOCK_PI): Undefine.
6382         (__ASSUME_REQUEUE_PI): Likewise.
6383         (__ASSUME_SET_ROBUST_LIST): Likewise.
6384         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6385         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
6386         Undefine.
6387         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6388         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
6389         Likewise.
6390         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
6391         Likewise.
6392         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
6393         Likewise.
6394         * sysdeps/unix/sysv/linux/mips/kernel-features.h
6395         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
6396         Undefine.
6397         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
6398         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
6399         Likewise.
6400
6401         [BZ #16648]
6402         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6403         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
6404         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
6405
6406 2014-03-31  Will Newton  <will.newton@linaro.org>
6407
6408         * benchtests/Makefile (bench): Add ffs and ffsll to list
6409         of tests.
6410         * benchtests/ffs-inputs: New file.
6411         * benchtests/ffsll-inputs: Likewise.
6412
6413 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
6414
6415         [BZ #16770]
6416         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
6417         too large before casting to int.
6418         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
6419         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
6420         * math/libm-test.inc (scalb_test_data): Add more tests.
6421
6422 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
6423
6424         * benchtests/Makefile (DETAILED_OPT): New make option.
6425         (bench-func): Run benchmark program with -d if DETAILED_OPT is
6426         set.
6427         * benchtests/bench-skeleton.c: Include stdbool.h.
6428         (main): Store and print timings per input.
6429         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
6430         member to each argument value.
6431         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
6432         (_print_arg_data): Initialize per-input timing to 0.
6433
6434         * benchtests/Makefile (timing-type): New binary.
6435         (bench-clean): Also remove bench-timing-type.
6436         (bench): New target for timing-type.
6437         (bench-func): Print output in JSON format.
6438         * benchtests/bench-skeleton.c (main): Print output in JSON
6439         format.
6440         * benchtests/bench-timing-type.c: New file.
6441         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
6442         (TIMING_PRINT_STATS): Remove.
6443         * benchtests/scripts/bench.py (_print_arg_data): Store variant
6444         name separately.
6445
6446         * benchtests/bench-modf.c: Remove.
6447         * benchtests/modf-inputs: New inputs file.
6448
6449 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
6450
6451         [BZ #16362]
6452         * math/s_clog10.c (M_PI_LOG10E): New macro.
6453         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
6454         imaginary parts are 0.
6455         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
6456         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
6457         imaginary parts are 0.
6458         * math/s_clog10l.c (M_PI_LOG10El): New macro.
6459         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
6460         imaginary parts are 0.
6461         * math/libm-test.inc (clog10_test_data): Update expected results
6462         for when real and imaginary parts are 0.
6463
6464 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
6465
6466         * elf/dl-load.c: Finish conversion of __builtin_expect into
6467         __glibc_{un}likely.
6468
6469 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
6470
6471         [BZ #16348]
6472         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
6473         1+x for argument with exponent below -67.
6474         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
6475         Likewise.
6476         * math/auto-libm-test-in: Add more tests of exp.
6477         * math/auto-libm-test-out: Regenerated.
6478
6479 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6480
6481         [BZ #16759]
6482         * inet/getnetgrent_r.c (get_nonempty_val): New function.
6483         (nscd_getnetgrent): Use it.
6484
6485         [BZ #16760]
6486         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
6487         of stpcpy.
6488
6489 2014-03-27  Andi Kleen  <ak@linux.intel.com>
6490
6491         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
6492         (lll_robust_lock, lll_cond_lock, lll_timedlock)
6493         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
6494         (lll_robust_unlock): Remove out of line section. Use cfi
6495         intrinsics.
6496         (LLL_STUB_UNWIND_INFO*): Remove.
6497         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
6498         (lll_robust_lock, lll_cond_lock, lll_timedlock)
6499         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
6500         (lll_robust_unlock): Remove out of line section. Use cfi
6501         intrinsics.
6502         (LLL_STUB_UNWIND_INFO*): Remove.
6503
6504 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6505
6506         [BZ #16758]
6507         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
6508         blank values.
6509
6510 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
6511
6512         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
6513
6514 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
6515
6516         [BZ #16198]
6517         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
6518         fnstenv.
6519         * math/test-fenv-preserve.c: New file.
6520         * math/Makefile (tests): Add test-fenv-preserve.
6521
6522 2014-03-26  Will Newton <will.newton@linaro.org>
6523
6524         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
6525
6526 2014-03-25  Roland McGrath  <roland@hack.frob.com>
6527
6528         * scripts/versionlist.awk: Partition the version sets and emit all
6529         GLIBC_* (sorted) before all others (sorted).
6530
6531 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
6532
6533         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
6534         GLIBC_2.2.5 version.
6535
6536 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6537
6538         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
6539         calls.
6540
6541         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
6542         previous change.
6543
6544         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6545
6546 2014-03-25  Andreas Schwab  <schwab@suse.de>
6547
6548         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
6549         label to be used after in6ailist is initialized.
6550
6551 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6552
6553         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
6554         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
6555
6556 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
6557
6558         [BZ #16357]
6559         [BZ #16599]
6560         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
6561         min_plus_half.
6562         (fp_formats): Update initializers.
6563         (init_fp_formats): Initialize new field.
6564         (output_for_one_input_case): Allow underflow for results up to
6565         min_plus_half.
6566         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
6567         * math/auto-libm-test-in: Don't mark some underflows from asin and
6568         atanh as spurious.
6569         * math/auto-libm-test-out: Regenerated.
6570         * sysdeps/i386/fpu/libm-test-ulps: Update.
6571         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6572
6573 2014-03-25  Andreas Schwab  <schwab@suse.de>
6574
6575         * libio/Makefile (tst-ftell-partial-wide-ENV)
6576         (tst-ftell-active-handler-ENV): Define.
6577
6578 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
6579
6580         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
6581
6582 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
6583
6584         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
6585
6586 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
6587
6588         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
6589         * sysdeps/x86_64/fpu/multiarch/e_exp.c
6590         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
6591
6592 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
6593
6594         [BZ #16634]
6595         * elf/dl-load.c (open_verify): Add mode parameter.
6596         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
6597         (open_path): Change from boolean 'secure' to complete flag 'mode'
6598         (_dl_map_object): Adjust.
6599         * elf/Makefile (tests): Add tst-dlopen-aout.
6600         * elf/tst-dlopen-aout.c: New test.
6601
6602 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
6603
6604         [BZ #16714]
6605         * sysdeps/unix/sysv/linux/s390/bits/stat.h
6606         (struct stat): Rename member pad0 to __glibc_reserved0.
6607
6608         [BZ #16712]
6609         * sysdeps/s390/s390-32/bits/wordsize.h
6610         (__WORDSIZE32_SIZE_ULONG): New define.
6611         * sysdeps/s390/s390-64/bits/wordsize.h
6612         (__WORDSIZE32_SIZE_ULONG): Likewise.
6613         * sysdeps/generic/stdint.h (SIZE_MAX):
6614         Define as UL if __WORDSIZE32_SIZE_ULONG.
6615
6616         [BZ #16713]
6617         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
6618         (__glibc_reserved0): New variable.
6619         (sa_flags): Change type to int.
6620
6621         * posix/Makefile (before-compile): Use += before-compile instead
6622         of a :=.
6623
6624         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6625         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
6626
6627 2014-03-20  Andreas Schwab  <schwab@suse.de>
6628
6629         [BZ #16743]
6630         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
6631         non-matching result from nscd.
6632
6633 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6634
6635         * scripts/bench.py: Moved to ...
6636         * benchtests/scripts/bench.py: ... here.
6637         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
6638
6639 2014-03-24  Andreas Schwab  <schwab@suse.de>
6640
6641         [BZ #16002]
6642         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
6643         alloca_account and account alloca use for struct in6ailist.
6644
6645 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
6646
6647         [BZ #16284]
6648         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
6649         rounding mode to recompute results that overflow to infinity or
6650         underflow to zero.
6651         * math/auto-libm-test-in: Don't mark tests as expected to fail for
6652         bug 16284.
6653         * math/auto-libm-test-out: Regenerated.
6654         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
6655         (ccosh_test): Likewise.
6656         (csin_test_data): Use plus_oflow.
6657         (csin_test): Use ALL_RM_TEST.
6658         (csinh_test_data): Use plus_oflow.
6659         (csinh_test): Use ALL_RM_TEST.
6660         * sysdeps/i386/fpu/libm-test-ulps: Update.
6661         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6662
6663 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
6664
6665         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
6666         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
6667         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
6668
6669         [BZ #16731]
6670         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
6671         when x - 1 is zero.
6672         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
6673         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
6674         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
6675         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
6676         argument is 1.
6677         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
6678         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
6679         zero.
6680         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
6681         * sysdeps/i386/fpu/libm-test-ulps: Update.
6682         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6683
6684 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
6685
6686         * scripts/bench.pl: Remove file.
6687         * scripts/bench.py: New benchmark script.
6688         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
6689         * benchtests/README: Mention python dependency.
6690         * scripts/pylintrc: New file.
6691         * scripts/pylint: New file.
6692
6693         * bits/mathdef.h: Use #ifdef instead of #if.
6694         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
6695         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
6696         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
6697         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
6698         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
6699         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
6700
6701 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6702             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6703
6704         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
6705         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
6706         and strpbrk-ppc64 objects.
6707         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6708         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
6709         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
6710         multiarch strpbrk for POWER7.
6711         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
6712         multiarch strpbrk for PPC64.
6713         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
6714         ifunc selector.
6715         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
6716         strpbrk for POWER7.
6717
6718 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
6719
6720         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
6721         (atan_test): Likewise.
6722         (atanh_test_data): Use NO_TEST_INLINE for two tests.
6723         (atanh_test): Use ALL_RM_TEST.
6724         (atan2_test_data): Likewise.
6725         (cabs_test): Likewise.
6726         (cacosh_test): Likewise.
6727         (carg_test): Likewise.
6728         (casin_test): Likewise.
6729         (casinh_test): Likewise.
6730         (cbrt_test): Likewise.
6731         (csqrt_test): Likewise.
6732         (erf_test): Likewise.
6733         (erfc_test): Likewise.
6734         (pow10_test): Likewise.
6735         (exp2_test): Likewise.
6736         (hypot_test): Likewise.
6737         (j0_test): Likewise.
6738         (j1_test): Likewise.
6739         (lgamma_test): Likewise.
6740         (gamma_test): Likewise.
6741         (sincos_test): Likewise.
6742         (tanh_test): Likewise.
6743         (y0_test): Likewise.
6744         (y1_test): Likewise.
6745         * sysdeps/i386/fpu/libm-test-ulps: Update.
6746         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6747
6748 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6749
6750         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
6751         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
6752         and strcspn-ppc64 objects.
6753         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6754         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
6755         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
6756         multiarch strcspn for POWER7.
6757         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
6758         multiarch strcspn for PPC64.
6759         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
6760         ifunc selector.
6761         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
6762         strcspn for POWER7.
6763
6764 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
6765
6766         * math/gen-libm-test.pl (generate_testfile): Expect only function
6767         name as argument to AUTO_TESTS_* and pass results for all rounding
6768         modes to parse_args.
6769         (parse_auto_input): Separate inputs of automatic tests from
6770         outputs before storing in %auto_tests.
6771         * math/libm-test.inc (acos_test_data): Update call to
6772         AUTO_TESTS_f_f.
6773         (acos_test): Use ALL_RM_TEST.
6774         (acos_tonearest_test_data): Remove.
6775         (acos_test_tonearest): Likewise.
6776         (acos_towardzero_test_data): Likewise.
6777         (acos_test_towardzero): Likewise.
6778         (acos_downward_test_data): Likewise.
6779         (acos_test_downward): Likewise.
6780         (acos_upward_test_data): Likewise.
6781         (acos_test_upward): Likewise.
6782         (acosh_test_data): Update call to AUTO_TESTS_f_f.
6783         (asin_test_data): Likewise.
6784         (asin_test): Use ALL_RM_TEST.
6785         (asin_tonearest_test_data): Remove.
6786         (asin_test_tonearest): Likewise.
6787         (asin_towardzero_test_data): Likewise.
6788         (asin_test_towardzero): Likewise.
6789         (asin_downward_test_data): Likewise.
6790         (asin_test_downward): Likewise.
6791         (asin_upward_test_data): Likewise.
6792         (asin_test_upward): Likewise.
6793         (asinh_test_data): Update call to AUTO_TESTS_f_f.
6794         (atan_test_data): Likewise.
6795         (atanh_test_data): Likewise.
6796         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
6797         (cabs_test_data): Update call to AUTO_TESTS_c_f.
6798         (carg_test_data): Likewise.
6799         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
6800         (ccos_test_data): Update call to AUTO_TESTS_c_c.
6801         (ccosh_test_data): Likewise.
6802         (cexp_test_data): Likewise.
6803         (clog_test_data): Likewise.
6804         (clog10_test_data): Likewise.
6805         (cos_test_data): Update call to AUTO_TESTS_f_f.
6806         (cos_test): Use ALL_RM_TEST.
6807         (cos_tonearest_test_data): Remove.
6808         (cos_test_tonearest): Likewise.
6809         (cos_towardzero_test_data): Likewise.
6810         (cos_test_towardzero): Likewise.
6811         (cos_downward_test_data): Likewise.
6812         (cos_test_downward): Likewise.
6813         (cos_upward_test_data): Likewise.
6814         (cos_test_upward): Likewise.
6815         (cosh_test_data): Update call to AUTO_TESTS_f_f.
6816         (cosh_test): Use ALL_RM_TEST.
6817         (cosh_tonearest_test_data): Remove.
6818         (cosh_test_tonearest): Likewise.
6819         (cosh_towardzero_test_data): Likewise.
6820         (cosh_test_towardzero): Likewise.
6821         (cosh_downward_test_data): Likewise.
6822         (cosh_test_downward): Likewise.
6823         (cosh_upward_test_data): Likewise.
6824         (cosh_test_upward): Likewise.
6825         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
6826         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
6827         (ctan_test_data): Likewise.
6828         (ctan_test): Use ALL_RM_TEST.
6829         (ctan_tonearest_test_data): Remove.
6830         (ctan_test_tonearest): Likewise.
6831         (ctan_towardzero_test_data): Likewise.
6832         (ctan_test_towardzero): Likewise.
6833         (ctan_downward_test_data): Likewise.
6834         (ctan_test_downward): Likewise.
6835         (ctan_upward_test_data): Likewise.
6836         (ctan_test_upward): Likewise.
6837         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
6838         (ctanh_test): Use ALL_RM_TEST.
6839         (ctanh_tonearest_test_data): Remove.
6840         (ctanh_test_tonearest): Likewise.
6841         (ctanh_towardzero_test_data): Likewise.
6842         (ctanh_test_towardzero): Likewise.
6843         (ctanh_downward_test_data): Likewise.
6844         (ctanh_test_downward): Likewise.
6845         (ctanh_upward_test_data): Likewise.
6846         (ctanh_test_upward): Likewise.
6847         (erf_test_data): Update call to AUTO_TESTS_f_f.
6848         (erfc_test_data): Likewise.
6849         (exp_test_data): Likewise.
6850         (exp_test): Use ALL_RM_TEST.
6851         (exp_tonearest_test_data): Remove.
6852         (exp_test_tonearest): Likewise.
6853         (exp_towardzero_test_data): Likewise.
6854         (exp_test_towardzero): Likewise.
6855         (exp_downward_test_data): Likewise.
6856         (exp_test_downward): Likewise.
6857         (exp_upward_test_data): Likewise.
6858         (exp_test_upward): Likewise.
6859         (exp10_test_data): Update call to AUTO_TESTS_f_f.
6860         (exp10_test): Use ALL_RM_TEST.
6861         (exp10_tonearest_test_data): Remove.
6862         (exp10_test_tonearest): Likewise.
6863         (exp10_towardzero_test_data): Likewise.
6864         (exp10_test_towardzero): Likewise.
6865         (exp10_downward_test_data): Likewise.
6866         (exp10_test_downward): Likewise.
6867         (exp10_upward_test_data): Likewise.
6868         (exp10_test_upward): Likewise.
6869         (exp2_test_data): Update call to AUTO_TESTS_f_f.
6870         (expm1_test_data): Likewise.
6871         (expm1_test): Use ALL_RM_TEST.
6872         (expm1_tonearest_test_data): Remove.
6873         (expm1_test_tonearest): Likewise.
6874         (expm1_towardzero_test_data): Likewise.
6875         (expm1_test_towardzero): Likewise.
6876         (expm1_downward_test_data): Likewise.
6877         (expm1_test_downward): Likewise.
6878         (expm1_upward_test_data): Likewise.
6879         (expm1_test_upward): Likewise.
6880         (fma_test_data): Update call to AUTO_TESTS_fff_f.
6881         (fma_test): Use ALL_RM_TEST.
6882         (fma_towardzero_test_data): Remove.
6883         (fma_test_towardzero): Likewise.
6884         (fma_downward_test_data): Likewise.
6885         (fma_test_downward): Likewise.
6886         (fma_upward_test_data): Likewise.
6887         (fma_test_upward): Likewise.
6888         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
6889         (j0_test_data): Update call to AUTO_TESTS_f_f.
6890         (j1_test_data): Likewise.
6891         (jn_test_data): Update call to AUTO_TESTS_if_f.
6892         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
6893         (log_test_data): Update call to AUTO_TESTS_f_f.
6894         (log10_test_data): Likewise.
6895         (log1p_test_data): Likewise.
6896         (log2_test_data): Likewise.
6897         (pow_test_data): Update call to AUTO_TESTS_ff_f.
6898         (pow_tonearest_test_data): Likewise.
6899         (sin_test_data): Update call to AUTO_TESTS_f_f.
6900         (sin_test): Use ALL_RM_TEST.
6901         (sin_tonearest_test_data): Remove.
6902         (sin_test_tonearest): Likewise.
6903         (sin_towardzero_test_data): Likewise.
6904         (sin_test_towardzero): Likewise.
6905         (sin_downward_test_data): Likewise.
6906         (sin_test_downward): Likewise.
6907         (sin_upward_test_data): Likewise.
6908         (sin_test_upward): Likewise.
6909         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
6910         (sinh_test_data): Update call to AUTO_TESTS_f_f.
6911         (sinh_test): Use ALL_RM_TEST.
6912         (sinh_tonearest_test_data): Remove.
6913         (sinh_test_tonearest): Likewise.
6914         (sinh_towardzero_test_data): Likewise.
6915         (sinh_test_towardzero): Likewise.
6916         (sinh_downward_test_data): Likewise.
6917         (sinh_test_downward): Likewise.
6918         (sinh_upward_test_data): Likewise.
6919         (sinh_test_upward): Likewise.
6920         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
6921         (sqrt_test): Use ALL_RM_TEST.
6922         (sqrt_tonearest_test_data): Remove.
6923         (sqrt_test_tonearest): Likewise.
6924         (sqrt_towardzero_test_data): Likewise.
6925         (sqrt_test_towardzero): Likewise.
6926         (sqrt_downward_test_data): Likewise.
6927         (sqrt_test_downward): Likewise.
6928         (sqrt_upward_test_data): Likewise.
6929         (sqrt_test_upward): Likewise.
6930         (tan_test_data): Update call to AUTO_TESTS_f_f.
6931         (tan_test): Use ALL_RM_TEST.
6932         (tan_tonearest_test_data): Remove.
6933         (tan_test_tonearest): Likewise.
6934         (tan_towardzero_test_data): Likewise.
6935         (tan_test_towardzero): Likewise.
6936         (tan_downward_test_data): Likewise.
6937         (tan_test_downward): Likewise.
6938         (tan_upward_test_data): Likewise.
6939         (tan_test_upward): Likewise.
6940         (tanh_test_data): Update call to AUTO_TESTS_f_f.
6941         (tgamma_test_data): Likewise.
6942         (y0_test_data): Likewise.
6943         (y1_test_data): Likewise.
6944         (yn_test_data): Update call to AUTO_TESTS_if_f.
6945         (main): Do not call removed functions.
6946
6947 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
6948
6949         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
6950         (ldexp_test_data): Remove.
6951         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
6952         scalbn_test_data.
6953         (scalb_test): Use ALL_RM_TEST.
6954
6955 2014-03-19  Andreas Schwab  <schwab@suse.de>
6956
6957         * nscd/nscd.service: Also invalidate netgroup cache on reload.
6958
6959 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
6960
6961         [BZ #16649]
6962         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6963         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
6964         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
6965         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6966         (__ASSUME_PREADV): Undefine.
6967         (__ASSUME_PWRITEV): Likewise.
6968
6969 2014-03-18  Roland McGrath  <roland@hack.frob.com>
6970
6971         * bits/mman-linux.h: Add comment about non-Linux use.
6972         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
6973         bits/mman-linux.h resting place.
6974
6975         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
6976         * bits/mman-linux.h: ... here.
6977
6978 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6979
6980         * conform/conformtest.pl: Add standard definition when calling C
6981         preprocessor on data files.
6982         (checknamespace): Remove unused variable.
6983
6984 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
6985
6986         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
6987         minus_oflow, plus_uflow and minus_uflow in expected results.
6988         * math/libm-test.inc (scalbn_test_data): Add more tests of
6989         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
6990         minus_uflow.
6991         (scalbn_test): Use ALL_RM_TEST.
6992         (scalbln_test_data): Add more tests of negative arguments.  Use
6993         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
6994         (scalbln_test): Use ALL_RM_TEST.
6995
6996 2014-03-18  Roland McGrath  <roland@hack.frob.com>
6997
6998         * scripts/abilist.awk: Ignore symbols marked with .hidden.
6999
7000 2014-03-18  Will Newton  <will.newton@linaro.org>
7001
7002         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
7003         inaccurate comment.
7004
7005 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
7006
7007         * Makerules [!subdir] (check-abi): Exit with error status if a
7008         test failed.
7009
7010 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
7011
7012         * math/libm-test.inc (nearbyint_test_data): Include all tests used
7013         for rint.  Include results for all rounding modes.
7014         (nearbyint_test): Use ALL_RM_TEST.
7015         (rint_test_data): Include all tests used for nearbyint.
7016
7017 2014-03-17  Will Newton  <will.newton@linaro.org>
7018
7019         * nptl/sysdeps/pthread/pthread.h: Revert previous
7020         change.
7021
7022         * sysdeps/generic/ldsodefs.h: Revert previous
7023         change.
7024
7025         * libio/genops.c: Revert previous change.
7026         * libio/libioP.h: Likewise.
7027         * stdio-common/vfprintf.c: Likewise.
7028
7029         * sysdeps/generic/math_private.h: Revert previous
7030         change.
7031
7032         * sysdeps/generic/math_private.h: Check whether
7033         HAVE_RM_CTX is defined with #ifdef rather
7034         than #if.
7035
7036         * argp/argp-fmtstream.h: Check whether
7037         __STRICT_ANSI__ is defined with #ifdef rather
7038         than #if.
7039         * argp/argp.h: Likewise.
7040
7041         * libio/genops.c: Check whether
7042         _IO_JUMPS_OFFSET is defined with #ifdef rather
7043         than #if.
7044         * libio/libioP.h: Likewise.
7045         * stdio-common/vfprintf.c: Likewise.
7046
7047         * sysdeps/generic/ldsodefs.h: Check whether
7048         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
7049         than #if.
7050
7051         * nptl/sysdeps/pthread/pthread.h: Check
7052         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
7053         its value.
7054
7055 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7056
7057         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
7058         setting O_APPEND.
7059         * libio/tst-ftell-active-handler.c (do_append_test): Add a
7060         test case.
7061
7062         [BZ #16680]
7063         * libio/fileops.c (_IO_file_open): Seek to end of file but
7064         don't cache the offset.
7065         (get_file_offset): Remove function.
7066         (do_ftell): Use cached offset when available.
7067         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
7068         don't cache the offset.
7069         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
7070         case.
7071         (do_one_test): Call it.
7072         (do_ftell_test): Fix up expected old offset for a+ mode.
7073         * libio/wfileops.c (do_ftell_wide): Used cached offset when
7074         available.
7075
7076         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
7077         up test status with function return status.
7078         (do_write_test): Likewise.
7079         (do_append_test): Likewise.
7080
7081         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
7082         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
7083         Remove.
7084
7085 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
7086
7087         * math/gen-libm-test.pl (parse_args): Handle results specified for
7088         each rounding mode separately.
7089         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
7090         tests and results from lrint_tonearest_test_data,
7091         lrint_towardzero_test_data, lrint_downward_test_data and
7092         lrint_upward_test_data.
7093         (lrint_test): Use ALL_RM_TEST.
7094         (lrint_tonearest_test_data): Remove.
7095         (lrint_test_tonearest): Likewise.
7096         (lrint_towardzero_test_data): Likewise.
7097         (lrint_test_towardzero): Likewise.
7098         (lrint_downward_test_data): Likewise.
7099         (lrint_test_downward): Likewise.
7100         (lrint_upward_test_data): Likewise.
7101         (lrint_test_upward): Likewise.
7102         (llrint_test_data): Merge in per-rounding-mode tests and results
7103         from llrint_tonearest_test_data, llrint_towardzero_test_data,
7104         llrint_downward_test_data and llrint_upward_test_data.
7105         (llrint_test): Use ALL_RM_TEST.
7106         (llrint_tonearest_test_data): Remove.
7107         (llrint_test_tonearest): Likewise.
7108         (llrint_towardzero_test_data): Likewise.
7109         (llrint_test_towardzero): Likewise.
7110         (llrint_downward_test_data): Likewise.
7111         (llrint_test_downward): Likewise.
7112         (llrint_upward_test_data): Likewise.
7113         (llrint_test_upward): Likewise.
7114         (rint_test_data): Merge in per-rounding-mode tests and results
7115         from rint_tonearest_test_data, rint_towardzero_test_data,
7116         rint_downward_test_data and rint_upward_test_data.  Add
7117         per-rounding-mode results for tests not in those arrays.
7118         (rint_test): Use ALL_RM_TEST.
7119         (rint_tonearest_test_data): Remove.
7120         (rint_test_tonearest): Likewise.
7121         (rint_towardzero_test_data): Likewise.
7122         (rint_test_towardzero): Likewise.
7123         (rint_downward_test_data): Likewise.
7124         (rint_test_downward): Likewise.
7125         (rint_upward_test_data): Likewise.
7126         (rint_test_upward): Likewise.
7127         (main): Don't call removed functions.
7128
7129 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7130
7131         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
7132         "Compiled on ..." crapola.  It is anti-useful.
7133
7134 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
7135
7136         * scripts/evaluate-test.sh: Handle fourth argument to determine
7137         whether test run should stop on failure.
7138         * Makeconfig (stop-on-test-failure): New variable.
7139         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
7140         $(stop-on-test-failure).
7141         * Makefile (tests): Give a summary of results from testing and
7142         exit with failure status if they include an ERROR or FAIL.
7143         (xtests): Likewise.
7144         * manual/install.texi (Configuring and compiling): Mention
7145         stop-on-test-failure=y.
7146         * INSTALL: Regenerated.
7147
7148 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7149
7150         * scripts/versionlist.awk: New file.
7151         * Makerules [$(build-shared) = yes]
7152         (postclean-generated): Add Versions.def, not Versions.def.v and
7153         Versions.def.v.i.
7154         ($(common-objpfx)Versions.def.v.i): Target removed.
7155         ($(common-objpfx)Versions.def): New target.
7156         ($(common-objpfx)Versions.all): Depend on that rather that
7157         $(common-objpfx)Versions.def.v.
7158         * Versions.def: File removed.
7159
7160         * Makeconfig (+gccwarn): Add -Wundef.
7161         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
7162         a dl-sysdep.h breaking its contract.
7163         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
7164         * include/stackinfo.h: New file.
7165         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
7166         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
7167         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
7168         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
7169         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
7170         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
7171         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7172         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7173         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7174         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7175         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7176         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
7177         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7178         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7179         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7180
7181 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7182
7183         [BZ #16707]
7184         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
7185         implementation.
7186         * math/libm-test.inc (round_test_data): Add more tests.
7187
7188         [BZ #16706]
7189         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
7190         implementation.
7191         * math/libm-test.inc (nearbyint_test_data): Add more tests.
7192
7193         [BZ #16701]
7194         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
7195         implementation.
7196         * math/libm-test.inc (ceil_test_data): Add more tests.
7197
7198         * math/libm-test.inc (trunc_test_data): Add more tests related to
7199         BZ#16414.
7200
7201 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7202
7203         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
7204         with #if rather than #ifdef.
7205         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
7206
7207 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
7208
7209         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
7210         first.  Disable AVX-512 GCC support if assembler doesn't support
7211         it.
7212         * sysdeps/x86_64/configure: Regenerated.
7213
7214 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
7215
7216         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
7217         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
7218         (__old_pthread_attr_setstack): Likewise.
7219         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
7220         [!_STACK_GROWS_DOWN]: Likewise.
7221
7222 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
7223
7224         * config.make.in (have-bash2): Delete.
7225         * configure.ac (libc_cv_have_bash2): Delete.
7226         * configure: Regenerate.
7227         * elf/Makefile (common-ldd-rewrite): Rename to ...
7228         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
7229         (sh-ldd-rewrite): Delete.
7230         (bash-ldd-rewrite): Delete.
7231         (have-bash2): Delete checks.
7232         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
7233         ldd-rewrite.
7234
7235         * config.make.in (have-ksh): Delete.
7236         (KSH): Delete.
7237         * configure.ac (libc_cv_have_ksh): Delete.
7238         * configure: Regenerate.
7239
7240         * elf/Makefile: Delete $(have-ksh) check.
7241         ($(objpfx)sotruss): Change KSH to BASH.
7242         * elf/sotruss.ksh: Rename to ...
7243         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
7244         function style to match POSIX.  Drop ksh vim mode setting.
7245
7246         * manual/time.texi (Specifying the Time Zone with TZ): Change
7247         Tuesday to Thursday.
7248
7249         * debug/tst-longjmp_chk2.c: Update header comment.
7250         (stackoverflow_handler): Add comment.  Call assert on pass value.
7251
7252 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
7253
7254         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
7255         (HAVE_AVX512_ASM_SUPPORT): Likewise.
7256         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
7257         (La_x86_64_vector): Add zmm.
7258         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
7259         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
7260         ($(objpfx)tst-audit10): New target.
7261         ($(objpfx)tst-audit10.out): Likewise.
7262         (tst-audit10-ENV): New.
7263         (AVX512-CFLAGS): Likewise.
7264         (CFLAGS-tst-audit10.c): Likewise.
7265         (CFLAGS-tst-auditmod10a.c): Likewise.
7266         (CFLAGS-tst-auditmod10b.c): Likewise.
7267         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
7268         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
7269         * sysdeps/x86_64/configure: Regenerated.
7270         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
7271         AVX-512 zmm register support.
7272         (_dl_x86_64_save_sse): Likewise.
7273         (_dl_x86_64_restore_sse): Likewise.
7274         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
7275         size vector registers.
7276         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
7277         (ZMM_SIZE): Likewise.
7278         * sysdeps/x86_64/tst-audit10.c: New file.
7279         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
7280         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
7281
7282 2014-03-13  Roland McGrath  <roland@hack.frob.com>
7283
7284         * configure.ac (HAVE_EHDR_START): New check.
7285         * configure: Regenerated.
7286         * config.h.in (HAVE_EHDR_START): New #undef.
7287         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
7288         assuming the lowest-addressed segment maps the start of the file.
7289
7290 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
7291
7292         * INSTALL: Regenerated.
7293
7294 2014-03-13  Will Newton  <will.newton@linaro.org>
7295
7296         * manual/setjmp.texi (System V contexts): Improve
7297         clarity and grammar of documentation.
7298
7299 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
7300
7301         [BZ #16381]
7302         * elf/Makefile (tests): Add tst-pie2.
7303         (tests-pie): Add tst-pie2.
7304         * elf/tst-pie2.c: New file.
7305         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
7306         for ET_EXEC.
7307         * elf/rtld.c (map_doit): Load executable as lt_executable.
7308         (dl_main): Likewise.
7309
7310 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
7311
7312         [BZ #16642]
7313         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7314         (__ASSUME_PSELECT): Undefine.
7315
7316 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7317
7318         [BZ #16689]
7319         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
7320         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
7321         static build.
7322         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
7323         selector for static builds.
7324
7325 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7326
7327         [BZ #16695]
7328         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
7329         key in the buffer.
7330
7331 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7332
7333         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
7334         IFUNC selector for static builds.
7335
7336 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
7337
7338         * sysdeps/mips/math_private.h [__mips_hard_float]
7339         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
7340         libc_feresetround_mips_ctx.
7341         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
7342         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
7343         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
7344
7345         [BZ #16677]
7346         * math/s_nextafter.c (__nextafter): Do not return value from
7347         overflowing computation.
7348         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
7349         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
7350         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
7351         Likewise.
7352         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
7353         Likewise.
7354         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
7355         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
7356
7357 2014-03-11  Roland McGrath  <roland@hack.frob.com>
7358
7359         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
7360         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
7361         Move sfi_sp use from the load-multiple (that no longer sets sp) to
7362         the new mov targetting sp.
7363
7364 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7365
7366         [BZ #16683]
7367         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
7368         Define it for static builds as well.
7369         (NO_BZERO_IMPL): Likewise.
7370
7371 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7372
7373         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
7374         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
7375         multiarch strspn for PPC64.
7376         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
7377         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
7378         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7379         (__libc_ifunc_impl_list): Likewise.
7380         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
7381         multiarch optimizations
7382         * string/strspn.c (strspn): Using macro to redefine symbol name.
7383
7384 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7385             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7386
7387         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
7388         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
7389         multiarch strncat for PPC64.
7390         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
7391         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
7392         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7393         (__libc_ifunc_impl_list): Likewise.
7394         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
7395         multiarch optimizations
7396
7397 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7398
7399         [BZ #16639]
7400         * nscd/nscd.service: Make service type forking.
7401
7402 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7403
7404         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
7405         sign in non default rounding modes.
7406         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
7407
7408 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
7409
7410         * math/libm-test.inc (ALL_RM_TEST): New macro.
7411         (ceil_test): Use ALL_RM_TEST.
7412         (cimag_test): Likewise.
7413         (conj_test): Likewise.
7414         (copysign_test): Likewise.
7415         (cproj_test): Likewise.
7416         (creal_test): Likewise.
7417         (fabs_test): Likewise.
7418         (floor_test): Likewise.
7419         (fmax_test): Likewise.
7420         (fmin_test): Likewise.
7421         (fmod_test): Likewise.
7422         (fpclassify_test): Likewise.
7423         (frexp_test): Likewise.
7424         (ilogb_test): Likewise.
7425         (isfinite_test): Likewise.
7426         (finite_test): Likewise.
7427         (isgreater_test): Likewise.
7428         (isgreaterequal_test): Likewise.
7429         (isinf_test): Likewise.
7430         (isless_test): Likewise.
7431         (islessequal_test): Likewise.
7432         (islessgreater_test): Likewise.
7433         (isnan_test): Likewise.
7434         (isnormal_test): Likewise.
7435         (issignaling_test): Likewise.
7436         (isunordered_test): Likewise.
7437         (logb_test): Likewise.
7438         (logb_downward_test_data): Remove.
7439         (logb_test_downward): Likewise.
7440         (lround_test): Use ALL_RM_TEST.
7441         (llround_test): Likewise.
7442         (modf_test): Likewise.
7443         (nexttoward_test): Likewise.
7444         (remainder_test): Likewise.
7445         (drem_test): Likewise.
7446         (remainder_tonearest_test_data): Likewise.
7447         (remainder_test_tonearest): Likewise.
7448         (drem_test_tonearest): Likewise.
7449         (remainder_towardzero_test_data): Likewise.
7450         (remainder_test_towardzero): Likewise.
7451         (drem_test_towardzero): Likewise.
7452         (remainder_downward_test_data): Likewise.
7453         (remainder_test_downward): Likewise.
7454         (drem_test_downward): Likewise.
7455         (remainder_upward_test_data): Likewise.
7456         (remainder_test_upward): Likewise.
7457         (drem_test_upward): Likewise.
7458         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
7459         (round_test): Use ALL_RM_TEST.
7460         (signbit_test): Likewise.
7461         (trunc_test): Likewise.
7462         (significand_test): Likewise.
7463         (main): Don't call removed functions.
7464
7465 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
7466
7467         [BZ #16674]
7468         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
7469         || __USE_XOPEN2K8].
7470         (ILL_ILLOPN): Likewise.
7471         (ILL_ILLADR): Likewise.
7472         (ILL_ILLTRP): Likewise.
7473         (ILL_PRVOPC): Likewise.
7474         (ILL_PRVREG): Likewise.
7475         (ILL_COPROC): Likewise.
7476         (ILL_BADSTK): Likewise.
7477         (FPE_INTDIV): Likewise.
7478         (FPE_INTOVF): Likewise.
7479         (FPE_FLTDIV): Likewise.
7480         (FPE_FLTOVF): Likewise.
7481         (FPE_FLTUND): Likewise.
7482         (FPE_FLTRES): Likewise.
7483         (FPE_FLTINV): Likewise.
7484         (FPE_FLTSUB): Likewise.
7485         (SEGV_MAPERR): Likewise.
7486         (SEGV_ACCERR): Likewise.
7487         (BUS_ADRALN): Likewise.
7488         (BUS_ADRERR): Likewise.
7489         (BUS_OBJERR): Likewise.
7490         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7491         (TRAP_TRACE): Likewise.
7492         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7493         __USE_XOPEN2K8].
7494         (CLD_KILLED): Likewise.
7495         (CLD_DUMPED): Likewise.
7496         (CLD_TRAPPED): Likewise.
7497         (CLD_STOPPED): Likewise.
7498         (CLD_CONTINUED): Likewise.
7499         (POLL_IN): Likewise.
7500         (POLL_OUT): Likewise.
7501         (POLL_MSG): Likewise.
7502         (POLL_ERR): Likewise.
7503         (POLL_PRI): Likewise.
7504         (POLL_HUP): Likewise.
7505         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
7506         Likewise.
7507         (ILL_ILLOPN): Likewise.
7508         (ILL_ILLADR): Likewise.
7509         (ILL_ILLTRP): Likewise.
7510         (ILL_PRVOPC): Likewise.
7511         (ILL_PRVREG): Likewise.
7512         (ILL_COPROC): Likewise.
7513         (ILL_BADSTK): Likewise.
7514         (FPE_INTDIV): Likewise.
7515         (FPE_INTOVF): Likewise.
7516         (FPE_FLTDIV): Likewise.
7517         (FPE_FLTOVF): Likewise.
7518         (FPE_FLTUND): Likewise.
7519         (FPE_FLTRES): Likewise.
7520         (FPE_FLTINV): Likewise.
7521         (FPE_FLTSUB): Likewise.
7522         (SEGV_MAPERR): Likewise.
7523         (SEGV_ACCERR): Likewise.
7524         (BUS_ADRALN): Likewise.
7525         (BUS_ADRERR): Likewise.
7526         (BUS_OBJERR): Likewise.
7527         (BUS_MCEERR_AR): Likewise.
7528         (BUS_MCEERR_AO): Likewise.
7529         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7530         (TRAP_TRACE): Likewise.
7531         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7532         __USE_XOPEN2K8].
7533         (CLD_KILLED): Likewise.
7534         (CLD_DUMPED): Likewise.
7535         (CLD_TRAPPED): Likewise.
7536         (CLD_STOPPED): Likewise.
7537         (CLD_CONTINUED): Likewise.
7538         (POLL_IN): Likewise.
7539         (POLL_OUT): Likewise.
7540         (POLL_MSG): Likewise.
7541         (POLL_ERR): Likewise.
7542         (POLL_PRI): Likewise.
7543         (POLL_HUP): Likewise.
7544         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
7545         (ILL_ILLOPN): Likewise.
7546         (ILL_ILLADR): Likewise.
7547         (ILL_ILLTRP): Likewise.
7548         (ILL_PRVOPC): Likewise.
7549         (ILL_PRVREG): Likewise.
7550         (ILL_COPROC): Likewise.
7551         (ILL_BADSTK): Likewise.
7552         (FPE_INTDIV): Likewise.
7553         (FPE_INTOVF): Likewise.
7554         (FPE_FLTDIV): Likewise.
7555         (FPE_FLTOVF): Likewise.
7556         (FPE_FLTUND): Likewise.
7557         (FPE_FLTRES): Likewise.
7558         (FPE_FLTINV): Likewise.
7559         (FPE_FLTSUB): Likewise.
7560         (SEGV_MAPERR): Likewise.
7561         (SEGV_ACCERR): Likewise.
7562         (BUS_ADRALN): Likewise.
7563         (BUS_ADRERR): Likewise.
7564         (BUS_OBJERR): Likewise.
7565         (BUS_MCEERR_AR): Likewise.
7566         (BUS_MCEERR_AO): Likewise.
7567         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7568         (TRAP_TRACE): Likewise.
7569         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7570         __USE_XOPEN2K8].
7571         (CLD_KILLED): Likewise.
7572         (CLD_DUMPED): Likewise.
7573         (CLD_TRAPPED): Likewise.
7574         (CLD_STOPPED): Likewise.
7575         (CLD_CONTINUED): Likewise.
7576         (POLL_IN): Likewise.
7577         (POLL_OUT): Likewise.
7578         (POLL_MSG): Likewise.
7579         (POLL_ERR): Likewise.
7580         (POLL_PRI): Likewise.
7581         (POLL_HUP): Likewise.
7582         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
7583         Likewise.
7584         (ILL_ILLOPN): Likewise.
7585         (ILL_ILLADR): Likewise.
7586         (ILL_ILLTRP): Likewise.
7587         (ILL_PRVOPC): Likewise.
7588         (ILL_PRVREG): Likewise.
7589         (ILL_COPROC): Likewise.
7590         (ILL_BADSTK): Likewise.
7591         (ILL_BADIADDR): Likewise.
7592         (ILL_BREAK): Likewise.
7593         (FPE_INTDIV): Likewise.
7594         (FPE_INTOVF): Likewise.
7595         (FPE_FLTDIV): Likewise.
7596         (FPE_FLTOVF): Likewise.
7597         (FPE_FLTUND): Likewise.
7598         (FPE_FLTRES): Likewise.
7599         (FPE_FLTINV): Likewise.
7600         (FPE_FLTSUB): Likewise.
7601         (FPE_DECOVF): Likewise.
7602         (FPE_DECDIV): Likewise.
7603         (FPE_DECERR): Likewise.
7604         (FPE_INVASC): Likewise.
7605         (FPE_INVDEC): Likewise.
7606         (SEGV_MAPERR): Likewise.
7607         (SEGV_ACCERR): Likewise.
7608         (SEGV_PSTKOVF): Likewise.
7609         (BUS_ADRALN): Likewise.
7610         (BUS_ADRERR): Likewise.
7611         (BUS_OBJERR): Likewise.
7612         (BUS_MCEERR_AR): Likewise.
7613         (BUS_MCEERR_AO): Likewise.
7614         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7615         (TRAP_TRACE): Likewise.
7616         (TRAP_BRANCH): Likewise.
7617         (TRAP_HWBKPT): Likewise.
7618         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7619         __USE_XOPEN2K8].
7620         (CLD_KILLED): Likewise.
7621         (CLD_DUMPED): Likewise.
7622         (CLD_TRAPPED): Likewise.
7623         (CLD_STOPPED): Likewise.
7624         (CLD_CONTINUED): Likewise.
7625         (POLL_IN): Likewise.
7626         (POLL_OUT): Likewise.
7627         (POLL_MSG): Likewise.
7628         (POLL_ERR): Likewise.
7629         (POLL_PRI): Likewise.
7630         (POLL_HUP): Likewise.
7631         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
7632         (ILL_ILLOPN): Likewise.
7633         (ILL_ILLADR): Likewise.
7634         (ILL_ILLTRP): Likewise.
7635         (ILL_PRVOPC): Likewise.
7636         (ILL_PRVREG): Likewise.
7637         (ILL_COPROC): Likewise.
7638         (ILL_BADSTK): Likewise.
7639         (FPE_INTDIV): Likewise.
7640         (FPE_INTOVF): Likewise.
7641         (FPE_FLTDIV): Likewise.
7642         (FPE_FLTOVF): Likewise.
7643         (FPE_FLTUND): Likewise.
7644         (FPE_FLTRES): Likewise.
7645         (FPE_FLTINV): Likewise.
7646         (FPE_FLTSUB): Likewise.
7647         (SEGV_MAPERR): Likewise.
7648         (SEGV_ACCERR): Likewise.
7649         (BUS_ADRALN): Likewise.
7650         (BUS_ADRERR): Likewise.
7651         (BUS_OBJERR): Likewise.
7652         (BUS_MCEERR_AR): Likewise.
7653         (BUS_MCEERR_AO): Likewise.
7654         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7655         (TRAP_TRACE): Likewise.
7656         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7657         __USE_XOPEN2K8].
7658         (CLD_KILLED): Likewise.
7659         (CLD_DUMPED): Likewise.
7660         (CLD_TRAPPED): Likewise.
7661         (CLD_STOPPED): Likewise.
7662         (CLD_CONTINUED): Likewise.
7663         (POLL_IN): Likewise.
7664         (POLL_OUT): Likewise.
7665         (POLL_MSG): Likewise.
7666         (POLL_ERR): Likewise.
7667         (POLL_PRI): Likewise.
7668         (POLL_HUP): Likewise.
7669         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
7670         (ILL_ILLOPN): Likewise.
7671         (ILL_ILLADR): Likewise.
7672         (ILL_ILLTRP): Likewise.
7673         (ILL_PRVOPC): Likewise.
7674         (ILL_PRVREG): Likewise.
7675         (ILL_COPROC): Likewise.
7676         (ILL_BADSTK): Likewise.
7677         (FPE_INTDIV): Likewise.
7678         (FPE_INTOVF): Likewise.
7679         (FPE_FLTDIV): Likewise.
7680         (FPE_FLTOVF): Likewise.
7681         (FPE_FLTUND): Likewise.
7682         (FPE_FLTRES): Likewise.
7683         (FPE_FLTINV): Likewise.
7684         (FPE_FLTSUB): Likewise.
7685         (SEGV_MAPERR): Likewise.
7686         (SEGV_ACCERR): Likewise.
7687         (BUS_ADRALN): Likewise.
7688         (BUS_ADRERR): Likewise.
7689         (BUS_OBJERR): Likewise.
7690         (BUS_MCEERR_AR): Likewise.
7691         (BUS_MCEERR_AO): Likewise.
7692         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7693         (TRAP_TRACE): Likewise.
7694         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7695         __USE_XOPEN2K8].
7696         (CLD_KILLED): Likewise.
7697         (CLD_DUMPED): Likewise.
7698         (CLD_TRAPPED): Likewise.
7699         (CLD_STOPPED): Likewise.
7700         (CLD_CONTINUED): Likewise.
7701         (POLL_IN): Likewise.
7702         (POLL_OUT): Likewise.
7703         (POLL_MSG): Likewise.
7704         (POLL_ERR): Likewise.
7705         (POLL_PRI): Likewise.
7706         (POLL_HUP): Likewise.
7707         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
7708         (ILL_ILLOPN): Likewise.
7709         (ILL_ILLADR): Likewise.
7710         (ILL_ILLTRP): Likewise.
7711         (ILL_PRVOPC): Likewise.
7712         (ILL_PRVREG): Likewise.
7713         (ILL_COPROC): Likewise.
7714         (ILL_BADSTK): Likewise.
7715         (FPE_INTDIV): Likewise.
7716         (FPE_INTOVF): Likewise.
7717         (FPE_FLTDIV): Likewise.
7718         (FPE_FLTOVF): Likewise.
7719         (FPE_FLTUND): Likewise.
7720         (FPE_FLTRES): Likewise.
7721         (FPE_FLTINV): Likewise.
7722         (FPE_FLTSUB): Likewise.
7723         (SEGV_MAPERR): Likewise.
7724         (SEGV_ACCERR): Likewise.
7725         (BUS_ADRALN): Likewise.
7726         (BUS_ADRERR): Likewise.
7727         (BUS_OBJERR): Likewise.
7728         (BUS_MCEERR_AR): Likewise.
7729         (BUS_MCEERR_AO): Likewise.
7730         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7731         (TRAP_TRACE): Likewise.
7732         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7733         __USE_XOPEN2K8].
7734         (CLD_KILLED): Likewise.
7735         (CLD_DUMPED): Likewise.
7736         (CLD_TRAPPED): Likewise.
7737         (CLD_STOPPED): Likewise.
7738         (CLD_CONTINUED): Likewise.
7739         (POLL_IN): Likewise.
7740         (POLL_OUT): Likewise.
7741         (POLL_MSG): Likewise.
7742         (POLL_ERR): Likewise.
7743         (POLL_PRI): Likewise.
7744         (POLL_HUP): Likewise.
7745         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
7746         (ILL_ILLOPN): Likewise.
7747         (ILL_ILLADR): Likewise.
7748         (ILL_ILLTRP): Likewise.
7749         (ILL_PRVOPC): Likewise.
7750         (ILL_PRVREG): Likewise.
7751         (ILL_COPROC): Likewise.
7752         (ILL_BADSTK): Likewise.
7753         (ILL_DBLFLT): Likewise.
7754         (ILL_HARDWALL): Likewise.
7755         (FPE_INTDIV): Likewise.
7756         (FPE_INTOVF): Likewise.
7757         (FPE_FLTDIV): Likewise.
7758         (FPE_FLTOVF): Likewise.
7759         (FPE_FLTUND): Likewise.
7760         (FPE_FLTRES): Likewise.
7761         (FPE_FLTINV): Likewise.
7762         (FPE_FLTSUB): Likewise.
7763         (SEGV_MAPERR): Likewise.
7764         (SEGV_ACCERR): Likewise.
7765         (BUS_ADRALN): Likewise.
7766         (BUS_ADRERR): Likewise.
7767         (BUS_OBJERR): Likewise.
7768         (BUS_MCEERR_AR): Likewise.
7769         (BUS_MCEERR_AO): Likewise.
7770         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7771         (TRAP_TRACE): Likewise.
7772         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7773         __USE_XOPEN2K8].
7774         (CLD_KILLED): Likewise.
7775         (CLD_DUMPED): Likewise.
7776         (CLD_TRAPPED): Likewise.
7777         (CLD_STOPPED): Likewise.
7778         (CLD_CONTINUED): Likewise.
7779         (POLL_IN): Likewise.
7780         (POLL_OUT): Likewise.
7781         (POLL_MSG): Likewise.
7782         (POLL_ERR): Likewise.
7783         (POLL_PRI): Likewise.
7784         (POLL_HUP): Likewise.
7785         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
7786         (ILL_ILLOPN): Likewise.
7787         (ILL_ILLADR): Likewise.
7788         (ILL_ILLTRP): Likewise.
7789         (ILL_PRVOPC): Likewise.
7790         (ILL_PRVREG): Likewise.
7791         (ILL_COPROC): Likewise.
7792         (ILL_BADSTK): Likewise.
7793         (FPE_INTDIV): Likewise.
7794         (FPE_INTOVF): Likewise.
7795         (FPE_FLTDIV): Likewise.
7796         (FPE_FLTOVF): Likewise.
7797         (FPE_FLTUND): Likewise.
7798         (FPE_FLTRES): Likewise.
7799         (FPE_FLTINV): Likewise.
7800         (FPE_FLTSUB): Likewise.
7801         (SEGV_MAPERR): Likewise.
7802         (SEGV_ACCERR): Likewise.
7803         (BUS_ADRALN): Likewise.
7804         (BUS_ADRERR): Likewise.
7805         (BUS_OBJERR): Likewise.
7806         (BUS_MCEERR_AR): Likewise.
7807         (BUS_MCEERR_AO): Likewise.
7808         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7809         (TRAP_TRACE): Likewise.
7810         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7811         __USE_XOPEN2K8].
7812         (CLD_KILLED): Likewise.
7813         (CLD_DUMPED): Likewise.
7814         (CLD_TRAPPED): Likewise.
7815         (CLD_STOPPED): Likewise.
7816         (CLD_CONTINUED): Likewise.
7817         (POLL_IN): Likewise.
7818         (POLL_OUT): Likewise.
7819         (POLL_MSG): Likewise.
7820         (POLL_ERR): Likewise.
7821         (POLL_PRI): Likewise.
7822         (POLL_HUP): Likewise.
7823         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
7824         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
7825
7826         [BZ #16670]
7827         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
7828         before #include of <time.h>.
7829         [!__USE_XOPEN2K] (__need_timespec): Likewise.
7830         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
7831         (test-xfail-UNIX98/sched.h/conform): Likewise.
7832
7833 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7834
7835         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
7836         error absence of trapping exception support.
7837         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
7838
7839 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
7840
7841         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
7842         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
7843         * timezone/Makefile (testdata): Move definition above include of
7844         Rules.
7845         (test-zones): New variable.
7846         (tests-special): Add zone files.
7847         (build-testdata): Use $(evaluate-test).
7848
7849         * elf/Makefile (tests-special): Rename tests to end with .out.
7850         ($(objpfx)noload-mem): Likewise.
7851         ($(objpfx)tst-leaks1-mem): Likewise.
7852         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
7853         * iconv/Makefile (xtests-special): Change test-iconvconfig to
7854         $(objpfx)test-iconvconfig.out.
7855         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
7856         set -e inside subshell and redirect output to file.
7857         * iconvdata/Makefile (generated): Rename tests to end with .out.
7858         Correct type.
7859         (tests-special): Rename tests to end with .out.
7860         ($(objpfx)mtrace-tst-loading): Likewise.
7861         * intl/Makefile (generated): Likewise.
7862         (tests-special): Likewise.
7863         ($(objpfx)mtrace-tst-gettext): Likewise.
7864         * misc/Makefile (generated): Likewise.
7865         (tests-special): Likewise.
7866         ($(objpfx)tst-error1-mem): Likewise.
7867         * nptl/Makefile (tests-special): Likewise.
7868         ($(objpfx)tst-stack3-mem): Likewise.
7869         (generated): Likewise.
7870         * posix/Makefile (generated): Likewise.
7871         (tests-special): Likewise.
7872         (xtests-special): Likewise.
7873         ($(objpfx)tst-fnmatch-mem): Likewise.
7874         ($(objpfx)bug-regex2-mem): Likewise.
7875         ($(objpfx)bug-regex14-mem): Likewise.
7876         ($(objpfx)bug-regex21-mem): Likewise.
7877         ($(objpfx)bug-regex31-mem): Likewise.
7878         ($(objpfx)tst-vfork3-mem): Likewise.
7879         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
7880         ($(objpfx)tst-pcre-mem): Likewise.
7881         ($(objpfx)tst-boost-mem): Likewise.
7882         ($(objpfx)bug-ga2-mem): Likewise.
7883         ($(objpfx)bug-glob2-mem): Likewise.
7884         * resolv/Makefile (generate): Likewise.
7885         (tests-special): Likewise.
7886         (xtests-special): Likewise.
7887         (generated): Likewise.
7888         ($(objpfx)mtrace-tst-leaks): Likewise.
7889         ($(objpfx)mtrace-tst-leaks2): Likewise.
7890
7891         * scripts/merge-test-results.sh: New file.
7892         * Makefile (tests-special-notdir): New variable.
7893         (tests): Run merge-test-results.sh.
7894         (xtests): Likewise.
7895         * Rules (tests-special-notdir): New variable.
7896         (xtests-special-notdir): Likewise.
7897         (tests): Run merge-test-results.sh
7898         (xtests): Likewise.
7899
7900         * Makeconfig (test-xfail-name): New variable.
7901         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
7902         compute variable name for expected failures.
7903         * conform/Makefile (conformtest-headers-data): New variable.
7904         (conformtest-standards): Likewise.
7905         (conformtest-headers-ISO): Likewise.
7906         (conformtest-headers-ISO99): Likewise.
7907         (conformtest-headers-ISO11): Likewise.
7908         (conformtest-headers-POSIX): Likewise.
7909         (conformtest-headers-XPG3): Likewise.
7910         (conformtest-headers-XPG4): Likewise.
7911         (conformtest-headers-UNIX98): Likewise.
7912         (conformtest-headers-XOPEN2K): Likewise.
7913         (conformtest-headers-POSIX2008): Likewise.
7914         (conformtest-headers-XOPEN2K8): Likewise.
7915         (conformtest-header-list-base): Likewise.
7916         (conformtest-header-list-tests): Likewise.
7917         (conformtest-header-base): Likewise.
7918         (conformtest-header-tests): Likewise.
7919         (tests-special): Add $(conformtest-header-list-tests).  If
7920         [$(fast-check) && !$(cross-compiling)], add
7921         $(conformtest-header-tests) instead of
7922         $(objpfx)run-conformtest.out.
7923         (generated): Add $(conformtest-header-list-base).  If
7924         [$(fast-check) && !$(cross-compiling)], add
7925         $(conformtest-header-base).  Remove previous setting.
7926         ($(conformtest-header-list-tests)): New target.
7927         (test-xfail-run-conformtest): Remove variable.
7928         ($(objpfx)run-conformtest.out): Remove target.
7929         (test-xfail-ISO11/complex.h/conform): New variable.
7930         (test-xfail-ISO11/stdalign.h/conform): Likewise.
7931         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
7932         (test-xfail-XPG3/varargs.h/conform): Likewise.
7933         (test-xfail-XPG4/varargs.h/conform): Likewise.
7934         (test-xfail-UNIX98/varargs.h/conform): Likewise.
7935         (test-xfail-XPG4/ndbm.h/conform): Likewise.
7936         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
7937         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
7938         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
7939         (test-xfail-XPG3/fcntl.h/conform): Likewise.
7940         (test-xfail-XPG3/ftw.h/conform): Likewise.
7941         (test-xfail-XPG3/grp.h/conform): Likewise.
7942         (test-xfail-XPG3/langinfo.h/conform): Likewise.
7943         (test-xfail-XPG3/limits.h/conform): Likewise.
7944         (test-xfail-XPG3/pwd.h/conform): Likewise.
7945         (test-xfail-XPG3/search.h/conform): Likewise.
7946         (test-xfail-XPG3/signal.h/conform): Likewise.
7947         (test-xfail-XPG3/stdio.h/conform): Likewise.
7948         (test-xfail-XPG3/stdlib.h/conform): Likewise.
7949         (test-xfail-XPG3/string.h/conform): Likewise.
7950         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
7951         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
7952         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
7953         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
7954         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
7955         (test-xfail-XPG3/sys/types.h/conform): Likewise.
7956         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
7957         (test-xfail-XPG3/termios.h/conform): Likewise.
7958         (test-xfail-XPG3/time.h/conform): Likewise.
7959         (test-xfail-XPG3/unistd.h/conform): Likewise.
7960         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
7961         (test-xfail-XPG4/fcntl.h/conform): Likewise.
7962         (test-xfail-XPG4/langinfo.h/conform): Likewise.
7963         (test-xfail-XPG4/netdb.h/conform): Likewise.
7964         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
7965         (test-xfail-XPG4/signal.h/conform): Likewise.
7966         (test-xfail-XPG4/stdio.h/conform): Likewise.
7967         (test-xfail-XPG4/stdlib.h/conform): Likewise.
7968         (test-xfail-XPG4/stropts.h/conform): Likewise.
7969         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
7970         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
7971         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
7972         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
7973         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
7974         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
7975         (test-xfail-XPG4/sys/time.h/conform): Likewise.
7976         (test-xfail-XPG4/sys/types.h/conform): Likewise.
7977         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
7978         (test-xfail-XPG4/termios.h/conform): Likewise.
7979         (test-xfail-XPG4/ucontext.h/conform): Likewise.
7980         (test-xfail-XPG4/unistd.h/conform): Likewise.
7981         (test-xfail-XPG4/utmpx.h/conform): Likewise.
7982         (test-xfail-POSIX/sched.h/conform): Likewise.
7983         (test-xfail-POSIX/signal.h/conform): Likewise.
7984         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
7985         (test-xfail-POSIX/tar.h/conform): Likewise.
7986         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
7987         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
7988         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
7989         (test-xfail-UNIX98/netdb.h/conform): Likewise.
7990         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
7991         (test-xfail-UNIX98/sched.h/conform): Likewise.
7992         (test-xfail-UNIX98/signal.h/conform): Likewise.
7993         (test-xfail-UNIX98/stdio.h/conform): Likewise.
7994         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
7995         (test-xfail-UNIX98/stropts.h/conform): Likewise.
7996         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
7997         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
7998         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
7999         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
8000         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
8001         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
8002         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
8003         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
8004         (test-xfail-UNIX98/unistd.h/conform): Likewise.
8005         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
8006         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
8007         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
8008         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
8009         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
8010         (test-xfail-XOPEN2K/math.h/conform): Likewise.
8011         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
8012         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
8013         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
8014         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
8015         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
8016         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
8017         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
8018         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
8019         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
8020         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
8021         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
8022         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
8023         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
8024         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
8025         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
8026         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
8027         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
8028         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
8029         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
8030         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
8031         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
8032         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
8033         (test-xfail-POSIX2008/signal.h/conform): Likewise.
8034         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
8035         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
8036         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
8037         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
8038         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
8039         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
8040         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
8041         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
8042         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
8043         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
8044         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
8045         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
8046         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
8047         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
8048         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
8049         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
8050         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
8051         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
8052         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
8053         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
8054         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
8055         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
8056         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
8057         (conformtest-cc-flags): Likewise.
8058         ($(conformtest-header-tests): New target.
8059         * conform/check-header-lists.sh: New file.
8060         * conform/run-conformtest.sh: Remove.
8061
8062         * conform/conformtest.pl: Allow ' and \ in values given for
8063         constants.
8064         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
8065         inclusion.
8066         [POSIX] (sys/types.h): Likewise.
8067         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
8068         inclusion.
8069         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
8070         inclusion.
8071         * conform/data/signal.h-data (SIGIO): Remove expectation.
8072         [XPG3] (SIGBUS): Do not expect.
8073         [POSIX || XPG3] (SIGPOLL): Likewise.
8074         [POSIX || XPG3] (SIGPROF): Likewise.
8075         [POSIX || XPG3] (SIGSYS): Likewise.
8076         [XPG3] (SIGTRAP): Likewise.
8077         [POSIX || XPG3] (SIGURG): Likewise.
8078         [POSIX || XPG3] (SIGVTALRM): Likewise.
8079         [POSIX || XPG3] (SIGXCPU): Likewise.
8080         [POSIX || XPG3] (SIGXFSZ): Likewise.
8081         [POSIX] (SA_SIGINFO): Expect.
8082         [XPG3] (siginfo_t): Do not expect type or contents.
8083         [POSIX] (si_pid): Do not expect element.
8084         [POSIX] (si_uid): Likewise.
8085         [POSIX] (si_addr): Likewise.
8086         [POSIX] (si_status): Likewise.
8087         [POSIX] (si_band): Likewise.
8088         [XPG4] (si_value): Likewise.
8089         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
8090         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
8091         [POSIX || XPG3] (ILL_ILLADR): Likewise.
8092         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
8093         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
8094         [POSIX || XPG3] (ILL_PRVREG): Likewise.
8095         [POSIX || XPG3] (ILL_COPROC): Likewise.
8096         [POSIX || XPG3] (ILL_BADSTK): Likewise.
8097         [POSIX || XPG3] (FPE_INTDIV): Likewise.
8098         [POSIX || XPG3] (FPE_INTOVF): Likewise.
8099         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
8100         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
8101         [POSIX || XPG3] (FPE_FLTUND): Likewise.
8102         [POSIX || XPG3] (FPE_FLTRES): Likewise.
8103         [POSIX || XPG3] (FPE_FLTINV): Likewise.
8104         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
8105         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
8106         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
8107         [POSIX || XPG3] (BUS_ADRALN): Likewise.
8108         [POSIX || XPG3] (BUS_ADRERR): Likewise.
8109         [POSIX || XPG3] (BUS_OBJERR): Likewise.
8110         [POSIX || XPG3] (CLD_EXITED): Likewise.
8111         [POSIX || XPG3] (CLD_KILLED): Likewise.
8112         [POSIX || XPG3] (CLD_DUMPED): Likewise.
8113         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
8114         [POSIX || XPG3] (CLD_STOPPED): Likewise.
8115         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
8116         [POSIX || XPG3] (POLL_IN): Likewise.
8117         [POSIX || XPG3] (POLL_OUT): Likewise.
8118         [POSIX || XPG3] (POLL_MSG): Likewise.
8119         [POSIX || XPG3] (POLL_ERR): Likewise.
8120         [POSIX || XPG3] (POLL_PRI): Likewise.
8121         [POSIX || XPG3] (POLL_HUP): Likewise.
8122         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
8123         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
8124         (SIG*): Do not allow.
8125         [XPG3] (si_*): Likewise.
8126         [XPG3] (SI_*): Likewise.
8127         [XPG3 || XPG4] (sigev_*): Likewise.
8128         [XPG3 || XPG4] (SIGEV_*): Likewise.
8129         [XPG3 || XPG4] (sival_*): Likewise.
8130         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
8131         [POSIX || XPG3] (BUS_*): Likewise.
8132         [POSIX || XPG3] (CLD_*): Likewise.
8133         [POSIX || XPG3] (FPE_*): Likewise.
8134         [POSIX || XPG3] (ILL_*): Likewise.
8135         [POSIX || XPG3] (POLL_*): Likewise.
8136         [POSIX || XPG3] (SEGV_*): Likewise.
8137         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
8138         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
8139         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
8140         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
8141         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
8142         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
8143         Specify type and value.
8144         (TVERSLEN): Likewise.
8145         (REGTYPE): Likewise.
8146         (AREGTYPE): Likewise.
8147         (LNKTYPE): Likewise.
8148         (SYMTYPE): Likewise.
8149         (CHRTYPE): Likewise.
8150         (BLKTYPE): Likewise.
8151         (DIRTYPE): Likewise.
8152         (FIFOTYPE): Likewise.
8153         (CONTTYPE): Likewise.
8154         (TSUID): Likewise.
8155         (TSGID): Likewise.
8156         (TSVTX): Likewise.
8157         (TUREAD): Likewise.
8158         (TUWRITE): Likewise.
8159         (TUEXEC): Likewise.
8160         (TGREAD): Likewise.
8161         (TGWRITE): Likewise.
8162         (TGEXEC): Likewise.
8163         (TOREAD): Likewise.
8164         (TOWRITE): Likewise.
8165         (TOEXEC): Likewise.
8166         [POSIX] (TSVTX): Expect constant.
8167
8168 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
8169
8170         * Makefile (tests): Change dependencies to ....
8171         (tests-special): ... additions to this variable.
8172         (tests): Depend on $(tests-special).
8173         * Makerules (check-abi-list): New variable.
8174         (check-abi): Depend on $(check-abi-list).
8175         [$(subdir) = elf] (tests-special): Add
8176         $(objpfx)check-abi-libc.out.
8177         [$(build-shared) = yes && subdir] (tests-special): Add
8178         $(check-abi-list).
8179         [$(build-shared) = yes && subdir] (tests): Do not depend on
8180         check-abi.
8181         * Rules (tests): Depend on $(tests-special).
8182         (xtests): Depend on $(xtests-special).
8183         * catgets/Makefile (tests): Change dependencies to ....
8184         (tests-special): ... additions to this variable.
8185         * conform/Makefile (tests): Change dependencies to ....
8186         (tests-special): ... additions to this variable.
8187         * elf/Makefile (tests): Change dependencies to ....
8188         (tests-special): ... additions to this variable.
8189         * grp/Makefile (tests): Change dependencies to ....
8190         (tests-special): ... additions to this variable.
8191         * iconv/Makefile (xtests): Change dependencies to ....
8192         (xtests-special): ... additions to this variable.
8193         * iconvdata/Makefile (tests): Change dependencies to ....
8194         (tests-special): ... additions to this variable.
8195         * intl/Makefile (tests): Change dependencies to ....
8196         (tests-special): ... additions to this variable.  Also add
8197         $(objpfx)tst-gettext.out.
8198         * io/Makefile (tests): Change dependencies to ....
8199         (tests-special): ... additions to this variable.
8200         * libio/Makefile (tests): Change dependencies to ....
8201         (tests-special): ... additions to this variable.
8202         * malloc/Makefile (tests): Change dependencies to ....
8203         (tests-special): ... additions to this variable.
8204         * misc/Makefile (tests): Change dependencies to ....
8205         (tests-special): ... additions to this variable.
8206         * nptl/Makefile (tests): Change dependencies to ....
8207         (tests-special): ... additions to this variable.
8208         * nptl_db/Makefile (tests): Change dependencies to ....
8209         (tests-special): ... additions to this variable.
8210         * posix/Makefile (tests): Change dependencies to ....
8211         (tests-special): ... additions to this variable.
8212         (xtests): Change dependencies to ....
8213         (xtests-special): ... additions to this variable.
8214         * resolv/Makefile (tests): Change dependencies to ....
8215         (tests-special): ... additions to this variable.
8216         (xtests): Change dependencies to ....
8217         (xtests-special): ... additions to this variable.
8218         * stdio-common/Makefile (tests): Change dependencies to ....
8219         (tests-special): ... additions to this variable.
8220         (do-tst-unbputc): Remove target.
8221         (do-tst-printf): Likewise.
8222         * stdlib/Makefile (tests): Change dependencies to ....
8223         (tests-special): ... additions to this variable.
8224         * string/Makefile (tests): Change dependencies to ....
8225         (tests-special): ... additions to this variable.
8226         * sysdeps/x86/Makefile (tests): Change dependencies to ....
8227         (tests-special): ... additions to this variable.
8228
8229         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
8230         whole file.
8231         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
8232         whole file.
8233         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
8234         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
8235
8236         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
8237         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
8238         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
8239         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
8240         * conform/data/libgen.h-data [XPG3]: Likewise.
8241         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
8242         * conform/data/ndbm.h-data [XPG3]: Likewise.
8243         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
8244         * conform/data/netdb.h-data [XPG3]: Likewise.
8245         * conform/data/netinet/in.h-data [XPG3]: Likewise.
8246         * conform/data/poll.h-data [XPG3]: Likewise.
8247         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
8248         * conform/data/strings.h-data [XPG3]: Likewise.
8249         * conform/data/stropts.h-data [XPG3]: Likewise.
8250         * conform/data/sys/mman.h-data [XPG3]: Likewise.
8251         * conform/data/sys/resource.h-data [XPG3]: Likewise.
8252         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
8253         Likewise.
8254         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
8255         * conform/data/sys/time.h-data [XPG3]: Likewise.
8256         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
8257         * conform/data/sys/uio.h-data [XPG3]: Likewise.
8258         * conform/data/sys/un.h-data [XPG3]: Likewise.
8259         * conform/data/syslog.h-data [XPG3]: Likewise.
8260         * conform/data/ucontext.h-data [XPG3]: Likewise.
8261         * conform/data/utmpx.h-data [XPG3]: Likewise.
8262         * conform/data/varargs.h-data [UNIX98]: Enable file.
8263
8264         * manual/Makefile (INSTALL_INFO): Remove variable setting.
8265
8266         * math/libm-test.inc (struct test_f_f_data): Move expected results
8267         into structure for each rounding mode.
8268         (struct test_ff_f_data): Likewise.
8269         (struct test_ff_f_data_nexttoward): Likewise.
8270         (struct test_fi_f_data): Likewise.
8271         (struct test_fl_f_data): Likewise.
8272         (struct test_if_f_data): Likewise.
8273         (struct test_fff_f_data): Likewise.
8274         (struct test_c_f_data): Likewise.
8275         (struct test_f_f1_data): Likewise.
8276         (struct test_fF_f1_data): Likewise.
8277         (struct test_ffI_f1_data): Likewise.
8278         (struct test_c_c_data): Likewise.
8279         (struct test_cc_c_data): Likewise.
8280         (struct test_f_i_data): Likewise.
8281         (struct test_ff_i_data): Likewise.
8282         (struct test_f_l_data): Likewise.
8283         (struct test_f_L_data): Likewise.
8284         (struct test_fFF_11_data): Likewise.
8285         (RM_): New macro.
8286         (RM_FE_DOWNWARD): Likewise.
8287         (RM_FE_TONEAREST): Likewise.
8288         (RM_FE_TOWARDZERO): Likewise.
8289         (RM_FE_UPWARD): Likewise.
8290         (RUN_TEST_LOOP_f_f): Update references to expected results.
8291         (RUN_TEST_LOOP_2_f): Likewise.
8292         (RUN_TEST_LOOP_fff_f): Likewise.
8293         (RUN_TEST_LOOP_c_f): Likewise.
8294         (RUN_TEST_LOOP_f_f1): Likewise.
8295         (RUN_TEST_LOOP_fF_f1): Likewise.
8296         (RUN_TEST_LOOP_fI_f1): Likewise.
8297         (RUN_TEST_LOOP_ffI_f1): Likewise.
8298         (RUN_TEST_LOOP_c_c): Likewise.
8299         (RUN_TEST_LOOP_cc_c): Likewise.
8300         (RUN_TEST_LOOP_f_i): Likewise.
8301         (RUN_TEST_LOOP_f_i_tg): Likewise.
8302         (RUN_TEST_LOOP_ff_i_tg): Likewise.
8303         (RUN_TEST_LOOP_f_b): Likewise.
8304         (RUN_TEST_LOOP_f_b_tg): Likewise.
8305         (RUN_TEST_LOOP_f_l): Likewise.
8306         (RUN_TEST_LOOP_f_L): Likewise.
8307         (RUN_TEST_LOOP_fFF_11): Likewise.
8308         * math/gen-libm-test.pl (parse_args): Output four copies of
8309         expected results for each test.
8310
8311         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
8312         (__ASSUME_UTIMES): Remove.
8313         * sysdeps/unix/sysv/linux/tile/kernel-features.h
8314         (__ASSUME_UTIMES): Likewise.
8315
8316         * math/gen-auto-libm-tests.c: Update comment on output format.
8317         (output_for_one_input_case): Generate before-rounding and
8318         after-rounding information as conditions on output flags not
8319         floating-point format.
8320         * math/auto-libm-test-out: Regenerated.
8321         * math/gen-libm-test.pl (cond_value): New function.
8322         (or_cond_value): Use cond_value.
8323         (generate_testfile): Handle conditional exceptions.
8324
8325 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
8326
8327         * math/libm-test.inc (max_valid_error): New variable.
8328         (init_max_error): Take new argument specifying whether function
8329         results are exactly determined.  Set max_valid_error and bound
8330         other variables for errors based on this argument.
8331         (set_max_error): Do not record results above max_valid_error.
8332         (check_float_internal): Only accept errors of up to 0.5ulps if
8333         also at most max_valid_error.
8334         (START): Take new argument EXACT and pass it to init_max_error.
8335         (acos_test): Update call to START.
8336         (acos_test_tonearest): Likewise.
8337         (acos_test_towardzero): Likewise.
8338         (acos_test_downward): Likewise.
8339         (acos_test_upward): Likewise.
8340         (acosh_test): Likewise.
8341         (asin_test): Likewise.
8342         (asin_test_tonearest): Likewise.
8343         (asin_test_towardzero): Likewise.
8344         (asin_test_downward): Likewise.
8345         (asin_test_upward): Likewise.
8346         (asinh_test): Likewise.
8347         (atan_test): Likewise.
8348         (atanh_test): Likewise.
8349         (atan2_test): Likewise.
8350         (cabs_test): Likewise.
8351         (cacos_test): Likewise.
8352         (cacosh_test): Likewise.
8353         (carg_test): Likewise.
8354         (casin_test): Likewise.
8355         (casinh_test): Likewise.
8356         (catan_test): Likewise.
8357         (catanh_test): Likewise.
8358         (cbrt_test): Likewise.
8359         (ccos_test): Likewise.
8360         (ccosh_test): Likewise.
8361         (ceil_test): Likewise.
8362         (cexp_test): Likewise.
8363         (cimag_test): Likewise.
8364         (clog_test): Likewise.
8365         (clog10_test): Likewise.
8366         (conj_test): Likewise.
8367         (copysign_test): Likewise.
8368         (cos_test): Likewise.
8369         (cos_test_tonearest): Likewise.
8370         (cos_test_towardzero): Likewise.
8371         (cos_test_downward): Likewise.
8372         (cos_test_upward): Likewise.
8373         (cosh_test): Likewise.
8374         (cosh_test_tonearest): Likewise.
8375         (cosh_test_towardzero): Likewise.
8376         (cosh_test_downward): Likewise.
8377         (cosh_test_upward): Likewise.
8378         (cpow_test): Likewise.
8379         (cproj_test): Likewise.
8380         (creal_test): Likewise.
8381         (csin_test): Likewise.
8382         (csinh_test): Likewise.
8383         (csqrt_test): Likewise.
8384         (ctan_test): Likewise.
8385         (ctan_test_tonearest): Likewise.
8386         (ctan_test_towardzero): Likewise.
8387         (ctan_test_downward): Likewise.
8388         (ctan_test_upward): Likewise.
8389         (ctanh_test): Likewise.
8390         (ctanh_test_tonearest): Likewise.
8391         (ctanh_test_towardzero): Likewise.
8392         (ctanh_test_downward): Likewise.
8393         (ctanh_test_upward): Likewise.
8394         (erf_test): Likewise.
8395         (erfc_test): Likewise.
8396         (exp_test): Likewise.
8397         (exp_test_tonearest): Likewise.
8398         (exp_test_towardzero): Likewise.
8399         (exp_test_downward): Likewise.
8400         (exp_test_upward): Likewise.
8401         (exp10_test): Likewise.
8402         (exp10_test_tonearest): Likewise.
8403         (exp10_test_towardzero): Likewise.
8404         (exp10_test_downward): Likewise.
8405         (exp10_test_upward): Likewise.
8406         (pow10_test): Likewise.
8407         (exp2_test): Likewise.
8408         (expm1_test): Likewise.
8409         (expm1_test_tonearest): Likewise.
8410         (expm1_test_towardzero): Likewise.
8411         (expm1_test_downward): Likewise.
8412         (expm1_test_upward): Likewise.
8413         (fabs_test): Likewise.
8414         (fdim_test): Likewise.
8415         (floor_test): Likewise.
8416         (fma_test): Likewise.
8417         (fma_test_towardzero): Likewise.
8418         (fma_test_downward): Likewise.
8419         (fma_test_upward): Likewise.
8420         (fmax_test): Likewise.
8421         (fmin_test): Likewise.
8422         (fmod_test): Likewise.
8423         (fpclassify_test): Likewise.
8424         (frexp_test): Likewise.
8425         (hypot_test): Likewise.
8426         (ilogb_test): Likewise.
8427         (isfinite_test): Likewise.
8428         (finite_test): Likewise.
8429         (isgreater_test): Likewise.
8430         (isgreaterequal_test): Likewise.
8431         (isinf_test): Likewise.
8432         (isless_test): Likewise.
8433         (islessequal_test): Likewise.
8434         (islessgreater_test): Likewise.
8435         (isnan_test): Likewise.
8436         (isnormal_test): Likewise.
8437         (issignaling_test): Likewise.
8438         (isunordered_test): Likewise.
8439         (j0_test): Likewise.
8440         (j1_test): Likewise.
8441         (jn_test): Likewise.
8442         (ldexp_test): Likewise.
8443         (lgamma_test): Likewise.
8444         (gamma_test): Likewise.
8445         (lrint_test): Likewise.
8446         (lrint_test_tonearest): Likewise.
8447         (lrint_test_towardzero): Likewise.
8448         (lrint_test_downward): Likewise.
8449         (lrint_test_upward): Likewise.
8450         (llrint_test): Likewise.
8451         (llrint_test_tonearest): Likewise.
8452         (llrint_test_towardzero): Likewise.
8453         (llrint_test_downward): Likewise.
8454         (llrint_test_upward): Likewise.
8455         (log_test): Likewise.
8456         (log10_test): Likewise.
8457         (log1p_test): Likewise.
8458         (log2_test): Likewise.
8459         (logb_test): Likewise.
8460         (logb_test_downward): Likewise.
8461         (lround_test): Likewise.
8462         (llround_test): Likewise.
8463         (modf_test): Likewise.
8464         (nearbyint_test): Likewise.
8465         (nextafter_test): Likewise.
8466         (nexttoward_test): Likewise.
8467         (pow_test): Likewise.
8468         (pow_test_tonearest): Likewise.
8469         (pow_test_towardzero): Likewise.
8470         (pow_test_downward): Likewise.
8471         (pow_test_upward): Likewise.
8472         (remainder_test): Likewise.
8473         (drem_test): Likewise.
8474         (remainder_test_tonearest): Likewise.
8475         (drem_test_tonearest): Likewise.
8476         (remainder_test_towardzero): Likewise.
8477         (drem_test_towardzero): Likewise.
8478         (remainder_test_downward): Likewise.
8479         (drem_test_downward): Likewise.
8480         (remainder_test_upward): Likewise.
8481         (drem_test_upward): Likewise.
8482         (remquo_test): Likewise.
8483         (rint_test): Likewise.
8484         (rint_test_tonearest): Likewise.
8485         (rint_test_towardzero): Likewise.
8486         (rint_test_downward): Likewise.
8487         (rint_test_upward): Likewise.
8488         (round_test): Likewise.
8489         (scalb_test): Likewise.
8490         (scalbn_test): Likewise.
8491         (scalbln_test): Likewise.
8492         (signbit_test): Likewise.
8493         (sin_test): Likewise.
8494         (sin_test_tonearest): Likewise.
8495         (sin_test_towardzero): Likewise.
8496         (sin_test_downward): Likewise.
8497         (sin_test_upward): Likewise.
8498         (sincos_test): Likewise.
8499         (sinh_test): Likewise.
8500         (sinh_test_tonearest): Likewise.
8501         (sinh_test_towardzero): Likewise.
8502         (sinh_test_downward): Likewise.
8503         (sinh_test_upward): Likewise.
8504         (sqrt_test): Likewise.
8505         (sqrt_test_tonearest): Likewise.
8506         (sqrt_test_towardzero): Likewise.
8507         (sqrt_test_downward): Likewise.
8508         (sqrt_test_upward): Likewise.
8509         (tan_test): Likewise.
8510         (tan_test_tonearest): Likewise.
8511         (tan_test_towardzero): Likewise.
8512         (tan_test_downward): Likewise.
8513         (tan_test_upward): Likewise.
8514         (tanh_test): Likewise.
8515         (tgamma_test): Likewise.
8516         (trunc_test): Likewise.
8517         (y0_test): Likewise.
8518         (y1_test): Likewise.
8519         (yn_test): Likewise.
8520         (significand_test): Likewise.
8521
8522         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
8523         individual tests in comment.
8524         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
8525         (prev_max_error): New variable.
8526         (prev_real_max_error): Likewise.
8527         (prev_imag_max_error): Likewise.
8528         (compare_ulp_data): Don't refer to test names in comment.
8529         (find_test_ulps): Remove function.
8530         (find_function_ulps): Likewise.
8531         (find_complex_function_ulps): Likewise.
8532         (init_max_error): Take function name as argument.  Look up ulps
8533         for that function.
8534         (print_ulps): Remove function.
8535         (print_max_error): Use prev_max_error instead of calling
8536         find_function_ulps.
8537         (print_complex_max_error): Use prev_real_max_error and
8538         prev_imag_max_error instead of calling find_complex_function_ulps.
8539         (check_float_internal): Take max_ulp parameter instead of calling
8540         find_test_ulps.  Don't call print_ulps.
8541         (check_float): Update call to check_float_internal.
8542         (check_complex): Update calls to check_float_internal.
8543         (START): Pass argument to init_max_error.
8544         * math/gen-libm-test.pl (%results): Don't include "kind"
8545         information.
8546         (parse_ulps): Don't handle ulps of individual tests.
8547         (print_ulps_file): Likewise.
8548         (output_ulps): Likewise.
8549         * math/README.libm-test: Update.
8550         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
8551         individual tests.
8552         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
8553         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
8554         * sysdeps/arm/libm-test-ulps: Likewise.
8555         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
8556         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
8557         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
8558         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
8559         * sysdeps/microblaze/libm-test-ulps: Likewise.
8560         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
8561         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
8562         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
8563         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
8564         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
8565         * sysdeps/sh/libm-test-ulps: Likewise.
8566         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
8567         * sysdeps/tile/libm-test-ulps: Likewise.
8568         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8569
8570 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
8571
8572         * math/libm-test.inc (print_complex_max_error): Check separately
8573         whether real and imaginary errors are within allowed range and
8574         pass 0 to print_complex_function_ulps instead of value within
8575         allowed range.
8576
8577 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8578
8579         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
8580         formatting.
8581         (get_handles_fopen): Likewise.
8582         (do_write_test): Likewise.
8583
8584         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
8585
8586         * libio/fileops.c (do_ftell): Use cached offset when
8587         available.
8588         * libio/iofwide.c (do_ftell_wide): Likewise.
8589         * libio/iofdopen.c (_IO_new_fdopen): Don't use
8590         _IO_file_attach.
8591         * libio/wfileops.c (_IO_fwide): Don't cache offset.
8592
8593         [BZ #16532]
8594         * libio/libioP.h (get_file_offset): New function.
8595         * libio/fileops.c (get_file_offset): Likewise.
8596         (do_ftell): Likewise.
8597         (_IO_new_file_seekoff): Split out ftell logic.
8598         * libio/wfileops.c (do_ftell_wide): Likewise.
8599         (_IO_wfile_seekoff): Split out ftell logic.
8600         * libio/tst-ftell-active-handler.c: New test case.
8601         * libio/Makefile (tests): Add it.
8602
8603 2014-03-03  Roland McGrath  <roland@hack.frob.com>
8604
8605         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
8606         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
8607
8608 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
8609
8610         [BZ #16639]
8611         * nscd/connections.c (nscd_init): Call do_exit.
8612         (start_threads): Call do_exit and notify_parent.
8613         (begin_drop_privileges): Call do_exit.
8614         (finish_drop_privileges): Likewise.
8615         * nscd/selinux.c (preserve_capabilities): Likewise.
8616         (install_real_capabilities): Likewise.
8617         (nscd_selinux_enabled): Likewise.
8618         (avc_create_thread): Likewise.
8619         (avc_alloc_lock): Likewise.
8620         (nscd_avc_init): Likewise.
8621         * nscd/nscd.c (parent_fd): New static variable.
8622         (main): Create a pipe between parent and child processes.
8623         Skip closing parent_fd.
8624         (monitor_child): New function.
8625         (do_exit): Likewise.
8626         (notify_parent): Likewise.
8627         * nscd/nscd.h (notify_parent): Likewise.
8628         (do_exit): Likewise.
8629
8630 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
8631
8632         * malloc/malloc.c (__libc_calloc): Revert last change.
8633
8634 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8635
8636         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8637
8638 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8639
8640         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
8641         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
8642         implementation.
8643         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8644         (__libc_ifunc_impl_list): Likewise.
8645         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
8646         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
8647         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
8648         * string/strrchr.c: Define STRRCHR.
8649
8650 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
8651
8652         * benchtest/bench-strtok.c (simple_strtok): Delete.
8653         (strtok_string): Use as benchmark.
8654         * string/strtok (STRTOK): New macro.
8655
8656 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
8657
8658         * manual/threads.texi: Add header and standard comments to all
8659         functions.
8660
8661         * elf/dl-lookup.c (check_match): New function.
8662         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
8663         (do_lookup_x): Remove nested function check_match. Use non-nested
8664         function check_match.
8665
8666 2014-02-28  Roland McGrath  <roland@hack.frob.com>
8667
8668         * csu/Makefile (generated, before-compile): Use += rather than =.
8669         * catgets/Makefile (generated, generated-dirs): Likewise.
8670         * debug/Makefile (generated): Likewise.
8671         * dlfcn/Makefile (generated): Likewise.
8672         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
8673         * iconvdata/Makefile (before-compile, generated): Likewise.
8674         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
8675         * libio/Makefile (generated): Likewise.
8676         * malloc/Makefile (generated): Likewise.
8677         * manual/Makefile (generated, generated-dirs): Likewise.
8678         * misc/Makefile (generated): Likewise.
8679         * posix/Makefile (generated): Likewise.
8680         * resolv/Makefile (generated): Likewise.
8681         * sunrpc/Makefile (generated, generated-dirs): Likewise.
8682         * timezone/Makefile (generated, generated-dirs): Likewise.
8683
8684         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
8685
8686 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8687
8688         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
8689         power8 implementation.
8690         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
8691         file: POWER8 llround ifunc implementation.
8692         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
8693         (__lllround): Add POWER8 implementation.
8694         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
8695         POWER8 llround implementation.
8696
8697         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
8698         power8 implementation.
8699         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
8700         file: POWER8 llrint ifunc implementation.
8701         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
8702         Add POWER8 implementation.
8703         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
8704         POWER8 llrint implementation.
8705
8706         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
8707         power8 implementation.
8708         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
8709         file: POWER8 finite ifunc implementation.
8710         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
8711         Add POWER8 implementation.
8712         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
8713         Likewise.
8714         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
8715         POWER8 finite implementation.
8716         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
8717
8718         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
8719         power8 implementation.
8720         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
8721         file: POWER8 isinf ifunc implementation.
8722         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
8723         POWER8 implementation.
8724         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
8725         Likewise.
8726         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
8727         isinf implementation.
8728         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
8729
8730         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
8731         (INIT_ARCH): Add hwcap2 initialization.
8732         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
8733         power8 implementation.
8734         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
8735         file: POWER8 isnan ifunc implementation.
8736         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
8737         POWER8 implementation.
8738         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
8739         Likewise.
8740         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
8741         isnan implementation.
8742         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
8743
8744 2014-02-27  Joey Ye  <joey.ye@arm.com>
8745
8746         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
8747         (_FP_NANFRAC_Q): Set to zero.
8748
8749 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8750
8751         [BZ #16623]
8752         * math/auto-libm-test-in: New test inputs.
8753         * math/auto-libm-test-out: Regenerate.
8754         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
8755         and DA.
8756         (__cos): Likewise.
8757         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
8758
8759 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
8760
8761         * scripts/evaluate-test.sh: Take new argument indicating whether
8762         failure is expected.
8763         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
8764         indicating whether failure is expected.
8765         * conform/Makefile (test-xfail-run-conformtest): New variable.
8766         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
8767         level.
8768         * posix/Makefile (test-xfail-annexc): New variable.
8769         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
8770
8771 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
8772
8773         * argp/Makefile: Include Makeconfig immediately after defining
8774         subdir.
8775         * assert/Makefile: Likewise.
8776         * benchtests/Makefile: Likewise.
8777         * catgets/Makefile: Likewise.
8778         * conform/Makefile: Likewise.
8779         * crypt/Makefile: Likewise.
8780         * csu/Makefile: Likewise.
8781         (all): Remove target.
8782         * ctype/Makefile: Include Makeconfig immediately after defining
8783         subdir.
8784         * debug/Makefile: Likewise.
8785         * dirent/Makefile: Likewise.
8786         * dlfcn/Makefile: Likewise.
8787         * gmon/Makefile: Likewise.
8788         * gnulib/Makefile: Likewise.
8789         * grp/Makefile: Likewise.
8790         * gshadow/Makefile: Likewise.
8791         * hesiod/Makefile: Likewise.
8792         * hurd/Makefile: Likewise.
8793         (all): Remove target.
8794         * iconvdata/Makefile: Include Makeconfig immediately after
8795         defining subdir.
8796         * inet/Makefile: Likewise.
8797         * intl/Makefile: Likewise.
8798         * io/Makefile: Likewise.
8799         * libio/Makefile: Likewise.
8800         (all): Remove target.
8801         * locale/Makefile: Include Makeconfig immediately after defining
8802         subdir.
8803         * login/Makefile: Likewise.
8804         * mach/Makefile: Likewise.
8805         (all): Remove target.
8806         * malloc/Makefile: Include Makeconfig immediately after defining
8807         subdir.
8808         (all): Remove target.
8809         * manual/Makefile: Include Makeconfig immediately after defining
8810         subdir.
8811         * math/Makefile: Likewise.
8812         * misc/Makefile: Likewise.
8813         * nis/Makefile: Likewise.
8814         * nss/Makefile: Likewise.
8815         * po/Makefile: Likewise.
8816         (all): Remove target.
8817         * posix/Makefile: Include Makeconfig immediately after defining
8818         subdir.
8819         * pwd/Makefile: Likewise.
8820         * resolv/Makefile: Likewise.
8821         * resource/Makefile: Likewise.
8822         * rt/Makefile: Likewise.
8823         * setjmp/Makefile: Likewise.
8824         * shadow/Makefile: Likewise.
8825         * signal/Makefile: Likewise.
8826         * socket/Makefile: Likewise.
8827         * soft-fp/Makefile: Likewise.
8828         * stdio-common/Makefile: Likewise.
8829         * stdlib/Makefile: Likewise.
8830         * streams/Makefile: Likewise.
8831         * string/Makefile: Likewise.
8832         * sunrpc/Makefile: Likewise.
8833         (all): Remove target.
8834         * sysvipc/Makefile: Include Makeconfig immediately after defining
8835         subdir.
8836         * termios/Makefile: Likewise.
8837         * time/Makefile: Likewise.
8838         * timezone/Makefile: Likewise.
8839         (all): Remove target.
8840         * wcsmbs/Makefile: Include Makeconfig immediately after defining
8841         subdir.
8842         * wctype/Makefile: Likewise.
8843
8844 2014-02-26  Steve Ellcey  <sellcey@mips.com>
8845
8846         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
8847         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
8848         (libc_feholdexcept_setround_mips): Ditto.
8849         (libc_feholdsetround): New.
8850         (libc_feholdsetroundf): New.
8851         (libc_feholdsetroundl): New.
8852         (libc_feupdateenv_test_mips): New.
8853         (libc_feupdateenv_test): New.
8854         (libc_feupdateenv_testf): New.
8855         (libc_feupdateenv_testl): New.
8856         (libc_feresetround): New.
8857         (libc_feresetroundf): New.
8858         (libc_feresetroundl): New.
8859         (libc_fetestexcept_mips): New.
8860         (libc_fetestexcept): New.
8861         (libc_fetestexceptf): New.
8862         (libc_fetestexceptl): New.
8863         (HAVE_RM_CTX): New.
8864         (libc_feholdexcept_setround_mips_ctx): New.
8865         (libc_feholdexcept_setround_ctx): New.
8866         (libc_feholdexcept_setroundf_ctx): New.
8867         (libc_feholdexcept_setroundl_ctx): New.
8868         (libc_fesetenv_mips_ctx): New.
8869         (libc_fesetenv_ctx): New.
8870         (libc_fesetenv_ctxf): New.
8871         (libc_fesetenv_ctxl): New.
8872         (libc_feupdateenv_mips_ctx): New.
8873         (libc_feupdateenv_ctx): New.
8874         (libc_feupdateenvf_ctx): New.
8875         (libc_feupdateenvl_ctx): New.
8876         (libc_feholdsetround_mips_ctx): New.
8877         (libc_feholdsetround_ctx): New.
8878         (libc_feholdsetroundf_ctx): New.
8879         (libc_feholdsetroundl_ctx): New.
8880         (libc_feresetround_mips_ctx): New.
8881         (libc_feresetround_ctx): New.
8882         (libc_feresetroundf_ctx): New.
8883         (libc_feresetroundl_ctx): New.
8884
8885 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
8886
8887         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
8888
8889         * manual/ipc.texi: New file.
8890         * manual/Makefile (chapters): Add ipc.
8891         * manual/job.texi: Add "Inter-Process Communication" to next.
8892         * manual/process.texi: Add "Inter-Process Communication" to prev.
8893
8894 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8895
8896         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8897
8898 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
8899
8900         * malloc/malloc.c (__libc_calloc): Simplify implementation.
8901
8902         * manual/arith.texi: Fix spaces after sentences.
8903         * manual/charset.texi: Likewise.
8904         * manual/errno.texi: Likewise.
8905         * manual/install.texi: Likewise.
8906         * manual/llio.texi: Likewise.
8907         * manual/locale.texi: Likewise.
8908         * manual/maint.texi: Likewise.
8909         * manual/math.texi: Likewise.
8910         * manual/memory.texi: Likewise.
8911         * manual/message.texi: Likewise.
8912         * manual/probes.texi: Likewise.
8913         * manual/resource.texi: Likewise.
8914         * manual/signal.texi: Likewise.
8915         * manual/socket.texi: Likewise.
8916         * manual/stdio.texi: Likewise.
8917         * manual/string.texi: Likewise.
8918         * manual/time.texi: Likewise.
8919         * manual/users.texi: Likewise.
8920
8921 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
8922
8923         [BZ #16632]
8924         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
8925         _DEFAULT_SOURCE is defined.
8926
8927 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
8928             Carlos O'Donell  <carlos@redhat.com>
8929
8930         [BZ #16613]
8931         * elf/dl-tls.c (_dl_count_modids): New function.
8932         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
8933         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
8934         audit library and increment generation counter.
8935         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
8936         * elf/tst-audit9.c: New file.
8937         * elf/tst-auditmod9a.c: New file.
8938         * elf/tst-auditmod9b.c: New file.
8939         * elf/Makefile: Add rules to build and run tst-audit9.
8940
8941 2014-02-25  Florian Weimer  <fweimer@redhat.com>
8942
8943         [BZ #15347]
8944         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
8945
8946 2014-02-25  Will Newton  <will.newton@linaro.org>
8947
8948         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
8949         (__longjmp): Restore sp and lr before restoring callee
8950         saved registers.  Add longjmp and longjmp_target
8951         SystemTap probe point.
8952         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
8953         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
8954         Define to zero to match jmpbuf layout.
8955         * sysdeps/arm/setjmp.S: Include stap-probe.h.
8956         (__sigsetjmp): Save sp and lr before saving callee
8957         saved registers.  Add setjmp SystemTap probe point.
8958
8959 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
8960
8961         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8962
8963 2014-02-24  Andreas Schwab  <schwab@suse.de>
8964
8965         [BZ #15804]
8966         * elf/pldd.c (wait_for_ptrace_stop): New function.
8967         (main): Call it after attaching.
8968
8969 2014-02-22  Roland McGrath  <roland@hack.frob.com>
8970
8971         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
8972         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
8973         Versions files is now verboten.
8974         * hurd/Versions (libc: GLIBC_2.0):
8975         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
8976         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
8977         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
8978         * mach/Versions: Likewise.
8979
8980         * csu/Versions: Remove unused %include.
8981         * resolv/Versions: Likewise.
8982
8983 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
8984
8985         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
8986         ($(objpfx)check-local-headers.out): Likewise.
8987         ($(objpfx)begin-end-check.out): Likewise.
8988         * Makerules (check-abi-%.out): Likewise.
8989         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
8990         ($(objpfx)test2.cat): Likewise.
8991         ($(objpfx)de/libc.cat): Likewise.
8992         ($(objpfx)test-gencat.out): Likewise.
8993         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
8994         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
8995         ($(objpfx)noload-mem): Likewise.
8996         ($(objpfx)tst-pathopt.out): Likewise.
8997         ($(objpfx)tst-rtld-load-self.out): Likewise.
8998         ($(objpfx)tst-array1-cmp.out): Likewise.
8999         ($(objpfx)tst-array1-static-cmp.out): Likewise.
9000         ($(objpfx)tst-array2-cmp.out): Likewise.
9001         ($(objpfx)tst-array3-cmp.out): Likewise.
9002         ($(objpfx)tst-array4-cmp.out): Likewise.
9003         ($(objpfx)tst-array5-cmp.out): Likewise.
9004         ($(objpfx)tst-array5-static-cmp.out): Likewise.
9005         ($(objpfx)check-textrel.out): Likewise.
9006         ($(objpfx)check-execstack.out): Likewise.
9007         ($(objpfx)check-localplt.out): Likewise.
9008         ($(objpfx)order2-cmp.out): Likewise.
9009         ($(objpfx)tst-leaks1-mem): Likewise.
9010         ($(objpfx)tst-leaks1-static-mem): Likewise.
9011         ($(objpfx)tst-initorder-cmp.out): Likewise.
9012         ($(objpfx)tst-initorder2-cmp.out): Likewise.
9013         ($(objpfx)tst-unused-dep.out): Likewise.
9014         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
9015         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
9016         * iconv/Makefile (test-iconvconfig): Likewise.
9017         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
9018         ($(objpfx)iconv-test.out): Likewise.
9019         ($(objpfx)tst-tables.out): Likewise.
9020         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
9021         ($(objpfx)tst-gettext.out): Likewise.
9022         ($(objpfx)tst-translit.out): Likewise.
9023         ($(objpfx)tst-gettext2.out): Likewise.
9024         ($(objpfx)tst-gettext4.out): Likewise.
9025         ($(objpfx)tst-gettext6.out): Likewise.
9026         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
9027         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
9028         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
9029         ($(objpfx)tst-fopenloc-mem.out): Likewise.
9030         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
9031         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
9032         * posix/Makefile ($(objpfx)globtest.out): Likewise.
9033         ($(objpfx)wordexp-tst.out): Likewise.
9034         ($(objpfx)annexc.out): Likewise.
9035         ($(objpfx)tst-fnmatch-mem): Likewise.
9036         ($(objpfx)bug-regex2-mem): Likewise.
9037         ($(objpfx)bug-regex14-mem): Likewise.
9038         ($(objpfx)bug-regex21-mem): Likewise.
9039         ($(objpfx)bug-regex31-mem): Likewise.
9040         ($(objpfx)tst-vfork3-mem): Likewise.
9041         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9042         ($(objpfx)tst-pcre-mem): Likewise.
9043         ($(objpfx)tst-boost-mem): Likewise.
9044         ($(objpfx)tst-getconf.out): Likewise.
9045         ($(objpfx)bug-ga2-mem): Likewise.
9046         ($(objpfx)bug-glob2-mem): Likewise.
9047         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
9048         ($(objpfx)mtrace-tst-leaks2): Likewise.
9049         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
9050         ($(objpfx)tst-printf.out): Likewise.
9051         ($(objpfx)tst-setvbuf1.out): Likewise.
9052         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
9053         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
9054         ($(objpfx)tst-fmtmsg.out): Likewise.
9055         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
9056         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
9057
9058         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
9059         * bits/sigaction.h [__USE_MISC]: Likewise.
9060         * bits/waitstatus.h: Update #endif comments.
9061         * ctype/ctype.h: Likewise.
9062         * dirent/dirent.h: Likewise.
9063         [__USE_MISC]: Remove redundant conditionals.
9064         * grp/grp.h: Update #endif comments.
9065         [__USE_GNU]: Remove redundant conditionals.
9066         [__USE_MISC]: Likewise.
9067         * inet/netinet/in.h [__USE_GNU]: Likewise.
9068         * io/sys/stat.h [__USE_MISC]: Likewise.
9069         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
9070         * libio/bits/stdio.h: Update #endif comments.
9071         [__USE_MISC]: Remove redundant conditionals.
9072         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
9073         * libio/stdio.h: Update #endif comments.
9074         [__USE_MISC]: Remove redundant conditionals.
9075         * math/bits/math-finite.h [__USE_MISC]: Likewise.
9076         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
9077         * math/math.h: Update #else and #endif comments.
9078         [__USE_MISC]: Remove redundant conditionals.
9079         * misc/sys/uio.h: Update #endif comments.
9080         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
9081         * posix/glob.h [__USE_MISC]: Likewise.
9082         * posix/sys/types.h: Update #endif comments.
9083         [__USE_MISC]: Remove redundant conditionals.
9084         * posix/sys/wait.h: Update #endif comments.
9085         [__USE_MISC]: Remove redundant conditionals.
9086         * posix/unistd.h: Update #endif comments.
9087         [__USE_MISC]: Remove redundant conditionals.
9088         * pwd/pwd.h [__USE_GNU]: Likewise.
9089         [__USE_MISC]: Likewise.
9090         * resolv/netdb.h [__USE_GNU]: Likewise.
9091         * signal/signal.h: Update #endif comments.
9092         [__USE_MISC]: Remove redundant conditionals.
9093         * stdlib/stdlib.h: Update #else and #endif comments.
9094         [__USE_MISC]: Remove redundant conditionals.
9095         [__USE_GNU]: Likewise.
9096         * string/bits/string2.h [__USE_MISC]: Likewise.
9097         * string/string.h: Update #endif comments.
9098         [__USE_MISC]: Remove redundant conditionals.
9099         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
9100         Likewise.
9101         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
9102         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
9103         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
9104         Likewise.
9105         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
9106         Likewise.
9107         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
9108         comments.
9109         [__USE_MISC]: Remove redundant conditionals.
9110         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
9111         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
9112         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
9113         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
9114         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
9115         Likewise.
9116         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
9117         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
9118         Likewise.
9119         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
9120         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
9121         Likewise.
9122         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
9123         Likewise.
9124         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
9125         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
9126         Likewise.
9127         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
9128         Likewise.
9129         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
9130         * sysdeps/x86/bits/string.h: Update #endif comments.
9131         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
9132         conditionals.
9133         * time/sys/time.h: Update #endif comments.
9134         * time/time.h: Likewise.
9135         [__USE_MISC]: Remove redundant conditionals.
9136
9137 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
9138
9139         [BZ #16600]
9140         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
9141
9142 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
9143
9144         * Versions.def (librt): Add GLIBC_2.17.
9145
9146 2014-02-21  Adam Conrad  <adconrad@0c3.net>
9147
9148         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
9149         synonym for _SYS_AUXV_H to allow direct inclusion.
9150         * sysdeps/sparc/bits/hwcap.h: Likewise.
9151         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
9152         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
9153         * sysdeps/sparc/sysdep.h: Likewise.
9154
9155 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
9156
9157         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
9158
9159 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
9160
9161         * benchtests/bench-strrchr.c: Print length instead of position.
9162
9163 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
9164
9165         [BZ #16611]
9166         * sysdeps/unix/sysv/linux/kernel-features.h
9167         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
9168         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
9169         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
9170         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
9171         Likewise.
9172         [__i386__ || __powerpc__ || __sh__ || __sparc__]
9173         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9174         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
9175         (__ASSUME_SENDMMSG): Define instead of using previous
9176         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
9177         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9178         (__ASSUME_SENDMMSG_SYSCALL): Define.
9179         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9180         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
9181         Likewise.
9182         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9183         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
9184         Likewise.
9185         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9186         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
9187         Likewise.
9188         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
9189         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
9190         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
9191         [__ASSUME_SENDMMSG]: Change conditionals to
9192         [__ASSUME_SENDMMSG_SOCKETCALL].
9193         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9194         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
9195         Define.
9196         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9197         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
9198         Likewise.
9199         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
9200         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
9201         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
9202         [!__ASSUME_SENDMMSG]: Change conditional to
9203         [!__ASSUME_SENDMMSG_SOCKETCALL].
9204         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9205         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
9206         Define.
9207
9208         [BZ #16610]
9209         * sysdeps/unix/sysv/linux/kernel-features.h
9210         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
9211         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
9212         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
9213         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
9214         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9215         [__i386__ || __sparc__]
9216         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9217         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
9218         (__ASSUME_RECVMMSG): Define instead of using previous
9219         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
9220         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9221         (__ASSUME_RECVMMSG_SYSCALL): Define.
9222         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9223         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9224         Likewise.
9225         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9226         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9227         Likewise.
9228         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9229         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9230         Likewise.
9231         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
9232         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
9233         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
9234         [__ASSUME_RECVMMSG]: Change condition to
9235         [__ASSUME_RECVMMSG_SOCKETCALL].
9236         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9237         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9238         Define.
9239         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9240         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9241         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9242         Likewise.
9243         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
9244         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
9245         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
9246         [!__ASSUME_RECVMMSG]: Change condition to
9247         [!__ASSUME_RECVMMSG_SOCKETCALL].
9248         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9249         (__ASSUME_RECVMMSG_SYSCALL): Define.
9250
9251         [BZ #16609]
9252         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
9253         __powerpc__ || __s390__ || __sh__ || __sparc__]
9254         (__ASSUME_SOCKETCALL): Define.
9255         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
9256         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
9257         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
9258         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
9259         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
9260         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
9261         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
9262         (__ASSUME_ACCEPT4): Define instead of using previous
9263         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
9264         __powerpc__ || __sparc__ || __s390__)] condition.
9265         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9266         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
9267         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
9268         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
9269         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
9270         [!__ASSUME_ACCEPT4]: Change condition to
9271         [!__ASSUME_ACCEPT4_SOCKETCALL].
9272         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9273         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
9274         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
9275         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9276         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
9277         __ASSUME_ACCEPT4_SYSCALL.
9278         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
9279         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
9280         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9281         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
9282         __ASSUME_ACCEPT4_SYSCALL.
9283         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
9284         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
9285         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
9286         [__ASSUME_ACCEPT4]: Change condition to
9287         [__ASSUME_ACCEPT4_SOCKETCALL].
9288         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9289         (__ASSUME_SOCKETCALL): Define.
9290         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
9291         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9292         (__ASSUME_SOCKETCALL): Define.
9293         (__ASSUME_ACCEPT4): Remove.
9294         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
9295         Define.
9296         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9297         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
9298         Likewise.
9299         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9300         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
9301
9302         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
9303         macro.
9304         (HWCAP_ARM_LPAE): Likewise.
9305         (HWCAP_ARM_EVTSTRM): Likewise.
9306         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
9307         Add vpfd32, lpae and evtstrm.
9308         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
9309         Increase to 22.
9310
9311 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
9312
9313         * math/auto-libm-test-in: Add tests of clog10.
9314         * math/auto-libm-test-out: Regenerated.
9315         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
9316         * sysdeps/i386/fpu/libm-test-ulps: Update.
9317         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9318
9319 2014-02-18  Andreas Schwab  <schwab@suse.de>
9320
9321         [BZ #16574]
9322         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
9323         Store non-zero if the second buffer was newly allocated.
9324         (send_dg): Likewise.
9325         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
9326         to send_vc and send_dg.
9327         (res_nsend): Pass NULL for ansp2_malloced.
9328         * resolv/res_query.c (__libc_res_nquery): Add parameter
9329         answerp2_malloced and pass it down to __libc_res_nsend.
9330         (res_nquery): Pass additional NULL to __libc_res_nquery.
9331         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
9332         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
9333         second answer buffer if answerp2_malloced was set.
9334         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
9335         (__libc_res_nquerydomain): Add parameter
9336         answerp2_malloced and pass it down to __libc_res_nquery.
9337         (res_nquerydomain): Pass additional NULL to
9338         __libc_res_nquerydomain.
9339         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
9340         additional NULL to __libc_res_nsend and __libc_res_nquery.
9341         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
9342         additional NULL to __libc_res_nsearch.
9343         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
9344         parameter of __libc_res_nsearch to check for separately allocated
9345         second buffer.
9346         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
9347         __libc_res_nquery.
9348         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
9349         additional NULL to __libc_res_nquery.
9350         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
9351         __libc_res_nsearch.
9352         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
9353         * include/resolv.h: Update prototypes of __libc_res_nquery,
9354         __libc_res_nsearch, __libc_res_nsend.
9355
9356 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
9357
9358         * math/auto-libm-test-in: Add tests of fma.
9359         * math/auto-libm-test-out: Regenerated.
9360         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
9361         (fma_towardzero_test_data): Likewise.
9362         (fma_downward_test_data): Likewise.
9363         (fma_upward_test_data): Likewise.
9364         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
9365         mpc_mode.
9366         (rounding_modes): Add values for new field.
9367         (func_calc_method): Add value mpfr_fff_f.
9368         (func_calc_desc): Add mpfr_fff_f union field.
9369         (test_function): Add field exact_args.
9370         (FUNC): Add macro argument EXACT_ARGS.
9371         (FUNC_mpfr_f_f): Update call to FUNC.
9372         (FUNC_mpfr_f_f): Likewise.
9373         (FUNC_mpfr_ff_f): Likewise.
9374         (FUNC_mpfr_if_f): Likewise.
9375         (FUNC_mpc_c_f): Likewise.
9376         (FUNC_mpc_c_c): Likewise.
9377         (test_functions): Add fma.  Update calls to FUNC.
9378         (handle_input_arg): Add argument exact_args.
9379         (add_test): Update call to handle_input_arg.
9380         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
9381         (output_for_one_input_case): Update call to calc_generic_results.
9382         Recalculate exact zero results in each rounding mode.
9383
9384         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
9385         non-negative before setting low bit.
9386         * math/auto-libm-test-in: Mark one asin test possibly having
9387         spurious underflow.
9388         * math/auto-libm-test-out: Regenerated.
9389         * sysdeps/i386/fpu/libm-test-ulps: Update.
9390         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9391
9392 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
9393
9394         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
9395         * sysdeps/unix/sysv/linux/microblaze: Move directory from
9396         ports/sysdeps/unix/sysv/linux/microblaze.
9397         * README: Add missing listing for microblaze*-*-linux-gnu.
9398
9399 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
9400
9401         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
9402         * sysdeps/unix/sysv/linux/ia64: Move directory from
9403         ports/sysdeps/unix/sysv/linux/ia64.
9404         * README: Update listing for ia64-*-linux-gnu.
9405
9406 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
9407             Joseph Myers  <joseph@codesourcery.com>
9408
9409         * Makeconfig (test-name): New variable.
9410         (evaluate-test): Likewise.
9411         * Makerules (do-test-clean): Remove .test-result files.
9412         (common-mostlyclean): Likewise.
9413         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
9414         * scripts/evaluate-test.sh: New file.
9415
9416 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
9417
9418         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
9419         separate $(objpfx)tst-fopenloc-cmp.out and
9420         $(objpfx)tst-fopenloc-mem.out targets.
9421         (tests): Update dependencies.
9422         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
9423         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
9424         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
9425         (tst-rxspencer-no-utf8-ARGS): New variable.
9426         (tst-rxspencer-no-utf8-ENV): Likewise.
9427         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
9428         instead of $(objpfx)tst-rxspencer-mem.
9429         ($(objpfx)tst-rxspencer-mem): Change target to
9430         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
9431         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
9432         * posix/tst-rxspencer-no-utf8.c: New file.
9433
9434         * elf/Makefile ($(objpfx)order.out): Remove rule.
9435         [$(run-built-tests) = yes] (tests): Depend on
9436         $(objpfx)order-cmp.out.
9437         ($(objpfx)order-cmp.out): New rule.
9438         [$(run-built-tests) = yes] (tests): Depend on
9439         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
9440         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
9441         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
9442         $(objpfx)tst-array5-static-cmp.out.
9443         ($(objpfx)tst-array1.out): Remove rule.
9444         ($(objpfx)tst-array1-cmp.out): New rule.
9445         ($(objpfx)tst-array1-static.out): Remove rule.
9446         ($(objpfx)tst-array1-static-cmp.out): New rule.
9447         ($(objpfx)tst-array2.out): Remove rule.
9448         ($(objpfx)tst-array2-cmp.out): New rule.
9449         ($(objpfx)tst-array3.out): Remove rule.
9450         ($(objpfx)tst-array3-cmp.out): New rule.
9451         ($(objpfx)tst-array4.out): Remove rule.
9452         ($(objpfx)tst-array4-cmp.out): New rule.
9453         ($(objpfx)tst-array5.out): Remove rule.
9454         ($(objpfx)tst-array5-cmp.out): New rule.
9455         ($(objpfx)tst-array5-static.out): Remove rule.
9456         ($(objpfx)tst-array5-static-cmp.out): New rule.
9457         [$(run-built-tests) = yes] (tests): Depend on
9458         $(objpfx)order2-cmp.out.
9459         ($(objpfx)order2.out): Remove rule.
9460         ($(objpfx)order2-cmp.out): New rule.
9461         ($(objpfx)tst-initorder.out): Remove rule.
9462         [$(run-built-tests) = yes] (tests): Depend on
9463         $(objpfx)tst-initorder-cmp.out.
9464         ($(objpfx)tst-initorder-cmp.out): New rule.
9465         ($(objpfx)tst-initorder2.out): Remove rule.
9466         [$(run-built-tests) = yes] (tests): Depend on
9467         $(objpfx)tst-initorder2-cmp.out.
9468         ($(objpfx)tst-initorder2-cmp.out): New rule.
9469         [$(run-built-tests) = yes] (tests): Depend on
9470         $(objpfx)tst-unused-dep-cmp.out.
9471         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
9472         ($(objpfx)tst-unused-dep-cmp.out): New rule.
9473         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
9474         on $(objpfx)tst-setvbuf1-cmp.out.
9475         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
9476         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
9477         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
9478         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
9479         ($(objpfx)tst-svc.out): Remove rule.
9480         ($(objpfx)tst-svc-cmp.out): New rule.
9481
9482 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
9483
9484         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
9485         * ctype/ctype.h [__USE_MISC]: Likewise.
9486         * dirent/dirent.h [__USE_MISC]: Likewise.
9487         * grp/grp.h [__USE_MISC]: Likewise.
9488         * io/fcntl.h [__USE_MISC]: Likewise.
9489         * io/sys/stat.h [__USE_MISC]: Likewise.
9490         * libio/stdio.h [__USE_MISC]: Likewise.
9491         * posix/unistd.h [__USE_MISC]: Likewise.
9492         * pwd/pwd.h [__USE_MISC]: Likewise.
9493         * stdlib.h [__USE_MISC]: Likewise.
9494         * string/bits/string2.h [__USE_MISC]: Likewise.
9495         * string/string.h [__USE_MISC]: Likewise.
9496         * time/time.h [__USE_MISC]: Likewise.
9497
9498 2014-02-13  Andreas Schwab  <schwab@suse.de>
9499
9500         [BZ #16574]
9501         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
9502         second answer buffer if it was separately allocated.
9503
9504 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
9505
9506         * sysdeps/mips/math-tests.h: Include <features.h>.
9507         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
9508         (ROUNDING_TESTS_long_double): Do not define.
9509         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
9510         (EXCEPTION_TESTS_long_double): Likewise.
9511         * sysdeps/mips/mips64/libm-test-ulps: Update.
9512
9513         * include/features.h (__USE_BSD): Remove macro definitions.
9514         (__USE_SVID): Likewise.
9515         (_BSD_SOURCE): Likewise.
9516         (_SVID_SOURCE): Likewise.
9517         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
9518         from definition of _DEFAULT_SOURCE.
9519         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
9520         [_DEFAULT_SOURCE].
9521         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
9522         * bits/mman.h [__USE_BSD]: Likewise.
9523         * bits/termios.h [__USE_BSD]: Likewise.
9524         * bits/waitstatus.h [__USE_BSD]: Likewise.
9525         * ctype/ctype.h [__USE_SVID]: Likewise.
9526         * dirent/dirent.h [__USE_BSD]: Likewise.
9527         * grp/grp.h [__USE_SVID]: Likewise.
9528         [__USE_BSD]: Likewise.
9529         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
9530         * io/fcntl.h [__USE_BSD]: Likewise.
9531         * io/ftw.h [__USE_BSD]: Likewise.
9532         * io/sys/stat.h [__USE_BSD]: Likewise.
9533         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
9534         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
9535         * libio/stdio.h [__USE_SVID]: Likewise.
9536         [__USE_BSD]: Likewise.
9537         * math/math.h [__USE_SVID]: Likewise.
9538         [__USE_BSD]: Likewise.
9539         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
9540         * misc/bits/syslog.h [__USE_BSD]: Likewise.
9541         * misc/search.h [__USE_SVID]: Likewise.
9542         * misc/sys/mman.h [__USE_BSD]: Likewise.
9543         * misc/sys/syslog.h [__USE_BSD]: Likewise.
9544         * misc/sys/uio.h [__USE_BSD]: Likewise.
9545         * posix/bits/unistd.h [__USE_BSD]: Likewise.
9546         * posix/glob.h [__USE_BSD]: Likewise.
9547         * posix/regex.h [__USE_BSD]: Likewise.
9548         * posix/sys/types.h [__USE_BSD]: Likewise.
9549         [__USE_SVID]: Likewise.
9550         * posix/sys/utsname.h [__USE_SVID]: Likewise.
9551         * posix/sys/wait.h [__USE_BSD]: Likewise.
9552         [__USE_SVID]: Likewise.
9553         * posix/unistd.h [__USE_BSD]: Likewise.
9554         [__USE_SVID]: Likewise.
9555         * pwd/pwd.h [__USE_SVID]: Likewise.
9556         * resolv/netdb.h [__USE_BSD]: Likewise.
9557         * setjmp/setjmp.h [__USE_BSD]: Likewise.
9558         * signal/signal.h [__USE_BSD]: Likewise.
9559         [__USE_SVID]: Likewise.
9560         * socket/sys/socket.h [__USE_BSD]: Likewise.
9561         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
9562         * stdlib/stdlib.h [__USE_BSD]: Likewise.
9563         [__USE_SVID]: Likewise.
9564         * string/bits/string2.h [__USE_BSD]: Likewise.
9565         [__USE_SVID]: Likewise.
9566         * string/bits/string3.h [__USE_BSD]: Likewise.
9567         * string/endian.h [__USE_BSD]: Likewise.
9568         * string/string.h [__USE_SVID]: Likewise.
9569         [__USE_BSD]: Likewise.
9570         * string/strings.h [__USE_BSD]: Likewise.
9571         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
9572         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
9573         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
9574         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
9575         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
9576         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
9577         Likewise.
9578         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
9579         Likewise.
9580         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
9581         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
9582         Likewise.
9583         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
9584         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
9585         Likewise.
9586         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
9587         Likewise.
9588         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
9589         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
9590         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
9591         Likewise.
9592         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
9593         Likewise.
9594         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
9595         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
9596         * termios/termios.h [__USE_BSD]: Likewise.
9597         * time/sys/time.h [__USE_BSD]: Likewise.
9598         * time/time.h [__USE_BSD]: Likewise.
9599         [__USE_SVID]: Likewise.
9600
9601         * Makefile (subdir_targets): Remove subdir_lint.out.
9602
9603         * stdio-common/Makefile (do-tst-unbputc): Remove target.
9604         (do-tst-printf): Likewise.
9605         (tests): Depend directly on $(objpfx)tst-unbputc.out and
9606         $(objpfx)tst-printf.out.
9607
9608         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
9609
9610         * Makerules (check-abi-%): Change target to
9611         $(objpfx)check-abi-%.out.
9612         (check-abi target): Update dependencies.
9613         (check-abi-pattern variable): Redirect output of diff to $@.
9614         (check-abi variable): Likewise.
9615         * elf/Makefile (check-abi): Update dependencies.
9616
9617         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
9618         unused.
9619         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
9620         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
9621         subnormal range.
9622         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
9623         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
9624         value has largest subnormal exponent.
9625         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
9626         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
9627         * sysdeps/aarch64/soft-fp/sfp-machine.h
9628         (_FP_TININESS_AFTER_ROUNDING): New macro.
9629         * sysdeps/alpha/soft-fp/sfp-machine.h
9630         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9631         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
9632         Likewise.
9633         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
9634         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9635         * sysdeps/mips/soft-fp/sfp-machine.h
9636         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9637         * sysdeps/powerpc/soft-fp/sfp-machine.h
9638         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9639         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
9640         Likewise.
9641         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
9642         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9643         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
9644         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9645         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
9646         Likewise.
9647
9648 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
9649
9650         [BZ #16545]
9651         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
9652         model 1.
9653
9654 2014-02-12  Richard Henderson  <rth@redhat.com>
9655
9656         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
9657         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
9658         * sysdeps/unix/sysv/linux/alpha: Move directory from
9659         ports/sysdeps/unix/sysv/linux/alpha.
9660         * README: Update listing for alpha-*-linux-gnu.
9661
9662 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
9663
9664         * include/features.h: Update comment documenting feature test
9665         macros.
9666         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
9667         _DEFAULT_SOURCE.
9668         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
9669         (_SVID_SOURCE): Likewise.
9670         (_DEFAULT_SOURCE): Update description of default features.
9671         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
9672         with _GNU_SOURCE.
9673         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
9674         (S_ISVTX): Likewise.
9675         * manual/math.texi (Mathematical Constants): Likewise.
9676         * manual/signal.texi (Interrupted Primitives): Likewise.
9677         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
9678         * math/test-matherr.c (_SVID_SOURCE): Do not define.
9679         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
9680         Don't refer to _SVID_SOURCE in warning text.
9681
9682         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9683
9684         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
9685         already defined.
9686         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
9687         * sysdeps/mips/dl-lookup.c: Remove.
9688         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
9689
9690 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
9691
9692         [BZ #16447]
9693         * math/auto-libm-test-in: Add testcase for expl.
9694         * math/auto-libm-test-out: Regenerate.
9695         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
9696         calculation of unsafe.
9697         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
9698
9699 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9700
9701         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
9702         * sysdeps/unix/sysv/linux/aarch64: Move directory from
9703         ports/sysdeps/unix/sysv/linux/aarch64.
9704         * README: Update listing for aarch64*-*-linux-gnu.
9705
9706 2014-02-11  Will Newton  <will.newton@linaro.org>
9707
9708         * manual/probes.texi (Mathematical Function Probes): Use
9709         "triggered" instead of "hit".
9710
9711         * manual/probes.texi (Internal Probes): Add documentation
9712         of setjmp, longjmp and longjmp_target probes.
9713
9714         * include/stap-probe.h: Add comment about probe argument
9715         format.
9716
9717         * malloc/mtrace.c (attribute_hidden): Remove unused macro
9718         definition.  (tr_where, tr_freehook, tr_mallochook,
9719         tr_reallochook, tr_memalignhook): Use ANSI protoype.
9720
9721 2014-02-11  David S. Miller  <davem@davemloft.net>
9722
9723         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
9724         processing int_tests.
9725
9726 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
9727
9728         * sysdeps/mips: Move directory from ports/sysdeps/mips.
9729         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
9730         * sysdeps/unix/sysv/linux/mips: Move directory from
9731         ports/sysdeps/unix/sysv/linux/mips.
9732         * README: Update listing for mips-*-linux-gnu and
9733         mips64-*-linux-gnu.
9734
9735 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
9736
9737         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
9738         * sysdeps/unix/sysv/linux/m68k: Move directory from
9739         ports/sysdeps/unix/sysv/linux/m68k.
9740         * README: Update listing for m68k-*-linux-gnu.
9741
9742 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
9743
9744         * sysdeps/tile: Move directory from ports/sysdeps/tile.
9745         * sysdeps/unix/sysv/linux/generic: Move directory from
9746         ports/sysdeps/unix/sysv/linux/generic.
9747         * sysdeps/unix/sysv/linux/tile: Move directory from
9748         ports/sysdeps/unix/sysv/linux/tile.
9749         * README: Update listing for tile*-*-linux-gnu.
9750
9751 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
9752
9753         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
9754         __builtin_expect.
9755         * benchtests/bench-memmem.c (simple_memmem): Likewise.
9756         * catgets/open_catalog.c (__open_catalog): Likewise.
9757         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
9758         * debug/confstr_chk.c: Likewise.
9759         * debug/fread_chk.c (__fread_chk): Likewise.
9760         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
9761         * debug/getgroups_chk.c: Likewise.
9762         * debug/mbsnrtowcs_chk.c: Likewise.
9763         * debug/mbsrtowcs_chk.c: Likewise.
9764         * debug/mbstowcs_chk.c: Likewise.
9765         * debug/memcpy_chk.c: Likewise.
9766         * debug/memmove_chk.c: Likewise.
9767         * debug/mempcpy_chk.c: Likewise.
9768         * debug/memset_chk.c: Likewise.
9769         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
9770         * debug/strcat_chk.c (__strcat_chk): Likewise.
9771         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
9772         * debug/strncat_chk.c (__strncat_chk): Likewise.
9773         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
9774         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
9775         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
9776         * debug/wcpncpy_chk.c: Likewise.
9777         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
9778         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
9779         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
9780         * debug/wcsncpy_chk.c: Likewise.
9781         * debug/wcsnrtombs_chk.c: Likewise.
9782         * debug/wcsrtombs_chk.c: Likewise.
9783         * debug/wcstombs_chk.c: Likewise.
9784         * debug/wmemcpy_chk.c: Likewise.
9785         * debug/wmemmove_chk.c: Likewise.
9786         * debug/wmempcpy_chk.c: Likewise.
9787         * debug/wmemset_chk.c: Likewise.
9788         * dirent/scandirat.c (SCANDIRAT): Likewise.
9789         * dlfcn/dladdr1.c (dladdr1): Likewise.
9790         * dlfcn/dladdr.c (dladdr): Likewise.
9791         * dlfcn/dlclose.c (dlclose_doit): Likewise.
9792         * dlfcn/dlerror.c (__dlerror): Likewise.
9793         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
9794         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
9795         * dlfcn/dlopen.c (dlopen_doit): Likewise.
9796         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
9797         * dlfcn/dlsym.c (dlsym_doit): Likewise.
9798         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
9799         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
9800         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
9801         Likewise.
9802         * elf/dl-conflict.c: Likewise.
9803         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
9804         * elf/dl-dst.h: Likewise.
9805         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
9806         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
9807         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
9808         * elf/dl-init.c (call_init, _dl_init): Likewise.
9809         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
9810         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
9811         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
9812         Likewise.
9813         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
9814         Likewise.
9815         * elf/dl-minimal.c (__libc_memalign): Likewise.
9816         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
9817         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
9818         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
9819         * elf/dl-sym.c (do_sym): Likewise.
9820         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
9821         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
9822         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
9823         * elf/dl-writev.h (_dl_writev): Likewise.
9824         * elf/ldconfig.c (search_dir): Likewise.
9825         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
9826         (dl_main): Likewise.
9827         * elf/setup-vdso.h (setup_vdso): Likewise.
9828         * grp/compat-initgroups.c (compat_call): Likewise.
9829         * grp/fgetgrent.c (fgetgrent): Likewise.
9830         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
9831         * grp/putgrent.c (putgrent): Likewise.
9832         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
9833         Likewise.
9834         * hurd/hurdinit.c: Likewise.
9835         * iconvdata/8bit-gap.c (struct): Likewise.
9836         * iconvdata/ansi_x3.110.c : Likewise.
9837         * iconvdata/big5.c : Likewise.
9838         * iconvdata/big5hkscs.c : Likewise.
9839         * iconvdata/cp1255.c: Likewise.
9840         * iconvdata/cp1258.c : Likewise.
9841         * iconvdata/cp932.c : Likewise.
9842         * iconvdata/euc-cn.c: Likewise.
9843         * iconvdata/euc-jisx0213.c : Likewise.
9844         * iconvdata/euc-jp.c: Likewise.
9845         * iconvdata/euc-jp-ms.c : Likewise.
9846         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
9847         * iconvdata/gb18030.c : Likewise.
9848         * iconvdata/gbbig5.c (const): Likewise.
9849         * iconvdata/gbgbk.c: Likewise.
9850         * iconvdata/gbk.c : Likewise.
9851         * iconvdata/ibm1364.c : Likewise.
9852         * iconvdata/ibm930.c : Likewise.
9853         * iconvdata/ibm932.c: Likewise.
9854         * iconvdata/ibm933.c : Likewise.
9855         * iconvdata/ibm935.c : Likewise.
9856         * iconvdata/ibm937.c : Likewise.
9857         * iconvdata/ibm939.c : Likewise.
9858         * iconvdata/ibm943.c: Likewise.
9859         * iconvdata/iso_11548-1.c: Likewise.
9860         * iconvdata/iso-2022-cn.c : Likewise.
9861         * iconvdata/iso-2022-cn-ext.c : Likewise.
9862         * iconvdata/iso-2022-jp-3.c: Likewise.
9863         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
9864         * iconvdata/iso-2022-kr.c : Likewise.
9865         * iconvdata/iso646.c (gconv_end): Likewise.
9866         * iconvdata/iso_6937-2.c : Likewise.
9867         * iconvdata/iso_6937.c : Likewise.
9868         * iconvdata/iso8859-1.c: Likewise.
9869         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
9870         * iconvdata/shift_jisx0213.c : Likewise.
9871         * iconvdata/sjis.c : Likewise.
9872         * iconvdata/t.61.c : Likewise.
9873         * iconvdata/tcvn5712-1.c : Likewise.
9874         * iconvdata/tscii.c: Likewise.
9875         * iconvdata/uhc.c : Likewise.
9876         * iconvdata/unicode.c (gconv_end): Likewise.
9877         * iconvdata/utf-16.c (gconv_end): Likewise.
9878         * iconvdata/utf-32.c (gconv_end): Likewise.
9879         * iconvdata/utf-7.c (base64): Likewise.
9880         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
9881         * iconv/gconv_close.c (__gconv_close): Likewise.
9882         * iconv/gconv_open.c (__gconv_open): Likewise.
9883         * iconv/gconv_simple.c (internal_ucs4_loop_single)
9884         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
9885         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
9886         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
9887         (ucs4le_internal_loop_single): Likewise.
9888         * iconv/iconv.c (iconv): Likewise.
9889         * iconv/iconv_close.c: Likewise.
9890         * iconv/loop.c (SINGLE): Likewise.
9891         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
9892         * include/atomic.h: Likewise.
9893         * inet/inet6_option.c (option_alloc): Likewise.
9894         * intl/bindtextdom.c (set_binding_values): Likewise.
9895         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
9896         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
9897         * intl/localealias.c (read_alias_file): Likewise.
9898         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
9899         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
9900         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
9901         * libio/fmemopen.c (fmemopen): Likewise.
9902         * libio/iofgets.c (_IO_fgets): Likewise.
9903         * libio/iofgets_u.c (fgets_unlocked): Likewise.
9904         * libio/iofgetws.c (fgetws): Likewise.
9905         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
9906         * libio/iogetdelim.c (_IO_getdelim): Likewise.
9907         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
9908         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
9909         * locale/findlocale.c (_nl_find_locale): Likewise.
9910         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
9911         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
9912         Likewise.
9913         * locale/setlocale.c (setlocale): Likewise.
9914         * login/programs/pt_chown.c (main): Likewise.
9915         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
9916         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
9917         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
9918         (mmap, mmap64, mremap, munmap): Likewise.
9919         * math/e_exp2l.c: Likewise.
9920         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
9921         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
9922         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
9923         * math/s_catan.c (__catan): Likewise.
9924         * math/s_catanf.c (__catanf): Likewise.
9925         * math/s_catanh.c (__catanh): Likewise.
9926         * math/s_catanhf.c (__catanhf): Likewise.
9927         * math/s_catanhl.c (__catanhl): Likewise.
9928         * math/s_catanl.c (__catanl): Likewise.
9929         * math/s_ccosh.c (__ccosh): Likewise.
9930         * math/s_ccoshf.c (__ccoshf): Likewise.
9931         * math/s_ccoshl.c (__ccoshl): Likewise.
9932         * math/s_cexp.c (__cexp): Likewise.
9933         * math/s_cexpf.c (__cexpf): Likewise.
9934         * math/s_cexpl.c (__cexpl): Likewise.
9935         * math/s_clog10.c (__clog10): Likewise.
9936         * math/s_clog10f.c (__clog10f): Likewise.
9937         * math/s_clog10l.c (__clog10l): Likewise.
9938         * math/s_clog.c (__clog): Likewise.
9939         * math/s_clogf.c (__clogf): Likewise.
9940         * math/s_clogl.c (__clogl): Likewise.
9941         * math/s_csin.c (__csin): Likewise.
9942         * math/s_csinf.c (__csinf): Likewise.
9943         * math/s_csinh.c (__csinh): Likewise.
9944         * math/s_csinhf.c (__csinhf): Likewise.
9945         * math/s_csinhl.c (__csinhl): Likewise.
9946         * math/s_csinl.c (__csinl): Likewise.
9947         * math/s_csqrt.c (__csqrt): Likewise.
9948         * math/s_csqrtf.c (__csqrtf): Likewise.
9949         * math/s_csqrtl.c (__csqrtl): Likewise.
9950         * math/s_ctan.c (__ctan): Likewise.
9951         * math/s_ctanf.c (__ctanf): Likewise.
9952         * math/s_ctanh.c (__ctanh): Likewise.
9953         * math/s_ctanhf.c (__ctanhf): Likewise.
9954         * math/s_ctanhl.c (__ctanhl): Likewise.
9955         * math/s_ctanl.c (__ctanl): Likewise.
9956         * math/w_pow.c: Likewise.
9957         * math/w_powf.c: Likewise.
9958         * math/w_powl.c: Likewise.
9959         * math/w_scalb.c (sysv_scalb): Likewise.
9960         * math/w_scalbf.c (sysv_scalbf): Likewise.
9961         * math/w_scalbl.c (sysv_scalbl): Likewise.
9962         * misc/error.c (error_tail): Likewise.
9963         * misc/pselect.c (__pselect): Likewise.
9964         * nis/nis_callback.c (__nis_create_callback): Likewise.
9965         * nis/nis_call.c (__nisfind_server): Likewise.
9966         * nis/nis_creategroup.c (nis_creategroup): Likewise.
9967         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
9968         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
9969         * nis/nis_getservlist.c (nis_getservlist): Likewise.
9970         * nis/nis_lookup.c (nis_lookup): Likewise.
9971         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
9972         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
9973         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
9974         * nis/nis_xdr.c (xdr_endpoint): Likewise.
9975         * nis/nss_compat/compat-grp.c (getgrent_next_file)
9976         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
9977         * nis/nss_compat/compat-initgroups.c (add_group)
9978         (internal_getgrent_r): Likewise.
9979         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
9980         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
9981         * nis/nss_compat/compat-spwd.c (getspent_next_file)
9982         (internal_getspnam_r): Likewise.
9983         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
9984         (_nss_nis_getaliasbyname_r): Likewise.
9985         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
9986         (_nss_nis_getntohost_r): Likewise.
9987         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
9988         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
9989         (_nss_nis_getgrgid_r): Likewise.
9990         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
9991         (internal_nis_gethostent_r, internal_gethostbyname2_r)
9992         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
9993         (_nss_nis_gethostbyname4_r): Likewise.
9994         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
9995         (initgroups_netid): Likewise.
9996         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
9997         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
9998         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
9999         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
10000         (_nss_nis_getprotobynumber_r): Likewise.
10001         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
10002         (_nss_nis_getsecretkey): Likewise.
10003         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
10004         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
10005         (_nss_nis_getpwuid_r): Likewise.
10006         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
10007         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
10008         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
10009         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
10010         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
10011         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
10012         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
10013         Likewise.
10014         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
10015         (_nss_nisplus_getntohost_r): Likewise.
10016         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
10017         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
10018         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
10019         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
10020         Likewise.
10021         * nis/nss_nisplus/nisplus-initgroups.c
10022         (_nss_nisplus_initgroups_dyn): Likewise.
10023         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
10024         (_nss_nisplus_getnetbyaddr_r): Likewise.
10025         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
10026         (_nss_nisplus_getprotobynumber_r): Likewise.
10027         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
10028         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
10029         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
10030         Likewise.
10031         * nis/nss_nisplus/nisplus-service.c
10032         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
10033         (_nss_nisplus_getservbyport_r): Likewise.
10034         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
10035         (_nss_nisplus_getspnam_r): Likewise.
10036         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
10037         Likewise.
10038         * nscd/aicache.c (addhstaiX): Likewise.
10039         * nscd/cache.c (cache_search, prune_cache): Likewise.
10040         * nscd/connections.c (register_traced_file, send_ro_fd)
10041         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
10042         (main_loop_epoll): Likewise.
10043         * nscd/grpcache.c (addgrbyX): Likewise.
10044         * nscd/hstcache.c (addhstbyX): Likewise.
10045         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10046         * nscd/mem.c (gc, mempool_alloc): Likewise.
10047         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
10048         (addinnetgrX): Likewise.
10049         * nscd/nscd-client.h (__nscd_acquire_maplock)
10050         (__nscd_drop_map_ref): Likewise.
10051         * nscd/nscd_getai.c (__nscd_getai): Likewise.
10052         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
10053         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
10054         Likewise.
10055         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
10056         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
10057         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
10058         (__nscd_get_map_ref): Likewise.
10059         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
10060         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
10061         Likewise.
10062         * nscd/pwdcache.c (addpwbyX): Likewise.
10063         * nscd/selinux.c (preserve_capabilities): Likewise.
10064         * nscd/servicescache.c (addservbyX): Likewise.
10065         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
10066         * posix/fnmatch.c (fnmatch): Likewise.
10067         * posix/getopt.c (_getopt_internal_r): Likewise.
10068         * posix/glob.c (glob, glob_in_dir): Likewise.
10069         * posix/wordexp.c (exec_comm_child): Likewise.
10070         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
10071         (getanswer_r, gaih_getanswer_slice): Likewise.
10072         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
10073         * resolv/res_init.c: Likewise.
10074         * resolv/res_mkquery.c (res_nmkquery): Likewise.
10075         * resolv/res_query.c (__libc_res_nquery): Likewise.
10076         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
10077         Likewise.
10078         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
10079         * stdio-common/perror.c (perror): Likewise.
10080         * stdio-common/printf_fp.c (___printf_fp): Likewise.
10081         * stdio-common/tmpnam.c (tmpnam): Likewise.
10082         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
10083         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
10084         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
10085         Likewise.
10086         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
10087         * stdlib/putenv.c (putenv): Likewise.
10088         * stdlib/setenv.c (__add_to_environ): Likewise.
10089         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
10090         * stdlib/strtol_l.c (INTERNAL): Likewise.
10091         * string/memmem.c (memmem): Likewise.
10092         * string/strerror.c (strerror): Likewise.
10093         * string/strnlen.c (__strnlen): Likewise.
10094         * string/test-memmem.c (simple_memmem): Likewise.
10095         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
10096         * sunrpc/pm_getport.c (__get_socket): Likewise.
10097         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
10098         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
10099         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
10100         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
10101         Likewise.
10102         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
10103         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
10104         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
10105         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
10106         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
10107         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
10108         Likewise.
10109         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
10110         Likewise.
10111         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
10112         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
10113         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
10114         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
10115         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
10116         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
10117         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10118         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
10119         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
10120         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
10121         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
10122         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
10123         Likewise.
10124         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
10125         Likewise.
10126         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
10127         Likewise.
10128         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
10129         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
10130         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
10131         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
10132         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
10133         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
10134         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
10135         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
10136         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
10137         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
10138         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
10139         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
10140         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
10141         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
10142         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
10143         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
10144         Likewise.
10145         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
10146         Likewise.
10147         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
10148         Likewise.
10149         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
10150         Likewise.
10151         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
10152         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
10153         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
10154         Likewise.
10155         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
10156         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
10157         * sysdeps/posix/opendir.c (__opendirat): Likewise.
10158         * sysdeps/posix/sleep.c: Likewise.
10159         * sysdeps/posix/tempname.c: Likewise.
10160         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
10161         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
10162         Likewise.
10163         * sysdeps/powerpc/powerpc32/dl-machine.h
10164         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
10165         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
10166         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
10167         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
10168         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
10169         Likewise.
10170         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
10171         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
10172         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
10173         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
10174         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
10175         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
10176         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
10177         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
10178         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
10179         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
10180         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
10181         (elf_machine_lazy_rel): Likewise.
10182         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
10183         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
10184         (elf_machine_lazy_rel): Likewise.
10185         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
10186         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
10187         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
10188         * sysdeps/unix/grantpt.c (grantpt): Likewise.
10189         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
10190         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
10191         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
10192         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
10193         Likewise.
10194         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
10195         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
10196         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
10197         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
10198         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
10199         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
10200         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
10201         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
10202         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
10203         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
10204         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
10205         Likewise.
10206         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
10207         (__posix_fallocate64_l64): Likewise.
10208         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
10209         (posix_fallocate): Likewise.
10210         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
10211         Likewise.
10212         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
10213         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
10214         (getifaddrs_internal): Likewise.
10215         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
10216         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
10217         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
10218         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
10219         * sysdeps/unix/sysv/linux/posix_fallocate64.c
10220         (__posix_fallocate64_l64): Likewise.
10221         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
10222         Likewise.
10223         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
10224         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
10225         (__get_clockfreq): Likewise.
10226         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
10227         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
10228         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
10229         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
10230         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
10231         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
10232         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
10233         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
10234         Likewise.
10235         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
10236         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
10237         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
10238         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
10239         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
10240         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
10241         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
10242         Likewise.
10243         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
10244         (posix_fallocate): Likewise.
10245         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
10246         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
10247         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
10248         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
10249         (elf_machine_rela, elf_machine_rela_relative)
10250         (elf_machine_lazy_rel): Likewise.
10251         * time/asctime.c (asctime_internal): Likewise.
10252         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
10253         * time/tzset.c (__tzset_parse_tz): Likewise.
10254         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
10255         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
10256         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
10257         * wcsmbs/wcsmbsload.h: Likewise.
10258
10259         [BZ #15894]
10260         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
10261
10262         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
10263         (arena_get2): Remove THREAD_STATS conditionals.
10264         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
10265         (__malloc_stats, int): Likewise.
10266
10267 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
10268
10269         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
10270         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
10271
10272         * manual/setjmp.texi: Fix typos/grammar errors.
10273
10274         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
10275         Only return early when n is <= 0.  Delete unused return statement.
10276
10277         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
10278         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
10279         * debug/tst-longjmp_chk3.c: New file.
10280
10281         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
10282         (test_main): Replace code with set_fortify_handler call.
10283         * debug/test-strcpy_chk.c: Likewise.
10284         * debug/tst-chk1.c: Likewise.
10285         * debug/tst-longjmp_chk.c: Likewise.
10286         * test-skeleton.c: Include fcntl.h & paths.h
10287         (set_fortify_handler): Define.
10288
10289         * debug/tst-longjmp_chk.c: Add header comment and include
10290         ../test-skeleton.c.
10291         (do_test): Mark static.
10292         (TEST_FUNCTION): Define.
10293
10294         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
10295         (IP_PMTUDISC_INTERFACE): Likewise.
10296         (IP_MULTICAST_IF): Likewise.
10297         (IP_MULTICAST_TTL): Likewise.
10298         (IP_MULTICAST_LOOP): Likewise.
10299         (IP_ADD_MEMBERSHIP): Likewise.
10300         (IP_DROP_MEMBERSHIP): Likewise.
10301         (IP_UNBLOCK_SOURCE): Likewise.
10302         (IP_BLOCK_SOURCE): Likewise.
10303         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
10304         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
10305         (IP_MSFILTER): Likewise.
10306         (MCAST_JOIN_GROUP): Likewise.
10307         (MCAST_BLOCK_SOURCE): Likewise.
10308         (MCAST_UNBLOCK_SOURCE): Likewise.
10309         (MCAST_LEAVE_GROUP): Likewise.
10310         (MCAST_JOIN_SOURCE_GROUP): Likewise.
10311         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
10312         (MCAST_MSFILTER): Likewise.
10313         (IP_MULTICAST_ALL): Likewise.
10314         (IP_UNICAST_IF): Likewise.
10315
10316         * timezone/Makefile: Delete $(have-ksh) check.
10317         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
10318         * timezone/tzselect.ksh: Add +x mode bits.
10319
10320         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
10321         (ANON_INODE_FS_MAGIC): Likewise.
10322         (BDEVFS_MAGIC): Likewise.
10323         (BINFMTFS_MAGIC): Likewise.
10324         (BTRFS_TEST_MAGIC): Likewise.
10325         (CRAMFS_MAGIC_WEND): Likewise.
10326         (DEBUGFS_MAGIC): Likewise.
10327         (ECRYPTFS_SUPER_MAGIC): Likewise.
10328         (EXT3_SUPER_MAGIC): Likewise.
10329         (EXT4_SUPER_MAGIC): Likewise.
10330         (FUTEXFS_SUPER_MAGIC): Likewise.
10331         (HOSTFS_SUPER_MAGIC): Likewise.
10332         (HUGETLBFS_MAGIC): Likewise.
10333         (MINIX3_SUPER_MAGIC): Likewise.
10334         (MTD_INODE_FS_MAGIC): Likewise.
10335         (NILFS_SUPER_MAGIC): Likewise.
10336         (OPENPROM_SUPER_MAGIC): Likewise.
10337         (PIPEFS_MAGIC): Likewise.
10338         (PSTOREFS_MAGIC): Likewise.
10339         (QNX6_SUPER_MAGIC): Likewise.
10340         (RAMFS_MAGIC): Likewise.
10341         (REISERFS_SUPER_MAGIC_STRING): Likewise.
10342         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
10343         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
10344         (SECURITYFS_MAGIC): Likewise.
10345         (SELINUX_MAGIC): Likewise.
10346         (SMACK_MAGIC): Likewise.
10347         (SOCKFS_MAGIC): Likewise.
10348         (SQUASHFS_MAGIC): Likewise.
10349         (STACK_END_MAGIC): Likewise.
10350         (TMPFS_MAGIC): Likewise.
10351         (USBDEVICE_SUPER_MAGIC): Likewise.
10352         (V9FS_MAGIC): Likewise.
10353         (XENFS_SUPER_MAGIC): Likewise.
10354         (CRAMFS_MAGIC): Fix typo in comment.
10355         (EXT2_SUPER_MAGIC): Update comment.
10356         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
10357
10358 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
10359
10360         * sysdeps/arm: Move directory from ports/sysdeps/arm.
10361         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
10362         * sysdeps/unix/sysv/linux/arm: Move directory from
10363         ports/sysdeps/unix/sysv/linux/arm.
10364         * README: Update listing for arm-*-linux-gnueabi.
10365
10366         * README: Remove mention of am33.
10367
10368 2014-02-07  Roland McGrath  <roland@hack.frob.com>
10369
10370         * bits/sigset.h (__sigemptyset): Use a statement expression rather
10371         than the comma operator, to avoid "rhs of comma has no effect"
10372         compiler warnings.
10373         (__sigfillset, __sigandset, __sigorset): Likewise.
10374         * include/signal.h (__sigemptyset): Likewise.
10375         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
10376
10377 2014-02-07  Allan McRae  <allan@archlinux.org>
10378
10379         * version.h (RELEASE): Set to "development".
10380         (VERSION): Set to "2.19.90"
10381         * NEWS: Add 2.20 section.
10382
10383 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
10384
10385         [BZ #16529]
10386         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
10387
10388 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
10389
10390         * manual/contrib.texi: Update entry for Carlos O'Donell,
10391         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
10392
10393 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
10394
10395         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
10396
10397         * sysdeps/unix/sysv/linux/kernel-features.h
10398         [__LINUX_KERNEL_VERSION >= 0x020621]
10399         (__ASSUME_PROC_PID_TASK_COMM): Define.
10400
10401 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
10402
10403         [BZ #16398]
10404         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
10405         conversion when destination buffer does not have enough space.
10406         * libio/tst-ftell-partial-wide.c: New test case.
10407         * libio/Makefile (tests): Add tst-ftell-partial-wide.
10408
10409         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
10410         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
10411         Leonard and Allan McRae.
10412
10413 2014-02-04  David S. Miller  <davem@davemloft.net>
10414
10415         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
10416         32-bit.
10417
10418 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10419
10420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
10421         New file
10422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
10423         New file
10424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10425         New file.
10426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10427         New file.
10428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10429         New file.
10430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10431         New file.
10432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10433         New file.
10434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10435         New file.
10436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
10437         New file.
10438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
10439         New file.
10440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
10441         New file.
10442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
10443         New file.
10444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
10445         New file.
10446
10447 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10448
10449         * nptl/shlib-versions: Change powerpc*le start to 2.17.
10450         * shlib-versions: Likewise.
10451
10452 2014-02-04  Roland McGrath  <roland@hack.frob.com>
10453             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10454
10455         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
10456         (abilist-pattern): New variable, set to %-le.abilist.
10457
10458         * Makerules (abilist-pattern): New variable.
10459         (vpath): Use $(abilist-pattern) in place of %.abilist.
10460         (check-abi-% pattern rule): Likewise.
10461         (check-abi, update-abi): Likewise.
10462
10463 2014-02-04  Eric Wong  <normalperson@yhbt.net>
10464
10465         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10466
10467 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
10468
10469         * manual/startup.texi: Add next, previous, and top entries for
10470         the `Program Arguments' and `Environment Variables' nodes.
10471
10472 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
10473
10474         * manual/macros.texi: Add comments before MTASC-safety macros.
10475
10476         * manual/users.texi: Document MTASC-safety properties.
10477
10478         * manual/threads.texi (pthread_key_create, pthread_key_delete)
10479         (pthread_getspecific, pthread_setspecific): Format with
10480         @deftypefun, and add @safety note.
10481         * manual/signal.texi: Move comments that analyze the above
10482         functions to their home place.
10483
10484 2014-02-03  Allan McRae  <allan@archlinux.org>
10485
10486         * po/sl.po: Update Slovenian translation from translation project.
10487
10488 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
10489
10490         * manual/time.texi (timegm): Add missing blank after @c.
10491         Reported by Joseph Myers <joseph@codesourcery.com>.
10492
10493 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
10494
10495         * manual/check-safety.sh: New.
10496         * manual/Makefile ($(objpfx)stamp-summary): Run it.
10497
10498         * manual/terminal.texi: Document MTASC-safety properties.
10499
10500         * manual/filesys.texi: Document MTASC-safety properties.
10501
10502         * manual/errno.texi: Document MTASC-safety properties.
10503
10504         * manual/intro.texi: Document safety identifiers and
10505         conditionals.
10506
10507         * manual/string.texi (wcstok): Fix prototype.
10508         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
10509
10510         * manual/time.texi: Document MTASC-safety properties.
10511
10512         * manual/string.texi: Document MTASC-safety properties.
10513
10514         * manual/threads.texi: Document MTASC-safety properties.
10515
10516         * manual/stdio.texi: Document MTASC-safety properties.
10517
10518         * manual/syslog.texi: Document MTASC-safety properties.
10519
10520         * manual/sysinfo.texi: Document MTASC-safety properties.
10521
10522         * manual/startup.texi: Document MTASC-safety properties.
10523
10524         * manual/socket.texi: Document MTASC-safety properties.
10525
10526         * manual/signal.texi: Document MTASC-safety properties.
10527
10528 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
10529
10530         * manual/setjmp.texi: Document MTASC-safety properties.
10531
10532         * manual/search.texi: Document MTASC-safety properties.
10533
10534         * manual/resource.texi: Document MTASC-safety properties.
10535
10536         * manual/process.texi: Document MTASC-safety properties.
10537
10538         * manual/platform.texi: Document MTASC-safety properties.
10539
10540         * manual/pipe.texi: Document MTASC-safety properties.
10541
10542         * manual/pattern.texi: Document MTASC-safety properties.
10543
10544         * manual/message.texi: Document MTASC-safety properties.
10545
10546         [BZ #12751]
10547         * manual/memory.texi: Document MTASC-safety properties.
10548
10549         * manual/math.texi: Document MTASC-safety properties.
10550
10551         * manual/locale.texi: Document MTASC-safety properties.
10552
10553         * manual/llio.texi: Document MTASC-safety properties.
10554
10555         * manual/libdl.texi: New.
10556
10557         * manual/lang.texi: Document MTASC-safety properties.
10558
10559         * manual/job.texi: Document MTASC-safety properties.
10560
10561         * manual/getopt.texi: Document MTASC-safety properties.
10562
10563         * manual/ctype.texi: Document MTASC-safety properties.
10564
10565 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
10566
10567         [BZ #16046]
10568         * csu/libc-tls.c (static_map): Remove variable.
10569         (__libc_setup_tls): Use main executable's link map for TLS data.
10570         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
10571         casing for LM_ID_BASE and GL(dl_nns).
10572         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
10573         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
10574         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
10575         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
10576         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
10577         member.
10578         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
10579         l_phnum members.
10580
10581 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
10582
10583         * manual/debug.texi: Document MTASC-safety properties.
10584
10585 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
10586
10587         [BZ #16510]
10588         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
10589         of __x86_64__ when disabling x87 inline functions.
10590
10591 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
10592
10593         * manual/charset.texi: Document MTASC-safety properties.
10594
10595         * manual/crypt.texi: Document MTASC-safety properties.
10596
10597         * manual/conf.texi: Document MTASC-safety properties.
10598
10599         * manual/arith.texi: Document MTASC-safety properties.
10600
10601         * manual/argp.texi: Document MTASC-safety properties.
10602
10603         * manual/macros.texi: Introduce macros to document multi
10604         thread, asynchronous signal and asynchronous cancellation
10605         safety properties.
10606         * manual/intro.texi: Introduce the properties themselves.
10607
10608 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10609
10610         * sysdeps/sh/sh4/Makefile: New file.
10611
10612 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
10613
10614         * math/gen-libm-test.pl ($srcdir): New variable.
10615         ($auto_input): Use it.
10616
10617 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
10618
10619         [BZ #16506]
10620         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
10621         access beyond array bounds when parsing netgroups file.
10622
10623         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
10624         the old buffer before realloc.
10625
10626 2014-01-27  Allan McRae  <allan@archlinux.org>
10627
10628         * po/fr.po: Update French translation from translation project.
10629
10630 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10631
10632         * sysdeps/sh/libm-test-ulps: Regenerate.
10633
10634 2014-01-24  David S. Miller  <davem@davemloft.net>
10635
10636         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
10637
10638 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10639
10640         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
10641         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
10642
10643 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10644
10645         [BZ #16474]
10646         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
10647         string pointers after reallocation.
10648
10649 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10650
10651         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
10652         __SH4A__ instead of __SH_FPU_ANY__.
10653
10654 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10655
10656         * sysdeps/sh/fpu_control.h: New file.
10657         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
10658         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
10659         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
10660         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
10661         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
10662         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
10663         * sysdeps/sh/sys/ucontext.h: Remove.
10664         * sysdeps/sh/sys: Remove directory.
10665
10666 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10667
10668         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
10669         s390/sys/ucontext.h.
10670         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
10671         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
10672
10673 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
10674
10675         [BZ #15605]
10676         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
10677
10678 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10679
10680         [BZ#16431]
10681         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
10682         Adjust the vDSO correctly for internal calls.
10683         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
10684
10685 2014-01-20  Allan McRae  <allan@archlinux.org>
10686
10687         * po/ca.po: Update Catalan translation from translation project.
10688
10689 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
10690
10691         * sysdeps/s390/sotruss-lib.c: New file.
10692
10693 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10694
10695         [BZ#16430]
10696         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
10697         (__GI___gettimeofday): Alias for a different internal symbol to avoid
10698         local calls issues by not having a PLT stub required for IFUNC calls.
10699         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
10700
10701 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
10702
10703         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
10704         * math/test-fpucw-static.c: Likewise.
10705
10706 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
10707
10708         [BZ #16453]
10709         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
10710
10711 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10712
10713         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
10714         implementation for powerpc.
10715
10716 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
10717
10718         [BZ #14782]
10719         * sysdeps/posix/system.c (__libc_system): Do not enable
10720         asynchronous cancellation.
10721
10722 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10723
10724         [BZ #16427]
10725         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
10726         handling only for numbers special also in the IEEE case.
10727
10728 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10729
10730         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10731
10732 2014-01-11  Allan McRae  <allan@archlinux.org>
10733
10734         * po/bg.po: Update Bulgarian translation from translation project.
10735
10736         * po/de.po: Update German translation from translation project.
10737
10738 2014-01-10  Roland McGrath  <roland@hack.frob.com>
10739
10740         * sysdeps/generic/gcc-compat.h: New file.
10741
10742 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
10743
10744         * benchtests/asin-inputs: Correct slow inputs.
10745         * benchtests/acos-inputs: Likewise.
10746
10747 2014-01-10  Allan McRae  <allan@archlinux.org>
10748
10749         * po:sv.po: Update Swedish translation from translation project.
10750
10751         * po/vi.po: Update Vietnamese translation from translation project.
10752
10753         * po/eo.po: Update Esperanto translation from translation project.
10754
10755         * po/cs.po: Update Czech translation from translation project.
10756
10757         * po/nl.po: Update Dutch translation from translation project.
10758
10759         * po/pl.po: Update Polish translation from translation project.
10760
10761         * po/ru.po: Update Russian translation from translation project.
10762
10763         * po/uk.po: Update Ukrainian translation from translation project.
10764
10765 2014-01-08  Brooks Moses  <bmoses@google.com>
10766
10767         * elf/dl-load.c: Fix comment typo.
10768
10769 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
10770
10771         * po/header.pot: Rename to...
10772         * po/pot.header: ... this.
10773         * po/Makefile: Use pot.header.
10774
10775 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
10776             Maxim Kuvyrkov  <maxim@kugelworks.com>
10777
10778         [BZ #16394]
10779         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
10780         SRC and DEST against LEN.
10781
10782 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10783
10784         [BZ #16414]
10785         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
10786         implementation.
10787         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
10788
10789 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10790
10791         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10792
10793 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
10794
10795         [BZ #16408]
10796         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
10797         for large positive arguments.
10798
10799 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
10800
10801         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10802
10803         * math/auto-libm-test-in: Mark various tests with
10804         xfail-rounding:ldbl-128ibm.
10805         * math/auto-libm-test-out: Regenerated.
10806
10807         [BZ #16407]
10808         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
10809         Increase overflow threshold.
10810
10811 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
10812
10813         [BZ #14286]
10814         * stdio-common/vfprintf.c: Check for integer overflow.
10815
10816 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10817
10818         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
10819         the first argument and return value of __tls_get_addr_internal.
10820
10821 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10822
10823         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
10824         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
10825
10826 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10827
10828         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
10829         * sysdeps/s390/rtld-global-offsets.sym: New file.
10830         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
10831         GLIBC_2.19 symbol.
10832         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
10833         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
10834         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
10835         ... this.
10836         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
10837         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
10838         ... this.
10839         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
10840         Regenerate.
10841         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
10842         Regenerate.
10843         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
10844         halfs of GPRs for high_gprs contexts.
10845         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
10846         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
10847         field.
10848         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
10849         uc_flags field.
10850         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
10851         64 bit versions:
10852         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
10853         for high GPRs (uc_high_gprs) and for future extensions
10854         (__reserved).
10855         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
10856         for future extensions (__reserved).
10857         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
10858         64 bit versions:
10859         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
10860         SC_HIGHGPRS offset definition.
10861         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
10862         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
10863
10864         * Versions.def: Add GLIBC_2.19 for libpthread.
10865         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
10866         siglongjmp for libpthread with GLIBC_2.19 symver.
10867         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
10868         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
10869         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
10870         * sysdeps/s390/__longjmp.c: New file.
10871         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
10872         * sysdeps/s390/longjmp.c: New file.
10873         * sysdeps/s390/setjmp.S: New file.
10874         * sysdeps/s390/sigjmp.S: New file.
10875         * sysdeps/s390/v1-longjmp.c: New file.
10876         * sysdeps/s390/v1-setjmp.h: New file.
10877         * sysdeps/s390/v1-sigjmp.c: New file.
10878         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
10879         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
10880         GLIBC_2.19 version.
10881         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
10882         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
10883         versioned symbols for ____longjmp_chk.
10884         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
10885         Likewise.
10886         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
10887         Regenerate.
10888         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10889         Regenerate.
10890         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
10891         Regenerate.
10892         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10893         Regenerate.
10894         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
10895         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
10896         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
10897         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
10898         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
10899         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
10900         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
10901         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
10902         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
10903         * sysdeps/s390/rtld-__longjmp.c: New file.
10904         * sysdeps/s390/rtld-setjmp.S: New file.
10905
10906 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
10907
10908         [BZ #16400]
10909         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
10910         Return -__logl (x) for small positive arguments without evaluating
10911         a polynomial.
10912
10913 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
10914
10915         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
10916         Rename to ...
10917         (__ptrace_peeksiginfo_args): ... this.
10918         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
10919         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
10920         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
10921
10922 2014-01-06  Allan McRae  <allan@archlinux.org>
10923
10924         * inet/netinet/in.h: Fix typo in comment.
10925
10926 2014-01-05  Andreas Jaeger  <aj@suse.de>
10927
10928         * sysdeps/i386/fpu/libm-test-ulps: Update.
10929
10930 2014-01-05  Allan McRae  <allan@archlinux.org>
10931
10932         * po/libc.pot: Regenerated.
10933
10934         * malloc/memusagestat.c: Fix gettext call formatting.
10935
10936 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
10937
10938         * nscd/nscd.c: Improve usage() output.
10939
10940 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
10941
10942         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
10943         * sysdeps/unix/sysv/linux/configure: Regenerated.
10944         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
10945         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
10946
10947 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
10948
10949         [BZ #16390]
10950         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
10951         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
10952
10953 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10954
10955         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
10956         extra tokens at end of #undef directive.
10957         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
10958         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
10959         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
10960
10961 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
10962
10963         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10964
10965         * math/auto-libm-test-in: Mark various tests with
10966         xfail-rounding:ldbl-128ibm.
10967         * math/auto-libm-test-out: Regenerated.
10968
10969 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
10970
10971         [BZ #16386]
10972         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
10973         numbers with subnormal high part when calculating exponent.
10974
10975         [BZ #16385]
10976         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
10977         fabs.
10978
10979         [BZ #16384]
10980         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
10981         M_LN2l.
10982         (__ieee754_acoshl): Use __log1pl not __log1p.
10983
10984 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
10985
10986         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
10987         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
10988         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
10989         (grow_heap, heap_trim, _int_new_arena, get_free_list)
10990         (reused_arena, arena_get2): Convert to GNU style.
10991         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
10992         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
10993         (memalign_check, __malloc_set_state): Likewise.
10994         * malloc/mallocbug.c (main): Likewise.
10995         * malloc/malloc.c (__malloc_assert, malloc_init_state)
10996         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
10997         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
10998         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
10999         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
11000         (__posix_memalign, malloc_info): Likewise.
11001         * malloc/malloc.h: Likewise.
11002         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
11003         (mallochook, memalignhook, reallochook, mabort): Likewise.
11004         * malloc/mcheck.h: Likewise.
11005         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
11006         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
11007         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
11008         * malloc/morecore.c (__default_morecore): Likewise.
11009         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
11010         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
11011         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
11012         (print_and_abort): Likewise.
11013         * malloc/obstack.h: Likewise.
11014         * malloc/set-freeres.c (__libc_freeres): Likewise.
11015         * malloc/tst-mallocstate.c (main): Likewise.
11016         * malloc/tst-mtrace.c (main): Likewise.
11017         * malloc/tst-realloc.c (do_test): Likewise.
11018
11019 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11020
11021         [BZ #16366]
11022         * nscd/netgroupcache.c (do_notfound): New function.
11023         (addgetnetgrentX): Use it.
11024
11025         [BZ # 16365]
11026         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
11027         NSS_STATUS_NOTFOUND.
11028
11029 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
11030
11031         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
11032         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11033
11034 2014-01-01  Allan McRae  <allan@archlinux.org>
11035
11036         * scripts/update-copyrights: Update configure input file suffix.
11037
11038         * NEWS: Update copyright year.
11039         * catgets/gencat.c: Likewise.
11040         * csu/version.c: Likewise.
11041         * debug/catchsegv.sh: Likewise.
11042         * debug/pcprofiledump.c: Likewise.
11043         * debug/xtrace.sh: Likewise.
11044         * elf/ldconfig.c: Likewise.
11045         * elf/ldd.bash.in: Likewise.
11046         * elf/pldd.c: Likewise.
11047         * elf/sotruss.ksh: Likewise.
11048         * elf/sprof.c: Likewise.
11049         * iconv/iconv_prog.c: Likewise.
11050         * iconv/iconvconfig.c: Likewise.
11051         * locale/programs/locale.c: Likewise.
11052         * locale/programs/localedef.c: Likewise.
11053         * login/programs/pt_chown.c: Likewise.
11054         * malloc/memusage.sh: Likewise.
11055         * malloc/memusagestat.c: Likewise.
11056         * malloc/mtrace.pl: Likewise.
11057         * manual/libc.texinfo: Likewise.
11058         * nscd/nscd.c: Likewise.
11059         * nss/getent.c: Likewise.
11060         * nss/makedb.c: Likewise.
11061         * posix/getconf.c: Likewise.
11062         * scripts/test-installation.pl: Likewise.
11063
11064         * All files with FSF copyright notices: Update copyright dates
11065         using scripts/update-copyrights.
11066         * intl/plural.c: Regenerated.
11067         * locale/programs/charmap-kw.h: Likewise.
11068         * locale/programs/locfile-kw.h: Likewise.
11069
11070 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
11071
11072         * sysdeps/unix/sysv/linux/configure: Regenerated.
11073         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
11074         the linux/fanotify.h header.
11075         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
11076         HAVE_LINUX_FANOTIFY_H is defined.
11077
11078 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
11079
11080         * benchtests/cos-inputs: New inputs.
11081         * benchtests/sin-inputs: Likewise.
11082
11083         * benchtests/atan-inputs: New inputs. Fix name of multiple
11084         precision fallback inputs.
11085
11086         * benchtests/atanh-inputs: New inputs.
11087         * benchtests/tanh-inputs: Likewise.
11088
11089         * benchtests/acosh-inputs: New inputs.
11090         * benchtests/asinh-inputs: Likewise.
11091
11092         * benchtests/cosh-inputs: New inputs.
11093         * benchtests/sinh-inputs: Likewise.
11094
11095         * benchtests/acos-inputs: Add more inputs.
11096         * benchtests/asin-inputs: Likewise.
11097
11098 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
11099
11100         [BZ #16375]
11101         * manual/arith.texi: Fix spelling.
11102         * manual/charset.texi: Likewise.
11103         * manual/errno.texi: Likewise.
11104         * manual/filesys.texi: Likewise.
11105         * manual/lang.texi: Likewise.
11106         * manual/llio.texi: Likewise.
11107         * manual/locale.texi: Likewise.
11108         * manual/message.texi: Likewise.
11109         * manual/resource.texi: Likewise.
11110         * manual/search.texi: Likewise.
11111         * manual/setjmp.texi: Likewise.
11112         * manual/stdio.texi: Likewise.
11113         * manual/string.texi: Likewise.
11114         * manual/sysinfo.texi: Likewise.
11115         * manual/time.texi: Likewise.
11116
11117 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
11118
11119         * po/sl.po: New file.
11120
11121 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
11122
11123         * .gitignore: Add core/.gdbinit/.gdb_history.
11124
11125 2013-12-27  Allan McRae  <allan@archlinux.org>
11126
11127         [BZ #16369]
11128         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
11129         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
11130
11131 2013-12-24  Brooks Moses  <bmoses@google.com>
11132
11133         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
11134         all compilers that claim C++98 compliance, not just GCC.
11135         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
11136         Likewise.
11137
11138 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
11139
11140         * NEWS: Restore accidentally deleted bug-fix entries.
11141
11142 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
11143             Ondřej Bílka  <neleai@seznam.cz>
11144
11145         [BZ #15073]
11146         * malloc/malloc.c (_int_free): Perform sanity check only if we
11147         have_lock.
11148
11149 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
11150
11151         [BZ #12986]
11152         * manual/stdio.texi (String Input Conversions): Clarify that character
11153         classes are not supported.
11154
11155 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11156
11157         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11158
11159 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
11160
11161         [BZ #16337]
11162         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
11163         Calculate results for small negative arguments directly rather
11164         than using reflection formula with special underflow handling.
11165
11166         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
11167         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
11168         sysdeps/unix/bsd/bsd4.4/syscalls.list.
11169         (fchflags): Likewise.
11170         (revoke): Likewise.
11171         (setlogin): Likewise.
11172         (sigaltstack): Likewise.
11173         (wait4): Likewise.
11174         (sigblock): Remove.
11175         (sigsetmask): Likewise.
11176         (wait3): Likewise.
11177         (waitpid): Likewise.
11178         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
11179         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
11180         file.
11181         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
11182         * sysdeps/unix/bsd/Makefile: ... here.
11183         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
11184         * sysdeps/unix/bsd/Versions: ... here.
11185         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
11186         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
11187         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
11188         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
11189         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
11190         * sysdeps/unix/bsd/sigblock.c: ... here.
11191         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
11192         * sysdeps/unix/bsd/sigsetmask.c: ... here.
11193         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
11194         * sysdeps/unix/bsd/sigvec.c: ... here.
11195         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
11196         * sysdeps/unix/bsd/tcdrain.c: ... here.
11197         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
11198         * sysdeps/unix/bsd/tcgetattr.c: ... here.
11199         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
11200         * sysdeps/unix/bsd/tcsetattr.c: ... here.
11201         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
11202         * sysdeps/unix/bsd/wait.c: ... here.
11203         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
11204         * sysdeps/unix/bsd/wait3.c: ... here.
11205         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
11206         * sysdeps/unix/bsd/waitpid.c: ... here.
11207
11208 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
11209
11210         [BZ #16356]
11211         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
11212         round-to-nearest for [!USE_AS_EXPM1L].
11213         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
11214         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
11215         more tests of exp and exp10.  Expect some exp10 tests to miss
11216         exceptions or fail in directed rounding modes.
11217         * math/auto-libm-test-out: Regenerated.
11218         * math/libm-test.inc (exp10_tonearest_test_data): New array.
11219         (exp10_test_tonearest): New function.
11220         (exp10_towardzero_test_data): New array.
11221         (exp10_test_towardzero): New function.
11222         (exp10_downward_test_data): New array.
11223         (exp10_test_downward): New function.
11224         (exp10_upward_test_data): New array.
11225         (exp10_test_upward): New function.
11226         (main): Call the new functions.
11227         * sysdeps/i386/fpu/libm-test-ulps: Update.
11228         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11229
11230 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
11231
11232         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
11233         asinh, atan, atan2, atanh, cbrt, cos and cosh.
11234         * math/auto-libm-test-out: Regenerated.
11235         * math/libm-test.inc (acosh_test_data): Add more tests.
11236         (atanh_test_data): Likewise.
11237         (ceil_test_data): Likewise.
11238         (copysign_test_data): Likewise.
11239         * sysdeps/i386/fpu/libm-test-ulps: Update.
11240         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11241
11242         * timezone/checktab.awk: Update from tzcode 2013i.
11243         * timezone/private.h: Likewise.
11244         * timezone/scheck.c: Likewise.
11245         * timezone/tzfile.h: Likewise.
11246         * timezone/tzselect.ksh: Likewise.
11247         * timezone/zdump.c: Likewise.
11248         * timezone/zic.c: Likewise.
11249
11250         * math/auto-libm-test-in: Add tests of cpow.
11251         * math/auto-libm-test-out: Regenerated.
11252         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
11253         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11254         mpc_cc_c.
11255         (func_calc_desc): Add mpc_cc_c union field.
11256         (test_functions): Add cpow.
11257         (special_fill_2pi): New function.
11258         (special_real_inputs): Add 2pi.
11259         (calc_generic_results): Handle mpc_cc_c.
11260         * sysdeps/i386/fpu/libm-test-ulps: Update.
11261         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11262
11263         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
11264         csqrt, ctan and ctanh.
11265         * math/auto-libm-test-out: Regenerated.
11266         * math/libm-test.inc (TEST_COND_x86_64): New macro.
11267         (TEST_COND_x86): Likewise.
11268         (ccos_test_data): Use AUTO_TESTS_c_c.
11269         (ccosh_test_data): Likewise.
11270         (cexp_test_data): Likewise.
11271         (clog_test_data): Likewise.
11272         (csqrt_test_data): Likewise.
11273         (ctan_test_data): Likewise.
11274         (ctan_tonearest_test_data): Likewise.
11275         (ctan_towardzero_test_data): Likewise.
11276         (ctan_downward_test_data): Likewise.
11277         (ctan_upward_test_data): Likewise.
11278         (ctanh_test_data): Likewise.
11279         (ctanh_tonearest_test_data): Likewise.
11280         (ctanh_towardzero_test_data): Likewise.
11281         (ctanh_downward_test_data): Likewise.
11282         (ctanh_upward_test_data): Likewise.
11283         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11284         mpc_c_c.
11285         (func_calc_desc): Add mpc_c_c union field.
11286         (FUNC_mpc_c_c): New macro.
11287         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
11288         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
11289         ctanh.
11290         (special_fill_min_subnorm_p120): New function.
11291         (special_real_inputs): Add min_subnorm_p120.
11292         (calc_generic_results): Handle mpc_c_c.
11293         * sysdeps/i386/fpu/libm-test-ulps: Update.
11294         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11295
11296 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
11297
11298         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
11299         (do_sin_slow): New functions.
11300         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
11301         (cslow2, csloww1, csloww2): Use the new functions.
11302
11303         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
11304         Use M to change sign of result instead of X.  Assume X is
11305         positive.
11306         (csloww1): Likewise.
11307         (__sin): Adjust.
11308         (__cos): Adjust.
11309
11310         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
11311         arguments A and DA.
11312         (__sin): Adjust.
11313         (__cos): Likewise.
11314
11315         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
11316         (__cos): Likewise.
11317         (sloww1): Don't adjust sign of DX.
11318         (csloww1): Likewise.
11319         (sloww2): Use X directly and don't adjust sign of DX.
11320         (csloww2): Likewise.
11321
11322 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
11323
11324         * math/auto-libm-test-in: Add tests of cabs and carg.
11325         * math/auto-libm-test-out: Regenerated.
11326         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
11327         (carg_test_data): Likewise.
11328         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11329         mpc_c_f.
11330         (func_calc_desc): Add mpc_c_f union field.
11331         (test_functions): Add cabs and carg.
11332         (calc_generic_results): Handle mpc_c_f.
11333
11334         * sysdeps/powerpc/powerpc32/libgcc-compat.S
11335         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
11336         as a macro and a compat symbol.
11337         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
11338         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
11339         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
11340         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
11341         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
11342         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
11343         not use .hidden.
11344         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
11345         Likewise.
11346         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
11347         Likewise.
11348         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
11349         Likewise.
11350         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
11351         Likewise.
11352         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
11353         Likewise.
11354         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
11355         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
11356         from GLIBC_2.3.2.
11357
11358 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11359
11360         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11361
11362 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
11363
11364         * manual/texinfo.tex: Update to version 2013-11-26.10 with
11365         trailing whitespace removed.
11366         * scripts/config.guess: Update to version 2013-11-29.
11367         * scripts/config.sub: Update to version 2013-10-01.
11368
11369         * math/auto-libm-test-in: Add tests of sincos.
11370         * math/auto-libm-test-out: Regenerated.
11371         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
11372         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11373         mpfr_f_11.
11374         (func_calc_desc): Add mpfr_f_11 union field.
11375         (test_functions): Add sincos.
11376         (calc_generic_results): Handle mpfr_f_11.
11377         * sysdeps/i386/fpu/libm-test-ulps: Update.
11378         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11379
11380 2013-12-19  Andreas Schwab  <schwab@suse.de>
11381
11382         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
11383         CALL_MCOUNT.
11384         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
11385         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
11386         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
11387
11388 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
11389
11390         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
11391         * sysdeps/i386/fpu/libm-test-ulps: Update.
11392         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11393
11394         [BZ #16293]
11395         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
11396         round-to-nearest mode when using frndint.
11397         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
11398         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
11399         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
11400         Likewise.
11401         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
11402         sinh test to fail.
11403         * math/auto-libm-test-out: Regenerated.
11404         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
11405         (TEST_COND_x86): Likewise.
11406         (expm1_tonearest_test_data): New array.
11407         (expm1_test_tonearest): New function.
11408         (expm1_towardzero_test_data): New array.
11409         (expm1_test_towardzero): New function.
11410         (expm1_downward_test_data): New array.
11411         (expm1_test_downward): New function.
11412         (expm1_upward_test_data): New array.
11413         (expm1_test_upward): New function.
11414         (main): Run the new test functions.
11415         * sysdeps/i386/fpu/libm-test-ulps: Update.
11416         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11417
11418         * include/features.h: Update comment documenting feature test
11419         macros.  Mention _DEFAULT_SOURCE in comment.
11420         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
11421         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
11422         _BSD_SOURCE and _SVID_SOURCE.
11423         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
11424         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
11425         !_SVID_SOURCE]: Likewise.
11426         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
11427         (__USE_POSIX_IMPLICITLY): Define.
11428         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
11429         (_POSIX_SOURCE): Undefine and redefine.
11430         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
11431         (_POSIX_C_SOURCE): Likewise.
11432         * manual/creature.texi (_DEFAULT_SOURCE): Document.
11433         (Feature Test Macros): Update documentation of default features.
11434
11435 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
11436
11437         * benchtests/Makefile: Add bench-strtok.
11438         * benchtests/bench-strtok.c: New file: strtok benchtest.
11439
11440 2013-12-19  Allan McRae  <allan@archlinux.org>
11441
11442         * manual/install.texi: Suppress menu for plain text output.
11443         * INSTALL: Regenerated.
11444
11445 2013-12-18  Brooks Moses  <bmoses@google.com>
11446
11447         [BZ #15846]
11448         * misc/getauxval.c: Include errno.h.
11449         (__getauxval): Set errno to ENOENT if the requested type is not
11450         found.
11451         * misc/sys/auxv.h (getauxval): Document that it may set errno;
11452         don't declare with __attribute_const__.
11453         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
11454         * manual/startup.texi: Document that getauxval sets errno.
11455
11456 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
11457
11458         * math/auto-libm-test-in: Add tests of jn and yn.
11459         * math/auto-libm-test-out: Regenerated.
11460         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
11461         (yn_test_data): Likewise.
11462         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11463         mpfr_if_f.
11464         (func_calc_desc): Add mpfr_if_f union field.
11465         (FUNC_mpfr_if_f): New macro.
11466         (test_functions): Add jn and yn.
11467         (calc_generic_results): Assert type of second input for
11468         mpfr_ff_f.  Handle mpfr_if_f.
11469         (output_for_one_input_case): Disable all checking for arguments
11470         fitting floating-point types in case of an integer argument.
11471         * sysdeps/i386/fpu/libm-test-ulps: Update.
11472         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11473
11474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11475         Don't expect fegetround reference in libm.so.
11476
11477 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
11478
11479         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
11480         $(config-cflags-nofma).
11481
11482 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
11483
11484         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
11485         * math/auto-libm-test-out: Regenerated.
11486
11487         [BZ #16338]
11488         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
11489         to determine exponent and adjust argument to have exponent of -1.
11490         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
11491         log2.
11492         * math/auto-libm-test-out: Regenerated.
11493         * sysdeps/i386/fpu/libm-test-ulps: Update.
11494         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11495
11496 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
11497
11498         * manual/probes.texi: Remove cases when per-thread arenas are
11499         disabled.
11500
11501 2013-12-18  Andreas Schwab  <schwab@suse.de>
11502
11503         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
11504         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
11505         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
11506         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
11507         * sysdeps/i386/i686/multiarch/Makefile: Update.
11508         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
11509
11510 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
11511
11512         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
11513         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
11514
11515 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
11516
11517         [BZ #15968]
11518         Support TZ transition times < 00:00:00.
11519         This is needed for version-3 tz-format files; it supports time
11520         stamps past 2037 for America/Godthab (the only entry in the tz
11521         database for which this change is relevant).
11522         * manual/time.texi (TZ Variable): Document transition times
11523         from -167:59:59 through -00:00:01.
11524         * time/tzset.c (tz_rule): Time of day is now signed.
11525         (__tzset_parse_tz): Parse negative time of day.
11526
11527         Document TZ transition times >= 25:00:00.
11528         * manual/time.texi (TZ Variable): Document transition times from
11529         25:00:00 through 167:59:59.  These are already supported, and this
11530         support will help with version-3 tz-format files.
11531
11532         * manual/time.texi (TZ Variable): Modernize North America example
11533         to reflect current (i.e., 2007-and-later) daylight saving rules.
11534
11535         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
11536
11537 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
11538
11539         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
11540         * sysdeps/unix/bsd/bits/stat.h: Likewise.
11541         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
11542         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
11543         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
11544         * sysdeps/unix/bsd/bsdstat.h: Likewise.
11545         * sysdeps/unix/bsd/clock.c: Likewise.
11546         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
11547         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
11548         * sysdeps/unix/bsd/init-posix.c: Likewise.
11549         * sysdeps/unix/bsd/poll.c: Likewise.
11550         * sysdeps/unix/bsd/ptsname.c: Likewise.
11551         * sysdeps/unix/bsd/seekdir.c: Likewise.
11552         * sysdeps/unix/bsd/setegid.c: Likewise.
11553         * sysdeps/unix/bsd/seteuid.c: Likewise.
11554         * sysdeps/unix/bsd/setgid.c: Likewise.
11555         * sysdeps/unix/bsd/setrgid.c: Likewise.
11556         * sysdeps/unix/bsd/setruid.c: Likewise.
11557         * sysdeps/unix/bsd/setsid.c: Likewise.
11558         * sysdeps/unix/bsd/setuid.c: Likewise.
11559         * sysdeps/unix/bsd/sigaction.c: Likewise.
11560         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
11561         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
11562         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
11563         * sysdeps/unix/bsd/telldir.c: Likewise.
11564         * sysdeps/unix/bsd/times.c: Likewise.
11565         * sysdeps/unix/bsd/usleep.c: Likewise.
11566
11567         * misc/Makefile (install-lib): Remove libbsd-compat.a.
11568         ($(objpfx)libbsd-compat.a): Remove rule.
11569
11570         * include/features.h (__FAVOR_BSD): Do not define.
11571         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
11572         features conflicting with POSIX.
11573         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
11574         (_BSD_SOURCE): Remove description of not being a subset of other
11575         feature test macros.
11576         * manual/job.texi (getpgrp): Do not document BSD version.
11577         (getpgid): Do not document by reference to BSD getpgrp.
11578         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
11579         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
11580         * signal/signal.h [__FAVOR_BSD]: Likewise.
11581         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
11582         instead of making contents conditional on [__FAVOR_BSD].
11583         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
11584
11585 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11586
11587         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11588
11589 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
11590
11591         [BZ #16314]
11592         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
11593         values below 2**-450, not 2**-500.
11594         * math/auto-libm-test-in: Don't allow spurious underflow from
11595         hypot.
11596         * math/auto-libm-test-out: Regenerated.
11597
11598         [BZ #16316]
11599         [BZ #16330]
11600         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
11601         values of ha and hb and sort them after adjusting subnormal
11602         arguments.
11603         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
11604         Likewise.
11605         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
11606         values of ea and eb and sort them after adjusting subnormal
11607         arguments.
11608         * math/auto-libm-test-in: Do not expect some hypot tests of
11609         subnormals to fail.  Add more hypot tests.
11610         * math/auto-libm-test-out: Regenerated.
11611
11612 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11613
11614         [BZ #13304]
11615         * sysdeps/sh/s_fma.c: New file.
11616         * sysdeps/sh/s_fmaf.c: New file.
11617         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
11618         version.
11619         * sysdeps/sh/Implies: Add sh/soft-fp.
11620
11621 2013-12-16  Roland McGrath  <roland@hack.frob.com>
11622
11623         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
11624         level of indirection to members `objname', `errstring', `malloced'.
11625         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
11626         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
11627         it as the __longjmp argument (just pass 1 instead).
11628         (_dl_catch_error): Initialize C with argument pointers and address of
11629         volatile local ERRCODE rather than copying values out of C at return.
11630
11631 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
11632
11633         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
11634         * math/auto-libm-test-out: Regenerated.
11635         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
11636         (hypot_test_data): Likewise.
11637         (pow_test_data): Likewise.
11638         (pow_tonearest_test_data): Likewise.
11639         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11640         mpfr_ff_f.
11641         (func_calc_desc): Add mpfr_ff_f union field.
11642         (FUNC_mpfr_ff_f): New macro.
11643         (test_functions): Add atan2, hypot and pow.
11644         (special_fill_min): New function.
11645         (special_fill_minus_min): Likewise.
11646         (special_fill_min_subnorm): Likewise.
11647         (special_fill_minus_min_subnorm): Likewise.
11648         (special_real_inputs): Add min, -min, min_subnorm and
11649         -min_subnorm.
11650         (calc_generic_results): Handle mpfr_ff_f.
11651         * sysdeps/i386/fpu/libm-test-ulps: Update.
11652         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11653
11654 2013-12-16  Will Newton  <will.newton@linaro.org>
11655
11656         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
11657         (Aligned Memory Blocks): Add documentation for aligned_alloc
11658         and suggest it as an alternative to posix_memalign.
11659         (Hooks for Malloc): Document __memalign_hook is also called
11660         for aligned_alloc.  (Summary of Malloc): Add summary for
11661         aligned alloc.  Document __memalign_hook is also called
11662         for aligned_alloc.
11663
11664 2013-12-16  Will Newton  <will.newton@linaro.org>
11665
11666         * manual/memory.texi (Malloc Examples): Clarify default
11667         alignment documentation.  Suggest posix_memalign rather
11668         than memalign or valloc.
11669         (Aligned Memory Blocks): Remove suggestion to use memalign
11670         or valloc.  Remove obsolete comment about BSD.
11671         Document memalign errno values and mark the function obsolete.
11672         Document posix_memalign returned error codes.  Mark valloc
11673         as obsolete.  (Hooks for Malloc): __memalign_hook is also
11674         called for posix_memalign and valloc.
11675         (Summary of Malloc): Add posix_memalign to function summary.
11676         __memalign_hook is also called for posix_memalign and valloc.
11677
11678 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
11679
11680         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
11681         TAYLOR_SIN.
11682         (__sin): Adjust.
11683         (__cos): Likewise.
11684         (sloww): Use mynumber union.  Expand ternary operator into
11685         if-else statements.
11686         (cslow): use mynumber union.
11687
11688 2013-12-16  Allan McRae  <allan@archlinux.org>
11689
11690         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
11691         * configure: Regenerated.
11692
11693         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
11694
11695         [BZ #14120]
11696         * configure.ac: Added --enable-maintainer-mode. Check for
11697         autoconf when enabled.
11698         * configure: Regenerated.
11699
11700         * nscd/nscd.service: New file.
11701         * nscd/nscd.tmpfiles: New file.
11702
11703 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
11704
11705         [BZ #12100]
11706         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
11707         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
11708         * sysdeps/x86_64/multiarch/strstr.c: ... here.
11709         (strstr): Add __strstr_sse2_unaligned ifunc.
11710         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
11711         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
11712         (strcasestr): Remove __strcasestr_sse42 ifunc.
11713         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
11714         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
11715         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
11716
11717 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11718
11719         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
11720         * sysdeps/sh/bits/fenv.h: ... here.
11721         * sysdeps/sh/sh4/fpu/bits: Remove directory.
11722
11723 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11724
11725         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
11726
11727         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
11728         hypotf multiarch implementations.
11729         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
11730         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
11731         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
11732         multiarch hypot for PPC64.
11733         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
11734         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
11735         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
11736         multiarch hypotf for PPC64.
11737
11738         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
11739         modff multiarch implementations.
11740         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
11741         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
11742         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
11743         multiarch modf for PPC64.
11744         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
11745         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
11746         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
11747         multiarch modff for PPC64.
11748
11749         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
11750         and logl multiarch implementations.
11751         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
11752         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
11753         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
11754         multiarch logb for PPC64.
11755         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
11756         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
11757         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
11758         multiarch logb for PPC64.
11759         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
11760         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
11761         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
11762         multiarch logb for PPC64.
11763
11764         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
11765         isinff multiarch implementation.
11766         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
11767         file.
11768         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
11769         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
11770         multiarch isinf for PPC64.
11771         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
11772         file.
11773         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
11774         multiarch isinff for PPC64.
11775
11776         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
11777         finitef multiarch implementation.
11778         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
11779         file.
11780         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
11781         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
11782         multiarch finite for PPC64.
11783         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
11784         file.
11785         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
11786         multiarch finitef for PPC64.
11787
11788         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
11789         lrint multiarch implementation.
11790         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
11791         file.
11792         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
11793         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
11794         multiarch llrint for PPC64.
11795         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
11796         multiarch lrint for PPC64.
11797
11798         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
11799         copysignf multiarch implementation.
11800         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
11801         file.
11802         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
11803         file.
11804         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
11805         multiarch copysign for PPC64.
11806         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
11807         multiarch copysignf for PPC64.
11808
11809         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
11810         multiarch implementation.
11811         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
11812         file.
11813         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
11814         file.
11815         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
11816         file.
11817         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
11818         file.
11819         multiarch llround for PPC64.
11820         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
11821         multiarch trunc for PPC64.
11822         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
11823         multiarch truncf for PPC64.
11824
11825         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
11826         multiarch implementation.
11827         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
11828         file.
11829         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
11830         file.
11831         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
11832         file.
11833         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
11834         file.
11835         multiarch llround for PPC64.
11836         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
11837         multiarch round for PPC64.
11838         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
11839         multiarch roundf for PPC64.
11840
11841         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
11842         multiarch implementation.
11843         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
11844         file.
11845         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
11846         file.
11847         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
11848         file.
11849         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
11850         file.
11851         multiarch llround for PPC64.
11852         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
11853         multiarch floor for PPC64.
11854         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
11855         multiarch floorf for PPC64.
11856
11857         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
11858         multiarch implementation.
11859         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
11860         file.
11861         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
11862         file.
11863         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
11864         file.
11865         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
11866         file.
11867         multiarch llround for PPC64.
11868         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
11869         multiarch ceil for PPC64.
11870         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
11871         multiarch ceilf for PPC64.
11872
11873         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
11874         multiarch implementation.
11875         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
11876         file.
11877         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
11878         file.
11879         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
11880         file.
11881         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
11882         multiarch llround for PPC64.
11883         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
11884         multiarch lround for PPC64.
11885
11886         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
11887         multiarch implementation.
11888         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
11889         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
11890         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
11891         file.
11892         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
11893         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
11894         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
11895         multiarch isnan for PPC64.
11896         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
11897         multiarch isnanf for PPC64.
11898
11899         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
11900         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
11901         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
11902         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
11903         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
11904         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
11905
11906         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
11907         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
11908         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
11909         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
11910
11911         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
11912         multiarch implementations.
11913         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11914         (__libc_ifunc_impl_list): Likewise.
11915         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
11916         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
11917         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
11918         multiarch stpcpy for PPC64.
11919
11920         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
11921         multiarch implementations.
11922         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11923         (__libc_ifunc_impl_list): Likewise.
11924         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
11925         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
11926         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
11927         multiarch strcpy for PPC64.
11928
11929         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
11930         redefine function name.
11931         (_wordcopy_fwd_dest_aligned): Likewise.
11932         (_wordcopy_bwd_aligned): Likewise.
11933         (_wordcopy_bwd_dest_aligned): Likewise.
11934         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
11935         multiarch implementations.
11936         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11937         (__libc_ifunc_impl_list): Likewise.
11938         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
11939         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
11940         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
11941         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
11942         multiarch wcscpy for PPC64.
11943
11944         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
11945         multiarch implementations.
11946         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11947         (__libc_ifunc_impl_list): Likewise.
11948         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
11949         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
11950         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
11951         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
11952         multiarch wcscpy for PPC64.
11953
11954         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
11955         multiarch implementations.
11956         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11957         (__libc_ifunc_impl_list): Likewise.
11958         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
11959         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
11960         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
11961         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
11962         multiarch wcsrchr for PPC64.
11963
11964         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
11965         multiarch implementations.
11966         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11967         (__libc_ifunc_impl_list): Likewise.
11968         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
11969         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
11970         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
11971         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
11972         multiarch wcschr for PPC64.
11973
11974         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
11975         multiarch implementations.
11976         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11977         (__libc_ifunc_impl_list): Likewise.
11978         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
11979         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
11980         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
11981         multiarch strchrnul for PPC64.
11982
11983         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
11984         implementations.
11985         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11986         (__libc_ifunc_impl_list): Likewise.
11987         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
11988         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
11989         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
11990         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
11991         strchr for PPC64.
11992
11993         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
11994         implementations.
11995         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11996         (__libc_ifunc_impl_list): Likewise.
11997         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
11998         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
11999         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
12000         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
12001         strncmp for PPC64.
12002
12003         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
12004         multiarch implementations.
12005         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12006         (__libc_ifunc_impl_list): Likewise.
12007         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
12008         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
12009         strncasecmp for PPC64.
12010         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
12011         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
12012         multiarch strncasecmp_l for PPC64.
12013
12014         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
12015         multiarch implementations.
12016         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12017         (__libc_ifunc_impl_list): Likewise.
12018         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
12019         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
12020         multiarch strcasecmp for PPC64.
12021         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
12022         file.
12023         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
12024         multiarch strcasecmp_l for PPC64.
12025
12026         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
12027         implementations.
12028         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12029         (__libc_ifunc_impl_list): Likewise.
12030         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
12031         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
12032         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
12033         strnlen for PPC64.
12034
12035         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
12036         implementations.
12037         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12038         (__libc_ifunc_impl_list): Likewise.
12039         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
12040         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
12041         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
12042         strlen for PPC64.
12043
12044         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
12045         implementations.
12046         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12047         (__libc_ifunc_impl_list): Likewise.
12048         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
12049         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
12050         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
12051         rawmemrchr for PPC64.
12052
12053         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
12054         implementation.
12055         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12056         (__libc_ifunc_impl_list): Likewise.
12057         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
12058         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
12059         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
12060         memrchr for PPC64.
12061
12062         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
12063         implementation.
12064         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12065         (__libc_ifunc_impl_list): Likewise.
12066         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
12067         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
12068         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
12069         memchr for PPC64.
12070
12071         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
12072         implementation.
12073         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12074         (__libc_ifunc_impl_list): Likewise.
12075         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
12076         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
12077         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
12078         mempcpy for PPC64.
12079
12080         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
12081         avoid cretion of __bzero symbol.
12082         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
12083         Likewise.
12084         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
12085         Likewise.
12086         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
12087         Likewise.
12088         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
12089         multiarch implementations.
12090         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12091         (__libc_ifunc_impl_list): Likewise.
12092         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
12093         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
12094         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
12095         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
12096         bzero for PPC32.
12097         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
12098         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
12099         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
12100         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
12101         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
12102         memset for PPC64.
12103         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
12104
12105         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
12106         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
12107         implementations.
12108         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12109         (__libc_ifunc_impl_list): Likewise.
12110         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
12111         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
12112         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
12113         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
12114         memcmp for PPC64.
12115
12116         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
12117         multiarch for POWER/PPC64.
12118         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
12119         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
12120         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
12121         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
12122         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
12123         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
12124         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
12125         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
12126         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
12127         memcpy for PPC64.
12128
12129         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
12130         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
12131         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
12132         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
12133         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
12134         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
12135         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
12136         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
12137         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
12138         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
12139         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
12140         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
12141         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
12142         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
12143         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
12144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
12145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
12146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
12147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
12148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
12149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
12150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
12151
12152 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12153
12154         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
12155
12156 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12157
12158         * benchtests/Makefile (bench): Add exp2 and log2.
12159         (LDLIBS-bench-exp2): Add -lm.
12160         (LDLIBS-bench-log2): Likewise.
12161         * benchtests/exp2-inputs: New inputs file.
12162         * benchtests/log2-inputs: New inputs file.
12163         * benchtests/log-inputs: Add new inputs.
12164         * benchtests/tan-inputs: Likewise.
12165
12166 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12167
12168         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
12169         definition...
12170         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
12171         (csloww2): ... from here.
12172
12173         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
12174         instead of structures.
12175         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
12176         (POLYNOMIAL): Likewise.
12177         (TAYLOR_SLOW): Likewise.
12178         (__sin): Likewise.
12179         (__cos): Likewise.
12180         (slow1): Likewise.
12181         (slow2): Likewise.
12182         (sloww): Likewise.
12183         (sloww1); Likewise.
12184         (sloww2): Likewise.
12185         (bsloww1): Likewise.
12186         (bsloww2): Likewise.
12187         (cslow2): Likewise.
12188         (csloww): Likewise.
12189         (csloww1): Likewise.
12190         (csloww2): Likewise.
12191
12192 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
12193
12194         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
12195         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
12196         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
12197         * malloc/hooks.c (realloc_check): Likewise.
12198
12199         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
12200         * malloc/arena.c: Remove PER_THREAD conditional.
12201         [!PER_THREAD]: Remove code.
12202         (ptmalloc_unlock_all2): Likewise.
12203         (ptmalloc_init): Likewise.
12204         (_int_new_arena): Likewise.
12205         (arena_get2): Likewise.
12206         * malloc/hooks.c (__malloc_get_state): Likewise.
12207         (__malloc_set_state): Likewise.
12208         * malloc/malloc.c: Likewise.
12209         (struct malloc_state): Likewise.
12210         (struct malloc_par): Likewise.
12211         (__libc_realloc): Likewise.
12212         (__libc_mallopt): Likewise.
12213
12214 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12215
12216         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
12217
12218 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
12219
12220         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
12221         macro to a function.  Check for zero perturb_byte.
12222         (_int_malloc, _int_free): Remove zero perturb_byte checks.
12223
12224         * malloc/malloc.c: (force_reg): Remove.
12225         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
12226         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
12227         force_reg by atomic_forced_read.
12228         * malloc/arena.c (ptmalloc_init): Likewise.
12229         * malloc/hooks.c (top_check): Likewise.
12230
12231 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12232
12233         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12234
12235 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
12236
12237         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12238
12239 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
12240
12241         * math/auto-libm-test-in: Add tests of lgamma.
12242         * math/auto-libm-test-out: Regenerated.
12243         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
12244         (M_LOG_2_SQRT_PIl): Likewise.
12245         (lgamma_test_data): Use AUTO_TESTS_f_f1.
12246         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12247         mpfr_f_f1.
12248         (func_calc_desc): Add mpfr_f_f1 union field.
12249         (ARGS1): New macro.
12250         (ARGS2): Likewise.
12251         (ARGS3): Likewise.
12252         (ARGS4): Likewise.
12253         (RET1): Likewise.
12254         (RET2): Likewise.
12255         (CALC): Likewise.
12256         (FUNC): Likewise.
12257         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
12258         (test_functions): Add lgamma.
12259         (calc_generic_results): Handle mpfr_f_f1.
12260         * sysdeps/i386/fpu/libm-test-ulps: Update.
12261         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12262
12263 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12264
12265         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
12266         __mpn_add_n for PowerPC64/POWER7.
12267         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
12268         __mpn_sub_n for PowerPC64/POWER7.
12269
12270         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
12271         __mpn_addmul_1 for PowerPC64.
12272         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
12273         __mpn_submul_1 for PowerPC64.
12274         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
12275         for PowerPC64.
12276         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
12277         for PowerPC64.
12278
12279 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
12280
12281         [BZ #15089]
12282         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
12283
12284 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12285
12286         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
12287
12288         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
12289         add multiarch folders.
12290         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
12291         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
12292         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
12293         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
12294         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
12295         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
12296         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
12297         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
12298         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
12299         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
12300         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
12301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
12302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
12303         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
12304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
12305         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
12306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
12307
12308         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
12309         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
12310         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
12311         New file.
12312         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
12313         New file.
12314         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
12315         multiarch __ieee754_hypot for PowerPC32.
12316         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
12317         New file.
12318         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
12319         New file.
12320         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
12321         multiarch __ieee754_hypotf for PowerPC32.
12322
12323         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
12324         long_double_symbol only if __logbl is defined.
12325         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
12326         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
12327         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
12328         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
12329         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
12330         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
12331         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
12332         path for implementation.
12333         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
12334         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
12335         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
12336         logb, and logbl multiarch implementations for PowerPC32.
12337         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
12338         file.
12339         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
12340         file.
12341         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
12342         multiarch logb for PowerPC32.
12343         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
12344         file.
12345         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
12346         file.
12347         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
12348         multiarch logbf for PowerPC32.
12349         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
12350         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
12351         file.
12352         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
12353         multiarch logbl implementation for PowerPC32.
12354
12355         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
12356         and modff multiarch implementations.
12357         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
12358         New file.
12359         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
12360         New file.
12361         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
12362         multiarch modf for PowerPC32.
12363         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
12364         New file.
12365         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
12366         New file.
12367         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
12368         multiarch modff for PowerPC32.
12369
12370         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
12371         and lrintf multiarch implementations.
12372         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
12373         New file.
12374         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
12375         New file.
12376         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
12377         multiarch lrint for PowerPC32.
12378         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
12379         file: multiarch lrintf for PowerPC32.
12380
12381         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
12382         and lroundf multiarch implementations.
12383         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
12384         New file.
12385         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
12386         New file.
12387         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
12388         New file.
12389         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
12390         multiarch lround for PowerPC32.
12391         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
12392         file: multiarch lroundf for PowerPC32.
12393
12394         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
12395         copysign and copysignf multiarch implementations.
12396         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
12397         New file.
12398         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
12399         New file.
12400         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
12401         file: multiarch copysign for PowerPC32.
12402         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
12403         file: multiarch copysignf for PowerPC32.
12404
12405         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
12406         and truncf multiarch implementations.
12407         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
12408         New file.
12409         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
12410         file.
12411         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
12412         multiarch trunc for PowerPC32.
12413         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
12414         New file.
12415         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
12416         New file.
12417         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
12418         multiarch truncf for PowerPC32.
12419
12420         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
12421         and roundf multiarch implementations.
12422         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
12423         New file.
12424         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
12425         file.
12426         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
12427         multiarch round for PowerPC32.
12428         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
12429         New file.
12430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
12431         New file.
12432         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
12433         multiarch roundf for PowerPC32.
12434
12435         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
12436         and floorf multiarch implementations.
12437         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
12438         New file.
12439         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
12440         file.
12441         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
12442         multiarch floor for PowerPC32.
12443         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
12444         New file.
12445         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
12446         New file.
12447         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
12448         multiarch floorf for PowerPC32.
12449
12450         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
12451         and ceilf multiarch implementations.
12452         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
12453         New file.
12454         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
12455         file.
12456         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
12457         multiarch ceil for PowerPC32.
12458         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
12459         New file.
12460         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
12461         file.
12462         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
12463         multiarch ceilf for PowerPC32.
12464
12465         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
12466         is defined.
12467         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
12468         FINITEF is defined.
12469         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
12470         and finitef multiarch implementations.
12471         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
12472         New file.
12473         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
12474         file.
12475         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
12476         multiarch finite for PowerPC32.
12477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
12478         New file.
12479         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
12480         file: multiarch finitef for PowerPC32.
12481
12482         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
12483         and isinff multiarch implementations.
12484         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
12485         file.
12486         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
12487         file.
12488         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
12489         multiarch isinf for PowerPC32.
12490         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
12491         New file.
12492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
12493         multiarch isinff for PowerPC32.
12494
12495         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
12496         alias when __isnan is defined.
12497         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
12498         and isnanf multiarch implementations.
12499         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
12500         file.
12501         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
12502         file.
12503         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
12504         file.
12505         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
12506         file.
12507         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
12508         multiarch isnan for PowerPC32.
12509         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
12510         New file.
12511         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
12512         New file.
12513         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
12514         multiarch isnanf for PowerPC32.
12515
12516         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
12517         and sqrtf multiarch implementations.
12518         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
12519         file.
12520         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
12521         file.
12522         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
12523         multiarch sqrt for PowerPC32.
12524         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
12525         file.
12526         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
12527         file.
12528         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
12529         multiarch sqrtf for PowerPC32.
12530
12531         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
12532         and llroundf multiarch implementations.
12533         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
12534         New file.
12535         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
12536         New file.
12537         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
12538         New file.
12539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
12540         file: multiarch llround for PowerPC32.
12541         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
12542         file: multiarch llroundf for PowerPC32.
12543
12544         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
12545         multiarch PowerPC32 fpu implementations.
12546         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
12547         New file.
12548         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
12549         New file.
12550         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
12551         multiarch llrint for PowerPC32.
12552         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
12553         New file.
12554         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
12555         New file.
12556         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
12557         file.
12558
12559         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
12560
12561         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
12562         file.
12563         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
12564         file.
12565         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
12566         file.
12567         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
12568         multiarch wordcopy for PPC32.
12569         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
12570         wordcopy objects.
12571         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12572         (__libc_ifunc_impl_list): Likewise.
12573         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
12574         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
12575         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
12576         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
12577         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
12578         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
12579
12580         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
12581         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
12582         file.
12583         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
12584         file.
12585         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
12586         file.
12587         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
12588         multiarch wcscpy for PPC32.
12589         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
12590         multiarch objects.
12591         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12592         (__libc_ifunc_impl_list): Likewise.
12593         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
12594         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
12595         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
12596         sysdeps/powerpc/power6/wcscpy.c.
12597
12598         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
12599         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
12600         file.
12601         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
12602         file.
12603         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
12604         file.
12605         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
12606         multiarch wcsrchr for PPC32.
12607         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
12608         multiarch objects.
12609         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12610         (__libc_ifunc_impl_list): Likewise.
12611         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
12612         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
12613         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
12614         sysdeps/powerpc/power6/wcsrchr.c.
12615
12616         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
12617         file.
12618         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
12619         file.
12620         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
12621         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
12622         multiarch wcschr for PPc32.
12623         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
12624         multiarch objects.
12625         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12626         (__libc_ifunc_impl_list): Likewise.
12627         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
12628         * sysdeps/powerpc/power6/wcschr.c: ... to here.
12629         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
12630         sysdeps/powerpc/power6/wcschr.c.
12631
12632         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
12633         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
12634         file.
12635         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
12636         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
12637         file: multiarch strchr for PPC32.
12638         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
12639         multiarch objects.
12640         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12641         (__libc_ifunc_impl_list): Likewise.
12642
12643         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
12644         name.
12645         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
12646         file.
12647         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
12648         file.
12649         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
12650         multiarch strchrnul for PPC32.
12651         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
12652         multiarch objects.
12653         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12654         (__libc_ifunc_impl_list): Likewise.
12655
12656         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
12657         file.
12658         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
12659         multiarch strncasecmp for PPC32.
12660         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
12661         file.
12662         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
12663         multiarch strncasecmp_l for PPC32.
12664         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
12665         strncasecmp multiarch objects.
12666         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12667         (__libc_ifunc_impl_list): Likewise.
12668
12669         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
12670         file.
12671         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
12672         multiarch strncasecmp for PPC32.
12673         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
12674         New file.
12675         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
12676         multiarch strcasecmp_l for PPC32.
12677         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
12678         multiarch objects.
12679         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12680         (__libc_ifunc_impl_list): Likewise.
12681
12682         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
12683         file.
12684         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
12685         file.
12686         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
12687         multiarch strncmp for PPC32.
12688         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
12689         multiarch objects.
12690         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12691         (__libc_ifunc_impl_list): Likewise.
12692
12693         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
12694         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
12695         file.
12696         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
12697         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
12698         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
12699         multiarch objects.
12700         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12701         (__libc_ifunc_impl_list): Likewise.
12702
12703         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
12704         file.
12705         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
12706         file.
12707         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
12708         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
12709         multiarch objects.
12710         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12711         (__libc_ifunc_impl_list): Likewise.
12712
12713         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
12714         file.
12715         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
12716         file.
12717         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
12718         multiarch rawmemchr for PPC32.
12719         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
12720         multiarch objects.
12721         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12722         (__libc_ifunc_impl_list): Likewise.
12723
12724         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
12725         file.
12726         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
12727         file.
12728         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
12729         file: memrchr multiarch for PPC32.
12730         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
12731         multiarch objects.
12732         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12733         (__libc_ifunc_impl_list): Likewise.
12734
12735         * string/memchr.c (__memchr): Using macro to redefine symbol name.
12736         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
12737         file.
12738         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
12739         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
12740         multiarch memchr for PPC32.
12741         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
12742         multiarch objects.
12743         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12744         (__libc_ifunc_impl_list): Likewise.
12745
12746         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
12747         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
12748         file.
12749         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
12750         file.
12751         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
12752         file: multiarch mempcpy for PPC32.
12753         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
12754         multiarch objects.
12755         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12756         (__libc_ifunc_impl_list): Likewise.
12757
12758         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
12759         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
12760         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
12761         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
12762         multiarch bzero for PPC32.
12763         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
12764         file.
12765         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
12766         file.
12767         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
12768         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
12769         file: multiarch memset for PPC32.
12770         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
12771         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
12772         memset multiarch objects.
12773         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12774         (__libc_ifunc_impl_list): Likewise.
12775
12776         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
12777         file.
12778         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
12779         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
12780         memcmp for PPC32.
12781         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
12782         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
12783         multiarch objects.
12784         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12785         (__libc_ifunc_impl_list): Likewise.
12786
12787         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
12788         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
12789         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
12790         file.
12791         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
12792         file.
12793         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
12794         file.
12795         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
12796         multiarch memcpy for PPC32.
12797         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
12798         multiarch objects.
12799         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12800         (__libc_ifunc_impl_list): Likewise.
12801
12802         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
12803         support multiarch for POWER/PPC32.
12804         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
12805         Likewise.
12806         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
12807         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
12808         Implies file to make multiarch folder appers before the fpu and
12809         default folder for power4 configuration.
12810
12811 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
12812
12813         * scripts/bench.pl: Append volatile keyword to type.
12814
12815 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12816
12817         * sysdeps/sh/sotruss-lib.c: New file.
12818         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
12819
12820 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12821
12822         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12823
12824 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
12825
12826         [BZ #6810]
12827         * math/w_tgamma.c: Include <errno.h>.
12828         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
12829         * math/w_tgammaf.c: Include <errno.h>.
12830         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
12831         * math/w_tgammal.c: Include <errno.h>.
12832         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
12833         * math/auto-libm-test-in: Do not allow missing errno on tgamma
12834         underflow.  Add more tgamma tests.
12835         * math/auto-libm-test-out: Regenerated.
12836         * sysdeps/i386/fpu/libm-test-ulps: Update.
12837         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12838
12839         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
12840         sin, sinh, tan, tanh, tgamma, y0 and y1.
12841         * math/auto-libm-test-out: Regenerated.
12842         * math/libm-test.inc (TEST_COND_x86_64): New macro.
12843         (TEST_COND_x86): Likewise.
12844         (M_E2l): Remove macro.
12845         (M_E3l): Likewise.
12846         (M_2_SQRT_PIl): Likewise.
12847         (M_SQRT_PIl): Likewise.
12848         (M_1_DIV_El): Likewise.
12849         (log_test_data): Use AUTO_TESTS_f_f.
12850         (log10_test_data): Likewise.
12851         (log1p_test_data): Likewise.
12852         (log2_test_data): Likewise.
12853         (sin_test_data): Likewise.
12854         (sin_tonearest_test_data): Likewise.
12855         (sin_towardzero_test_data): Likewise.
12856         (sin_downward_test_data): Likewise.
12857         (sin_upward_test_data): Likewise.
12858         (sinh_test_data): Likewise.
12859         (sinh_tonearest_test_data): Likewise.
12860         (sinh_towardzero_test_data): Likewise.
12861         (sinh_downward_test_data): Likewise.
12862         (sinh_upward_test_data): Likewise.
12863         (tan_test_data): Likewise.
12864         (tan_tonearest_test_data): Likewise.
12865         (tan_towardzero_test_data): Likewise.
12866         (tan_downward_test_data): Likewise.
12867         (tan_upward_test_data): Likewise.
12868         (tanh_test_data): Likewise.
12869         (tgamma_test_data): Likewise.
12870         (y0_test_data): Likewise.
12871         (y1_test_data): Likewise.
12872         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
12873         (special_real_inputs): Add pi/4.
12874         * sysdeps/i386/fpu/libm-test-ulps: Update.
12875         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12876
12877 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12878
12879         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
12880         "longjmp_target" static probes.
12881         (__longjmp): Rename to __longjmp_symbol.
12882         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
12883         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
12884         on which longjmp to generate.
12885         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
12886         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
12887         probe.
12888         (__sigsetjmp): Rename to __sigsetjmp_symbol.
12889         (__sigjmp_save): Rename to __sigjmp_save_symbol.
12890         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
12891         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
12892         and __sigjmp_save_symbol based on which sigsetjmp to generated.
12893         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
12894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
12895         __longjmp_symbol based on which __longjmp to generate.
12896         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
12897         probe.
12898         (setjmp): Rename to setjmp_symbol.
12899         (__sigsetjmp): Rename to __sigsetjmp_symbol.
12900         (_setjmp): Rename to _setjmp_symbol.
12901         (__sigsetjmp): Rename to __sigsetjmp_symbol.
12902         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
12903         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
12904         which setjmp to generate.
12905         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
12906         "longjmp_target" static probes.
12907
12908 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12909
12910         * benchtests/README: Add note about output arguments.
12911         * benchtests/bench-sincos.c: Remove file.
12912         * benchtests/sincos-inputs: New file.
12913         * scripts/bench.pl: Identify output arguments and define
12914         static variables for them.
12915
12916         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
12917
12918         [BZ #15941]
12919         * Makefile (INSTALL): Add install-plain.texi as the primary
12920         dependency.
12921         * manual/install-plain.texi: New file.
12922         * manual/install.texi: Include node directive only for
12923         non-plaintext output.
12924
12925 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
12926
12927         * stdlib/longlong.h: Update from GCC.
12928
12929         [BZ #6807]
12930         [BZ #15901]
12931         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
12932         * math/w_j0f.c (y0f): Likewise.
12933         * math/w_j0l.c (__y0l): Likewise.
12934         * math/w_j1.c (y1): Likewise.
12935         * math/w_j1f.c (y1f): Likewise.
12936         * math/w_j1l.c (__y1l): Likewise
12937         * math/w_jn.c (yn): Likewise.
12938         * math/w_jnf.c (ynf): Likewise.
12939         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
12940         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
12941         value for Bessel function domain errors outside _SVID_ mode.
12942         Adjust sign of return value for yn (negative integer, 0).
12943         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
12944         by zero in return for negative x and set sign appropriately for
12945         negative n.
12946         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
12947         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
12948         * math/libm-test.inc (y0_test_data): Add more tests and adjust
12949         expectations in error cases.
12950         (y1_test_data): Likewise.
12951         (yn_test_data): Likewise.
12952         * sysdeps/i386/fpu/libm-test-ulps: Update.
12953         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12954
12955 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12956
12957         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
12958         "64" to "64-v1".  Add "64-v2".
12959         (abi-64-options): Rename to ...
12960         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
12961         (abi-64-condition): Rename to ...
12962         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
12963         (abi-64-ld-soname): Rename to ...
12964         (abi-64-v1-ld-soname): ... this.
12965         (abi-64-v2-options): Define.
12966         (abi-64-v2-condition): Likewise.
12967         (abi-64-v2-ld-soname): Likewise.
12968         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
12969         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
12970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
12971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
12972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
12973
12974 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12975             Alan Modra  <amodra@gmail.com>
12976
12977         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
12978         New versions for use with the ELFv2 ABI.
12979         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
12980         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
12981         declaration.
12982         (struct La_ppc64v2_retval): Likewise.
12983         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
12984         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
12985         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
12986         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
12987         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
12988         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
12989         Do not save or restore CR.
12990         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
12991         (_dl_profile_resolve): Do no save or restore CR.  Support extended
12992         return values for ELFv2 ABI.  Fix location of FPR return registers.
12993         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
12994         updated values for _CALL_ELF == 2.
12995         (La_regs, La_retval, int_retval): Likewise.
12996
12997 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12998
12999         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
13000         (FRAME_MIN_SIZE_PARM): Likewise.
13001         (FRAME_BACKCHAIN): Likewise.
13002         (FRAME_CR_SAVE): Likewise.
13003         (FRAME_LR_SAVE): Likewise.
13004         (FRAME_TOC_SAVE): Likewise.
13005         (FRAME_PARM_SAVE): Likewise.
13006         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
13007         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
13008         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
13009         (call_mcount_parm_offset): New macro.
13010         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
13011         (PROF): Use symbolic stack frame offsets.
13012         (TAIL_CALL_SYSCALL_ERROR): Likewise.
13013         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
13014         Redefine in terms of FRAME_MIN_SIZE.
13015         (_dl_runtime_resolve): Use symbolic stack frame offsets.
13016         (_dl_profile_resolve): Likewise.  Update comment.
13017         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
13018         symbols stack frame offsets.
13019         (__sigsetjmp): Likewise.
13020         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
13021         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
13022         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
13023         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
13024
13025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
13026         (FRAME_BACKCHAIN): Remove.
13027         (FRAME_CR_SAVE): Likewise.
13028         (FRAME_LR_SAVE): Likewise.
13029         (FRAME_COMPILER_DW): Likewise.
13030         (FRAME_LINKER_DW): Likewise.
13031         (FRAME_TOC_SAVE): Likewise.
13032         (FRAME_PARM_SAVE): Likewise.
13033         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
13034         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
13035         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
13036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
13037         (CHECK_SP): Use symbolic stack frame offsets.
13038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
13039         zone" instead of caller's parameter save area for temp storage.
13040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
13041         Likewise.  Also, use symbolic stack frame offsets.
13042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
13043         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
13044         our own stack frame instead of the caller's.
13045         (__socket): Use symbolic stack frame offsets.
13046
13047 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13048             Alan Modra  <amodra@gmail.com>
13049
13050         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
13051         Define.
13052         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
13053         (PPC64_LOCAL_ENTRY_OFFSET): Define.
13054         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
13055         New function.
13056         (elf_machine_fixup_plt): Call it.
13057         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
13058         reloc arguments.
13059         (elf_machine_rela): Update call to elf_machine_plt_conflict.
13060         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
13061         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
13062         r2 before calling target.
13063
13064 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13065             Alan Modra  <amodra@gmail.com>
13066
13067         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
13068         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
13069         versions of macros to support ELFv2 ABI.
13070         (LOCALENTRY): New macro.
13071         (ENTRY, EALIGN): Use it.
13072         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
13073         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
13074         fall through into ENTRY entry point.
13075         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
13076         Only define if _CALL_ELF != 2.
13077
13078         (elf_machine_matches_host): Verify ABI version matches.
13079         (RTLD_START): Use LOCALENTRY.
13080         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
13081         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
13082         (PLT_ENTRY_WORDS): New macro.
13083         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
13084         (elf_machine_runtime_setup): Support ELFv2 ABI.
13085         (elf_machine_fixup_plt): Likewise.
13086         (elf_machine_plt_conflict): Likewise.
13087         (resolve_ifunc): Likewise.
13088         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
13089         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
13090         Likewise.
13091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
13092         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
13093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
13094         (makecontext): Support ELFv2 ABI.
13095         * elf/elf.h (EF_PPC64_ABI): Define.
13096
13097 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13098
13099         * sysdeps/powerpc/powerpc64/sysdep.h
13100         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
13101         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
13102         (ENTRY) [ASSEMBLER]: ... but instead here ...
13103         (EALIGN) [ASSEMBLER]: ... and here.
13104         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
13105         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
13106         (ENTRY_2) [!ASSEMBLER]: Use it.
13107         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
13108         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
13109         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
13110         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
13111         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
13112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
13113         Use PPC64_LOAD_FUNCPTR.
13114
13115         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
13116
13117 2013-12-04  Alan Modra  <amodra@gmail.com>
13118
13119         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
13120         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
13121         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
13122         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
13123
13124         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
13125         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
13126         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
13127         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
13128         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
13129         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
13130
13131 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13132
13133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
13134         (__makecontext): Fix incorrect CFI when backtracing out of
13135         context created via makecontext.
13136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
13137         (__setcontext): Fix incorrect CFI during switch to new context.
13138         (__novec_setcontext): Likewise.
13139
13140 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
13141
13142         [BZ #4772]
13143         * time/strptime_l.c (__strptime_internal): Allow modifiers
13144         in strptime.
13145         * time/tst-strptime.c (day_tests): Add testcase.
13146
13147 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13148
13149         * scripts/bench.pl: Skip over blank lines.
13150
13151 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13152
13153         [BZ #926]
13154         * manual/time.texi (Calendar Time): Clarify what timezone functions
13155         use.
13156
13157 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13158
13159         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13160
13161 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
13162
13163         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
13164         implementation.
13165         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
13166         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
13167         * debug/memset_chk.c (__memset_chk): Likewise.
13168         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
13169         * debug/strncpy_chk.c: Likewise.
13170
13171 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
13172
13173         [BZ #15268]
13174         [BZ #15425]
13175         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
13176         (__ieee754_exp): For possibly underflowing results, check size of
13177         result and force underflow exception if required.
13178         * math/auto-libm-test-in: Add more tests of exp.
13179         * math/auto-libm-test-out: Regenerated.
13180         * sysdeps/i386/fpu/libm-test-ulps: Update.
13181         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13182
13183         [BZ #16283]
13184         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
13185         * math/w_exp2f.c (__exp2f): Likewise.
13186         * math/w_exp2l.c (__exp2l): Likewise.
13187         * math/auto-libm-test-in: Do not allow missing errno on exp2
13188         underflow.
13189         * math/auto-libm-test-out: Regenerated.
13190
13191 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
13192
13193         [BZ #16274]
13194         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
13195         handle filename validation.
13196         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
13197         (do_open): Delete.
13198
13199 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
13200
13201         [BZ #6786]
13202         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
13203         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
13204         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
13205         <float.h>.
13206         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
13207         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
13208         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
13209         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
13210         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
13211         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
13212         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
13213         * math/auto-libm-test-in: Don't allow missing errno from erfc.
13214         Add more erfc tests.
13215         * math/auto-libm-test-out: Regenerated.
13216         * sysdeps/i386/fpu/libm-test-ulps: Update.
13217         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13218
13219         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
13220         exp2, expm1, j0 and j1.
13221         * math/auto-libm-test-out: Regenerated.
13222         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
13223         (erfc_test_data): Likewise.
13224         (exp_test_data): Likewise.
13225         (exp_tonearest_test_data): Likewise.
13226         (exp_towardzero_test_data): Likewise.
13227         (exp_downward_test_data): Likewise.
13228         (exp_upward_test_data): Likewise.
13229         (exp10_test_data): Likewise.
13230         (exp2_test_data): Likewise.
13231         (expm1_test_data): Likewise.
13232         (j0_test_data): Likewise.
13233         (j1_test_data): Likewise.
13234         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
13235         (input_flag_type): Add flag_xfail_rounding.
13236         (input_flags): Add xfail-rounding.
13237         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
13238         (output_for_one_input_case): Handle flag_xfail_rounding.
13239         * sysdeps/i386/fpu/libm-test-ulps: Update.
13240         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13241
13242 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
13243
13244         [BZ #16289]
13245         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
13246         division by 0.
13247
13248 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13249
13250         [BZ #16195]
13251         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
13252         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
13253         (STAP_PROBE0): New macro.
13254         (STAP_PROBE1): Likewise.
13255         (STAP_PROBE2): Likewise.
13256         (STAP_PROBE3): Likewise.
13257         (STAP_PROBE4): Likewise.
13258
13259 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
13260
13261         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
13262
13263 2013-12-02  Steve Ellcey  <sellcey@mips.com>
13264
13265         * benchtests/Makefile (bench): Add sqrt.
13266         (LDLIBS-bench-sqrt): New.
13267         * benchtests/sqrt-input: New.
13268
13269 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
13270
13271         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
13272         (GAIH_EAI): Likewise.
13273         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
13274         (gaih_inet): Likewise.
13275         (getaddrinfo): Don't use GAIH_EAI.
13276
13277         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
13278         (struct gaih): Remove definition.
13279
13280 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13281
13282         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
13283         Use HERRNOP directly.
13284
13285 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13286
13287         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13288
13289 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
13290
13291         * math/gen-auto-libm-tests.c (test_functions): Add more
13292         single-argument functions.
13293         (special_fill_pi_2): New function.
13294         (special_fill_minus_pi_2): Likewise.
13295         (special_fill_pi_6): Likewise.
13296         (special_fill_minus_pi_6): Likewise.
13297         (special_fill_pi_3): Likewise.
13298         (special_fill_2pi_3): Likewise.
13299         (special_fill_e): Likewise.
13300         (special_fill_1_e): Likewise.
13301         (special_fill_e_minus_1): Likewise.
13302         (special_real_inputs): Add more special inputs.
13303         (output_for_one_input_case): Do not require ERANGE on underflow to
13304         zero if round-to-nearest result does not underflow to zero, unless
13305         exact results required.
13306         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
13307         atan, atanh, cbrt, cos and cosh.
13308         * math/auto-libm-test-out: Regenerated.
13309         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
13310         (acos_tonearest_test_data): Likewise.
13311         (acos_towardzero_test_data): Likewise.
13312         (acos_downward_test_data): Likewise.
13313         (acos_upward_test_data): Likewise.
13314         (acosh_test_data): Likewise.
13315         (asin_test_data): Likewise.
13316         (asin_tonearest_test_data): Likewise.
13317         (asin_towardzero_test_data): Likewise.
13318         (asin_upward_test_data): Likewise.
13319         (asinh_test_data): Likewise.
13320         (atan_test_data): Likewise.
13321         (atanh_test_data): Likewise.
13322         (cbrt_test_data): Likewise.
13323         (cos_test_data): Likewise.
13324         (cos_tonearest_test_data): Likewise.
13325         (cos_towardzero_test_data): Likewise.
13326         (cos_downward_test_data): Likewise.
13327         (cos_upward_test_data): Likewise.
13328         (cosh_test_data): Likewise.
13329         (cosh_tonearest_test_data): Likewise.
13330         (cosh_towardzero_test_data): Likewise.
13331         (cosh_downward_test_data): Likewise.
13332         (cosh_upward_test_data): Likewise.
13333         * sysdeps/i386/fpu/libm-test-ulps: Update.
13334         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13335
13336 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
13337
13338         [BZ #6787]
13339         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
13340         * math/w_exp10f.c (__exp10f): Likewise.
13341         * math/w_exp10l.c (__exp10l): Likewise.
13342         * math/libm-test.inc (exp10_test_data): Add more tests and expect
13343         errno settings in existing tests.
13344
13345         [BZ #14032]
13346         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
13347         precision control set to double precision.
13348         * sysdeps/i386/fpu/w_sqrt.c: New file.
13349         * math/auto-libm-test-in: Add more tests.
13350         * math/auto-libm-test-out: Update.
13351
13352         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
13353         (sqrt_test_tonearest): New function.
13354         (sqrt_towardzero_test_data): New variable.
13355         (sqrt_test_towardzero): New function.
13356         (sqrt_downward_test_data): New variable.
13357         (sqrt_test_downward): New function.
13358         (sqrt_upward_test_data): New variable.
13359         (sqrt_test_upward): New function.
13360         (main): Call the new functions.
13361
13362         * math/gen-auto-libm-tests.c: New file.
13363         * math/auto-libm-test-in: Likewise.
13364         * math/auto-libm-test-out: New generated file.
13365         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
13366         variables.
13367         (%beautify): Add generated representations of zero.
13368         (top level): Set $auto_input and call parse_auto_input.
13369         (beautify): Remove trailing "f" from hex float constants.
13370         (parse_args): Handle XFAIL_TEST.
13371         (convert_condition): New function.
13372         (or_value): Likewise.
13373         (or_cond_value): Likewise.
13374         (generate_testfile): Handle AUTO_TESTS_* lines.
13375         (parse_auto_input): New function.
13376         * math/libm-test.inc (XFAIL_TEST): New macro.
13377         (ERRNO_UNCHANGED): Update value.
13378         (ERRNO_EDOM): Likewise.
13379         (ERRNO_ERANGE): Likewise.
13380         (IGNORE_RESULT): Likewise.
13381         (TEST_COND_flt_32): New macro.
13382         (TEST_COND_dbl_64): Likewise.
13383         (TEST_COND_ldbl_96_intel): Likewise.
13384         (TEST_COND_ldbl_96_m68k): Likewise.
13385         (TEST_COND_ldbl_128): Likewise.
13386         (TEST_COND_ldbl_128ibm): Likewise.
13387         (TEST_COND_long32): Likewise.
13388         (TEST_COND_long64): Likewise.
13389         (TEST_COND_before_rounding): Likewise.
13390         (TEST_COND_after_rounding): Likewise.
13391         (enable_test): Handle XFAIL_TEST flag.
13392         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
13393         with finite results.
13394         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
13395         auto-libm-test-out.
13396
13397 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
13398             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13399
13400         [BZ #16214]
13401         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
13402         __tls_get_addr_internal instead of __tls_get_offset in order to
13403         avoid GOT pointer dependency.  Make rtld export
13404         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
13405         __tls_get_addr since we are a __tls_get_offset platform.
13406         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
13407         GOT pointer being set up before.
13408         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
13409
13410 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
13411
13412         * manual/math.texi (Errors in Math Functions): Document accuracy
13413         goals.
13414
13415         [BZ #15004]
13416         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
13417         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
13418         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
13419         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
13420         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
13421         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
13422         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
13423         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
13424         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
13425         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
13426         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
13427         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
13428         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
13429         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
13430         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
13431         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
13432
13433         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
13434         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
13435         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
13436         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
13437         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
13438         Likewise.
13439         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
13440         Likewise.
13441         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
13442         Likewise.
13443         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
13444         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
13445         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
13446         atomic-feupdateenv and flt-rounds.
13447         * sysdeps/powerpc/nofpu/Versions (libc): Add
13448         __atomic_feholdexcept, __atomic_feclearexcept,
13449         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
13450         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
13451         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
13452         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
13453         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
13454         here.
13455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
13456         Update.
13457
13458         * manual/arith.texi (FP Exceptions): Document that exceptions may
13459         not be raised when matherr is used.
13460         (Math Error Reporting): Document overflow in directed rounding
13461         modes.  Document that errno may not be set when finite values are
13462         returned on overflow.  Document intent to set errno on underflow
13463         only for underflow to zero.
13464
13465         [BZ #16271]
13466         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
13467         round-to-nearest then adjust result for other rounding modes.
13468         * include/fenv.h (fegetround): Use libm_hidden_proto.
13469         * math/fegetround.c (fegetround): Use libm_hidden_def.
13470         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
13471         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
13472         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
13473         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
13474         Likewise.
13475         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
13476         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
13477         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
13478         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
13479
13480 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
13481
13482         [BZ #16077]
13483         * nss/Versions (libnss_files): Add
13484         _nss_files_gethostbyname3_r.
13485         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
13486         New function.
13487         (HOST_DB_LOOKUP): Remove macro.
13488         (_nss_files_gethostbyname_r): Implement function without the
13489         HOST_DB_LOOKUP macro.
13490         (_nss_files_gethostbyname2_r): Likewise.
13491
13492 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
13493
13494         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
13495
13496 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
13497
13498         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
13499         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
13500         warning.
13501
13502 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13503
13504         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
13505         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
13506         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
13507         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
13508         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
13509         __fe_nomask_env_priv and attribute_hidden.
13510         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
13511         (libc_feupdateenv_test_ppc): Likewise.
13512         (libc_feresetround_ppc): Likewise.
13513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
13514         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
13515         compat_symbol macro.
13516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
13517         (__fe_nomask_env): Likewise.
13518         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
13519
13520 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
13521
13522         * string/Makefile: Remove ifunc tests.
13523         * string/test-string.h: Define TEST_IFUNC.
13524         * string/test-bcopy-ifunc.c: Remove.
13525         * string/test-bzero-ifunc.c: Likewise.
13526         * string/test-memccpy-ifunc.c: Likewise.
13527         * string/test-memchr-ifunc.c: Likewise.
13528         * string/test-memcmp-ifunc.c: Likewise.
13529         * string/test-memcpy-ifunc.c: Likewise.
13530         * string/test-memmem-ifunc.c: Likewise.
13531         * string/test-memmove-ifunc.c: Likewise.
13532         * string/test-mempcpy-ifunc.c: Likewise.
13533         * string/test-memrchr-ifunc.c: Likewise.
13534         * string/test-memset-ifunc.c: Likewise.
13535         * string/test-rawmemchr-ifunc.c: Likewise.
13536         * string/test-stpcpy-ifunc.c: Likewise.
13537         * string/test-stpncpy-ifunc.c: Likewise.
13538         * string/test-strcasecmp-ifunc.c: Likewise.
13539         * string/test-strcasestr-ifunc.c: Likewise.
13540         * string/test-strcat-ifunc.c: Likewise.
13541         * string/test-strchr-ifunc.c: Likewise.
13542         * string/test-strchrnul-ifunc.c: Likewise.
13543         * string/test-strcmp-ifunc.c: Likewise.
13544         * string/test-strcpy-ifunc.c: Likewise.
13545         * string/test-strcspn-ifunc.c: Likewise.
13546         * string/test-strlen-ifunc.c: Likewise.
13547         * string/test-strncasecmp-ifunc.c: Likewise.
13548         * string/test-strncat-ifunc.c: Likewise.
13549         * string/test-strncmp-ifunc.c: Likewise.
13550         * string/test-strncpy-ifunc.c: Likewise.
13551         * string/test-strnlen-ifunc.c: Likewise.
13552         * string/test-strpbrk-ifunc.c: Likewise.
13553         * string/test-strrchr-ifunc.c: Likewise.
13554         * string/test-strspn-ifunc.c: Likewise.
13555         * string/test-strstr-ifunc.c: Likewise.
13556
13557 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
13558
13559         * benchtests/Makefile: Remove ifunc tests.
13560         * benchtests/bench-string.h: Define TEST_IFUNC.
13561         * benchtests/bench-bcopy-ifunc.c: Remove.
13562         * benchtests/bench-bzero-ifunc.c: Likewise.
13563         * benchtests/bench-memccpy-ifunc.c: Likewise.
13564         * benchtests/bench-memchr-ifunc.c: Likewise.
13565         * benchtests/bench-memcmp-ifunc.c: Likewise.
13566         * benchtests/bench-memcpy-ifunc.c: Likewise.
13567         * benchtests/bench-memmem-ifunc.c: Likewise.
13568         * benchtests/bench-memmove-ifunc.c: Likewise.
13569         * benchtests/bench-mempcpy-ifunc.c: Likewise.
13570         * benchtests/bench-memrchr-ifunc.c: Likewise.
13571         * benchtests/bench-memset-ifunc.c: Likewise.
13572         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
13573         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
13574         * benchtests/bench-stpcpy-ifunc.c: Likewise.
13575         * benchtests/bench-stpncpy-ifunc.c: Likewise.
13576         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
13577         * benchtests/bench-strcasestr-ifunc.c: Likewise.
13578         * benchtests/bench-strcat-ifunc.c: Likewise.
13579         * benchtests/bench-strchr-ifunc.c: Likewise.
13580         * benchtests/bench-strchrnul-ifunc.c: Likewise.
13581         * benchtests/bench-strcmp-ifunc.c: Likewise.
13582         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
13583         * benchtests/bench-strcpy-ifunc.c: Likewise.
13584         * benchtests/bench-strcspn-ifunc.c: Likewise.
13585         * benchtests/bench-strlen-ifunc.c: Likewise.
13586         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
13587         * benchtests/bench-strncat-ifunc.c: Likewise.
13588         * benchtests/bench-strncmp-ifunc.c: Likewise.
13589         * benchtests/bench-strncpy-ifunc.c: Likewise.
13590         * benchtests/bench-strnlen-ifunc.c: Likewise.
13591         * benchtests/bench-strpbrk-ifunc.c: Likewise.
13592         * benchtests/bench-strrchr-ifunc.c: Likewise.
13593         * benchtests/bench-strsep-ifunc.c: Likewise.
13594         * benchtests/bench-strspn-ifunc.c: Likewise.
13595         * benchtests/bench-strstr-ifunc.c: Likewise.
13596
13597 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
13598
13599         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
13600
13601 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
13602
13603         * resolv/netdb.h: Use __glibc_reserved instead __unused.
13604         * rt/aio.h: Likewise.
13605         * sysdeps/gnu/bits/utmp.h: Likewise.
13606         * sysdeps/gnu/bits/utmpx.h: Likewise.
13607         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
13608         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
13609         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
13610         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
13611         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
13612         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
13613         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
13614         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
13615         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
13616         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
13617         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
13618         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
13619         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
13620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
13621         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
13622         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
13623         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
13624         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
13625         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
13626         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
13627         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
13628         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
13629         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
13630         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
13631         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
13632         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
13633         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
13634         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
13635         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
13636         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
13637         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
13638         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
13639         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
13640         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
13641         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
13642         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
13643         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
13644         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
13645         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
13646         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
13647         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
13648         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
13649
13650 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
13651
13652         [BZ #16245]
13653         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
13654         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
13655
13656 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
13657
13658         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
13659         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
13660         Likewise.
13661
13662 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13663
13664         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
13665         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
13666         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
13667         (__fesetround): Remove define.
13668         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
13669         rounding and exceptions handling.
13670         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
13671         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
13672         (__fe_nomask_env): Likewise.
13673         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
13674         __fegetround instead of fegetround.
13675         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
13676         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
13677
13678 2013-11-21  Roland McGrath  <roland@hack.frob.com>
13679
13680         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
13681         it's there.
13682
13683         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
13684
13685 2013-11-21  Meador Inge  <meadori@codesourcery.com>
13686
13687         [BZ #11157]
13688         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
13689         (encrypt_r): Likewise.
13690         * malloc/obstack.h (obstack_free): Likewise.
13691         * posix/unistd.h (encrypt): Likewise.
13692
13693 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
13694
13695         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
13696         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
13697         DL_CALL_DT_FINI() that call the functions directly.
13698         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
13699         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
13700         * elf/dl-fini.c: Likewise.
13701
13702 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
13703
13704         * malloc/hooks.c (memalign_check): Add alignment rounding.
13705         * malloc/malloc.c (_mid_memalign): New function.
13706         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
13707         Implement by calling _mid_memalign.
13708         * manual/probes.texi (Memory Allocation Probes): Remove
13709         memory_valloc_retry and memory_pvalloc_retry.
13710
13711 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
13712
13713         * locale/programs/locarchive.c (open_archive): Add const
13714         qualifier to ARCHIVEFNAME and copy default fname to
13715         DEFAULT_FNAME.
13716
13717         [BZ #15601]
13718         * libio/tst-widetext.input: Rename Oriya to Odia.
13719         * locale/iso-639.def: Likewise.
13720
13721         * manual/probes.texi (Mathematical Function Probes): Add
13722         documentation for sin, cos, asin and acos probes.
13723         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
13724         (__sin32): Add slowasin probe.
13725         (__cos32): Add slowacos probe.
13726         (__mpsin): Add slowsin probe.
13727         (__mpcos): Add slowcos probe.
13728
13729 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
13730
13731         [BZ #15483]
13732         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
13733         thread-local __sim_exceptions_thread and global
13734         __sim_exceptions_global.
13735         (__sim_disabled_exceptions): Change to thread-local
13736         __sim_disabled_exceptions_thread and global
13737         __sim_disabled_exceptions_global.
13738         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
13739         and global __sim_round_mode_global.
13740         (__simulate_exceptions): Use thread-local floating-point state and
13741         set global state from it as needed.
13742         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
13743         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
13744         __sim_round_mode_thread.
13745         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
13746         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
13747         and global __sim_exceptions_global.
13748         (__sim_disabled_exceptions): Change to thread-local
13749         __sim_disabled_exceptions_thread and global
13750         __sim_disabled_exceptions_global.
13751         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
13752         and global __sim_round_mode_global.
13753         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
13754         (SIM_SET_GLOBAL): Likewise.
13755         * sysdeps/powerpc/soft-fp/sfp-machine.h
13756         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
13757         __sim_round_mode_thread.
13758         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
13759         __sim_disabled_exceptions_thread.
13760         (__sim_exceptions): Change to __sim_exceptions_thread.
13761         (__sim_disabled_exceptions): Change to
13762         __sim_disabled_exceptions_thread.
13763         (__sim_round_mode): Change to __sim_round_mode_thread.
13764         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
13765         thread-local floating-point state and set global state from it as
13766         needed.
13767         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
13768         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
13769         (__sim_disabled_exceptions): Remove extern declaration.
13770         (feenableexcept): Use thread-local floating-point state and set
13771         global state from it as needed.
13772         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
13773         extern declaration.
13774         (__sim_disabled_exceptions): Likewise.
13775         (__sim_round_mode): Likewise.
13776         (__fegetenv): Use thread-local floating-point state.
13777         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
13778         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
13779         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
13780         floating-point state and set global state from it as needed.
13781         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
13782         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
13783         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
13784         Likewise.
13785         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
13786         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
13787         Likewise.
13788         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
13789         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
13790         Use __sim_round_mode_thread.
13791         * math/test-fenv-tls.c: New file.
13792         * math/Makefile (tests): Add test-fenv-tls.
13793         ($(objpfx)test-fenv-tls): Depend on
13794         $(common-objpfx)nptl/libpthread.so.
13795
13796 2013-11-19  Andreas Schwab  <schwab@suse.de>
13797
13798         * locale/programs/locale.c (show_info): Decode wordarray elements.
13799         * locale/categories.def (LC_MONETARY): Add element for
13800         _NL_MONETARY_CRNCYSTR.
13801         * locale/C-monetary.c (conversion_rate): New variable.
13802         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
13803         element.
13804
13805 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
13806
13807         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
13808         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
13809
13810 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
13811
13812         * elf/Makefile (tst-auxv): New test.
13813         * elf/tst-auxv.c: New
13814         * elf/rtld.c (dl_main): Adjust AT_EXECFN
13815
13816 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
13817
13818         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
13819         (hidden_proto): Caller changed.
13820         (hidden_tls_proto): New macro.
13821         (libc_hidden_tls_proto): Likewise.
13822         (rtld_hidden_tls_proto): Likewise.
13823         (libm_hidden_tls_proto): Likewise.
13824         (libresolv_hidden_tls_proto): Likewise.
13825         (librt_hidden_tls_proto): Likewise.
13826         (libdl_hidden_tls_proto): Likewise.
13827         (libnss_files_hidden_tls_proto): Likewise.
13828         (libnsl_hidden_tls_proto): Likewise.
13829         (libnss_nisplus_hidden_tls_proto): Likewise.
13830         (libutil_hidden_tls_proto): Likewise.
13831
13832 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
13833
13834         [BZ #10253]
13835         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
13836         (decompose_rpath): Defer expansion to fillin_rpath.
13837         (_dl_init_paths): Pass linkmap to fillin_rpath.
13838
13839 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13840
13841         * benchtests/Makefile: Add strsep.
13842         * benchtests/bench-strsep.c: New file: strsep benchtest.
13843         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
13844
13845 2013-11-18  Andreas Schwab  <schwab@suse.de>
13846
13847         * locale/programs/locale.c (show_info) [case byte]: Check for
13848         '\377' instead of '\177'.
13849         * locale/C-monetary.c (not_available): Always use "\377".
13850         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
13851         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
13852         detect unavailable sign_posn locale elements.
13853         * locale/localeconv.c (__localeconv): For grouping and
13854         mon_grouping handle "\177" and "\377" like no grouping.
13855         (INT_ELEM): New macro.  Use it to set all numeric members.
13856         * locale/programs/ld-monetary.c (monetary_read)
13857         <tok_mon_grouping>: Normalize single -1 to the empty string.
13858         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
13859         Likewise.
13860
13861 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
13862
13863         [BZ #16055]
13864         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
13865         when we match (nil).
13866         * stdio-common/tst-sscanf.c (struct test): Add testcase.
13867
13868 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
13869
13870         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
13871         (NO_TEST_INLINE): Update value.
13872         (ERRNO_UNCHANGED): Likewise.
13873         (ERRNO_EDOM): Likewise.
13874         (ERRNO_ERANGE): Likewise.
13875         (IGNORE_RESULT): Likewise.
13876         (check_float_internal): Check signs of NaN results if
13877         TEST_NAN_SIGN used.
13878         (check_complex): Pass TEST_NAN_SIGN flag through to second
13879         check_float_internal call.
13880         (copysign_test_data): Add tests with quiet NaNs as second
13881         argument.  Use TEST_NAN_SIGN.
13882         (fabs_test_data): Add test of negative quiet NaN argument.  Use
13883         TEST_NAN_SIGN.
13884         (signbit_test_data): Add tests of quiet NaN argument.
13885         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
13886
13887         * math/gen-libm-test.pl (show_exceptions): Take extra argument
13888         $ignore_result.
13889         (parse_args): Handle function results specified as IGNORE.
13890         * math/libm-test.inc (IGNORE_RESULT): New macro.
13891         (check_float_internal): Do not check numerical result if flag
13892         IGNORE_RESULT set.
13893         (check_complex): Pass through IGNORE_RESULT to second
13894         check_float_internal call.
13895         (check_int): Do not check numerical result if flag IGNORE_RESULT
13896         set.
13897         (check_long): Likewise.
13898         (check_bool): Likewise.
13899         (check_longlong): Likewise.
13900         (lrint_test_data): Add tests of infinite and NaN arguments.
13901         (lrint_tonearest_test_data): Likewise.
13902         (lrint_towardzero_test_data): Likewise.
13903         (lrint_downward_test_data): Likewise.
13904         (lrint_upward_test_data): Likewise.
13905         (llrint_test_data): Likewise.
13906         (llrint_tonearest_test_data): Likewise.
13907         (llrint_towardzero_test_data): Likewise.
13908         (llrint_downward_test_data): Likewise.
13909         (llrint_upward_test_data): Likewise.
13910         (lround_test_data): Likewise.
13911         (llround_test_data): Likewise.
13912
13913         * math/libm-test.inc (NO_TEST_INLINE): New macro.
13914         (ERRNO_UNCHANGED): Update value.
13915         (ERRNO_EDOM): Likewise.
13916         (ERRNO_ERANGE): Likewise.
13917         (NO_TEST_INLINE_FLOAT): New macro.
13918         (NO_TEST_INLINE_DOUBLE): Likewise.
13919         (enable_test): New function.
13920         (RUN_TEST_f_f): Check enable_test before running test.
13921         (RUN_TEST_2_f): Likewise.
13922         (RUN_TEST_fff_f): Likewise.
13923         (RUN_TEST_c_f): Likewise.
13924         (RUN_TEST_f_f1): Likewise.
13925         (RUN_TEST_fF_f1): Likewise.
13926         (RUN_TEST_fI_f1): Likewise.
13927         (RUN_TEST_ffI_f1): Likewise.
13928         (RUN_TEST_c_c): Likewise.
13929         (RUN_TEST_cc_c): Likewise.
13930         (RUN_TEST_f_i): Likewise.
13931         (RUN_TEST_f_i_tg): Likewise.
13932         (RUN_TEST_ff_i_tg): Likewise.
13933         (RUN_TEST_f_b): Likewise.
13934         (RUN_TEST_f_b_tg): Likewise.
13935         (RUN_TEST_f_l): Likewise.
13936         (RUN_TEST_f_L): Likewise.
13937         (RUN_TEST_fFF_11): Likewise.
13938         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
13939         conditionals.
13940         (cosh_test_data): Likewise.
13941         (exp_test_data): Likewise.
13942         (expm1_test_data): Likewise.
13943         (hypot_test_data): Likewise.
13944         (pow_test_data): Likewise.
13945         (sinh_test_data): Likewise.
13946         (tanh_test_data): Likewise.
13947         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
13948         flags argument.
13949
13950         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
13951         tests with quiet NaN input and output.
13952         (acosh_test_data): Likewise.
13953         (asin_test_data): Likewise.
13954         (asinh_test_data): Likewise.
13955         (atan_test_data): Likewise.
13956         (atanh_test_data): Likewise.
13957         (atan2_test_data): Likewise.
13958         (cbrt_test_data): Likewise.
13959         (cos_test_data): Likewise.
13960         (cosh_test_data): Likewise.
13961         (erf_test_data): Likewise.
13962         (erfc_test_data): Likewise.
13963         (exp_test_data): Likewise.
13964         (exp10_test_data): Likewise.
13965         (exp2_test_data): Likewise.
13966         (expm1_test_data): Likewise.
13967         (hypot_test_data): Likewise.
13968         (j0_test_data): Likewise.
13969         (j1_test_data): Likewise.
13970         (jn_test_data): Likewise.
13971         (lgamma_test_data): Likewise.
13972         (log_test_data): Likewise.
13973         (log10_test_data): Likewise.
13974         (log1p_test_data): Likewise.
13975         (log2_test_data): Likewise.
13976         (pow_test_data): Likewise.
13977         (scalb_test_data): Likewise.
13978         (sin_test_data): Likewise.
13979         (sincos_test_data): Likewise.
13980         (sinh_test_data): Likewise.
13981         (tan_test_data): Likewise.
13982         (tanh_test_data): Likewise.
13983         (tgamma_test_data): Likewise.
13984         (y0_test_data): Likewise.
13985         (y1_test_data): Likewise.
13986         (yn_test_data): Likewise.
13987
13988         [BZ #16167]
13989         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
13990         argument being NaN and avoid computations with second argument in
13991         that case.
13992         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
13993         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
13994         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
13995
13996 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
13997
13998         * locale/iso-639.def: Add Chitwani Tharu (the).
13999
14000 2013-11-14  Andreas Schwab  <schwab@suse.de>
14001
14002         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
14003         word instead of empty string.
14004
14005 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14006
14007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14008         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
14009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14010         (__fe_nomask_env): Likewise.
14011
14012 2013-11-13  Steve Ellcey  <sellcey@mips.com>
14013
14014         * benchtests/bench-timing.h: Include time.h.
14015
14016 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
14017
14018         [BZ #15997]
14019         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
14020         to 3.4.0 for x32.
14021         * sysdeps/unix/sysv/linux/configure: Regenerated.
14022
14023 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
14024
14025         [BZ #16151]
14026         * stdlib/strtod_l.c (round_and_return): Do not consider
14027         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
14028         exponent one less than half the least subnormal exponent.
14029         * stdlib/test-strtod-round-data: Add more tests.
14030         * stdlib/tst-strtod-round.c (tests): Regenerated.
14031
14032 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14033
14034         [BZ #14143]
14035         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
14036         (__fe_mask_env): Likewise.
14037         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
14038         libm_hidden_proto and add function prototype.
14039         (__fe_mask_env): Add function prototype.
14040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14041         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
14042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
14043         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
14044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14045         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
14046
14047 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
14048
14049         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
14050         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
14051
14052 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
14053
14054         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
14055         of htab_find_slot().
14056
14057 2013-11-11  David S. Miller  <davem@davemloft.net>
14058
14059         [BZ #16150]
14060         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
14061         symbol in the non-vis3 case in static builds.
14062         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
14063         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
14064         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
14065         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
14066
14067 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
14068
14069         [BZ #387]
14070         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
14071         it is empty.
14072
14073 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14074
14075         * benchtests/Makefile: Add bench-strtod.
14076         * benchtests/bench-strtod.c: New file: strtod benchtest
14077
14078 2013-11-11  Andreas Schwab  <schwab@suse.de>
14079
14080         [BZ #16153]
14081         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
14082         terminating NUL in key length.
14083
14084 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14085
14086         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
14087         Add artificial ODP entry for vDSO symbol for PPC64.
14088         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
14089         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
14090
14091 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
14092
14093         [BZ #15374]
14094         * nss/getent.c (services_keys): Recognize services starting with digit.
14095
14096 2013-11-06  David S. Miller  <davem@davemloft.net>
14097
14098         [BZ #15985]
14099         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
14100         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
14101
14102 2013-11-06  Will Newton  <will.newton@linaro.org>
14103
14104         * manual/memory.texi (Malloc Examples): Remove register
14105         keyword from examples.
14106
14107 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
14108
14109         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
14110
14111 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
14112
14113         [BZ #6981]
14114         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
14115         depending on [__GCC_IEC_559 > 0].
14116         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
14117         depending on [__GCC_IEC_559_COMPLEX > 0].
14118
14119 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
14120
14121         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
14122         to iso-639.def.
14123
14124 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
14125
14126         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
14127
14128 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
14129
14130         [BZ #16112]
14131         * malloc/malloc (malloc_info): Do not handle first bin as
14132         special case.
14133
14134 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
14135
14136         * locale/iso-639.def: Add Central Nahuatl (nhn).
14137
14138 2013-11-01  Bruno Haible  <bruno@clisp.org>
14139
14140         [BZ #7003]
14141         * manual/math.texi (BSD Random): Specify range upper bound as
14142         in POSIX.
14143
14144 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
14145
14146         * locale/iso-639.def: Add Meadow Mari (mhr).
14147
14148 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
14149
14150         [BZ #14752], [BZ #15763]
14151         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
14152         Validate name.
14153         * rt/tst_shm.c: Add test for escaping directory.
14154
14155 2013-10-31  Andreas Schwab  <schwab@suse.de>
14156
14157         [BZ #15917]
14158         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
14159         followed by 'x' as part of digit sequence.
14160         * stdio-common/tst-sscanf.c (double_tests2): New tests.
14161
14162 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
14163
14164         [BZ #16037]
14165         * configure.ac: allow GNU Make 4.0 and greater.
14166         * configure: Regenerated.
14167
14168 2013-10-30  Will Newton  <will.newton@linaro.org>
14169
14170         [BZ #16038]
14171         * malloc/hooks.c (memalign_check): Limit alignment to the
14172         maximum representable power of two.
14173         * malloc/malloc.c (__libc_memalign): Likewise.
14174         * malloc/tst-memalign.c (do_test): Add test for very
14175         large alignment values.
14176         * malloc/tst-posix_memalign.c (do_test): Likewise.
14177
14178 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
14179
14180         [BZ #11087]
14181         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
14182         (munmap_chunk): Likewise.
14183         (mremap_chunk): Likewise.
14184
14185 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
14186
14187         [BZ #15799]
14188         * stdlib/div.c (div): Remove obsolete code.
14189         * stdlib/ldiv.c (ldiv): Likewise.
14190         * stdlib/lldiv.c (lldiv): Likewise.
14191
14192 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14193
14194         [BZ #16071]
14195         * nss/nss_files/files-XXX.c (get_contents_ret): New
14196         enumerator.
14197         (get_contents): New function.
14198         (internal_getent): Use it.  Expand size of LINEBUFLEN.
14199
14200 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
14201
14202         * configure.in: Moved to ...
14203         * configure.ac: ... here. Change reference to configure.in
14204         to configure.ac.
14205         * sysdeps/arm/preconfigure.ac: ... here.
14206         configure.in to configure.ac.
14207         * sysdeps/gnu/configure.in: Moved to ...
14208         * sysdeps/gnu/configure.ac: ... here.
14209         * sysdeps/i386/configure.in: Moved to ...
14210         * sysdeps/i386/configure.ac: ... here.
14211         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
14212         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
14213         * sysdeps/mach/configure.in: Moved to ...
14214         * sysdeps/mach/configure.ac: ... here.
14215         * sysdeps/mach/hurd/configure.in: Moved to ...
14216         * sysdeps/mach/hurd/configure.ac: ... here.
14217         * sysdeps/powerpc/configure.in: Moved to ...
14218         * sysdeps/powerpc/configure.ac: ... here.
14219         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
14220         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
14221         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
14222         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
14223         * sysdeps/s390/s390-32/configure.in: Moved to ...
14224         * sysdeps/s390/s390-32/configure.ac: ... here.
14225         * sysdeps/s390/s390-64/configure.in: Moved to ...
14226         * sysdeps/s390/s390-64/configure.ac: ... here.
14227         * sysdeps/sh/configure.in: Moved to ...
14228         * sysdeps/sh/configure.ac: ... here.
14229         * sysdeps/sparc/configure.in: Moved to ...
14230         * sysdeps/sparc/configure.ac: ... here.
14231         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
14232         * sysdeps/unix/sysv/linux/configure.ac: ... here.
14233         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
14234         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
14235         * sysdeps/x86_64/configure.in: Moved to ...
14236         * sysdeps/x86_64/configure.ac: ... here.
14237         * sysdeps/x86_64/preconfigure.in: Moved to ...
14238         * sysdeps/x86_64/preconfigure.ac: ... here.
14239         * aclocal.m4: Change reference to configure.in to configure.ac.
14240         * config.h.in: Likewise.
14241         * manual/install.texi: Likewise.
14242         * manual/maint.texi: Likewise.
14243         * Makefile: Likewise.
14244         * malloc/Makefile: Likewise.
14245         * nscd/Makefile: Likewise.
14246         * Makeconfig: Change reference to configure.in and
14247         preconfigure.in to configure.ac and preconfigure.ac
14248         respectively.
14249         * INSTALL: Regenerated.
14250         * configure: Likewise.
14251         * sysdeps/gnu/configure: Likewise.
14252         * sysdeps/i386/configure: Likewise.
14253         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
14254         * sysdeps/mach/configure: Likewise.
14255         * sysdeps/mach/hurd/configure: Likewise.
14256         * sysdeps/powerpc/configure: Likewise.
14257         * sysdeps/powerpc/powerpc32/configure: Likewise.
14258         * sysdeps/powerpc/powerpc64/configure: Likewise.
14259         * sysdeps/s390/s390-32/configure: Likewise.
14260         * sysdeps/s390/s390-64/configure: Likewise.
14261         * sysdeps/sh/configure: Likewise.
14262         * sysdeps/sparc/configure: Likewise.
14263         * sysdeps/unix/sysv/linux/configure: Likewise.
14264         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
14265         * sysdeps/x86_64/configure: Likewise.
14266         * sysdeps/x86_64/preconfigure: Likewise.
14267
14268 2013-10-29  Andreas Schwab  <schwab@suse.de>
14269
14270         * stdio-common/Makefile (tst-swscanf-ENV): Define.
14271
14272 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14273
14274         * benchtests/pow-inputs: Add new inputs.
14275
14276         * benchtests/exp-inputs: Add new inputs.
14277
14278         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
14279         conditional check for return value.
14280         (__cos32): Likewise.
14281
14282 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14283
14284         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
14285         to provide a boost for large inputs with word alignment.
14286         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
14287         implementation based on optimized PPC64 strcpy.
14288         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
14289         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
14290         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
14291         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
14292
14293 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
14294
14295         [BZ #2801]
14296         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
14297
14298 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
14299
14300         [BZ #14876]
14301         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
14302         * time/tst-strptime.c (day_tests): Add testcase.
14303
14304 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
14305
14306         [BZ #14029]
14307         * manual/pattern.texi: Acknowledge that fnmatch can fail.
14308
14309 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
14310
14311         [BZ #16074]
14312         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
14313         MAP_FAILED on error.
14314
14315 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
14316
14317         [BZ #16072]
14318         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
14319         heap for large requests.
14320
14321 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
14322
14323         [BZ #9954]
14324         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
14325         result if the result has no associated interface.
14326         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
14327         interface for all 127.X.Y.Z addresses.
14328
14329 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
14330
14331         * locale/iso-639.def: Add Ligurian (lij)
14332
14333 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
14334
14335         [BZ #15825]
14336         * sunrpc/rpc_main.c: Document rpcgen -5.
14337
14338 2013-10-19  Michael Stahl  <mstahl@redhat.com>
14339
14340         * elf/rtld.c (do_preload): Print the reason why preloading failed.
14341
14342 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
14343
14344         [BZ #10278]
14345         * posix/glob.c: Match only directories when trailing slash is present.
14346         * posix/tst-gnuglob.c (my_opendir): Do not open files.
14347         (main): Add testcase.
14348
14349 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
14350
14351         [BZ #15670]
14352         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
14353
14354 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
14355
14356         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
14357         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
14358         AUTH_DES and cindex for FIPS 140-2.
14359         (DES Encryption): Add cindex FIPS 46-3.
14360
14361         * locale/locarchive.h (struct locarhandle): Add fname.
14362         * locale/programs/localedef.c (main): Pass ARGV[remaining]
14363         if an optional argument was specified to --list-archive,
14364         otherwise NULL.
14365         * locale/programs/locarchive.c (show_archive_content): Take new
14366         argument fname and pass it via ah.fname to open_archive.
14367         * locale/programs/localedef.h: Update decl.
14368         (open_archive): If AH->fname is non-null, open that file
14369         rather than the default file name, and don't ignore ENOENT.
14370         (create_archive): Set AH.fname to NULL.
14371         (delete_locales_from_archive): Likewise.
14372         (add_locales_to_archive): Likewise.
14373         * locale/programs/locfile.c (write_all_categories): Likewise.
14374
14375 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
14376             Aldy Hernandez  <aldyh@redhat.com>
14377
14378         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
14379         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
14380         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
14381         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
14382         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
14383         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
14384         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
14385         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
14386         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
14387         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
14388         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
14389         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
14390         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
14391         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
14392         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
14393         Likewise.
14394         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
14395         Likewise.
14396         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
14397         Likewise.
14398         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
14399         Likewise.
14400         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
14401         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
14402         Likewise.
14403         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
14404         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
14405         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
14406         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
14407         Likewise.
14408         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
14409         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
14410         * sysdeps/powerpc/preconfigure: Likewise.
14411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
14412         Likewise.
14413         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
14414         Replace contents of file by #include of <fenv_libc.h>.
14415         * sysdeps/powerpc/soft-fp/sfp-machine.h
14416         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
14417         and <sys/prctl.h>.
14418         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
14419         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
14420         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
14421         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
14422         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
14423         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
14424         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
14425         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
14426         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
14427         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
14428         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
14429         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
14430         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
14431         Allow copysignl PLT reference to be missing.
14432
14433 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
14434             Joseph Myers  <joseph@codesourcery.com
14435
14436         [BZ #15948]
14437         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
14438         single character.
14439         (add_to_tablewc): Assert sequence of wide characters is nonempty.
14440
14441 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
14442
14443         * elf/tst-tls-dlinfo.c: Don't include tls.h.
14444         * elf/tst-tls1.c: Likewise.
14445         * elf/tst-tls10.h: Likewise.
14446         * elf/tst-tls14.c: Likewise.
14447         * elf/tst-tls2.c: Likewise.
14448         * elf/tst-tls3.c: Likewise.
14449         * elf/tst-tls4.c: Likewise.
14450         * elf/tst-tls5.c: Likewise.
14451         * elf/tst-tls6.c: Likewise.
14452         * elf/tst-tls7.c: Likewise.
14453         * elf/tst-tls8.c: Likewise.
14454         * elf/tst-tls9.c: Likewise.
14455         * elf/tst-tlsmod1.c: Likewise.
14456         * elf/tst-tlsmod13.c: Likewise.
14457         * elf/tst-tlsmod13a.c: Likewise.
14458         * elf/tst-tlsmod14a.c: Likewise.
14459         * elf/tst-tlsmod16a.c: Likewise.
14460         * elf/tst-tlsmod16b.c: Likewise.
14461         * elf/tst-tlsmod2.c: Likewise.
14462         * elf/tst-tlsmod3.c: Likewise.
14463         * elf/tst-tlsmod4.c: Likewise.
14464         * elf/tst-tlsmod5.c: Likewise.
14465         * elf/tst-tlsmod6.c: Likewise.
14466
14467 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
14468
14469         [BZ #12486]
14470         * malloc/malloc.c: remove checks for statistics.
14471
14472 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
14473
14474         [BZ #15277]
14475         * inet/inet_net.c (inet_network): Detect additional invalid strings.
14476         * inet/tst-network.c: Add testcase.
14477
14478 2013-10-17  Andreas Schwab  <schwab@suse.de>
14479
14480         [BZ #15218]
14481         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
14482         to determine canonical name.
14483
14484 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
14485
14486         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
14487         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
14488         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
14489         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
14490         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
14491         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
14492         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
14493         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
14494         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
14495         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
14496         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
14497         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
14498         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
14499         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
14500         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
14501         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
14502         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
14503         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
14504         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
14505         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
14506         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
14507         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
14508         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
14509         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
14510         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
14511         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
14512         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
14513         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
14514         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
14515         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
14516         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
14517         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
14518         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
14519         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
14520         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
14521         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
14522         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
14523         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
14524         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
14525         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
14526         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
14527         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
14528         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
14529         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
14530         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
14531         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
14532         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
14533         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
14534         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
14535         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
14536         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
14537         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
14538         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
14539         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
14540         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
14541         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
14542         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
14543         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
14544
14545 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
14546
14547         [BZ #16041]
14548         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
14549         make result into a quiet NaN.
14550
14551 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
14552
14553         * soft-fp/adddf3.c: Fix horizontal whitespace.
14554         * soft-fp/addsf3.c: Likewise.
14555         * soft-fp/addtf3.c: Likewise.
14556         * soft-fp/divdf3.c: Likewise.
14557         * soft-fp/divsf3.c: Likewise.
14558         * soft-fp/divtf3.c: Likewise.
14559         * soft-fp/double.h: Likewise.
14560         * soft-fp/eqdf2.c: Likewise.
14561         * soft-fp/eqsf2.c: Likewise.
14562         * soft-fp/eqtf2.c: Likewise.
14563         * soft-fp/extenddftf2.c: Likewise.
14564         * soft-fp/extended.h: Likewise.
14565         * soft-fp/extendsfdf2.c: Likewise.
14566         * soft-fp/extendsftf2.c: Likewise.
14567         * soft-fp/extendxftf2.c: Likewise.
14568         * soft-fp/fixdfdi.c: Likewise.
14569         * soft-fp/fixdfsi.c: Likewise.
14570         * soft-fp/fixdfti.c: Likewise.
14571         * soft-fp/fixsfdi.c: Likewise.
14572         * soft-fp/fixsfsi.c: Likewise.
14573         * soft-fp/fixsfti.c: Likewise.
14574         * soft-fp/fixtfdi.c: Likewise.
14575         * soft-fp/fixtfsi.c: Likewise.
14576         * soft-fp/fixtfti.c: Likewise.
14577         * soft-fp/fixunsdfdi.c: Likewise.
14578         * soft-fp/fixunsdfsi.c: Likewise.
14579         * soft-fp/fixunsdfti.c: Likewise.
14580         * soft-fp/fixunssfdi.c: Likewise.
14581         * soft-fp/fixunssfsi.c: Likewise.
14582         * soft-fp/fixunssfti.c: Likewise.
14583         * soft-fp/fixunstfdi.c: Likewise.
14584         * soft-fp/fixunstfsi.c: Likewise.
14585         * soft-fp/fixunstfti.c: Likewise.
14586         * soft-fp/floatdidf.c: Likewise.
14587         * soft-fp/floatdisf.c: Likewise.
14588         * soft-fp/floatditf.c: Likewise.
14589         * soft-fp/floatsidf.c: Likewise.
14590         * soft-fp/floatsisf.c: Likewise.
14591         * soft-fp/floatsitf.c: Likewise.
14592         * soft-fp/floattidf.c: Likewise.
14593         * soft-fp/floattisf.c: Likewise.
14594         * soft-fp/floattitf.c: Likewise.
14595         * soft-fp/floatundidf.c: Likewise.
14596         * soft-fp/floatundisf.c: Likewise.
14597         * soft-fp/floatunditf.c: Likewise.
14598         * soft-fp/floatunsidf.c: Likewise.
14599         * soft-fp/floatunsisf.c: Likewise.
14600         * soft-fp/floatunsitf.c: Likewise.
14601         * soft-fp/floatuntidf.c: Likewise.
14602         * soft-fp/floatuntisf.c: Likewise.
14603         * soft-fp/floatuntitf.c: Likewise.
14604         * soft-fp/fmadf4.c: Likewise.
14605         * soft-fp/fmasf4.c: Likewise.
14606         * soft-fp/fmatf4.c: Likewise.
14607         * soft-fp/gedf2.c: Likewise.
14608         * soft-fp/gesf2.c: Likewise.
14609         * soft-fp/getf2.c: Likewise.
14610         * soft-fp/ledf2.c: Likewise.
14611         * soft-fp/lesf2.c: Likewise.
14612         * soft-fp/letf2.c: Likewise.
14613         * soft-fp/muldf3.c: Likewise.
14614         * soft-fp/mulsf3.c: Likewise.
14615         * soft-fp/multf3.c: Likewise.
14616         * soft-fp/negdf2.c: Likewise.
14617         * soft-fp/negsf2.c: Likewise.
14618         * soft-fp/negtf2.c: Likewise.
14619         * soft-fp/op-1.h: Likewise.
14620         * soft-fp/op-2.h: Likewise.
14621         * soft-fp/op-4.h: Likewise.
14622         * soft-fp/op-8.h: Likewise.
14623         * soft-fp/op-common.h: Likewise.
14624         * soft-fp/quad.h: Likewise.
14625         * soft-fp/single.h: Likewise.
14626         * soft-fp/soft-fp.h: Likewise.
14627         * soft-fp/sqrtdf2.c: Likewise.
14628         * soft-fp/sqrtsf2.c: Likewise.
14629         * soft-fp/sqrttf2.c: Likewise.
14630         * soft-fp/subdf3.c: Likewise.
14631         * soft-fp/subsf3.c: Likewise.
14632         * soft-fp/subtf3.c: Likewise.
14633         * soft-fp/truncdfsf2.c: Likewise.
14634         * soft-fp/trunctfdf2.c: Likewise.
14635         * soft-fp/trunctfsf2.c: Likewise.
14636         * soft-fp/trunctfxf2.c: Likewise.
14637         * soft-fp/unorddf2.c: Likewise.
14638         * soft-fp/unordsf2.c: Likewise.
14639         * soft-fp/unordtf2.c: Likewise.
14640
14641 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
14642
14643         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
14644         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
14645
14646 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
14647
14648         * elf/dl-libc.c: Clear initfini list after freeing.
14649
14650 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
14651
14652         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
14653         * soft-fp/addsf3.c: Likewise.
14654         * soft-fp/addtf3.c: Likewise.
14655         * soft-fp/divdf3.c: Likewise.
14656         * soft-fp/divsf3.c: Likewise.
14657         * soft-fp/divtf3.c: Likewise.
14658         * soft-fp/double.h: Likewise.
14659         * soft-fp/eqdf2.c: Likewise.
14660         * soft-fp/eqsf2.c: Likewise.
14661         * soft-fp/eqtf2.c: Likewise.
14662         * soft-fp/extenddftf2.c: Likewise.
14663         * soft-fp/extended.h: Likewise.
14664         * soft-fp/extendsfdf2.c: Likewise.
14665         * soft-fp/extendsftf2.c: Likewise.
14666         * soft-fp/extendxftf2.c: Likewise.
14667         * soft-fp/fixdfdi.c: Likewise.
14668         * soft-fp/fixdfsi.c: Likewise.
14669         * soft-fp/fixdfti.c: Likewise.
14670         * soft-fp/fixsfdi.c: Likewise.
14671         * soft-fp/fixsfsi.c: Likewise.
14672         * soft-fp/fixsfti.c: Likewise.
14673         * soft-fp/fixtfdi.c: Likewise.
14674         * soft-fp/fixtfsi.c: Likewise.
14675         * soft-fp/fixtfti.c: Likewise.
14676         * soft-fp/fixunsdfdi.c: Likewise.
14677         * soft-fp/fixunsdfsi.c: Likewise.
14678         * soft-fp/fixunsdfti.c: Likewise.
14679         * soft-fp/fixunssfdi.c: Likewise.
14680         * soft-fp/fixunssfsi.c: Likewise.
14681         * soft-fp/fixunssfti.c: Likewise.
14682         * soft-fp/fixunstfdi.c: Likewise.
14683         * soft-fp/fixunstfsi.c: Likewise.
14684         * soft-fp/fixunstfti.c: Likewise.
14685         * soft-fp/floatdidf.c: Likewise.
14686         * soft-fp/floatdisf.c: Likewise.
14687         * soft-fp/floatditf.c: Likewise.
14688         * soft-fp/floatsidf.c: Likewise.
14689         * soft-fp/floatsisf.c: Likewise.
14690         * soft-fp/floatsitf.c: Likewise.
14691         * soft-fp/floattidf.c: Likewise.
14692         * soft-fp/floattisf.c: Likewise.
14693         * soft-fp/floattitf.c: Likewise.
14694         * soft-fp/floatundidf.c: Likewise.
14695         * soft-fp/floatundisf.c: Likewise.
14696         * soft-fp/floatunsidf.c: Likewise.
14697         * soft-fp/floatunsisf.c: Likewise.
14698         * soft-fp/floatuntidf.c: Likewise.
14699         * soft-fp/floatuntisf.c: Likewise.
14700         * soft-fp/floatuntitf.c: Likewise.
14701         * soft-fp/fmadf4.c: Likewise.
14702         * soft-fp/fmasf4.c: Likewise.
14703         * soft-fp/fmatf4.c: Likewise.
14704         * soft-fp/gedf2.c: Likewise.
14705         * soft-fp/gesf2.c: Likewise.
14706         * soft-fp/getf2.c: Likewise.
14707         * soft-fp/ledf2.c: Likewise.
14708         * soft-fp/lesf2.c: Likewise.
14709         * soft-fp/letf2.c: Likewise.
14710         * soft-fp/muldf3.c: Likewise.
14711         * soft-fp/mulsf3.c: Likewise.
14712         * soft-fp/multf3.c: Likewise.
14713         * soft-fp/negdf2.c: Likewise.
14714         * soft-fp/negsf2.c: Likewise.
14715         * soft-fp/negtf2.c: Likewise.
14716         * soft-fp/op-1.h: Likewise.
14717         * soft-fp/op-2.h: Likewise.
14718         * soft-fp/op-4.h: Likewise.
14719         * soft-fp/op-8.h: Likewise.
14720         * soft-fp/op-common.h: Likewise.
14721         * soft-fp/quad.h: Likewise.
14722         * soft-fp/single.h: Likewise.
14723         * soft-fp/soft-fp.h: Likewise.
14724         * soft-fp/sqrtdf2.c: Likewise.
14725         * soft-fp/sqrtsf2.c: Likewise.
14726         * soft-fp/sqrttf2.c: Likewise.
14727         * soft-fp/subdf3.c: Likewise.
14728         * soft-fp/subsf3.c: Likewise.
14729         * soft-fp/subtf3.c: Likewise.
14730         * soft-fp/truncdfsf2.c: Likewise.
14731         * soft-fp/trunctfdf2.c: Likewise.
14732         * soft-fp/trunctfsf2.c: Likewise.
14733         * soft-fp/trunctfxf2.c: Likewise.
14734         * soft-fp/unorddf2.c: Likewise.
14735         * soft-fp/unordsf2.c: Likewise.
14736         * soft-fp/unordtf2.c: Likewise.
14737
14738 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
14739
14740         [BZ #15672]
14741         * misc/error.c (error_tail): Fix possible buffer overflow.
14742
14743 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
14744
14745         [BZ #13028]
14746         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
14747         address.
14748
14749 2013-10-14  P. J. McDermott  <pj@pehjota.net>
14750
14751         [BZ #832]
14752         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
14753         testing pipefail option.
14754
14755 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
14756
14757         * soft-fp/double.h: Indent preprocessor directives inside #if.
14758         * soft-fp/extended.h: Likewise.
14759         * soft-fp/op-2.h: Likewise.
14760         * soft-fp/op-4.h: Likewise.
14761         * soft-fp/op-common.h: Likewise.
14762         * soft-fp/quad.h: Likewise.
14763         * soft-fp/single.h: Likewise.
14764         * soft-fp/soft-fp.h: Likewise.
14765
14766 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
14767
14768         * iconv/iconv_prog.c: Fix typos.
14769         * stdio-common/psiginfo-data.h: Likewise.
14770
14771 2013-10-12   Reuben Thomas <rrt@sc3d.org>
14772
14773         [BZ #15764]
14774         * locale/setlocale.c: Fix typo.
14775
14776 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
14777
14778         [BZ #16036]
14779         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
14780         signaling NaN arguments.
14781         * soft-fp/unordsf2.c (__unordsf2): Likewise.
14782         * soft-fp/unordtf2.c (__unordtf2): Likewise.
14783
14784         [BZ #14910]
14785         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
14786         unordered operands.
14787         * soft-fp/gesf2.c (__gesf2): Likewise.
14788         * soft-fp/getf2.c (__getf2): Likewise.
14789         * soft-fp/ledf2.c (__ledf2): Likewise.
14790         * soft-fp/lesf2.c (__lesf2): Likewise.
14791         * soft-fp/letf2.c (__letf2): Likewise.
14792
14793         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
14794         * soft-fp/eqsf2.c (__eqsf2): Likewise.
14795         * soft-fp/eqtf2.c (__eqtf2): Likewise.
14796         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
14797         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
14798         * soft-fp/fixdfti.c (__fixdfti): Likewise.
14799         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
14800         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
14801         * soft-fp/fixsfti.c (__fixsfti): Likewise.
14802         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
14803         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
14804         * soft-fp/fixtfti.c (__fixtfti): Likewise.
14805         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
14806         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
14807         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
14808         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
14809         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
14810         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
14811         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
14812         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
14813         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
14814         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
14815         * soft-fp/floatdisf.c (__floatdisf): Likewise.
14816         * soft-fp/floatsisf.c (__floatsisf): Likewise.
14817         * soft-fp/floattidf.c (__floattidf): Likewise.
14818         * soft-fp/floattisf.c (__floattisf): Likewise.
14819         * soft-fp/floattitf.c (__floattitf): Likewise.
14820         * soft-fp/floatundidf.c (__floatundidf): Likewise.
14821         * soft-fp/floatundisf.c (__floatundisf): Likewise.
14822         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
14823         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
14824         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
14825         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
14826         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
14827         * soft-fp/gesf2.c (__gesf2): Likewise.
14828         * soft-fp/getf2.c (__getf2): Likewise.
14829         * soft-fp/ledf2.c (__ledf2): Likewise.
14830         * soft-fp/lesf2.c (__lesf2): Likewise.
14831         * soft-fp/letf2.c (__letf2): Likewise.
14832
14833         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
14834         Undefine and redefine.
14835         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
14836         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
14837         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
14838         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
14839         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14840         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
14841         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14842         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
14843         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14844         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
14845         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14846         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
14847         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14848         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
14849         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14850
14851         [BZ #16032]
14852         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
14853         without decrementing exponent if mantissa >= that for the
14854         denominator, not >.
14855         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
14856         denominator, not >.  Decrement exponent in < case instead of
14857         incrementing in >= case.
14858         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
14859         without decrementing exponent if mantissa >= that for the
14860         denominator, not >.
14861
14862         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
14863         computing saturated result for unsigned overflow.
14864
14865 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
14866             Jeff Law  <law@redhat.com>
14867
14868         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
14869         (atan2Mp): Add systemtap probe marker.
14870         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
14871         (__ieee754_log): Add systemtap probe marker.
14872         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
14873         (atanMp): Add systemtap probe marker.
14874         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
14875         (tanMp): Add systemtap probe marker.
14876         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
14877         (__slowexp): Add systemtap probe marker.
14878         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
14879         (__slowpow): Add systemtap probe marker.
14880         * manual/probes.texi: Document probes.
14881
14882 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
14883
14884         [BZ #15362]
14885         * libio/fileops.c (_IO_new_file_write): Return count of bytes
14886         written.
14887         (_IO_new_file_xsputn): Don't return EOF if nothing has been
14888         written.
14889         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
14890         written to buffer but not flushed.
14891         * libio/iofwrite_u.c:  Likewise.
14892         * libio/iopadn.c:  Return bytes returned even if EOF was
14893         encountered.
14894         * libio/iowpadn.c:  Likewise.
14895         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
14896         if _IO_padn does not write the whole buffer.
14897         [!COMPILE_WPRINTF] (PAD): Likewise.
14898
14899 2013-10-10  David S. Miller  <davem@davemloft.net>
14900
14901         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
14902         directory block.
14903
14904 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
14905
14906         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
14907         instead of FSF address.
14908         * soft-fp/fixdfti.c: Likewise.
14909         * soft-fp/fixsfti.c: Likewise.
14910         * soft-fp/fixtfti.c: Likewise.
14911         * soft-fp/fixunsdfti.c: Likewise.
14912         * soft-fp/fixunssfti.c: Likewise.
14913         * soft-fp/fixunstfti.c: Likewise.
14914         * soft-fp/floattidf.c: Likewise.
14915         * soft-fp/floattisf.c: Likewise.
14916         * soft-fp/floattitf.c: Likewise.
14917         * soft-fp/floatuntidf.c: Likewise.
14918         * soft-fp/floatuntisf.c: Likewise.
14919         * soft-fp/floatuntitf.c: Likewise.
14920         * soft-fp/trunctfxf2.c: Likewise.
14921
14922         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
14923         * soft-fp/fixdfti.c: Likewise.
14924         * soft-fp/fixsfti.c: Likewise.
14925         * soft-fp/fixtfti.c: Likewise.
14926         * soft-fp/fixunsdfti.c: Likewise.
14927         * soft-fp/fixunssfti.c: Likewise.
14928         * soft-fp/fixunstfti.c: Likewise.
14929         * soft-fp/floattidf.c: Likewise.
14930         * soft-fp/floattisf.c: Likewise.
14931         * soft-fp/floattitf.c: Likewise.
14932         * soft-fp/floatuntidf.c: Likewise.
14933         * soft-fp/floatuntisf.c: Likewise.
14934         * soft-fp/floatuntitf.c: Likewise.
14935         * soft-fp/trunctfxf2.c: Likewise.
14936
14937 2013-10-10  David S. Miller  <davem@davemloft.net>
14938
14939         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14940
14941 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
14942
14943         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
14944         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
14945         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
14946         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
14947         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
14948         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
14949         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
14950
14951         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
14952         for NaNs before doing comparisons on argument.
14953         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
14954         Likewise.
14955
14956 2013-10-10  Will Newton  <will.newton@linaro.org>
14957
14958         * malloc/hooks.c (memalign_check): Ensure the value of bytes
14959         passed to _int_memalign does not overflow.
14960
14961 2013-10-10  Torvald Riegel  <triegel@redhat.com>
14962
14963         * scripts/bench.pl: Add include-sources directive.
14964         * benchtests/README: Update documentation.
14965
14966 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
14967
14968         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
14969         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
14970         instead of FP_INIT_ROUNDMODE.
14971         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
14972         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
14973
14974         [BZ #16034]
14975         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
14976         copy class of input value.
14977         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
14978         not handle exceptions.
14979         * soft-fp/negsf2.c (__negsf2): Likewise.
14980         * soft-fp/negtf2.c (__negtf2): Likewise.
14981         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
14982
14983 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
14984
14985         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
14986         semicolon.  From Linux kernel.
14987
14988 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
14989
14990         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
14991
14992 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
14993
14994         [BZ #156]
14995         * manual/socket.texi: Added statement about buffer
14996         for gethostbyname2_r.
14997
14998 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
14999
15000         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
15001         Use .p2align directive instead, throughout.
15002         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
15003         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
15004         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
15005         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
15006         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
15007         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
15008         * sysdeps/x86_64/strchr.S: Likewise.
15009         * sysdeps/x86_64/strrchr.S: Likewise.
15010
15011 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
15012
15013         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
15014
15015         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
15016
15017         * sysdeps/generic/math_private.h (__mpsin1): Remove
15018         declaration.
15019         (__mpcos1): Likewise.
15020         (__mpsin): New argument __range_reduce.
15021         (__mpcos): Likewise.
15022         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15023         (slow): Use __mpsin and __mpcos.
15024         (slow1): Likewise.
15025         (slow2): Likewise.
15026         (sloww): Likewise.
15027         (sloww1): Likewise.
15028         (sloww2): Likewise.
15029         (bsloww): Likewise.
15030         (bsloww1): Likewise.
15031         (bsloww2): Likewise.
15032         (cslow2): Likewise.
15033         (csloww): Likewise.
15034         (csloww1): Likewise.
15035         (csloww2): Likewise.
15036         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
15037         range_reduce.  Merge in __mpsin1.
15038         (__mpcos): Likewise.
15039         (__mpsin1): Remove.
15040         (__mpcos1): Likewise.
15041
15042 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
15043
15044         * locale/loadlocale.c (_nl_intern_locale_data): Use
15045         LOCFILE_ALIGNED_P.
15046         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
15047         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
15048         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
15049         obstack data is appropriately aligned.
15050         (obstack_int32_grow_fast): Likewise.
15051         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
15052         * locale/programs/locfile.c (add_locale_uint32): Likewise.
15053         (add_locale_uint32_array): Likewise.
15054
15055 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
15056
15057         * benchtests/Makefile: Remove ARGLIST and RET variables.
15058         ($(objpfx)bench-%.c): Pass only function name to the script.
15059         * benchtests/README: Update documentation.
15060         * benchtests/acos-inputs: Add new directives.
15061         * benchtests/acosh-inputs: Likewise.
15062         * benchtests/asin-inputs: Likewise.
15063         * benchtests/asinh-inputs: Likewise.
15064         * benchtests/atan-inputs: Likewise.
15065         * benchtests/atanh-inputs: Likewise.
15066         * benchtests/cos-inputs: Likewise.
15067         * benchtests/cosh-inputs: Likewise.
15068         * benchtests/exp-inputs: Likewise.
15069         * benchtests/log-inputs: Likewise.
15070         * benchtests/pow-inputs: Likewise.
15071         * benchtests/rint-inputs: Likewise.
15072         * benchtests/sin-inputs: Likewise.
15073         * benchtests/sinh-inputs: Likewise.
15074         * benchtests/tan-inputs: Likewise.
15075         * benchtests/tanh-inputs: Likewise.
15076         * scripts/bench.pl: Add support for new directives.
15077
15078 2013-10-07  Alan Modra  <amodra@gmail.com>
15079
15080         * README: Fix careless merge.
15081
15082 2013-10-05  Alan Modra  <amodra@gmail.com>
15083
15084         * NEWS: Mention powerpc64le support and bugs fixed.
15085         * README: Both big-endian and little-endian powerpc64 supported.
15086
15087 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15088
15089         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
15090         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
15091         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
15092         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
15093
15094 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
15095
15096         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
15097         match prototype.
15098
15099 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
15100
15101         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
15102         Move -mhard-float appending from
15103         ports/sysdeps/powerpc/powerpc32/Makefile.
15104         [$(with-fp) = yes] (ASFLAGS): Likewise.
15105         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
15106         * sysdeps/powerpc/nofpu: Move directory from
15107         ports/sysdeps/powerpc/nofpu.
15108         * sysdeps/powerpc/soft-fp: Move directory from
15109         ports/sysdeps/powerpc/soft-fp.
15110         * sysdeps/powerpc/powerpc32/405: Move directory from
15111         ports/sysdeps/powerpc/powerpc32/405.
15112         * sysdeps/powerpc/powerpc32/440: Move directory from
15113         ports/sysdeps/powerpc/powerpc32/440.
15114         * sysdeps/powerpc/powerpc32/464: Move directory from
15115         ports/sysdeps/powerpc/powerpc32/464.
15116         * sysdeps/powerpc/powerpc32/476: Move directory from
15117         ports/sysdeps/powerpc/powerpc32/476.
15118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
15119         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
15120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
15121         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
15122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
15123         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
15124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
15125         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
15126         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
15127         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
15128         * README: Update for powerpc-*-linux-gnu software floating point
15129         support in libc.
15130
15131         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
15132         case to powerpc/powerpc32*.
15133         * sysdeps/unix/sysv/linux/configure: Regenerated.
15134
15135         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
15136         (_FPU_MASK_OM): Define as 0x04.
15137         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
15138         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
15139         0x00c10080.
15140         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
15141         0x0000003c.
15142         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
15143
15144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
15145         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
15146         getcontext_e500.
15147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
15148         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
15149         setcontext_e500.
15150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
15151         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
15152         and setcontext_e500.
15153
15154 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
15155
15156         * locale/iso-3166.def: Update iso-1366.def and related occurrences
15157
15158 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15159
15160         * manual/threads.texi (Default Thread Attributes): Fix typo.
15161
15162 2013-10-04  Will Newton  <will.newton@linaro.org>
15163
15164         * malloc/Makefile: Add tst-memalign.
15165         * malloc/tst-memalign.c: New file.
15166
15167         * malloc/tst-posix_memalign.c: Add comments.
15168         (do_test): Add comments and call free on all potentially
15169         allocated pointers. Add space after cast.
15170
15171         * malloc/tst-pvalloc.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         * malloc/tst-valloc.c: Add comments.
15177         (do_test): Add comments and call free on all potentially
15178         allocated pointers. Remove duplicate check for NULL pointer.
15179         Add space after cast.
15180
15181 2013-10-04  Alan Modra  <amodra@gmail.com>
15182
15183         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15184         Use stdint types in rather than __attribute__((mode())).
15185         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15186
15187 2013-10-04  Alan Modra  <amodra@gmail.com>
15188
15189         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15190         Correct handling of unaligned relocs for little-endian.
15191         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15192
15193 2013-10-04  Alan Modra  <amodra@gmail.com>
15194
15195         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
15196         * configure: Regenerate.
15197         * nptl/shlib-versions: Powerpc*le starts at 2.18.
15198         * shlib-versions: Likewise.
15199
15200 2013-10-04  Alan Modra  <amodra@gmail.com>
15201
15202         * string/tester.c (test_memrchr): Increment reported test cycle.
15203
15204 2013-10-04  Alan Modra  <amodra@gmail.com>
15205
15206         * string/test-memcpy.c (do_one_test): When reporting errors, print
15207         string address and don't overrun end of string.
15208
15209 2013-10-04  Alan Modra  <amodra@gmail.com>
15210
15211         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
15212         insrdi.  Make better use of reg selection to speed exit slightly.
15213         Schedule entry path a little better.  Remove useless "are we done"
15214         checks on entry to main loop.  Handle wrapping around zero address.
15215         Correct main loop count.  Handle single left-over word from main
15216         loop inline rather than by using loop_small.  Remove extra word
15217         case in loop_small caused by wrong loop count.  Add little-endian
15218         support.
15219         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
15220         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
15221         cache hint.
15222         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
15223         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
15224         support.  Avoid rlwimi.
15225         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
15226
15227 2013-10-04  Alan Modra  <amodra@gmail.com>
15228
15229         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
15230         insrdi.  Formatting.
15231         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
15232         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
15233         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
15234         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
15235         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
15236         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
15237
15238 2013-10-04  Alan Modra  <amodra@gmail.com>
15239
15240         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
15241         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
15242         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
15243         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
15244         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
15245         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
15246         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
15247         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
15248         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
15249         use of regs.  Use power7 mtocrf.  Tidy function tails.
15250
15251 2013-10-04  Alan Modra  <amodra@gmail.com>
15252
15253         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
15254         Formatting.  Consistently use rXXX register defines or rN defines.
15255         Use early exit labels that avoid restoring unused non-volatile regs.
15256         Make cr field use more consistent with rWORDn compares.  Rename
15257         regs used as shift registers for unaligned loop, using rN defines
15258         for short lifetime/multiple use regs.
15259         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
15260         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
15261         addi 1,1,64 to pop stack frame.  Simplify return value code.
15262         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
15263
15264 2013-10-04  Alan Modra  <amodra@gmail.com>
15265
15266         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
15267         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
15268         rather than rlwimi.
15269         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
15270         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
15271         little-endian support.  Correct typos.
15272         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
15273         rather than rlwimi.
15274         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
15275         in loop and entry code to keep "and." results.
15276         (strchr): Add little-endian support.  Comment.  Move cntlzd
15277         earlier in tail.
15278         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
15279
15280 2013-10-04  Alan Modra  <amodra@gmail.com>
15281
15282         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
15283         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
15284         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
15285         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
15286
15287 2013-10-04  Alan Modra  <amodra@gmail.com>
15288
15289         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
15290         (rTMP): Define as r11.
15291         (strcmp): Add little-endian support.  Optimise tail.
15292         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
15293         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
15294         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
15295         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
15296         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
15297         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
15298         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
15299
15300 2013-10-04  Alan Modra  <amodra@gmail.com>
15301
15302         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
15303         little-endian support.  Remove unnecessary "are we done" tests.
15304         Handle "s" wrapping around zero and extremely large "size".
15305         Correct main loop count.  Handle single left-over word from main
15306         loop inline rather than by using small_loop.  Correct comments.
15307         Delete "zero" tail, use "end_max" instead.
15308         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
15309
15310 2013-10-04  Alan Modra  <amodra@gmail.com>
15311
15312         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
15313         support.  Don't branch over align.
15314         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
15315         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
15316         support.  Rearrange tmp reg use to suit.  Comment.
15317         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
15318
15319 2013-10-04  Alan Modra  <amodra@gmail.com>
15320
15321         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
15322
15323 2013-10-04  Alan Modra  <amodra@gmail.com>
15324
15325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
15326         conditional form of branch and link when obtaining pc.
15327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
15328
15329 2013-10-04  Alan Modra  <amodra@gmail.com>
15330
15331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
15332         HIWORD/LOWORD.
15333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
15334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
15335
15336 2013-10-04  Alan Modra  <amodra@gmail.com>
15337
15338         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
15339         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
15340         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
15341         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
15342         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
15343         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
15344         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
15345         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
15346         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
15347         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
15348
15349 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15350             Alistair Popple <alistair@ozlabs.au.ibm.com>
15351             Alan Modra <amodra@gmail.com>
15352
15353         [BZ #15723]
15354         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
15355         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
15356         _dl_hwcap access for little-endian.
15357         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
15358         destroy vmx regs when saving unaligned.
15359         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
15360         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
15361         destroy vmx regs when saving unaligned.
15362
15363 2013-10-04  Alan Modra  <amodra@gmail.com>
15364
15365         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
15366         Don't use a union to pack hi/low value.
15367
15368 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15369
15370         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
15371         for little-endian.
15372         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
15373         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
15374         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
15375         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
15376         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
15377
15378 2013-10-04  Alan Modra  <amodra@gmail.com>
15379
15380         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
15381         constants to usual value for .cst8 section, and remove redundant
15382         high address load.
15383         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
15384         constant for 0x1p52.  Load little-endian words of double from
15385         correct stack offsets.
15386
15387 2013-10-04  Alan Modra  <amodra@gmail.com>
15388
15389         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
15390         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
15391         words of double from correct stack offsets.
15392         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
15393         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
15394         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
15395         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
15396         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
15397         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
15398         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
15399         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
15400         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
15401         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
15402         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
15403         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
15404         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
15405         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
15406         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
15407         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
15408         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
15409
15410 2013-10-04  Alan Modra  <amodra@gmail.com>
15411
15412         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
15413         64-bit int/double union.
15414         (_FPU_SETCW): Likewise.
15415         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
15416         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
15417
15418 2013-10-04  Alan Modra  <amodra@gmail.com>
15419
15420         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
15421         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
15422
15423 2013-10-04  Alan Modra  <amodra@gmail.com>
15424
15425         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
15426         use vector int constants.
15427         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
15428
15429 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15430
15431         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
15432         array with long long.
15433         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
15434         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
15435         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
15436         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
15437         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
15438         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
15439         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
15440         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
15441         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
15442         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
15443         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
15444         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
15445         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
15446
15447 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15448
15449         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
15450         (__signbit): Likewise.  Correct for little-endian.
15451         (__signbitl): Call __signbit.
15452         (lrint): Correct for little-endian.
15453         (lrintf): Call lrint.
15454
15455 2013-10-04  Alan Modra  <amodra@gmail.com>
15456
15457         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
15458         union 32-bit int array member with 64-bit int array.
15459         (t515, tm256): Double rather than long double.
15460         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
15461
15462 2013-10-04  Alan Modra  <amodra@gmail.com>
15463
15464         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
15465         Delete.
15466         (IEEE854_LONG_DOUBLE_BIAS): Delete.
15467         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
15468         version of math_ldbl.h.
15469
15470 2013-10-04  Alan Modra  <amodra@gmail.com>
15471
15472         [BZ #15734], [BZ #15735]
15473         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
15474         all uses of ieee875 long double macros and unions.  Simplify test
15475         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
15476         ldbl_extract_mantissa value for ix,iy exponents.  Properly
15477         normalize after ldbl_extract_mantissa, and don't add hidden bit
15478         already handled.  Don't treat low word of ieee854 mantissa like
15479         low word of IBM long double and mask off bit when testing for
15480         zero.
15481         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
15482         all uses of ieee875 long double macros and unions.  Simplify tests
15483         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
15484         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
15485         two1022, instead use their values.  Recognise that tests for large
15486         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
15487         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
15488         Rewrite all uses of ieee875 long double macros and unions.  Simplify
15489         test for 0.0L and nan.  Correct negation.
15490         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
15491         ieee875 long double macros and unions.  Correct output for large
15492         magnitude x.  Correct absolute value calculation.
15493         (__erfcl): Likewise.
15494         * math/libm-test.inc: Add tests for errors discovered in IBM long
15495         double versions of fmodl, remainderl, erfl and erfcl.
15496
15497 2013-10-04  Alan Modra  <amodra@gmail.com>
15498
15499         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
15500         all uses of ieee854 long double macros and unions.  Simplify tests
15501         for long doubles that are fully specified by the high double.
15502         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
15503         Likewise.
15504         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
15505         Remove dead code too.
15506         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
15507         (__ieee754_ynl): Likewise.
15508         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
15509         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
15510         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
15511         Remove dead code too.
15512         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
15513         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
15514         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
15515         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
15516         Simplify.
15517         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
15518         Simplify.
15519         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
15520         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
15521         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
15522         Comment on variable precision.
15523         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
15524         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
15525         Likewise.
15526         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
15527         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
15528         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
15529         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
15530         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
15531
15532 2013-10-04  Alan Modra  <amodra@gmail.com>
15533
15534         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
15535         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
15536         all uses of ieee854 long double macros and unions.
15537         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
15538         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
15539         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
15540         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
15541         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
15542         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
15543         Likewise.
15544         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
15545         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
15546         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
15547         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
15548         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
15549         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
15550         Simplify sign and nan test too.
15551         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
15552         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
15553         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
15554         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
15555         Likewise.
15556         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
15557         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
15558         Likewise.
15559         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15560         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
15561         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
15562         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
15563         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
15564         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
15565
15566 2013-10-04  Alan Modra  <amodra@gmail.com>
15567
15568         * stdio-common/printf_size.c (__printf_size): Don't use
15569         union ieee854_long_double in fpnum union.
15570         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
15571         signbit macro to retrieve sign from long double.
15572         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
15573         retrieve sign from long double.
15574         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
15575         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
15576         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
15577         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
15578         * math/test-misc.c (main): Don't use union ieee854_long_double.
15579
15580 2013-10-04  Alan Modra  <amodra@gmail.com>
15581
15582         [BZ #15680]
15583         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
15584         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
15585         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
15586         calculation.  Remove unnecessary test for denormal exponent.
15587         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
15588         Correct handling of denormals.  Avoid undefined shift behaviour.
15589         Correct normalisation of low mantissa when low double is denormal.
15590         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
15591         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
15592         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
15593         Correct normalisation of low mantissa.  Test for overflow of high
15594         mantissa and normalise.
15595         (ldbl_nearbyint): Use more readable constant for two52.
15596         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
15597         (__mpn_construct_long_double): Fix test for overflow of high
15598         mantissa and correct normalisation.  Avoid undefined shift.
15599
15600 2013-10-04  Alan Modra  <amodra@gmail.com>
15601
15602         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
15603         (union ibm_extended_long_double): Define as an array of ieee754_double.
15604         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
15605         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
15606         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
15607         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
15608         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
15609         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
15610         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
15611         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
15612         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
15613         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
15614         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
15615
15616 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
15617
15618         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
15619         page size instead of calling getpagesize.
15620
15621         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
15622         (LOCFILE_ALIGN_MASK): Likewise.
15623         (LOCFILE_ALIGN_UP): Likewise.
15624         (LOCFILE_ALIGNED_P): Likewise.
15625         * locale/programs/ld-collate.c (collate_output): Use the new
15626         macros instead of __alignof__ (int32_t).
15627         * locale/weight.h (findidx): Likewise.
15628
15629 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
15630
15631         [BZ #431]
15632         * manual/string.texi: Fix strncat and wcsncat.
15633
15634 2013-10-03  Brooks Moses  <bmoses@google.com>
15635
15636         [BZ #15915]
15637         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
15638         * Makerules: ...here, and adjust associated comments.
15639
15640 2013-10-02  Will Newton  <will.newton@linaro.org>
15641
15642         * malloc/Makefile: Add tst-pvalloc.
15643         * malloc/tst-pvalloc.c: New file.
15644
15645 2013-10-02  Will Newton  <will.newton@linaro.org>
15646
15647         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
15648         improve test coverage.
15649
15650 2013-10-02  Will Newton  <will.newton@linaro.org>
15651
15652         * malloc/Makefile: Add tst-posix_memalign.
15653         * malloc/tst-posix_memalign.c: New file.
15654
15655 2013-10-01  Eric Blake  <eblake@redhat.com>
15656
15657         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
15658         Use __THROWNL rather than __THROW on static functions.
15659
15660 2013-09-30  Petr Machata  <pmachata@redhat.com>
15661
15662         * elf/elf.h (R_AARCH64_ABS16): New macro.
15663         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
15664         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
15665         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
15666         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
15667         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
15668         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
15669         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
15670         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
15671         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
15672         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
15673         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
15674         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
15675         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
15676         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
15677         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
15678         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
15679         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
15680         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
15681         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
15682         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
15683         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
15684         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
15685         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
15686         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
15687         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
15688         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
15689         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
15690         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
15691         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
15692         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
15693         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
15694         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
15695         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
15696         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
15697         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
15698         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
15699         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
15700         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
15701         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
15702         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
15703         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
15704         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
15705         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
15706         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
15707         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
15708         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
15709         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
15710         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
15711         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
15712         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
15713         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
15714         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
15715         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
15716         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
15717         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
15718         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
15719         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
15720         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
15721         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
15722         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
15723         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
15724         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
15725         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
15726         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
15727         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
15728         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
15729         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
15730         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
15731         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
15732         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
15733         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
15734         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
15735         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
15736         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
15737         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
15738         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
15739         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
15740         (R_AARCH64_TLSDESC_LDR): Likewise.
15741         (R_AARCH64_TLSDESC_ADD): Likewise.
15742         (R_AARCH64_TLSDESC_CALL): Likewise.
15743
15744 2013-09-30  Andreas Schwab  <schwab@suse.de>
15745
15746         [BZ #15048]
15747         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
15748         the nss database lookup.
15749         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15750         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
15751
15752 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
15753
15754         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
15755
15756 2013-09-28  P. J. McDermott  <pj@pehjota.net>
15757
15758         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
15759         ${Bash-specific parameter/pattern/string} parameter expansion.
15760         * sysdeps/unix/make-syscalls.sh: Likewise.
15761
15762 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15763
15764         * sysdeps/sh/stackguard-macros.h: New file.
15765
15766 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
15767
15768         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
15769         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
15770         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
15771         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
15772         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
15773         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
15774
15775 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15776
15777         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
15778         Fix thread ID register.
15779
15780 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
15781
15782         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
15783         [POSIX || UNIX98]: Require rather than permitting all symbols from
15784         <time.h>.
15785         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
15786         element of struct sched_param.
15787         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
15788         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
15789         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
15790         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
15791         constant.
15792
15793 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
15794
15795         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
15796         argument calculation.
15797
15798 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
15799
15800         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
15801         Expect macro.
15802         [POSIX] (pthread_attr_t): Do not require type.
15803         [POSIX] (pthread_cond_t): Likewise.
15804         [POSIX] (pthread_condattr_t): Likewise.
15805         [POSIX] (pthread_key_t): Likewise.
15806         [POSIX] (pthread_mutex_t): Likewise.
15807         [POSIX] (pthread_mutexattr_t): Likewise.
15808         [POSIX] (pthread_once_t): Likewise.
15809         [POSIX] (pthread_t): Likewise.
15810         [POSIX-based standards] (pthread_atfork): Expect function.
15811
15812 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
15813             Richard Sandiford  <richard@codesourcery.com>
15814
15815         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
15816         (swap_endianness_p): New extern variable.
15817         (set_big_endian): New inline function.
15818         (maybe_swap_uint32): Likewise.
15819         (maybe_swap_uint32_array): Likewise.
15820         (maybe_swap_uint32_obstack): Likewise.
15821         * locale/programs/locfile.c: Include <stdbool.h>.
15822         (swap_endianness_p): New variable.
15823         (add_locale_uint32): Call maybe_swap_uint32.
15824         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
15825         (write_locale_data): Call maybe_swap_uint32_array.
15826         * locale/programs/ld-collate.c (obstack_int32_grow): Call
15827         maybe_swap_uint32.
15828         (obstack_int32_grow_fast): Likewise.
15829         (output_weightwc): Call maybe_swap_uint32_obstack.
15830         (collate_output): Likewise.
15831         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
15832         (OPT_LITTLE_ENDIAN): Likewise.
15833         (options): Add --little-endian and --big-endian options.
15834         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
15835         * locale/programs/locarchive.c: Include "locfile.h".
15836         (GET): New macro.
15837         (SET): Likewise.
15838         (INC): Likewise.
15839         (create_archive): Use the new macros to access fields of
15840         structures directly mapped from or written to locale archives.
15841         (oldlocrecentcmp): Likewise.
15842         (enlarge_archive): Likewise.
15843         (insert_name): Likewise.
15844         (add_alias): Likewise.
15845         (add_locale): Likewise.
15846         (delete_locales_from_archive): Likewise.
15847         (show_archive_content): Likewise.
15848         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
15849         locale data.
15850
15851 2013-09-24  Roland McGrath  <roland@hack.frob.com>
15852
15853         * manual/freemanuals.texi: Updated from (newly) canonical copy at
15854         http://www.gnu.org/doc/freemanuals.texi.
15855         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
15856
15857 2013-09-24  Will Newton  <will.newton@linaro.org>
15858
15859         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
15860         macro.
15861
15862 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
15863
15864         * locale/hashval.h (compute_hashval): Interpret bytes of key as
15865         unsigned char.
15866
15867 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
15868
15869         * manual/threads.texi (POSIX Threads): Fix a typo.
15870
15871 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
15872
15873         [BZ #14547]
15874         * string/tst-strcoll-overflow.c: New test case.
15875         * string/Makefile (xtests): Add tst-strcoll-overflow.
15876         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
15877         cache if string sizes may cause integer overflow.
15878
15879         [BZ #14547]
15880         * string/strcoll_l.c (coll_seq): New members rule, idx,
15881         save_idx and back_us.
15882         (get_next_seq_nocache): New function.
15883         (do_compare_nocache): New function.
15884         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
15885         when malloc fails.
15886
15887 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
15888
15889         [BZ #15754]
15890         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
15891         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
15892         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
15893
15894         [BZ #15754]
15895         * elf/Makefile (tests): Add tst-ptrguard1.
15896         (tests-static): Add tst-ptrguard1-static.
15897         (tst-ptrguard1-ARGS): Define.
15898         (tst-ptrguard1-static-ARGS): Define.
15899         * elf/tst-ptrguard1.c: New file.
15900         * elf/tst-ptrguard1-static.c: New file.
15901         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
15902         * sysdeps/i386/stackguard-macros.h: Likewise.
15903         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
15904         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
15905         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
15906         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
15907         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
15908         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
15909
15910 2013-09-23  Hector Marco  <hecmargi@upv.es>
15911             Ismael Ripoll  <iripoll@disca.upv.es>
15912             Carlos O'Donell  <carlos@redhat.com>
15913
15914         [BZ #15754]
15915         * sysdeps/generic/stackguard-macros.h: Define
15916         __pointer_chk_guard_local and POINTER_CHK_GUARD.
15917         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
15918         Define __pointer_chk_guard_local.
15919         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
15920         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
15921
15922 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
15923
15924         [BZ #15859]
15925         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
15926
15927 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
15928
15929         * include/string.h (__ffs): Declare as hidden.
15930         * string/ffs.c (__ffs): Define as hidden.
15931         * sysdeps/i386/ffs.c (__ffs): Likewise.
15932         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
15933         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
15934         * sysdeps/s390/ffs.c (__ffs): Likewise.
15935         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
15936
15937 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
15938
15939         * NEWS: Mention malloc probes.
15940
15941         * malloc/arena.c (new_heap): New memory_heap_new probe.
15942         (grow_heap): New memory_heap_more probe.
15943         (shrink_heap): New memory_heap_less probe.
15944         (heap_trim): New memory_heap_free probe.
15945         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
15946         (systrim): New memory_sbrk_less probe.
15947         * manual/probes.texi: Document them.
15948
15949         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
15950         * manual/probes.texi: Document it.
15951
15952         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
15953         (__libc_realloc): Add memory_realloc_retry probe.
15954         (__libc_memalign): Add memory_memalign_retry probe.
15955         (__libc_valloc): Add memory_valloc_retry probe.
15956         (__libc_pvalloc): Add memory_pvalloc_retry probe.
15957         (__libc_calloc): Add memory_calloc_retry probe.
15958         * manual/probes.texi: Document them.
15959
15960         * malloc/arena.c (get_free_list): Add probe
15961         memory_arena_reuse_free_list.
15962         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
15963         and memory_arena_reuse.
15964         (arena_get2) [!PER_THREAD]: Likewise.
15965         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
15966         memory_arena_reuse_realloc.
15967         * manual/probes.texi: Document them.
15968
15969         * malloc/malloc.c (__libc_free): Add
15970         memory_mallopt_free_dyn_thresholds probe.
15971         (__libc_mallopt): Add multiple memory_mallopt probes.
15972         * manual/probes.texi: Document them.
15973
15974         * malloc/malloc.c: Include stap-probe.h.
15975         (__libc_mallopt): Add memory_mallopt probe.
15976         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
15977         * manual/probes.texi: New.
15978         * manual/Makefile (chapters): Add probes.
15979         * manual/threads.texi: Set next node.
15980
15981 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
15982
15983         [BZ #15963, #13985]
15984         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
15985         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
15986         Add `Chinese' to `nan' entry name.
15987
15988 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
15989
15990         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
15991         (POLYNOMIAL): Likewise.
15992         (TAYLOR_SINCOS): Likewise.
15993         (TAYLOR_SLOW): Likewise.
15994         (__sin): Use TAYLOR_SINCOS.
15995         (__cos): Likewise.
15996         (slow): Use TAYLOR_SLOW.
15997         (sloww): Likewise.
15998         (bsloww): Likewise.
15999         (csloww): Likewise.
16000
16001 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
16002
16003         * stdlib/strtod_l.c: Fix buffer overrun.
16004
16005 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
16006
16007         * benchtests/Makefile (bench): Add sincos.
16008         * benchtests/bench-sincos.c: New file.
16009
16010         * math/libm-test.inc (cos_test_data): New test inputs.
16011         (sin_test_data): Likewise.
16012
16013         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
16014         macro.
16015         (__sin): Use it.
16016         (__cos): Likewise.
16017         (slow1): Likewise.
16018         (slow2): Likewise.
16019         (sloww1): Likewise.
16020         (sloww2): Likewise.
16021         (bsloww1): Likewise.
16022         (bsloww2): Likewise.
16023         (cslow2): Likewise.
16024         (csloww1): Likewise.
16025         (csloww2): Likewise.
16026
16027         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
16028         function.
16029         (__sin): Use it.
16030         (__cos): Likewise.
16031
16032         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
16033         gotos.
16034         (__cos): Likewise.
16035
16036 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
16037
16038         * config.h.in (HAVE_MIPS_NAN2008): New macro.
16039         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
16040         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
16041         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
16042         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
16043         * elf/cache.c (print_entry): Handle the new cache flags.
16044
16045 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
16046             Aldy Hernandez  <aldyh@redhat.com>
16047
16048         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
16049         Change condition to [_SOFT_FLOAT].
16050         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
16051         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
16052         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
16053         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
16054         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
16055         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
16056         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
16057         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
16058         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
16059         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
16060         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
16061         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
16062         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
16063         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
16064         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
16065         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
16066         declaration.
16067
16068 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
16069
16070         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
16071         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
16072         (__longjmp): Use LOAD_GP to load saved GPRs.
16073         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
16074         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
16075         (__sigsetjmp): Use SAVE_GP to save GPRs.
16076
16077         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
16078         Do not append -msoft-float.
16079         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
16080
16081 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
16082
16083         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
16084
16085 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
16086
16087         [BZ #15966]
16088         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
16089         (_FPU_GETCW): Use initial "__" on variable and field names but not
16090         on macro parameter name.
16091         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
16092         parentheses around reference to macro parameter.
16093
16094 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
16095
16096         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
16097         prototype.
16098         (ctype_startup): Use uint32_t in cast and sizeof for
16099         ctype->charnames.
16100
16101 2013-09-11  Jia Liu  <proljc@gmail.com>
16102
16103         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
16104         __daddr_t_defined.
16105         [__FreeBSD__]: Likewise.
16106
16107 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
16108
16109         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
16110         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
16111         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
16112         (strchr): Remove __strchr_sse42 ifunc selection.
16113         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
16114         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
16115
16116 2013-09-11  Will Newton  <will.newton@linaro.org>
16117
16118         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
16119         parameter to RES. Remove hardcoded 1000 value.
16120         * benchtests/bench-skeleton.c (main): Pass RES parameter
16121         to TIMING_INIT and multiply result by 1000.
16122
16123 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16124
16125         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16126
16127 2013-09-11  Andreas Schwab  <schwab@suse.de>
16128
16129         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
16130         if not defined.
16131         (O_TMPFILE) [__USE_GNU]: Define.
16132         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
16133         Define.
16134
16135 2013-09-11  Will Newton  <will.newton@linaro.org>
16136
16137         [BZ #15857]
16138         * malloc/malloc.c (__libc_memalign): Check the value of bytes
16139         does not overflow.
16140
16141 2013-09-11  Will Newton  <will.newton@linaro.org>
16142
16143         [BZ #15856]
16144         * malloc/malloc.c (__libc_valloc): Check the value of bytes
16145         does not overflow.
16146
16147 2013-09-11  Will Newton  <will.newton@linaro.org>
16148
16149         [BZ #15855]
16150         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
16151         does not overflow.
16152
16153 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
16154
16155         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
16156         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
16157         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
16158         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
16159         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
16160
16161 2013-09-10  Allan McRae  <allan@archlinux.org>
16162
16163         [BZ #15748]
16164         * manual/arith.texi (Parsing of Floats): Clarify
16165         cross-reference.
16166
16167         [BZ #15849]
16168         * manual/install.texi (Running make install): Mention
16169         --enable-pt-chown.
16170         * INSTALL: Regenerated.
16171
16172 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
16173
16174         * csu/init-first.c (_init): Remove the !SHARED condition around
16175         FPU control word initialization.
16176         * elf/dl-support.c (_dl_fpu_control): New variable.
16177         (_dl_aux_init) <AT_FPUCW>: Initialize it.
16178         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
16179         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
16180         * math/test-fpucw-static.c: New file.
16181         * math/test-fpucw-ieee.c: New file.
16182         * math/test-fpucw-ieee-static.c: New file.
16183         * math/Makefile (tests): Add `test-fpucw-ieee' and
16184         `$(tests-static)'.
16185         (tests-static): New variable.
16186         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
16187         dependency to...
16188         [($(build-shared),yes)]
16189         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
16190         ... this.
16191         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
16192         New dependency.
16193
16194 2013-09-09  Allan McRae  <allan@archlinux.org>
16195
16196         [BZ #15939]
16197         * manual/string.texi (Collation Functions): Fix typo in
16198         strcoll example.
16199         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
16200
16201         [BZ #15893]
16202         * stdlib/isomac.c (get_null_defines): Fix memory leak.
16203
16204         [BZ #15892]
16205         * libio/memstream.c (open_memstream): Fix memory leak.
16206         * libio/wmemstream.c (open_wmemstream): Likewise.
16207
16208         [BZ #15895]
16209         * nscd/netgroupcache.c: Fix nesting of ifdefs.
16210
16211 2013-09-09  Will Newton  <will.newton@linaro.org>
16212
16213         * malloc/Makefile: Add tst-realloc to tests.
16214         * malloc/tst-realloc.c: New file.
16215
16216 2013-09-09  Allan McRae  <allan@archlinux.org>
16217
16218         [BZ #15844]
16219         * COPYING: Update from GNU website to fix FSF address.
16220         * COPYING.LIB: Likewise.
16221
16222 2013-09-06  David S. Miller  <davem@davemloft.net>
16223
16224         * po/zh_TW.po: Update Chinese (traditional) translation from
16225         translation project.
16226
16227 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
16228             Joseph Myers  <joseph@codesourcery.com>
16229
16230         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
16231         "localeinfo.h".
16232         (obstack_chunk_alloc): New macro.
16233         (obstack_chunk_free): Likewise.
16234         (record_offset): New function.
16235         (init_locale_data): Likewise.
16236         (align_locale_data): Likewise.
16237         (add_locale_empty): Likewise.
16238         (add_locale_raw_data): Likewise.
16239         (add_locale_raw_obstack): Likewise.
16240         (add_locale_string): Likewise.
16241         (add_locale_wstring): Likewise.
16242         (add_locale_uint32): Likewise.
16243         (add_locale_uint32_array): Likewise.
16244         (add_locale_char): Likewise.
16245         (start_locale_structure): Likewise.
16246         (end_locale_structure): Likewise.
16247         (start_locale_prelude): Likewise.
16248         (end_locale_prelude): Likewise.
16249         (write_locale_data): Take locale_file structure rather than an
16250         iovec.
16251         * locale/programs/locfile.h: Include "obstack.h".
16252         (struct locale_file): Change to store locale file contents instead
16253         of header.
16254         (init_locale_data): New prototype.
16255         (align_locale_data): Likewise.
16256         (add_locale_empty): Likewise.
16257         (add_locale_raw_data): Likewise.
16258         (add_locale_raw_obstack): Likewise.
16259         (add_locale_string): Likewise.
16260         (add_locale_wstring): Likewise.
16261         (add_locale_uint32): Likewise.
16262         (add_locale_uint32_array): Likewise.
16263         (add_locale_char): Likewise.
16264         (start_locale_structure): Likewise.
16265         (end_locale_structure): Likewise.
16266         (start_locale_prelude): Likewise.
16267         (end_locale_prelude): Likewise.
16268         (write_locale_data): Update prototype.
16269         * locale/programs/3level.h (struct TABLE): Remove result field.
16270         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
16271         Use new locale_file interface.
16272         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
16273         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
16274         * locale/programs/ld-address.c (address_output): Use new
16275         locale_file interface.
16276         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
16277         NO_ADD_LOCALE.
16278         (collate_finish): Don't call collseq_table_finalize.
16279         (collate_output): Use new locale_file interface.
16280         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
16281         in file.
16282         (NO_FINALIZE): Change to NO_ADD_LOCALE.
16283         (TABLE): Move defines earlier in file.
16284         (ELEMENT): Likewise.
16285         (DEFAULT): Likewise.
16286         (wctrans_table_add): Move macro and inline function earlier in
16287         file.
16288         (struct wctype_table): Move type earlier in file.
16289         (add_locale_wctype_table): New static prototype.
16290         (struct locale_ctype_t): Use logical types instead of struct iovec
16291         pointers for members.
16292         (ctype_output): Use new locale_file interface.
16293         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
16294         new locale_file interface.
16295         (allocate_arrays): Update for use of new locale_file interface.
16296         * locale/programs/ld-identification.c (identification_output): Use
16297         new locale_file interface.
16298         * locale/programs/ld-measurement.c (measurement_output): Likewise.
16299         * locale/programs/ld-messages.c (messages_output): Likewise.
16300         * locale/programs/ld-monetary.c (monetary_output): Likewise.
16301         * locale/programs/ld-name.c (name_output): Likewise.
16302         * locale/programs/ld-numeric.c (numeric_output): Likewise.
16303         * locale/programs/ld-paper.c (paper_output): Likewise.
16304         * locale/programs/ld-telephone.c (telephone_output): Likewise.
16305         * locale/programs/ld-time.c (time_output): Likewise.
16306
16307 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16308
16309         * benchtests/Makefile: Add memrchr benchmark.
16310         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
16311         benchmark as memrchr.
16312         * benchtests/bench-memrchr-ifunc.c: New file.
16313         * benchtests/bench-memrchr.c: New file.
16314
16315 2013-09-06   Will Newton  <will.newton@linaro.org>
16316
16317         * benchtests/Makefile (string-bench): Add memcpy.
16318
16319 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
16320             Cong Wang  <amwang@redhat.com>
16321
16322         [BZ #15850]
16323         * sysdeps/unix/sysv/linux/bits/in.h
16324         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
16325         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
16326         before __USE_KERNEL_IPV6_DEFS uses.
16327         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
16328         IPPROTO_BEETPH.
16329         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
16330         sockaddr_in6, or ipv6_mreq.
16331
16332 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16333
16334         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
16335         memory access for final bytes in some large inputs.
16336         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
16337
16338 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16339
16340         * string/test-memrchr.c: New file.
16341         * string/test-memrchr-ifunc.c: New file.
16342         * string/Makefile: Add new memrchr testcase.
16343
16344 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
16345
16346         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
16347         fanotify_init returns EPERM.
16348
16349 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
16350
16351         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
16352         errors.
16353         (top level): Treat second token from macro or constant entries for
16354         allowed headers as allowed.
16355         * include/complex.h: Condition internal declarations on
16356         [!_ISOMAC].
16357         * include/fenv.h: Condition include of <stdbool.h> and internal
16358         declarations on [!_ISOMAC].
16359
16360 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
16361
16362         [BZ #15923]
16363         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
16364
16365 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
16366
16367         * configure.in (--enable-versioning): Remove configure option.
16368         (libc_cv_asm_symver_directive): Remove configure test.
16369         (libc_cv_ld_version_script_option): Likewise.
16370         (VERSIONING): Remove variable and AC_SUBST.
16371         (DO_VERSIONING): Remove AC_DEFINE.
16372         * configure: Regenerated.
16373         * config.h.in (DO_VERSIONING): Remove macro.
16374         * Makerules [$(versioning) = yes]: Change conditionals to
16375         [$(build-shared) = yes].
16376         * config.make.in (versioning): Remove variable.
16377         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
16378         [$(build-shared) = yes].
16379         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
16380         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
16381         * elf/Makefile [$(versioning) = yes]: Change conditionals to
16382         [$(build-shared) = yes].
16383         * extra-lib.mk [$(versioning) = yes]: Likewise.
16384         * hurd/Makefile [$(versioning) = yes]: Likewise.
16385         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
16386         [SHARED].
16387         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
16388         [SHARED].
16389         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
16390         [SHARED && !NO_HIDDEN].
16391         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
16392         [SHARED].
16393         [SHARED && DO_VERSIONING]: Likewise..
16394         * libio/Makefile [$(versioning) = yes]: Change conditionals to
16395         [$(build-shared) = yes].
16396         * manual/install.texi (--disable-versioning): Remove
16397         documentation.
16398         * INSTALL: Regenerated.
16399         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
16400         to [SHARED].
16401         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
16402         [$(build-shared) = yes].
16403         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
16404         * sysdeps/i386/i686/multiarch/strstr-c.c
16405         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
16406         [SHARED && !NO_HIDDEN].
16407         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
16408         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
16409         * sysdeps/powerpc/powerpc32/dl-machine.c
16410         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
16411         * sysdeps/powerpc/powerpc32/sysdep.h
16412         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
16413         to [SHARED && PIC && !NO_HIDDEN].
16414         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
16415         conditional to [SHARED].
16416
16417 2013-09-04   Will Newton  <will.newton@linaro.org>
16418
16419         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
16420         * benchtests/bench-string.h: Include bench-timing.h instead
16421         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
16422         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
16423         call to HP_TIMING_DIFF_INIT.
16424         * benchtests/bench-memccpy.c: Use bench-timing.h macros
16425         instead of hp-timing.h macros.
16426         * benchtests/bench-memchr.c: Likewise.
16427         * benchtests/bench-memcmp.c: Likewise.
16428         * benchtests/bench-memcpy.c: Likewise.
16429         * benchtests/bench-memmem.c: Likewise.
16430         * benchtests/bench-memmove.c: Likewise.
16431         * benchtests/bench-memset.c: Likewise.
16432         * benchtests/bench-rawmemchr.c: Likewise.
16433         * benchtests/bench-strcasecmp.c: Likewise.
16434         * benchtests/bench-strcasestr.c: Likewise.
16435         * benchtests/bench-strcat.c: Likewise.
16436         * benchtests/bench-strchr.c: Likewise.
16437         * benchtests/bench-strcmp.c: Likewise.
16438         * benchtests/bench-strcpy.c: Likewise.
16439         * benchtests/bench-strcpy_chk.c: Likewise.
16440         * benchtests/bench-strlen.c: Likewise.
16441         * benchtests/bench-strncasecmp.c: Likewise.
16442         * benchtests/bench-strncat.c: Likewise.
16443         * benchtests/bench-strncmp.c: Likewise.
16444         * benchtests/bench-strncpy.c: Likewise.
16445         * benchtests/bench-strnlen.c: Likewise.
16446         * benchtests/bench-strpbrk.c: Likewise.
16447         * benchtests/bench-strrchr.c: Likewise.
16448         * benchtests/bench-strspn.c: Likewise.
16449         * benchtests/bench-strstr.c: Likewise.
16450
16451 2013-09-04  Will Newton  <will.newton@linaro.org>
16452
16453         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
16454
16455 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
16456
16457         [BZ #15427]
16458         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
16459         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
16460         * math/libm-test.inc (lgamma_test_data): Add more tests.
16461         * sysdeps/i386/fpu/libm-test-ulps: Update.
16462         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16463
16464 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
16465
16466         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
16467         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
16468         Add ifunc.
16469         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
16470         Add strcmp-sse2-unaligned
16471         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
16472
16473 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
16474
16475         * Versions.def (libc): Add GLIBC_2.19.
16476
16477 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
16478
16479         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
16480         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
16481
16482 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
16483
16484         [BZ #14155]
16485         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
16486         intermediate calculations in recurrence.
16487         (__ieee754_ynf): Likewise.
16488         * math/libm-test.inc (jn_test_data): Do not allow spurious
16489         underflow exception.  Add more tests.
16490         (yn_test_data): Add more tests.
16491         * sysdeps/i386/fpu/libm-test-ulps: Update.
16492         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16493
16494 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
16495
16496         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
16497
16498 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
16499
16500         * csu/init-first.c: Fix then/than typos.
16501         * locale/programs/ld-collate.c: Likewise.
16502         * locale/programs/linereader.h: Likewise.
16503         * manual/charset.texi: Likewise.
16504         * manual/filesys.texi: Likewise.
16505         * manual/stdio.texi: Likewise.
16506         * manual/string.texi: Likewise.
16507         * stdlib/fmtmsg.c: Likewise.
16508         * sysdeps/i386/stpncpy.S: Likewise.
16509         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
16510         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
16511         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
16512         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
16513
16514 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
16515
16516         * elf/dl-open.c: Fix typos.
16517         * iconvdata/gbbig5.c: Likewise.
16518         * iconvdata/iso-2022-jp.c: Likewise.
16519         * iconv/gconv_int.h: Likewise.
16520         * iconv/loop.c: Likewise.
16521         * nis/rpcsvc/nis.h: Likewise.
16522         * resolv/ns_name.c: Likewise.
16523         * stdio-common/vfscanf.c: Likewise.
16524         * streams/stropts.h: Likewise.
16525         * sunrpc/rpc_thread.c: Likewise.
16526         * sysdeps/i386/strpbrk.S: Likewise.
16527         * sysdeps/ieee754/k_standard.c: Likewise.
16528         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
16529         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
16530         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
16531         * sysdeps/mach/hurd/profil.c: Likewise.
16532         * sysdeps/s390/dl-procinfo.h: Likewise.
16533         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
16534         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
16535         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
16536         * sysdeps/x86_64/dl-trampoline.S: Likewise.
16537         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
16538
16539 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
16540
16541         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
16542         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
16543
16544 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
16545
16546         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
16547         aix specific files.
16548         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
16549         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
16550         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
16551         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
16552         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
16553         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
16554         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
16555         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
16556
16557 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
16558             Roland McGrath  <roland@hack.frob.com>
16559
16560         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
16561         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
16562
16563 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16564
16565         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
16566         __executable_start symbol instead of _start.
16567
16568 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
16569
16570         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
16571         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
16572         Move macros to...
16573         * sysdeps/gnu/ldsodefs.h: ... this new file.
16574
16575         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
16576         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
16577         instead of ELFOSABI_LINUX.
16578
16579         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
16580         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
16581         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
16582         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
16583         Likewise.
16584         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
16585         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
16586         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
16587         Likewise.
16588         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
16589         (ibm_extended_long_double): Add ieee_nan member.
16590         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
16591         (do_test): New function.
16592
16593         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
16594         TEST_TRUNC.
16595         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
16596         functions, renamed from truncdfsf_test, trunctfsf_test,
16597         trunctfdf_test.
16598         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
16599         functions.
16600         (do_test): Run all these.
16601
16602 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
16603
16604         * argp/argp-help.c: Fix typos.
16605         * argp/argp-parse.c: Likewise.
16606         * debug/backtracesyms.c: Likewise.
16607         * elf/elf.h: Likewise.
16608         * malloc/malloc.c: Likewise.
16609         * nis/nis_print.c: Likewise.
16610         * resolv/res_comp.c: Likewise.
16611         * stdlib/stdlib.h: Likewise.
16612         * sunrpc/clnt_tcp.c: Likewise.
16613         * sunrpc/clnt_udp.c: Likewise.
16614         * sunrpc/clnt_unix.c: Likewise.
16615         * sysdeps/unix/bsd/ptsname.c: Likewise.
16616         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
16617         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
16618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
16619         Likewise.
16620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
16621         Likewise.
16622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
16623         Likewise.
16624         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
16625
16626 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
16627
16628         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
16629         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
16630
16631 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
16632
16633         [BZ #15897]
16634         * dlfcn/Makefile (tests): Add bug-dl-leaf.
16635         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
16636         ($(objpfx)bug-dl-leaf): New rule.
16637         ($(objpfx)bug-dl-leaf.so): Likewise.
16638         ($(objpfx)bug-dl-leaf.out): Likewise.
16639         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
16640         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
16641         * dlfcn/bug-dl-leaf.c: New test.
16642         * dlfcn/bug-dl-leaf-lib.c: Likewise.
16643         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
16644         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
16645         (dlclose): Likewise.
16646         (dlmopen): Likewise.
16647
16648 2013-08-27  Roland McGrath  <roland@hack.frob.com>
16649
16650         * include/netdb.h [!_ISOMAC]:
16651         Don't include <tls.h>.
16652         (h_errno, __libc_h_errno): Move declaration and macros out of
16653         [_LIBC_REENTRANT].
16654
16655         * include/resolv.h [_RESOLV_H_]:
16656         Don't include <tls.h>.
16657         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
16658         * resolv/res_libc.c: Don't include <tls.h>.
16659         (_res): Use __attribute__ ((nocommon)) in place of
16660         __attribute__ ((section (".bss"))).
16661
16662         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
16663         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
16664
16665         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
16666
16667         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
16668         only under [SIOCGIFCONF && SIOCGIFNETMASK].
16669
16670         * resolv/res_mkquery.c: Include <sys/time.h>.
16671
16672         * inet/ifreq.c: Moved to ...
16673         * sysdeps/unix/ifreq.c: ... here.
16674         * inet/ifreq.c: New file, true stub version.
16675
16676         * socket/sa_len.c: New file.
16677         * socket/Makefile (aux): Add it.
16678         * sysdeps/unix/sysv/linux/Makefile
16679         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
16680         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
16681         and #include <socket/sa_len.c>.
16682         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
16683         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
16684
16685         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
16686         * bits/socket.h: ... here.
16687
16688         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
16689         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
16690         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
16691
16692 2013-08-27  Andreas Schwab  <schwab@suse.de>
16693
16694         [BZ #15736]
16695         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
16696         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
16697         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
16698         * string/test-strcasecmp.c (test_main): Run tests in several
16699         locales.
16700         * string/test-strncasecmp.c (test_main): Likewise.
16701
16702         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
16703         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
16704         to __strcasecmp_nonascii and __strncasecmp_nonascii.
16705         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
16706         (__strncasecmp_ssse3) [PIC]: Likewise.
16707
16708 2013-08-26  Roland McGrath  <roland@hack.frob.com>
16709
16710         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
16711
16712         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
16713         instead of explicitly declaring xdecrypt.
16714         * nis/nss_nis/nis-publickey.c: Likewise.
16715
16716 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
16717
16718         [BZ #15890]
16719         * nscd/aicache.c: Include res_hconf.h.
16720         (addhstaiX): Initialize res_hconf.
16721
16722 2013-08-26  Andreas Schwab  <schwab@suse.de>
16723
16724         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
16725         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
16726
16727 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
16728
16729         * nscd/aicache.c (addhstaiX): Fix indentation.
16730
16731 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
16732
16733         * configure.ac: Quote $build_pt_chown test.
16734         * configure: Regenerated.
16735
16736 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
16737
16738         [BZ #15532]
16739         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
16740         * math/s_cexpf.c (__cexpf): Likewise.
16741         * math/s_cexpl.c (__cexpl): Likewise.
16742         * math/libm-test.inc (cexp_test_data): Correct expected return
16743         value for NaN + i0.  Add another test.
16744
16745 2013-08-22  David S. Miller  <davem@davemloft.net>
16746
16747         * po/ca.po: Update Catalan translation from translation project.
16748         * po/uk.po: Add Ukrainian translations from translation project.
16749
16750 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
16751
16752         [BZ #15797]
16753         * math/s_fdim.c (__fdim): Check for infinite arguments if result
16754         is infinite, not alongside NaN test.
16755         * math/s_fdimf.c (__fdimf): Likewise.
16756         * math/s_fdiml.c (__fdiml): Likewise.
16757         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
16758         errno is unchanged.
16759
16760 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
16761
16762         * argp/argp-help.c: Fix typos.
16763         * crypt/speeds.c: Likewise.
16764         * csu/check_fds.c: Likewise.
16765         * elf/dl-load.c: Likewise.
16766         * elf/dl-open.c: Likewise.
16767         * elf/reldep3.c: Likewise.
16768         * elf/reldep.c: Likewise.
16769         * elf/sprof.c: Likewise.
16770         * iconv/iconv_charmap.c: Likewise.
16771         * iconv/skeleton.c: Likewise.
16772         * iconv/strtab.c: Likewise.
16773         * io/lockf64.c: Likewise.
16774         * libio/libioP.h: Likewise.
16775         * resolv/gai_notify.c: Likewise.
16776         * resolv/ns_name.c: Likewise.
16777         * resolv/ns_samedomain.c: Likewise.
16778         * resolv/res_send.c: Likewise.
16779         * stdlib/random.c: Likewise.
16780         * sunrpc/rpc/xdr.h: Likewise.
16781         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
16782         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
16783         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
16784         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
16785         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
16786         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
16787         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
16788         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
16789         * sysdeps/mach/hurd/check_fds.c: Likewise.
16790         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
16791         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
16792         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
16793         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
16794         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
16795         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
16796         * sysdeps/pthread/aio_notify.c: Likewise.
16797         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
16798         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
16799         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
16800         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
16801         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
16802
16803 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
16804
16805         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
16806         version if bit_Slow_SSE4_2 is set.
16807         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
16808         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
16809
16810 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16811
16812         [BZ #15867]
16813         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
16814         trampoline stack frame information.
16815         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
16816         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
16817         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
16818         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
16819         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
16820         * sysdeps/unix/sysv/linux/powerpc/init-first.c
16821         (_libc_vdso_platform_setup): Initialize the signal trampolines.
16822         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
16823         sa_flags value.
16824         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
16825         interrupting a syscall and set with option SA_SIGINFO.
16826
16827 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
16828
16829         [BZ #15531]
16830         * math/s_cproj.c (__cproj): Only return an infinity if one part of
16831         argument is infinite.
16832         * math/s_cprojf.c (__cprojf): Likewise.
16833         * math/s_cprojl.c (__cprojl): Likewise.
16834         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
16835         * math/libm-test.inc (cproj_test_data): Add more tests.
16836
16837         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
16838
16839         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
16840         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
16841         size.  Use __ffs to determine corresponding shift.
16842
16843 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
16844             Roland McGrath  <roland@hack.frob.com>
16845
16846         * Makefile (INSTALL): Remove trailing blank lines from output of
16847         makeinfo.
16848
16849 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16850
16851         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
16852         Align 32 bit compat elf_greg to 8 bytes.
16853
16854 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16855
16856         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
16857
16858 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16859
16860         * string/strcoll_l.c (coll_seq): New structure.
16861         (get_next_seq_cached): New function.
16862         (get_next_seq): New function.
16863         (do_compare): New function.
16864         (STRCOLL): Use GNU style definition.  Simplify implementation
16865         by using get_next_seq, get_next_seq_cached and do_compare.
16866
16867 2013-08-16  Florian Weimer  <fweimer@redhat.com>
16868
16869         [BZ #14699]
16870         CVE-2013-4237
16871         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
16872         member.
16873         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
16874         member.
16875         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
16876         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
16877         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
16878         conditional.
16879         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
16880         GETDENTS_64BIT_ALIGNED.
16881         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
16882         * manual/filesys.texi (Reading/Closing Directory): Document
16883         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
16884         strongly.
16885         * manual/conf.texi (Limits for Files): Add portability note to
16886         NAME_MAX, PATH_MAX.
16887         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
16888
16889 2013-08-13  Andreas Schwab  <schwab@suse.de>
16890
16891         [BZ #15749]
16892         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
16893         of fabs.
16894         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
16895         LDBL_MAX_EXP >= 16384]: Add tests for it.
16896
16897 2013-08-12  David S. Miller  <davem@davemloft.net>
16898
16899         * version.h (RELEASE): Set to "development".
16900         (VERSION): Set to "2.18.90".
16901         * NEWS: Add 2.19 section.
16902
16903 2013-08-03  David S. Miller  <davem@davemloft.net>
16904
16905         * po/ko.po: Update Korean translation from translation project.
16906
16907 2013-08-01  David S. Miller  <davem@davemloft.net>
16908
16909         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
16910         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
16911         Bilka.
16912
16913 2013-07-30  David S. Miller  <davem@davemloft.net>
16914
16915         * po/fr.po: Update French translation from translation project.
16916
16917 2013-07-28  David S. Miller  <davem@davemloft.net>
16918
16919         * po/cs.po: Update Czech translation from translation project.
16920
16921         * po/sv.po: Update Swedish translation from translation project.
16922
16923 2013-07-27  David S. Miller  <davem@davemloft.net>
16924
16925         * po/eo.po: Update Esperanto translation from translation project.
16926
16927         * po/vi.po: Update Vietnamese translation from translation project.
16928
16929         * po/de.po: Update German translation from translation project.
16930
16931 2013-07-26  David S. Miller  <davem@davemloft.net>
16932
16933         * po/bg.po: Update Bulgarian translation from translation project.
16934
16935         * po/nl.po: Update Dutch translation from translation project.
16936         * po/pl.po: Update Polish translation from translation project.
16937         * po/ru.po: Update Russian translation from translation project.
16938
16939 2013-07-24  David S. Miller  <davem@davemloft.net>
16940
16941         * po/libc.pot: Update.
16942
16943 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16944
16945         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
16946         variable page size.
16947         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
16948         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
16949         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
16950
16951 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16952
16953         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
16954
16955 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16956             Andreas Schwab  <schwab@suse.de>
16957             Roland McGrath  <roland@hack.frob.com>
16958             Joseph Myers  <joseph@codesourcery.com>
16959             Carlos O'Donell  <carlos@redhat.com>
16960
16961         [BZ #15755]
16962         * config.h.in: Define HAVE_PT_CHOWN.
16963         * config.make.in (build-pt-chown): New variable.
16964         * configure.in (--enable-pt_chown): New configure option.
16965         * configure: Regenerate.
16966         * login/Makefile: Include Makeconfig.  Build pt_chown only if
16967         build-pt-chown is enabled.
16968         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
16969         pt_chown to fix pty ownership.
16970         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
16971         CLOSE_ALL_FDS.
16972         * manual/install.texi (Configuring and compiling): Mention
16973         --enable-pt_chown. Add @findex for grantpt.
16974         * INSTALL: Regenerate.
16975
16976 2013-07-20  David S. Miller  <davem@davemloft.net>
16977
16978         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
16979         difference between 32-bit and 64-bit.
16980
16981 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
16982
16983         [BZ #15711]
16984         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
16985         Avoid system header dependency with -ffreestanding.
16986         ($(objpfx)bits/syscall%d): Likewise.
16987
16988 2013-07-13  David S. Miller  <davem@davemloft.net>
16989
16990         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
16991         underflows from atanl/atan2l due to bug 15319.
16992         (casinh_test_data): Likewise.
16993
16994 2013-07-07  David S. Miller  <davem@davemloft.net>
16995
16996         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
16997
16998 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
16999
17000         * sysdeps/i386/fpu/libm-test-ulps: Update.
17001         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17002
17003 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17004
17005         * configure.in (--enable-lock-elision): Fix message text.
17006         * INSTALL: Regenerate.
17007         * configure: Regenerate.
17008
17009 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17010
17011         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17012
17013 2013-07-03  Andreas Jaeger  <aj@suse.de>
17014
17015         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
17016         define.
17017         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
17018         (ptrace_peeksiginfo_args): Add.
17019         (__ptrace_peeksiginfo_flags): Add.
17020         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
17021         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
17022         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
17023
17024 2013-07-03  Allan McRae  <allan@archlinux.org>
17025
17026         * sysdeps/i386/fpu/libm-test-ulps: Update.
17027
17028 2013-07-02  David S. Miller  <davem@davemloft.net>
17029
17030         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17031
17032 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
17033
17034         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17035
17036 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
17037
17038         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
17039         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17040
17041 2013-07-02  Andi Kleen <ak@linux.intel.com>
17042
17043         * config.h.in (ENABLE_LOCK_ELISION): Add.
17044         * configure.in (--enable-lock-elision): Add option.
17045         * manual/install.texi: Document --enable lock elision.
17046         * configure: Regenerate
17047         * INSTALL: Regenerate.
17048
17049 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
17050
17051         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
17052         SSE4.2 strcasecmp for libc.a.
17053         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
17054
17055 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
17056
17057         [BZ #13304]
17058         * soft-fp/op-common.h (_FP_FMA): New macro.
17059         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
17060         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
17061         (_FP_MUL_MEAT_1_imm): ... here.
17062         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
17063         (_FP_MUL_MEAT_1_wide): ... here.
17064         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
17065         (_FP_MUL_MEAT_1_hard): ... here.
17066         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
17067         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
17068         (_FP_MUL_MEAT_2_wide): ... here.
17069         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
17070         (_FP_MUL_MEAT_2_wide_3mul): ... here.
17071         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
17072         (_FP_MUL_MEAT_2_gmp): ... here.
17073         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
17074         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
17075         (_FP_MUL_MEAT_4_wide): ... here.
17076         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
17077         (_FP_MUL_MEAT_4_gmp): ... here.
17078         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
17079         (_FP_WFRACBITS_DW_S): Likewise.
17080         (_FP_WFRACXBITS_DW_S): Likewise.
17081         (_FP_HIGHBIT_DW_S): Likewise.
17082         (FP_FMA_S): Likewise.
17083         (_FP_FRAC_HIGH_DW_S): Likewise.
17084         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
17085         (_FP_WFRACBITS_DW_D): Likewise.
17086         (_FP_WFRACXBITS_DW_D): Likewise.
17087         (_FP_HIGHBIT_DW_D): Likewise.
17088         (FP_FMA_D): Likewise.
17089         (_FP_FRAC_HIGH_DW_D): Likewise.
17090         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
17091         (_FP_WFRACBITS_DW_E): Likewise.
17092         (_FP_WFRACXBITS_DW_E): Likewise.
17093         (_FP_HIGHBIT_DW_E): Likewise.
17094         (FP_FMA_E): Likewise.
17095         (_FP_FRAC_HIGH_DW_E): Likewise.
17096         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
17097         (_FP_WFRACBITS_DW_Q): Likewise.
17098         (_FP_WFRACXBITS_DW_Q): Likewise.
17099         (_FP_HIGHBIT_DW_Q): Likewise.
17100         (FP_FMA_Q): Likewise.
17101         (_FP_FRAC_HIGH_DW_Q): Likewise.
17102         * soft-fp/fmasf4.c: New file.
17103         * soft-fp/fmadf4.c: Likewise.
17104         * soft-fp/fmatf4.c: Likewise.
17105
17106 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17107
17108         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
17109         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
17110         Silvermont.
17111         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
17112         macro.
17113         (index_Slow_SSE4_2): Likewise.
17114         (index_Prefer_PMINUB_for_stringop): Likewise.
17115         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
17116         bit_Slow_SSE4_2 is set.
17117         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
17118         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17119
17120 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17121
17122         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
17123         rtld_global._dl_hwcap2.
17124         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
17125         POWER8.
17126         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
17127         POWER8 feature descriptions defined in _dl_hwcap2.
17128         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
17129         string handling for POWER8 feature bits.
17130         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
17131         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
17132         _dl_powerpc_cap_flags.
17133         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
17134         * sysdeps/powerpc/rtld-global-offsets.sym
17135         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
17136         _dl_hwcap2 in the rtld_global_ro structure.
17137
17138 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17139
17140         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
17141         hardware capabilities in support of AT_HWCAP2.
17142         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
17143         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
17144         GLRO(dl_hwcap2).
17145         (_dl_show_auxv): Add support for calling _dl_procinfo to display
17146         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
17147         explicitly the unknown a_type display mechanism is used.
17148         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
17149         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
17150         struct member.
17151         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
17152         to macro prototype for AT_HWCAP2 support.
17153         * sysdeps/i386/dl-procinfo.h: Likewise.
17154         * sysdeps/s390/dl-procinfo.h: Likewise.
17155         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
17156         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
17157         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
17158         return -1 for unknown a_type display fallback.
17159         * sysdeps/sparc/dl-procinfo.h: Likewise.
17160         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
17161         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
17162
17163 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
17164
17165         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
17166         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
17167
17168 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
17169
17170         [BZ #12492]
17171         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
17172         mprotect making __stack_prot writable.
17173
17174 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
17175             Joseph Myers  <joseph@codesourcery.com>
17176
17177         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
17178         as being properly aligned.
17179
17180 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
17181
17182         * dlfcn/modstatic5.c: New file.
17183         * dlfcn/tststatic5.c: New file.
17184         * dlfcn/Makefile (tests): Add tststatic5.
17185         (tests-static): Likewise.
17186         (modules-names): Add modstatic5.
17187         (tststatic5-ENV): New variable.
17188         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
17189
17190         [BZ #15022]
17191         * elf/dl-support.c (_dl_main_map): New variable.
17192         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
17193         (_dl_nns, _dl_load_adds): Set to 1.
17194         (_dl_initial_searchlist): Refer to _dl_main_map.
17195         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
17196         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
17197         call to _dl_get_origin.
17198         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
17199         around call_map.
17200         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
17201         * dlfcn/modstatic3.c: New file.
17202         * dlfcn/tststatic3.c: New file.
17203         * dlfcn/tststatic4.c: New file.
17204         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
17205         (tests-static): Likewise.
17206         (modules-names): Add modstatic3.
17207         (tststatic3-ENV, tststatic4-ENV): New variables.
17208         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
17209         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
17210
17211 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
17212
17213         * configure.in (CC): Require GCC version 4.4 or later.
17214         * configure: Regenerated.
17215         * manual/install.texi (Tools for Compilation): Update GCC version
17216         requirement.
17217         * INSTALL: Regenerated.
17218
17219 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17220
17221         [BZ #15674]
17222         * string/test-memcmp.c (check2): New.
17223         (main): Call check2.
17224
17225         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
17226
17227 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
17228
17229         [BZ #15022]
17230         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
17231         over to...
17232         (dl_open_worker) [!SHARED]: ... here.
17233
17234 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17235
17236         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
17237
17238 2013-06-25  Richard Henderson  <rth@redhat.com>
17239
17240         * locale/programs/locarchive.c: Include <libc-internal.h>
17241
17242 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
17243
17244         * manual/texinfo.tex: Update to version 2013-06-21.17, with
17245         trailing whitespace removed.
17246
17247 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
17248
17249         [BZ #10283]
17250         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
17251         * locale/programs/locarchive.c: Include libc-mmap.h.
17252         (prepare_address_space): Take two new outputs (the mmap base and len).
17253         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
17254         values.
17255         (create_archive): Declare new mmap base and len values for
17256         prepare_address_space, and store the result in ah.
17257         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
17258         (enlarge_archive): If ah->mmap_base is not NULL, use that and
17259         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
17260         Declare new mmap base and len values for
17261         prepare_address_space, and store the result in new_ah.
17262         (open_archive): Declare new mmap base and len values for
17263         prepare_address_space, and store the result in ah.
17264         (close_archive): If ah->mmap_base is not NULL, use that and
17265         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
17266         * sysdeps/generic/libc-mmap.h: New file.
17267
17268 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
17269
17270         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
17271         (ALIGN_UP): Likewise.
17272         (PTR_ALIGN_DOWN): Likewise.
17273         (PTR_ALIGN_UP): Likewise.
17274
17275 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17276
17277         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
17278         entry mapped to PPC_PLATFORM_POWER8.
17279         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
17280         POWER8.
17281         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
17282         (_dl_string_platform): Add case for exporting platform position for
17283         POWER8.
17284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
17285         search path to sysdeps/powerpc/powerpc32/power8 directory.
17286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
17287         search path to sysdeps/powerpc/powerpc64/power8 directory.
17288         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
17289         power7 directories.
17290         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
17291         power7 directories.
17292
17293 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
17294
17295         * INSTALL: Regenerate.
17296
17297         * nscd/connections.c (nscd_init): Fix comment.
17298
17299 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
17300
17301         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
17302
17303         [BZ #15667]
17304         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
17305         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
17306
17307 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
17308
17309         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
17310         DL_DST_REQ_STATIC.
17311         (DL_DST_REQ_STATIC): Remove macro.
17312
17313 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
17314
17315         [BZ #7006]
17316         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
17317         with a shift of 0 bits.
17318
17319 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
17320
17321         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
17322         $(tststatic-ENV).
17323
17324 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17325
17326         [BZ #15655]
17327         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
17328
17329 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17330
17331         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
17332         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
17333         accepts -fno-tree-loop-distribute-patterns.
17334         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
17335         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
17336         recursive call.
17337         * string/memset.c (memset): Likewise.
17338         * string/test-memmove.c (simple_memmove): Disable loop transformation
17339         to library calls.
17340         * string/test-memset.c (simple_memset): Likewise.
17341         * benchtests/bench-memmove.c (simple_memmove): Likewise.
17342         * benchtests/bench-memset.c (simple_memset): Likewise.
17343         * configure: Regenerated.
17344
17345 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
17346
17347         * math/test-misc.c (main): Ignore fesetround failure when failures
17348         of subsequent rounding tests would be ignored.
17349
17350         [BZ #15654]
17351         * math/fedisblxcpt.c (fedisableexcept): Return 0.
17352         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
17353         * math/fegetenv.c (__fegetenv): Return 0.
17354         * math/fegetexcept.c (fegetexcept): Return 0.
17355         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
17356         FE_TONEAREST.
17357         * math/feholdexcpt.c (feholdexcept): Return 0.
17358         * math/fesetenv.c (__fesetenv): Return 0.
17359         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
17360         argument FE_TONEAREST.
17361         * math/feupdateenv.c (__feupdateenv): Return 0.
17362         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
17363
17364 2013-06-18  Roland McGrath  <roland@hack.frob.com>
17365
17366         * elf/rtld-Rules (rtld-compile-command.S): New variable.
17367         (rtld-compile-command.s, rtld-compile-command.c): New variables.
17368         ($(objpfx)rtld-%.os rules): Use them.
17369
17370 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17371
17372         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
17373         fields.
17374
17375 2013-06-17  Roland McGrath  <roland@hack.frob.com>
17376
17377         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
17378         length of target pattern, then descending length of dependency pattern.
17379         * configure.in (AWK): Require gawk 3.1.2 or newer.
17380         * manual/install.texi (Tools for Compilation): Say that we do.
17381         * configure: Regenerated.
17382
17383         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
17384         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
17385         * scripts/sysd-rules.awk: ... this new script.
17386         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
17387         than a glob-style pattern.
17388
17389 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
17390
17391         * math/test-misc.c (main): Do not treat incorrectly rounded
17392         conversions as failure unless ROUNDING_TESTS passes.
17393
17394 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
17395
17396         [BZ #15631]
17397         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
17398         restore exception state around main square root computation, then
17399         check for inexactness explicitly.
17400
17401         * math/libm-test.inc (fma_test_data): Add another test.
17402
17403 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
17404
17405         * manual/threads.texi (Non-POSIX Extensions): New document
17406         node.  Document pthread_getattr_default_np and
17407         pthread_setattr_default_np.
17408
17409         * Versions.def (libpthread): Add GLIBC_2.18.
17410         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
17411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
17412         Likewise.
17413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
17414         Likewise.
17415         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
17416         Likewise.
17417         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
17418         Likewise.
17419         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
17420         Likewise.
17421         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
17422         Likewise.
17423         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
17424         Likewise.
17425         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
17426         Likewise.
17427         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
17428         Likewise.
17429
17430 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17431
17432         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17433         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
17434
17435 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
17436             H.J. Lu  <hjl.tools@gmail.com>
17437
17438         [BZ #15627]
17439         * sysdeps/x86_64/rtld-memset.c: Remove file.
17440         * sysdeps/x86_64/rtld-memset.S: New file.
17441
17442 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
17443
17444         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
17445         (test_in_one_mode): Take arguments for whether the rounding mode
17446         is supported for each floating-point type.
17447         (do_test): Pass new arguments to test_in_one_mode using
17448         ROUNDING_TESTS.
17449
17450 2013-06-13  Roland McGrath  <roland@hack.frob.com>
17451
17452         * posix/tst-waitid.c (do_test): Distinguish different instances of
17453         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
17454         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
17455         before entering the kernel for waitpid.
17456
17457 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
17458
17459         * NEWS: Fix note on clock function precision.  Text by Roland
17460         McGrath.
17461
17462 2013-06-13  Roland McGrath  <roland@hack.frob.com>
17463
17464         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
17465         it into place only when and if the sanity check passes.
17466
17467 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
17468
17469         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
17470         output for whether conversion result is exact.  Take argument
17471         indicating whether type is IBM long double.
17472         (round_for_all): Change need_exact field to ibm_ld.
17473         * stdlib/tst-strtod-round.c (struct exactness): New type.
17474         (struct test): Change bool ld_ok field to struct exactness exact.
17475         (TEST): Update all definitions for change to field.
17476         (tests): Regenerate array contents.
17477         (test_in_one_mode): Take pointer to new field instead of old ld_ok
17478         field value.  Check for IBM long double here.
17479         (do_test): Update calls to test_in_one_mode.
17480
17481 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
17482
17483         [BZ #12515]
17484         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
17485         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
17486
17487 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17488
17489         [BZ #15605]
17490         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
17491         generated by the compiler on loop optimizations.
17492         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
17493         general definitions.
17494
17495 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
17496
17497         * math/bug-nextafter.c: Include <math-tests.h>.
17498         (main): Only test for exceptions if EXCEPTION_TESTS is true for
17499         the relevant type.
17500         * math/bug-nexttoward.c: Include <math-tests.h>.
17501         (main): Only test for exceptions if EXCEPTION_TESTS is true for
17502         the relevant type.
17503         * math/test-misc.c: Include <math-tests.h>.
17504         (main): Only test for exceptions if EXCEPTION_TESTS is true for
17505         the relevant type.
17506
17507 2013-06-12  Andreas Jaeger  <aj@suse.de>
17508
17509         * po/ia.po: Update Interlingua translation from translation
17510         project.
17511
17512 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17513
17514         * include/fenv.h: Include stdbool.h.
17515         (struct rm_ctx): New structure.
17516         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
17517         Define macro.
17518         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
17519         (SET_RESTORE_ROUNDF): Likewise.
17520         (SET_RESTORE_ROUNDL): Likewise.
17521         (SET_RESTORE_ROUND_NOEX): Likewise.
17522         (SET_RESTORE_ROUND_NOEXF): Likewise.
17523         (SET_RESTORE_ROUND_NOEXL): Likewise.
17524         (SET_RESTORE_ROUND_53BIT): Likewise.
17525         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
17526         (libc_feresetround_noexf_ctx): Likewise.
17527         (libc_feresetround_noexl_ctx): Likewise.
17528         (libc_feholdsetround_53bit_ctx): Likewise.
17529         (libc_feresetround_53bit_ctx): Likewise.
17530         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
17531         (libc_feholdexcept_setround_sse_ctx): New function.
17532         (libc_fesetenv_sse_ctx): Likewise.
17533         (libc_feupdateenv_sse_ctx): Likewise.
17534         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
17535         (libc_feholdexcept_setround_387_ctx): Likewise.
17536         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
17537         (libc_feholdsetround_387_prec_ctx): Likewise.
17538         (libc_feholdsetround_387_ctx): Likewise.
17539         (libc_feholdsetround_387_53bit_ctx): Likewise.
17540         (libc_feholdsetround_sse_ctx): Likewise.
17541         (libc_feresetround_sse_ctx): Likewise.
17542         (libc_feresetround_387_ctx): Likewise.
17543         (libc_feupdateenv_387_ctx): Likewise.
17544         (libc_feholdexcept_setroundf_ctx): Define macro.
17545         (libc_fesetenvf_ctx): Likewise.
17546         (libc_feupdateenvf_ctx): Likewise.
17547         (libc_feholdsetroundf_ctx): Likewise.
17548         (libc_feresetroundf_ctx): Likewise.
17549         (libc_feholdexcept_setround_ctx): Likewise.
17550         (libc_fesetenv_ctx): Likewise.
17551         (libc_feupdateenv_ctx): Likewise.
17552         (libc_feholdsetround_ctx): Likewise.
17553         (libc_feresetround_ctx): Likewise.
17554         (libc_feholdexcept_setroundl_ctx): Likewise.
17555         (libc_feupdateenvl_ctx): Likewise.
17556         (libc_feholdsetroundl_ctx): Likewise.
17557         (libc_feresetroundl_ctx): Likewise.
17558         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
17559         (libc_feresetround_53bit_ctx): Likewise.
17560
17561 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17562
17563         * locale/iso-639.def: Convert to UTF-8.
17564
17565 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
17566
17567         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
17568         (EXCEPTION_TESTS_double): Likewise.
17569         (EXCEPTION_TESTS_long_double): Likewise.
17570         (EXCEPTION_TESTS): Likewise.
17571         * math/libm-test.inc (test_exceptions): Only test exceptions if
17572         EXCEPTION_TESTS (FLOAT).
17573
17574 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17575
17576         * benchtests/Makefile (string-bench): Add strcpy_chk and
17577         stpcpy_chk.
17578         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
17579         * benchtests/bench-stpcpy_chk.c: New file.
17580         * benchtests/bench-strcpy_chk-ifunc.c: New file.
17581         * benchtests/bench-strcpy_chk.c: New file.
17582         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
17583         code.
17584         (do_test): Likewise.
17585
17586 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17587
17588         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
17589         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
17590         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
17591         with tabs where appropriate.
17592         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
17593         dl-procinfo.h.
17594         [PPC_PLATFORM_PPC440]: Likewise.
17595         [PPC_PLATFORM_PPC464]: Likewise.
17596         [PPC_PLATFORM_PPC476]: Likewise.
17597         (_dl_string_platform): Add support for detecting ppc405, ppc440,
17598         ppc464, and ppc476 platform strings merging from ports/
17599         dl-procinfo.h.
17600
17601 2013-06-11  Andreas Schwab  <schwab@suse.de>
17602
17603         [BZ #14991]
17604         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
17605         (from_ucs4_idx): Regenerate.
17606         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
17607         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
17608         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
17609         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
17610         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
17611         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
17612         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
17613         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
17614         from FROM_LOOP and TO_LOOP specific macros.
17615         (BODY): Handle combining characters.
17616         * iconvdata/BIG5HKSCS.irreversible: Update.
17617         * iconvdata/BIG5HKSCS.precomposed: New file.
17618         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
17619         characters.
17620         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
17621
17622 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17623
17624         * include/sys/time.h: Fix indentation and add copyright header.
17625
17626         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
17627         (do_test): Likewise.
17628         * string/test-memchr.c (do_one_test): Likewise.
17629         (do_test): Likewise.
17630         * string/test-memcmp.c (do_one_test): Likewise.
17631         (do_test): Likewise.
17632         * string/test-memcpy.c (do_one_test): Likewise.
17633         (do_test): Likewise.
17634         * string/test-memmem.c (do_one_test): Likewise.
17635         (do_test): Likewise.
17636         (do_random_tests): Likewise.
17637         * string/test-memmove.c (do_one_test): Likewise.
17638         (do_test): Likewise.
17639         * string/test-memset.c (do_one_test): Likewise.
17640         (do_test): Likewise.
17641         * string/test-rawmemchr.c (do_one_test): Likewise.
17642         (do_test): Likewise.
17643         * string/test-strcasecmp.c (do_one_test): Likewise.
17644         (do_test): Likewise.
17645         * string/test-strcasestr.c (do_one_test): Likewise.
17646         (do_test): Likewise.
17647         * string/test-strcat.c (do_one_test): Likewise.
17648         (do_test): Likewise.
17649         * string/test-strchr.c (do_one_test): Likewise.
17650         (do_test): Likewise.
17651         * string/test-strcmp.c (do_one_test): Likewise.
17652         (do_test): Likewise.
17653         * string/test-strcpy.c (do_one_test): Likewise.
17654         (do_test): Likewise.
17655         * string/test-string.h: Likewise.
17656         (test_init): Likewise.
17657         * string/test-strlen.c (do_one_test): Likewise.
17658         (do_test): Likewise.
17659         * string/test-strncasecmp.c (do_one_test): Likewise.
17660         (do_test): Likewise.
17661         * string/test-strncat.c (do_one_test): Likewise.
17662         (do_test): Likewise.
17663         * string/test-strncmp.c (do_one_test): Likewise.
17664         (do_test_limit): Likewise.
17665         (do_test): Likewise.
17666         * string/test-strncpy.c (do_one_test): Likewise.
17667         (do_test): Likewise.
17668         * string/test-strnlen.c (do_one_test): Likewise.
17669         (do_test): Likewise.
17670         * string/test-strpbrk.c (do_one_test): Likewise.
17671         (do_test): Likewise.
17672         * string/test-strrchr.c (do_one_test): Likewise.
17673         (do_test): Likewise.
17674         * string/test-strspn.c (do_one_test): Likewise.
17675         (do_test): Likewise.
17676         * string/test-strstr.c (do_one_test): Likewise.
17677         (do_test): Likewise.
17678
17679         * benchtests/Makefile (string-bench): Add string benchmarks.
17680         * benchtests/bench-bcopy-ifunc.c: New file.
17681         * benchtests/bench-bcopy.c: New file.
17682         * benchtests/bench-bzero-ifunc.c: New file.
17683         * benchtests/bench-bzero.c: New file.
17684         * benchtests/bench-memccpy-ifunc.c: New file.
17685         * benchtests/bench-memccpy.c: New file.
17686         * benchtests/bench-memchr-ifunc.c: New file.
17687         * benchtests/bench-memchr.c: New file.
17688         * benchtests/bench-memcmp-ifunc.c: New file.
17689         * benchtests/bench-memcmp.c: New file.
17690         * benchtests/bench-memmem-ifunc.c: New file.
17691         * benchtests/bench-memmem.c: New file.
17692         * benchtests/bench-memmove-ifunc.c: New file.
17693         * benchtests/bench-memmove.c: New file.
17694         * benchtests/bench-mempcpy-ifunc.c: New file.
17695         * benchtests/bench-mempcpy.c: New file.
17696         * benchtests/bench-memset-ifunc.c: New file.
17697         * benchtests/bench-memset.c: New file.
17698         * benchtests/bench-rawmemchr-ifunc.c: New file.
17699         * benchtests/bench-rawmemchr.c: New file.
17700         * benchtests/bench-stpcpy-ifunc.c: New file.
17701         * benchtests/bench-stpcpy.c: New file.
17702         * benchtests/bench-stpncpy-ifunc.c: New file.
17703         * benchtests/bench-stpncpy.c: New file.
17704         * benchtests/bench-strcasecmp-ifunc.c: New file.
17705         * benchtests/bench-strcasecmp.c: New file.
17706         * benchtests/bench-strcasestr-ifunc.c: New file.
17707         * benchtests/bench-strcasestr.c: New file.
17708         * benchtests/bench-strcat-ifunc.c: New file.
17709         * benchtests/bench-strcat.c: New file.
17710         * benchtests/bench-strchr-ifunc.c: New file.
17711         * benchtests/bench-strchr.c: New file.
17712         * benchtests/bench-strchrnul-ifunc.c: New file.
17713         * benchtests/bench-strchrnul.c: New file.
17714         * benchtests/bench-strcmp-ifunc.c: New file.
17715         * benchtests/bench-strcmp.c: New file.
17716         * benchtests/bench-strcpy-ifunc.c: New file.
17717         * benchtests/bench-strcpy.c: New file.
17718         * benchtests/bench-strcspn-ifunc.c: New file.
17719         * benchtests/bench-strcspn.c: New file.
17720         * benchtests/bench-strlen-ifunc.c: New file.
17721         * benchtests/bench-strlen.c: New file.
17722         * benchtests/bench-strncasecmp-ifunc.c: New file.
17723         * benchtests/bench-strncasecmp.c: New file.
17724         * benchtests/bench-strncat-ifunc.c: New file.
17725         * benchtests/bench-strncat.c: New file.
17726         * benchtests/bench-strncmp-ifunc.c: New file.
17727         * benchtests/bench-strncmp.c: New file.
17728         * benchtests/bench-strncpy-ifunc.c: New file.
17729         * benchtests/bench-strncpy.c: New file.
17730         * benchtests/bench-strnlen-ifunc.c: New file.
17731         * benchtests/bench-strnlen.c: New file.
17732         * benchtests/bench-strpbrk-ifunc.c: New file.
17733         * benchtests/bench-strpbrk.c: New file.
17734         * benchtests/bench-strrchr-ifunc.c: New file.
17735         * benchtests/bench-strrchr.c: New file.
17736         * benchtests/bench-strspn-ifunc.c: New file.
17737         * benchtests/bench-strspn.c: New file.
17738         * benchtests/bench-strstr-ifunc.c: New file.
17739         * benchtests/bench-strstr.c: New file.
17740
17741         * benchtests/Makefile: Disable parallel execution of targets.
17742         (string-bench): Add memcpy.
17743         (benchset): New variable to store a list of benchmark sets.
17744         (bench-func): Renamed from bench.
17745         (bench-set): New target.
17746         (bench): Depend on bench-func and bench-set.
17747         * benchtests/README: Add section on benchmark sets.
17748         * benchtests/bench-memcpy-ifunc.c: New file.
17749         * benchtests/bench-memcpy.c: New file.
17750         * benchtests/bench-string.h: New file.
17751
17752 2013-06-11  Andreas Schwab  <schwab@suse.de>
17753
17754         [BZ #15577]
17755         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
17756         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
17757         values in the triple.
17758         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
17759         terminator in the group key.
17760
17761 2013-06-11  Andreas Jaeger  <aj@suse.de>
17762
17763         * po/zh_TW.po: Update Chinese (traditional) translation from
17764         translation project.
17765
17766 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17767
17768         * include/time.h (__clock_gettime): Add libc_hidden_proto.
17769         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
17770         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
17771         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
17772         (clock_getcpuclockid): Likewise.
17773         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
17774         Add weak_alias and libc_hidden_def.
17775         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
17776         * rt/clock_gettime.c (clock_gettime): Rename to
17777         __clock_gettime.  Add weak_alias and libc_hidden_def.
17778         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
17779         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
17780         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
17781         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
17782         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
17783         Likewise.
17784         * rt/clock_settime.c (clock_settime): Rename to
17785         __clock_settime.  Add weak_alias and libc_hidden_def.
17786         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
17787
17788 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
17789
17790         * mach/err_boot.sub: Remove trailing whitespace.
17791         * mach/err_ipc.sub: Likewise.
17792         * mach/err_mach.sub: Likewise.
17793
17794         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
17795         (ROUNDING_TESTS_double): Likewise.
17796         (ROUNDING_TESTS_long_double): Likewise.
17797         (ROUNDING_TESTS): Likewise.
17798         * math/libm-test.inc: Include <math-tests.h>.
17799         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
17800         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
17801         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
17802         (IF_ROUND_INIT_FE_UPWARD): Likewise.
17803
17804 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17805
17806         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
17807         of assigning.
17808
17809 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
17810
17811         * sysdeps/gnu/errlist.awk: Do not generate space at end of
17812         otherwise empty TRANS lines.
17813         * sysdeps/gnu/errlist.c: Regenerated.
17814
17815         * catgets/gencat.c (error_print): Use (void) in function
17816         definition.
17817         * crypt/crypt_util.c (__init_des): Likewise.
17818         * crypt/speeds.c (Stop): Likewise.
17819         (main): Likewise.
17820         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
17821         * inet/ruserpass.c (token): Likewise.
17822         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
17823         * intl/localealias.c (extend_alias_table): Likewise.
17824         * intl/plural-exp.c (init_germanic_plural): Likewise.
17825         * libio/fcloseall.c (__fcloseall): Likewise.
17826         * libio/genops.c (_IO_flush_all): Likewise.
17827         (_IO_flush_all_linebuffered): Likewise.
17828         (_IO_cleanup): Likewise.
17829         (_IO_iter_begin): Likewise.
17830         (_IO_iter_end): Likewise.
17831         (_IO_list_lock): Likewise.
17832         (_IO_list_unlock): Likewise.
17833         (_IO_list_resetlock): Likewise.
17834         * libio/getchar.c (getchar): Likewise.
17835         * libio/getchar_u.c (getchar_unlocked): Likewise.
17836         * libio/getwchar.c (getwchar): Likewise.
17837         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
17838         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
17839         * login/getpt.c (__getpt): Likewise.
17840         * login/tst-utmp.c (main): Likewise.
17841         * malloc/hooks.c (__malloc_check_init): Likewise.
17842         * malloc/malloc.c (__malloc_stats): Likewise.
17843         * malloc/mtrace.c (tr_break): Likewise.
17844         (mtrace): Likewise.
17845         (muntrace): Likewise.
17846         * misc/fstab.c (endfsent): Likewise.
17847         * misc/getclktck.c (__getclktck): Likewise.
17848         * misc/getdtsz.c (__getdtablesize): Likewise.
17849         * misc/gethostid.c (gethostid): Likewise.
17850         * misc/getpagesize.c (__getpagesize): Likewise.
17851         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
17852         (__get_nprocs): Likewise.
17853         (__get_phys_pages): Likewise.
17854         (__get_avphys_pages): Likewise.
17855         * misc/getttyent.c (getttyent): Likewise.
17856         (setttyent): Likewise.
17857         (endttyent): Likewise.
17858         * misc/getusershell.c (getusershell): Likewise.
17859         (endusershell): Likewise.
17860         (setusershell): Likewise.
17861         (initshells): Likewise.
17862         * misc/hsearch.c (__hdestroy): Likewise.
17863         * misc/sync.c (sync): Likewise.
17864         * misc/syslog.c (closelog_internal): Likewise.
17865         (closelog): Likewise.
17866         * misc/ttyslot.c (ttyslot): Likewise.
17867         * misc/vhangup.c (vhangup): Likewise.
17868         * posix/fork.c (__fork): Likewise.
17869         * posix/getegid.c (__getegid): Likewise.
17870         * posix/geteuid.c (__geteuid): Likewise.
17871         * posix/getgid.c (__getgid): Likewise.
17872         * posix/getpid.c (__getpid): Likewise.
17873         * posix/getppid.c (__getppid): Likewise.
17874         * posix/getuid.c (__getuid): Likewise.
17875         * posix/pause.c (pause): Likewise.
17876         * posix/setpgrp.c (setpgrp): Likewise.
17877         * posix/setsid.c (__setsid): Likewise.
17878         * posix/test-vfork.c (noop): Likewise.
17879         * resolv/gethnamaddr.c (_endhtent): Likewise.
17880         (_gethtent): Likewise.
17881         (ht_endhostent): Likewise.
17882         (gethostent): Likewise.
17883         (dns_service): Likewise.
17884         * stdlib/drand48.c (drand48): Likewise.
17885         * stdlib/lrand48.c (lrand48): Likewise.
17886         * stdlib/mrand48.c (mrand48): Likewise.
17887         * stdlib/rand.c (rand): Likewise.
17888         * stdlib/random.c (__random): Likewise.
17889         * stdlib/setenv.c (clearenv): Likewise.
17890         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
17891         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
17892         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
17893         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
17894         (__get_nprocs): Likewise.
17895         (__get_phys_pages): Likewise.
17896         (__get_avphys_pages): Likewise.
17897         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
17898         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
17899         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
17900         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
17901         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
17902         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
17903         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
17904         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
17905         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
17906         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
17907         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
17908         * sysdeps/mach/hurd/sync.c (sync): Likewise.
17909         * sysdeps/posix/clock.c (clock): Likewise.
17910         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
17911         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
17912         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
17913         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
17914         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
17915         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
17916         (__get_nprocs_conf): Likewise.
17917         (__get_phys_pages): Likewise.
17918         (__get_avphys_pages): Likewise.
17919         * time/clock.c (clock): Likewise.
17920         * time/tzset.c (__tzname_max): Likewise.
17921
17922 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
17923
17924         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
17925         (__bswap_32): Do not use "register".
17926         * crypt/crypt.c (_ufc_doit_r): Likewise.
17927         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
17928         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
17929         * gmon/gmon.c (__monstartup): Likewise.
17930         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
17931         * hurd/hurdmalloc.c (more_memory): Likewise.
17932         (malloc): Likewise.
17933         (free): Likewise.
17934         (realloc): Likewise.
17935         (malloc_fork_prepare): Likewise.
17936         (malloc_fork_parent): Likewise.
17937         (malloc_fork_child): Likewise.
17938         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
17939         (_svcauth_des): Likewise.
17940         * inet/inet_lnaof.c (inet_lnaof): Likewise.
17941         * inet/inet_net.c (inet_network): Likewise.
17942         * inet/inet_netof.c (inet_netof): Likewise.
17943         * inet/rcmd.c (__validuser2_sa): Likewise.
17944         * io/fts.c (fts_open): Likewise.
17945         (fts_load): Likewise.
17946         (fts_close): Likewise.
17947         (fts_read): Likewise.
17948         (fts_children): Likewise.
17949         (fts_build): Likewise.
17950         (fts_stat): Likewise.
17951         (fts_sort): Likewise.
17952         (fts_alloc): Likewise.
17953         (fts_lfree): Likewise.
17954         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
17955         (_IO_file_xsgetn): Likewise.
17956         (_IO_file_xsgetn_mmap): Likewise.
17957         * libio/iofopncook.c (_IO_cookie_read): Likewise.
17958         (_IO_cookie_write): Likewise.
17959         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
17960         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
17961         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
17962         * malloc/obstack.c (_obstack_begin): Likewise.
17963         (_obstack_begin_1): Likewise.
17964         (_obstack_newchunk): Likewise.
17965         (_obstack_allocated_p): Likewise.
17966         (obstack_free): Likewise.
17967         (_obstack_memory_used): Likewise.
17968         * misc/getttyent.c (getttynam): Likewise.
17969         (getttyent): Likewise.
17970         (skip): Likewise.
17971         (value): Likewise.
17972         * misc/getusershell.c (initshells): Likewise.
17973         * misc/syslog.c (__vsyslog_chk): Likewise.
17974         * misc/ttyslot.c (ttyslot): Likewise.
17975         * nis/nis_hash.c (__nis_hash): Likewise.
17976         * posix/fnmatch_loop.c (FCT): Likewise.
17977         * posix/getconf.c (print_all): Likewise.
17978         (main): Likewise.
17979         * posix/getopt.c (exchange): Likewise.
17980         * posix/glob.c (globfree): Likewise.
17981         (prefix_array): Likewise.
17982         (__glob_pattern_type): Likewise.
17983         * resolv/arpa/nameser.h (NS_GET16): Likewise.
17984         (NS_GET32): Likewise.
17985         (NS_PUT16): Likewise.
17986         (NS_PUT32): Likewise.
17987         * resolv/gethnamaddr.c (getanswer): Likewise.
17988         (gethostbyname2): Likewise.
17989         (gethostbyaddr): Likewise.
17990         (_gethtent): Likewise.
17991         (_gethtbyname2): Likewise.
17992         (_gethtbyaddr): Likewise.
17993         * resolv/ns_print.c (dst_s_get_int16): Likewise.
17994         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
17995         * resolv/res_init.c (__res_vinit): Likewise.
17996         (net_mask): Likewise.
17997         * resolv/res_mkquery.c (outchar): Likewise.
17998         (PRINT): Likewise.
17999         * stdio-common/printf_fp.c (outchar): Likewise.
18000         (PRINT): Likewise.
18001         * stdio-common/printf_fphex.c (outchar): Likewise.
18002         (PRINT): Likewise.
18003         * stdio-common/printf_size.c (outchar): Likewise.
18004         (PRINT): Likewise.
18005         * stdio-common/test_rdwr.c (main): Likewise.
18006         * stdio-common/tfformat.c (matches): Likewise.
18007         * stdio-common/vfprintf.c (outchar): Likewise.
18008         (printf_unknown): Likewise.
18009         (buffered_vfprintf): Likewise.
18010         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18011         * stdio-common/xbug.c (AppendToBuffer): Likewise.
18012         (ReadFile): Likewise.
18013         * stdlib/qsort.c (SWAP): Likewise.
18014         (_quicksort): Likewise.
18015         * stdlib/setenv.c (__add_to_environ): Likewise.
18016         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18017         * stdlib/strtol_l.c (__strtol_l): Likewise.
18018         * stdlib/tst-strtod.c (main): Likewise.
18019         * stdlib/tst-strtol.c (main): Likewise.
18020         * stdlib/tst-strtoll.c (main): Likewise.
18021         * string/bits/string2.h (__strcmp_cc): Likewise.
18022         (__strcmp_cg): Likewise.
18023         (__strcspn_c1): Likewise.
18024         (__strcspn_c2): Likewise.
18025         (__strcspn_c3): Likewise.
18026         (__strspn_c1): Likewise.
18027         (__strspn_c2): Likewise.
18028         (__strspn_c3): Likewise.
18029         (__strsep_1c): Likewise.
18030         (__strsep_2c): Likewise.
18031         (__strsep_3c): Likewise.
18032         * string/memccpy.c (__memccpy): Likewise.
18033         * string/stpcpy.c (__stpcpy): Likewise.
18034         * string/strcmp.c (strcmp): Likewise.
18035         * string/strrchr.c (strrchr): Likewise.
18036         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
18037         Likewise.
18038         * sysdeps/mach/hurd/getcwd.c
18039         (_hurd_canonicalize_directory_name_internal): Likewise.
18040         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
18041         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
18042         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
18043         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
18044         Likewise, in both definitions.
18045         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
18046         definitions.
18047         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
18048         64] (__bswap_64): Likewise.
18049         * time/test_time.c (main): Likewise.
18050         * time/tzfile.c (__tzfile_read): Likewise.
18051         (__tzfile_compute): Likewise.
18052         * time/tzset.c (__tzset_parse_tz): Likewise.
18053         (tzset_internal): Likewise.
18054         (compute_change): Likewise.
18055         * wcsmbs/wcscat.c (__wcscat): Likewise.
18056         * wcsmbs/wcschr.c (wcschr): Likewise.
18057         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
18058         * wcsmbs/wcscspn.c (wcscspn): Likewise.
18059         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
18060         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
18061         * wcsmbs/wcsspn.c (wcsspn): Likewise.
18062         * wcsmbs/wcsstr.c (wcsstr): Likewise.
18063         * wcsmbs/wmemchr.c (wmemchr): Likewise.
18064         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
18065         * wcsmbs/wmemset.c (wmemset): Likewise.
18066
18067 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
18068
18069         * scripts/config.guess: Update to version 2013-05-16.
18070         * scripts/config.sub: Update to version 2013-04-24.
18071         * scripts/install-sh: Update to version 2011-11-20.07.
18072         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
18073         * scripts/move-if-change: Update to version 2012-01-06 07:23.
18074
18075 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
18076
18077         * debug/fgetws_u_chk.c: Fix leading whitespaces.
18078         * elf/sln.c: Likewise.
18079         * hurd/hurd/ioctl.h: Likewise.
18080         * hurd/hurdmalloc.c: Likewise.
18081         * hurd/xattr.c: Likewise.
18082         * include/shlib-compat.h: Likewise.
18083         * inet/ruserpass.c: Likewise.
18084         * libio/iofgets_u.c: Likewise.
18085         * libio/iofgetws_u.c: Likewise.
18086         * locale/programs/ld-identification.c: Likewise.
18087         * locale/programs/ld-time.c: Likewise.
18088         * mach/msg-destroy.c: Likewise.
18089         * nss/nss_files/files-netgrp.c: Likewise.
18090         * resolv/res_data.c: Likewise.
18091         * soft-fp/op-1.h: Likewise.
18092         * soft-fp/op-2.h: Likewise.
18093         * soft-fp/op-4.h: Likewise.
18094         * soft-fp/op-common.h: Likewise.
18095         * stdio-common/printf_fphex.c: Likewise.
18096         * stdlib/strtod_l.c: Likewise.
18097         * sunrpc/rpc/clnt.h: Likewise.
18098         * sysdeps/generic/framestate.c: Likewise.
18099         * sysdeps/i386/bsd-_setjmp.S: Likewise.
18100         * sysdeps/i386/bsd-setjmp.S: Likewise.
18101         * sysdeps/i386/__longjmp.S: Likewise.
18102         * sysdeps/i386/setjmp.S: Likewise.
18103         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
18104         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
18105         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
18106         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
18107         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18108         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
18109         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
18110         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
18111         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
18112         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
18113         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
18114         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
18115         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
18116         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
18117         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
18118         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
18119         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
18120         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
18121         * sysdeps/ieee754/support.c: Likewise.
18122         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
18123         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
18124         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
18125         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
18126         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
18127         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
18128         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
18129         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
18130         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
18131         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
18132         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
18133         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
18134         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
18135         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
18136         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
18137         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
18138         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
18139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
18140
18141 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
18142
18143         * posix/transbug.c: Remove executable mode.
18144
18145 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
18146
18147         * crypt/speeds.c: Remove trailing whitespace.
18148         * dlfcn/default.c: Likewise.
18149         * elf/ifuncdep2.c: Likewise.
18150         * elf/ifuncmain1.c: Likewise.
18151         * elf/ifuncmain1vis.c: Likewise.
18152         * elf/testobj.h: Likewise.
18153         * elf/tst-stackguard1.c: Likewise.
18154         * gmon/sys/gmon.h: Likewise.
18155         * hurd/hurdmsg.c: Likewise.
18156         * hurd/new-fd.c: Likewise.
18157         * hurd/ports-get.c: Likewise.
18158         * iconvdata/ibm1008_420.c: Likewise.
18159         * inet/tst-getni1.c: Likewise.
18160         * inet/tst-getni2.c: Likewise.
18161         * libio/ioungetc.c: Likewise.
18162         * libio/wfiledoalloc.c: Likewise.
18163         * manual/libm-err-tab.pl: Likewise.
18164         * math/w_dremf.c: Likewise.
18165         * misc/ftruncate.c: Likewise.
18166         * posix/bug-glob2.c: Likewise.
18167         * posix/tst-pcre.c: Likewise.
18168         * posix/wait4.c: Likewise.
18169         * resolv/README: Likewise.
18170         * resolv/res_debug.h: Likewise.
18171         * resolv/tst-inet_ntop.c: Likewise.
18172         * setjmp/bug269-setjmp.c: Likewise.
18173         * soft-fp/extended.h: Likewise.
18174         * soft-fp/op-1.h: Likewise.
18175         * soft-fp/op-2.h: Likewise.
18176         * soft-fp/op-4.h: Likewise.
18177         * soft-fp/op-8.h: Likewise.
18178         * soft-fp/testit.c: Likewise.
18179         * stdio-common/bug16.c: Likewise.
18180         * stdlib/random.c: Likewise.
18181         * sunrpc/rpcsvc/rquota.x: Likewise.
18182         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
18183         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
18184         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
18185         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
18186         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
18187         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
18188         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
18189         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
18190         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
18191         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
18192         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
18193         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
18194         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
18195         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
18196         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
18197         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
18198         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
18199         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
18200         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
18201         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
18202         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
18203         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
18204         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
18205         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
18206         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
18207         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
18208         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
18209         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
18210         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
18211         * sysdeps/ieee754/s_lib_version.c: Likewise.
18212         * sysdeps/mach/hurd/check_fds.c: Likewise.
18213         * sysdeps/mach/hurd/getsockname.c: Likewise.
18214         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
18215         * sysdeps/mach/hurd/recvfrom.c: Likewise.
18216         * sysdeps/powerpc/bits/link.h: Likewise.
18217         * sysdeps/powerpc/dl-procinfo.c: Likewise.
18218         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
18219         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
18220         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
18221         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
18222         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
18223         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
18224         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
18225         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
18226         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
18227         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
18228         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
18229         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
18230         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
18231         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
18232         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
18233         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
18234         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
18235         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
18236         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
18237         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
18238         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
18239         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18240         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
18241         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
18242         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
18243         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
18244         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
18245         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
18246         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
18247         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
18248         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
18249         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18250         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
18251         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
18252         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
18253         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
18254         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
18255         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
18256         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
18257         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
18258         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
18259         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
18260         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
18261         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
18262         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
18263         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
18264         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
18265         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
18266         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
18267         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
18268         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
18269         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
18270         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
18271         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
18272         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
18273         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
18274         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18275         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
18276         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
18277         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
18278         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
18279         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
18280         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
18281         * sysdeps/powerpc/sysdep.h: Likewise.
18282         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
18283         * sysdeps/s390/s390-64/sub_n.S: Likewise.
18284         * sysdeps/sh/dl-trampoline.S: Likewise.
18285         * sysdeps/sh/memset.S: Likewise.
18286         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
18287         * sysdeps/sh/strlen.S: Likewise.
18288         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
18289         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
18290         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
18291         * sysdeps/sparc/sparc32/rem.S: Likewise.
18292         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
18293         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
18294         * sysdeps/sparc/sparc32/strchr.S: Likewise.
18295         * sysdeps/sparc/sparc32/udiv.S: Likewise.
18296         * sysdeps/sparc/sparc32/urem.S: Likewise.
18297         * sysdeps/sparc/sparc64/add_n.S: Likewise.
18298         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
18299         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
18300         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
18301         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
18302         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
18303         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
18304         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
18305         * sysdeps/unix/bsd/times.c: Likewise.
18306         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
18307         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
18308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
18309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
18310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
18311         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
18312         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18313         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
18314         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
18315         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
18316         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
18317         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
18318         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
18319         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
18320         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
18321         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
18322         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
18323         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
18324         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
18325         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
18326         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
18327         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
18328         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
18329         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
18330         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
18331         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
18332         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
18333         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
18334         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
18335         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
18336         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
18337         * sysdeps/x86_64/strcspn.S: Likewise.
18338
18339 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18340
18341         * locale/C-translit.h: Revert #include <stdint.h> because this is a
18342         generated file.  Regenerate properly from gen-translit.pl.
18343         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
18344         locale/C-translit.h.
18345
18346 2013-06-05  Andreas Schwab  <schwab@suse.de>
18347
18348         [BZ #15100]
18349         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
18350         week as 6 instead of -1.
18351         * time/tst-strptime.c (day_tests): Add test case.
18352
18353 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18354
18355         * sysdeps/generic/math_private.h
18356         (libc_feholdexcept_setround_53bit): Replace with
18357         libc_feholdsetround_53bit.
18358         (libc_feupdateenv_53bit): Replace with
18359         libc_feresetround_53bit.
18360         (SET_RESTORE_ROUND_53BIT): Adjust.
18361
18362 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18363
18364         * string/test-strchrnul.c: Add copyright header.
18365
18366         * posix/tst-getaddrinfo4.c: Increase test timeout.
18367
18368 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
18369
18370         [BZ #15536]
18371         * math/libm-test.inc (MAX_EXP): Remove
18372         (MIN_EXP): Define.
18373         (ulp): Use MIN_EXP - MANT_DIG.
18374         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
18375
18376 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
18377
18378         * po/be.po: Revert last change.
18379         * po/zh_CN.po: Likewise.
18380         * po/header.pot: Likewise.
18381
18382 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
18383
18384         * Makefile ($(common-objpfx)linkobj/libc.so): Define
18385         link-libc-deps to empty as target-specific variable.
18386         * Makerules (link-libc-args): New variable.
18387         (libc-for-link): Likewise.
18388         (link-libc-deps): Likewise.
18389         (lib%.so): Depend on $(link-libc-deps).  Link with
18390         $(link-libc-args).
18391         (build-module): Link with $(link-libc-args).
18392         (build-module-asneeded): Likewise.
18393         (build-module-helper-objlist): Filter out $(link-libc-deps) from
18394         list of objects.
18395         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
18396         target-specific variable.
18397         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
18398         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
18399         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
18400         libc.
18401         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
18402         libc and ld.so.
18403         ($(objpfx)libpcprofile.so): Likewise.
18404         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
18405         libc_nonshared.a.
18406         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
18407         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
18408         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
18409         $(link-libc-deps).
18410         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
18411         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
18412         * login/Makefile ($(objpfx)libutil.so): Likewise.
18413         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
18414         * math/Makefile ($(objpfx)libm.so): Likewise.
18415         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
18416         $(objpfx)libnsl.so): Define libc-for-link as target-specific
18417         variable instead of depending directly on libc.
18418         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
18419         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
18420         $(link-libc-deps).
18421         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
18422         libc.
18423         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
18424         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
18425         ($(objpfx)libanl.so): Likewise.
18426         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
18427         ld.so.
18428         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
18429         $(link-libc-deps).
18430         * sysdeps/i386/fpu/Makefile: Remove file.
18431         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
18432         ($(objpfx)libm.so): Remove dependency on ld.so.
18433
18434 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
18435
18436         [BZ # 15553]
18437         * nis/yp_xdr.c (XDRMAXNAME): Define.
18438         (XDRMAXRECORD): Define.
18439         (xdr_domainname): Use XDRMAXNAME.
18440         (xdr_mapname): Likewise.
18441         (xdr_peername): Likewise.
18442         (xdr_keydat): Use XDRMAXRECORD.
18443         (xdr_valdat): Likewise.
18444
18445 2013-05-30  Jeff Law  <law@redhat.com>
18446
18447         [BZ #14256]
18448         * manual/errno.texi (ESTALE): Update to account for more than
18449         just NFS file systems.
18450         * sysdeps/gnu/errlist.c: Regenerated.
18451
18452 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18453
18454         [BZ #15465]
18455         * elf/Makefile (tests): Add tst-null-argv.
18456         (modules-names):  Add tst-null-argv-lib.
18457         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
18458         (tst-null-argv-ENV): Set environment for tst-null-argv.
18459         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
18460         (RTLD_PROGNAME): New macro.
18461         * elf/tst-null-argv.c: New test case.
18462         * elf/tst-null-argv-lib.c: Library for test case.
18463         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
18464         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
18465         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
18466         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
18467         * elf/dl-init.c (call_init): Likewise.
18468         (_dl_init): Likewise.
18469         * elf/dl-load.c (print_search_path): Likewise.
18470         (_dl_map_object): Likewise.
18471         * elf/dl-lookup.c (do_lookup_x): Likewise.
18472         (add_dependency): Likewise.
18473         (_dl_lookup_symbol_x): Likewise.
18474         (_dl_debug_bindings): Likewise.
18475         * elf/dl-open.c (_dl_show_scope): Likewise.
18476         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
18477         * elf/dl-version.c (match_symbol): Likewise.
18478         (_dl_check_map_versions): Likewise.
18479         * elf/rtld.c (dl_main): Likewise.
18480         (print_unresolved): Use RTLD_PROGNAME.
18481         (print_missing_version): Likewise.
18482         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
18483         (elf_machine_rela): Likewise.
18484         * sysdeps/powerpc/powerpc32/dl-machine.c
18485         (__process_machine_rela): Likewise.
18486         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
18487         Likewise.
18488         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
18489         Likewise.
18490         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
18491         Likewise.
18492         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
18493         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
18494         Likewise.
18495         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
18496         Likewise.
18497         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
18498
18499 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
18500
18501         * po/be.po: Add descriptive title.
18502         * po/zh_CN.po: Likewise.
18503         * po/header.pot: Likewise.
18504
18505 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
18506
18507         * locale/programs/locarchive.c (create_archive): Inlucde fname in
18508         error message.
18509         (enlarge_archive): Likewise.
18510
18511 2013-05-28  Ben North  <ben@redfrontdoor.org>
18512
18513         * manual/arith.texi (frexp): It is the magnitude of the return
18514         value which lies in [0.5, 1), not the return value itself.
18515
18516 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18517
18518         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18519
18520 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
18521
18522         * stdio-common/bug26.c (main): Correct fscanf template.
18523
18524         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
18525         declare _dl_skip_args.
18526
18527         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
18528         Don't declare.
18529
18530         * manual/platform.texi: Add missing @end deftypefun.
18531
18532 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
18533
18534         [BZ #15529]
18535         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
18536         bit of mantissa of 2^16382.
18537         * math/libm-test.inc (hypot_test_data): Add more tests.
18538
18539         * math/libm-test.inc: Add drem and pow10 to list of tested
18540         functions.
18541         (pow10_test): New function.
18542         (drem_test): Likewise.
18543         (drem_test_tonearest): Likewise.
18544         (drem_test_towardzero): Likewise.
18545         (drem_test_downward): Likewise.
18546         (drem_test_upward): Likewise.
18547         (main): Call the new functions.
18548
18549         * math/libm-test.inc (finite_test_data): Remove.
18550         (finite_test): Run tests from isfinite_test_data.
18551         (gamma_test_data): Remove.
18552         (gamma_test): Run tests from lgamma_test_data.
18553         * sysdeps/i386/fpu/libm-test-ulps: Update.
18554         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18555
18556 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18557
18558         * manual/platform.texi: Add PowerPC PPR function set documentation.
18559         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
18560         implementation.
18561
18562 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
18563
18564         * math/libm-test.inc (MAX_EXP): Define.
18565         (ULPDIFF): Define.
18566         (ulp): New function.
18567         (check_float_internal): Use ULPDIFF.
18568         (cpow_test): Disable failing test.
18569         (check_ulp): Test ulp() implemetnation.
18570         (main): Call check_ulp before starting tests.
18571
18572 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
18573
18574         * math/gen-libm-test.pl (generate_testfile): Do not handle
18575         START_DATA and END_DATA.
18576         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
18577         END_DATA.
18578         (acos_tonearest_test_data): Likewise.
18579         (acos_towardzero_test_data): Likewise.
18580         (acos_downward_test_data): Likewise.
18581         (acos_upward_test_data): Likewise.
18582         (acosh_test_data): Likewise.
18583         (asin_test_data): Likewise.
18584         (asin_tonearest_test_data): Likewise.
18585         (asin_towardzero_test_data): Likewise.
18586         (asin_downward_test_data): Likewise.
18587         (asin_upward_test_data): Likewise.
18588         (asinh_test_data): Likewise.
18589         (atan_test_data): Likewise.
18590         (atanh_test_data): Likewise.
18591         (atan2_test_data): Likewise.
18592         (cabs_test_data): Likewise.
18593         (cacos_test_data): Likewise.
18594         (cacosh_test_data): Likewise.
18595         (carg_test_data): Likewise.
18596         (casin_test_data): Likewise.
18597         (casinh_test_data): Likewise.
18598         (catan_test_data): Likewise.
18599         (catanh_test_data): Likewise.
18600         (cbrt_test_data): Likewise.
18601         (ccos_test_data): Likewise.
18602         (ccosh_test_data): Likewise.
18603         (ceil_test_data): Likewise.
18604         (cexp_test_data): Likewise.
18605         (cimag_test_data): Likewise.
18606         (clog_test_data): Likewise.
18607         (clog10_test_data): Likewise.
18608         (conj_test_data): Likewise.
18609         (copysign_test_data): Likewise.
18610         (cos_test_data): Likewise.
18611         (cos_tonearest_test_data): Likewise.
18612         (cos_towardzero_test_data): Likewise.
18613         (cos_downward_test_data): Likewise.
18614         (cos_upward_test_data): Likewise.
18615         (cosh_test_data): Likewise.
18616         (cosh_tonearest_test_data): Likewise.
18617         (cosh_towardzero_test_data): Likewise.
18618         (cosh_downward_test_data): Likewise.
18619         (cosh_upward_test_data): Likewise.
18620         (cpow_test_data): Likewise.
18621         (cproj_test_data): Likewise.
18622         (creal_test_data): Likewise.
18623         (csin_test_data): Likewise.
18624         (csinh_test_data): Likewise.
18625         (csqrt_test_data): Likewise.
18626         (ctan_test_data): Likewise.
18627         (ctan_tonearest_test_data): Likewise.
18628         (ctan_towardzero_test_data): Likewise.
18629         (ctan_downward_test_data): Likewise.
18630         (ctan_upward_test_data): Likewise.
18631         (ctanh_test_data): Likewise.
18632         (ctanh_tonearest_test_data): Likewise.
18633         (ctanh_towardzero_test_data): Likewise.
18634         (ctanh_downward_test_data): Likewise.
18635         (ctanh_upward_test_data): Likewise.
18636         (erf_test_data): Likewise.
18637         (erfc_test_data): Likewise.
18638         (exp_test_data): Likewise.
18639         (exp_tonearest_test_data): Likewise.
18640         (exp_towardzero_test_data): Likewise.
18641         (exp_downward_test_data): Likewise.
18642         (exp_upward_test_data): Likewise.
18643         (exp10_test_data): Likewise.
18644         (exp2_test_data): Likewise.
18645         (expm1_test_data): Likewise.
18646         (fabs_test_data): Likewise.
18647         (fdim_test_data): Likewise.
18648         (finite_test_data): Likewise.
18649         (floor_test_data): Likewise.
18650         (fma_test_data): Likewise.
18651         (fma_towardzero_test_data): Likewise.
18652         (fma_downward_test_data): Likewise.
18653         (fma_upward_test_data): Likewise.
18654         (fmax_test_data): Likewise.
18655         (fmin_test_data): Likewise.
18656         (fmod_test_data): Likewise.
18657         (fpclassify_test_data): Likewise.
18658         (frexp_test_data): Likewise.
18659         (gamma_test_data): Likewise.
18660         (hypot_test_data): Likewise.
18661         (ilogb_test_data): Likewise.
18662         (isfinite_test_data): Likewise.
18663         (isgreater_test_data): Likewise.
18664         (isgreaterequal_test_data): Likewise.
18665         (isinf_test_data): Likewise.
18666         (isless_test_data): Likewise.
18667         (islessequal_test_data): Likewise.
18668         (islessgreater_test_data): Likewise.
18669         (isnan_test_data): Likewise.
18670         (isnormal_test_data): Likewise.
18671         (issignaling_test_data): Likewise.
18672         (isunordered_test_data): Likewise.
18673         (j0_test_data): Likewise.
18674         (j1_test_data): Likewise.
18675         (jn_test_data): Likewise.
18676         (ldexp_test_data): Likewise.
18677         (lgamma_test_data): Likewise.
18678         (lrint_test_data): Likewise.
18679         (lrint_tonearest_test_data): Likewise.
18680         (lrint_towardzero_test_data): Likewise.
18681         (lrint_downward_test_data): Likewise.
18682         (lrint_upward_test_data): Likewise.
18683         (llrint_test_data): Likewise.
18684         (llrint_tonearest_test_data): Likewise.
18685         (llrint_towardzero_test_data): Likewise.
18686         (llrint_downward_test_data): Likewise.
18687         (llrint_upward_test_data): Likewise.
18688         (log_test_data): Likewise.
18689         (log10_test_data): Likewise.
18690         (log1p_test_data): Likewise.
18691         (log2_test_data): Likewise.
18692         (logb_test_data): Likewise.
18693         (logb_downward_test_data): Likewise.
18694         (lround_test_data): Likewise.
18695         (llround_test_data): Likewise.
18696         (modf_test_data): Likewise.
18697         (nearbyint_test_data): Likewise.
18698         (nextafter_test_data): Likewise.
18699         (nexttoward_test_data): Likewise.
18700         (pow_test_data): Likewise.
18701         (pow_tonearest_test_data): Likewise.
18702         (pow_towardzero_test_data): Likewise.
18703         (pow_downward_test_data): Likewise.
18704         (pow_upward_test_data): Likewise.
18705         (remainder_test_data): Likewise.
18706         (remainder_tonearest_test_data): Likewise.
18707         (remainder_towardzero_test_data): Likewise.
18708         (remainder_downward_test_data): Likewise.
18709         (remainder_upward_test_data): Likewise.
18710         (remquo_test_data): Likewise.
18711         (rint_test_data): Likewise.
18712         (rint_tonearest_test_data): Likewise.
18713         (rint_towardzero_test_data): Likewise.
18714         (rint_downward_test_data): Likewise.
18715         (rint_upward_test_data): Likewise.
18716         (round_test_data): Likewise.
18717         (scalb_test_data): Likewise.
18718         (scalbn_test_data): Likewise.
18719         (scalbln_test_data): Likewise.
18720         (signbit_test_data): Likewise.
18721         (sin_test_data): Likewise.
18722         (sin_tonearest_test_data): Likewise.
18723         (sin_towardzero_test_data): Likewise.
18724         (sin_downward_test_data): Likewise.
18725         (sin_upward_test_data): Likewise.
18726         (sincos_test_data): Likewise.
18727         (sinh_test_data): Likewise.
18728         (sinh_tonearest_test_data): Likewise.
18729         (sinh_towardzero_test_data): Likewise.
18730         (sinh_downward_test_data): Likewise.
18731         (sinh_upward_test_data): Likewise.
18732         (sqrt_test_data): Likewise.
18733         (tan_test_data): Likewise.
18734         (tan_tonearest_test_data): Likewise.
18735         (tan_towardzero_test_data): Likewise.
18736         (tan_downward_test_data): Likewise.
18737         (tan_upward_test_data): Likewise.
18738         (tanh_test_data): Likewise.
18739         (tgamma_test_data): Likewise.
18740         (trunc_test_data): Likewise.
18741         (y0_test_data): Likewise.
18742         (y1_test_data): Likewise.
18743         (yn_test_data): Likewise.
18744         (significand_test_data): Likewise.
18745
18746         * math/gen-libm-test.pl (@functions): Remove variable.
18747         (generate_testfile): Don't handle START and END lines.
18748         * math/libm-test.inc (START): New macro.
18749         (END): Likewise.
18750         (END_COMPLEX): Likewise.
18751         (acos_test): Use END macro without arguments.
18752         (acos_test_tonearest): Likewise.
18753         (acos_test_towardzero): Likewise.
18754         (acos_test_downward): Likewise.
18755         (acos_test_upward): Likewise.
18756         (acosh_test): Likewise.
18757         (asin_test): Likewise.
18758         (asin_test_tonearest): Likewise.
18759         (asin_test_towardzero): Likewise.
18760         (asin_test_downward): Likewise.
18761         (asin_test_upward): Likewise.
18762         (asinh_test): Likewise.
18763         (atan_test): Likewise.
18764         (atanh_test): Likewise.
18765         (atan2_test): Likewise.
18766         (cabs_test): Likewise.
18767         (cacos_test): Use END_COMPLEX macro without arguments.
18768         (cacosh_test): Likewise.
18769         (carg_test): Use END macro without arguments.
18770         (casin_test): Use END_COMPLEX macro without arguments.
18771         (casinh_test): Likewise.
18772         (catan_test): Likewise.
18773         (catanh_test): Likewise.
18774         (cbrt_test): Use END macro without arguments.
18775         (ccos_test): Use END_COMPLEX macro without arguments.
18776         (ccosh_test): Likewise.
18777         (ceil_test): Use END macro without arguments.
18778         (cexp_test): Use END_COMPLEX macro without arguments.
18779         (cimag_test): Use END macro without arguments.
18780         (clog_test): Use END_COMPLEX macro without arguments.
18781         (clog10_test): Likewise.
18782         (conj_test): Likewise.
18783         (copysign_test): Use END macro without arguments.
18784         (cos_test): Likewise.
18785         (cos_test_tonearest): Likewise.
18786         (cos_test_towardzero): Likewise.
18787         (cos_test_downward): Likewise.
18788         (cos_test_upward): Likewise.
18789         (cosh_test): Likewise.
18790         (cosh_test_tonearest): Likewise.
18791         (cosh_test_towardzero): Likewise.
18792         (cosh_test_downward): Likewise.
18793         (cosh_test_upward): Likewise.
18794         (cpow_test): Use END_COMPLEX macro without arguments.
18795         (cproj_test): Likewise.
18796         (creal_test): Use END macro without arguments.
18797         (csin_test): Use END_COMPLEX macro without arguments.
18798         (csinh_test): Likewise.
18799         (csqrt_test): Likewise.
18800         (ctan_test): Likewise.
18801         (ctan_test_tonearest): Likewise.
18802         (ctan_test_towardzero): Likewise.
18803         (ctan_test_downward): Likewise.
18804         (ctan_test_upward): Likewise.
18805         (ctanh_test): Likewise.
18806         (ctanh_test_tonearest): Likewise.
18807         (ctanh_test_towardzero): Likewise.
18808         (ctanh_test_downward): Likewise.
18809         (ctanh_test_upward): Likewise.
18810         (erf_test): Use END macro without arguments.
18811         (erfc_test): Likewise.
18812         (exp_test): Likewise.
18813         (exp_test_tonearest): Likewise.
18814         (exp_test_towardzero): Likewise.
18815         (exp_test_downward): Likewise.
18816         (exp_test_upward): Likewise.
18817         (exp10_test): Likewise.
18818         (exp2_test): Likewise.
18819         (expm1_test): Likewise.
18820         (fabs_test): Likewise.
18821         (fdim_test): Likewise.
18822         (finite_test): Likewise.
18823         (floor_test): Likewise.
18824         (fma_test): Likewise.
18825         (fma_test_towardzero): Likewise.
18826         (fma_test_downward): Likewise.
18827         (fma_test_upward): Likewise.
18828         (fmax_test): Likewise.
18829         (fmin_test): Likewise.
18830         (fmod_test): Likewise.
18831         (fpclassify_test): Likewise.
18832         (frexp_test): Likewise.
18833         (gamma_test): Likewise.
18834         (hypot_test): Likewise.
18835         (ilogb_test): Likewise.
18836         (isfinite_test): Likewise.
18837         (isgreater_test): Likewise.
18838         (isgreaterequal_test): Likewise.
18839         (isinf_test): Likewise.
18840         (isless_test): Likewise.
18841         (islessequal_test): Likewise.
18842         (islessgreater_test): Likewise.
18843         (isnan_test): Likewise.
18844         (isnormal_test): Likewise.
18845         (issignaling_test): Likewise.
18846         (isunordered_test): Likewise.
18847         (j0_test): Likewise.
18848         (j1_test): Likewise.
18849         (jn_test): Likewise.
18850         (ldexp_test): Likewise.
18851         (lgamma_test): Likewise.
18852         (lrint_test): Likewise.
18853         (lrint_test_tonearest): Likewise.
18854         (lrint_test_towardzero): Likewise.
18855         (lrint_test_downward): Likewise.
18856         (lrint_test_upward): Likewise.
18857         (llrint_test): Likewise.
18858         (llrint_test_tonearest): Likewise.
18859         (llrint_test_towardzero): Likewise.
18860         (llrint_test_downward): Likewise.
18861         (llrint_test_upward): Likewise.
18862         (log_test): Likewise.
18863         (log10_test): Likewise.
18864         (log1p_test): Likewise.
18865         (log2_test): Likewise.
18866         (logb_test): Likewise.
18867         (logb_test_downward): Likewise.
18868         (lround_test): Likewise.
18869         (llround_test): Likewise.
18870         (modf_test): Likewise.
18871         (nearbyint_test): Likewise.
18872         (nextafter_test): Likewise.
18873         (nexttoward_test): Likewise.
18874         (pow_test): Likewise.
18875         (pow_test_tonearest): Likewise.
18876         (pow_test_towardzero): Likewise.
18877         (pow_test_downward): Likewise.
18878         (pow_test_upward): Likewise.
18879         (remainder_test): Likewise.
18880         (remainder_test_tonearest): Likewise.
18881         (remainder_test_towardzero): Likewise.
18882         (remainder_test_downward): Likewise.
18883         (remainder_test_upward): Likewise.
18884         (remquo_test): Likewise.
18885         (rint_test): Likewise.
18886         (rint_test_tonearest): Likewise.
18887         (rint_test_towardzero): Likewise.
18888         (rint_test_downward): Likewise.
18889         (rint_test_upward): Likewise.
18890         (round_test): Likewise.
18891         (scalb_test): Likewise.
18892         (scalbn_test): Likewise.
18893         (scalbln_test): Likewise.
18894         (signbit_test): Likewise.
18895         (sin_test): Likewise.
18896         (sin_test_tonearest): Likewise.
18897         (sin_test_towardzero): Likewise.
18898         (sin_test_downward): Likewise.
18899         (sin_test_upward): Likewise.
18900         (sincos_test): Likewise.
18901         (sinh_test): Likewise.
18902         (sinh_test_tonearest): Likewise.
18903         (sinh_test_towardzero): Likewise.
18904         (sinh_test_downward): Likewise.
18905         (sinh_test_upward): Likewise.
18906         (sqrt_test): Likewise.
18907         (tan_test): Likewise.
18908         (tan_test_tonearest): Likewise.
18909         (tan_test_towardzero): Likewise.
18910         (tan_test_downward): Likewise.
18911         (tan_test_upward): Likewise.
18912         (tanh_test): Likewise.
18913         (tgamma_test): Likewise.
18914         (trunc_test): Likewise.
18915         (y0_test): Likewise.
18916         (y1_test): Likewise.
18917         (yn_test): Likewise.
18918         (significand_test): Likewise.
18919
18920 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
18921
18922         [BZ #15381]
18923         * libio/genops.c (_IO_no_init): Initialize wide struct info.
18924
18925 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
18926
18927         [BZ #14894]
18928         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
18929         __ppc_mdoio and __ppc_mdoom.
18930         * manual/platform.texi: Document new functions __ppc_yield,
18931         __ppc_mdoio and __ppc_mdoom.
18932
18933 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
18934
18935         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
18936         (main): Mention "tls" pseudo-hwcap is legacy.
18937         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
18938
18939 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
18940
18941         * math/gen-libm-test.pl (parse_args): Output only string of
18942         arguments as text for test name, not full call or descriptions of
18943         tests for extra outputs.
18944         (generate_testfile): Do not pass function name to parse_args.
18945         Generate this_func variable from START.
18946         * math/libm-test.inc (struct test_f_f_data): Rename test_name
18947         field to arg_str.
18948         (struct test_ff_f_data): Likewise.
18949         (test_ff_f_data_nexttoward): Likewise.
18950         (struct test_fi_f_data): Likewise.
18951         (struct test_fl_f_data): Likewise.
18952         (struct test_if_f_data): Likewise.
18953         (struct test_fff_f_data): Likewise.
18954         (struct test_c_f_data): Likewise.
18955         (struct test_f_f1_data): Likewise.  Remove field extra_name.
18956         (struct test_fF_f1_data): Likewise.
18957         (struct test_ffI_f1_data): Likewise.
18958         (struct test_c_c_data): Rename test_name field to arg_str.
18959         (struct test_cc_c_data): Likewise.
18960         (struct test_f_i_data): Likewise.
18961         (struct test_ff_i_data): Likewise.
18962         (struct test_f_l_data): Likewise.
18963         (struct test_f_L_data): Likewise.
18964         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
18965         and extra2_name.
18966         (COMMON_TEST_SETUP): New macro.
18967         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
18968         (COMMON_TEST_CLEANUP): Likewise.
18969         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
18970         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
18971         macros.
18972         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
18973         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
18974         macros.
18975         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
18976         (RUN_TEST_fff_f): Take argument string.  Call new setup and
18977         cleanup macros.
18978         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
18979         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
18980         macros.
18981         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
18982         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
18983         macros.
18984         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
18985         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
18986         cleanup macros.
18987         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
18988         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
18989         cleanup macros.
18990         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
18991         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
18992         cleanup macros.
18993         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
18994         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
18995         macros.
18996         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
18997         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
18998         macros.
18999         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
19000         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
19001         macros.
19002         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
19003         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
19004         cleanup macros.
19005         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
19006         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
19007         cleanup macros.
19008         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
19009         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
19010         macros.
19011         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
19012         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
19013         cleanup macros.
19014         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
19015         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
19016         macros.
19017         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
19018         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
19019         macros.
19020         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
19021         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
19022         cleanup macros.
19023         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
19024
19025 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
19026
19027         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
19028         to _sifields.sigfault.
19029         (si_addr_lsb): Define new macro.
19030         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
19031         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
19032         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
19033
19034 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
19035
19036         [BZ #15441]
19037         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
19038         returns -1.
19039         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
19040         null return -1.
19041         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
19042         loading the domain.
19043
19044 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
19045
19046         * math/gen-libm-test.pl (parse_args): Do not include expected
19047         result in test name.
19048         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
19049         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
19050         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
19051         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
19052         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
19053         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19054
19055 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
19056
19057         * benchtests/Makefile: Sort function entries.
19058
19059         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
19060         tanh, asinh, acosh, atanh.
19061         * benchtests/acos-inputs: New file.
19062         * benchtests/acosh-inputs: New file.
19063         * benchtests/asin-inputs: New file.
19064         * benchtests/asinh-inputs: New file.
19065         * benchtests/atanh-inputs: New file.
19066         * benchtests/cosh-inputs: New file.
19067         * benchtests/log-inputs: New file.
19068         * benchtests/sinh-inputs: New file.
19069         * benchtests/tanh-inputs: New file.
19070
19071 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
19072
19073         [BZ #15339]
19074         * posix/tst-getaddrinfo4.c: New test.
19075         * posix/Makefile (tests): Add it.
19076
19077 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19078
19079         [BZ #15339]
19080         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
19081         when no services were used.
19082         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
19083         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
19084
19085 2013-05-21  Andreas Schwab  <schwab@suse.de>
19086
19087         [BZ #15014]
19088         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
19089         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
19090         successful.
19091         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
19092         redundant variable declarations and reallocation of buffer when
19093         parsing as IPv6 address.  Always set NSS status when called from
19094         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
19095         buffer too small.  Correct computation of needed size.
19096         * nss/Makefile (tests): Add test-digits-dots.
19097         * nss/test-digits-dots.c: New test.
19098
19099 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19100
19101         * benchtests/Makefile: Remove instructions for adding
19102         benchmark tests.
19103         * benchtests/README: New file to explain how to execute and
19104         enhance the benchmark tests.
19105
19106 2013-05-21  Andreas Schwab  <schwab@suse.de>
19107
19108         [BZ #15493]
19109         * setjmp/Makefile (tests): Add tst-sigsetjmp.
19110         * setjmp/tst-sigsetjmp.c: New test.
19111
19112 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
19113
19114         * sysdeps/x86_64/memset.S (memset): New implementation.
19115         (__bzero): Likewise.
19116         (__memset_tail): New function.
19117
19118 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
19119
19120         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
19121         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
19122         __memcpy_sse2_unaligned ifunc selection.
19123         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
19124         Add memcpy-sse2-unaligned.S.
19125         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
19126         Add: __memcpy_sse2_unaligned.
19127
19128 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
19129
19130         [BZ #15490]
19131         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
19132         math_force_eval before restoring floating-point envrionment.
19133         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
19134         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
19135         Likewise.
19136         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
19137         <math_private.h>.
19138         (__nearbyintl): Use math_force_eval before restoring
19139         floating-point environment.
19140         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
19141
19142         * math/gen-libm-test.pl (special_functions): Remove.
19143         (parse_args): Don't handle TEST_extra.  Handle functions with no
19144         return value.
19145         * math/libm-test.inc (struct test_sincos_data): Replace with
19146         struct test_fFF_11_data.
19147         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
19148         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
19149         (sincos_test_data): Change element type to struct
19150         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
19151         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
19152         RUN_TEST_LOOP_sincos.
19153         * math/README.libm-test: Don't mention special handling of
19154         individual functions.
19155         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
19156         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
19157         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
19158         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
19159         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
19160         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19161
19162         * math/gen-libm-test.pl (get_variable): Remove function.
19163         (parse_args): Don't show pointer parameters to call in test
19164         names.  Use "extra output N" in test names for extra outputs
19165         rather than naming variables.
19166
19167 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
19168
19169         [BZ #15488]
19170         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
19171         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
19172         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
19173         double tests.
19174         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
19175         disable.
19176         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
19177         check_long_double.
19178
19179         * math/gen-libm-test.pl (@tests): Remove variable.
19180         ($count): Likewise.
19181         (new_test): Remove function.
19182         (show_exceptions): New function.
19183         (special_functions): Use show_exceptions instead of new_test.
19184         (parse_args): Likewise.
19185         (generate_testfile): Pass only function name in generated call to
19186         print_max_error or print_complex_max_error.
19187         (get_ulps): Do not handle complex tests specially.
19188         (output_test): Rename to ...
19189         (get_all_ulps_for_test): ... this.  Return a string rather than
19190         printing to a file.  Require ulps to be present.
19191         (output_ulps): Generate arrays rather than #defines.
19192         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
19193         (struct ulp_data): New type.
19194         (BUILD_COMPLEX_ULP): Remove macro.
19195         (compare_ulp_data): New function.
19196         (find_ulps): Likewise.
19197         (find_test_ulps): Likewise.
19198         (find_function_ulps): Likewise.
19199         (find_complex_function_ulps): Likewise.
19200         (print_max_error): Determine allowed ulps using
19201         find_function_ulps.
19202         (print_complex_max_error): Determine allowed ulps using
19203         find_complex_function_ulps.
19204         (check_float_internal): Determine max ulps using find_test_ulps.
19205         (check_float): Do not take max_ulp parameter.  Update call to
19206         check_float_internal.
19207         (check_complex): Likewise.
19208         (check_int): Do not take max_ulp parameter.
19209         (check_long): Likewise.
19210         (check_bool): Likewise.
19211         (check_longlong): Likewise.
19212         (struct test_f_f_data): Remove max_ulp field.
19213         (struct test_ff_f_data): Likewise.
19214         (struct test_ff_f_data_nexttoward): Likewise.
19215         (struct test_fi_f_data): Likewise.
19216         (struct test_fl_f_data): Likewise.
19217         (struct test_if_f_data): Likewise.
19218         (struct test_fff_f_data): Likewise.
19219         (struct test_c_f_data): Likewise.
19220         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
19221         (struct test_fF_f1_data): Likewise.
19222         (struct test_ffI_f1_data): Likewise.
19223         (struct test_c_c_data): Remove max_ulp field.
19224         (struct test_cc_c_data): Likewise.
19225         (struct test_f_i_data): Likewise.
19226         (struct test_ff_i_data): Likewise.
19227         (struct test_f_l_data): Likewise.
19228         (struct test_f_L_data): Likewise.
19229         (struct test_sincos_data): Likewise.
19230         (RUN_TEST_f_f): Do not handle ulps.
19231         (RUN_TEST_LOOP_f_f): Likewise.
19232         (RUN_TEST_2_f): Likewise.
19233         (RUN_TEST_LOOP_2_f): Likewise.
19234         (RUN_TEST_fff_f): Likewise.
19235         (RUN_TEST_LOOP_fff_f): Likewise.
19236         (RUN_TEST_c_f): Likewise.
19237         (RUN_TEST_LOOP_c_f): Likewise.
19238         (RUN_TEST_f_f1): Likewise.
19239         (RUN_TEST_LOOP_f_f1): Likewise.
19240         (RUN_TEST_fF_f1): Likewise.
19241         (RUN_TEST_LOOP_fF_f1): Likewise.
19242         (RUN_TEST_fI_f1): Likewise.
19243         (RUN_TEST_LOOP_fI_f1): Likewise.
19244         (RUN_TEST_ffI_f1): Likewise.
19245         (RUN_TEST_LOOP_ffI_f1): Likewise.
19246         (RUN_TEST_c_c): Likewise.
19247         (RUN_TEST_LOOP_c_c): Likewise.
19248         (RUN_TEST_cc_c): Likewise.
19249         (RUN_TEST_LOOP_cc_c): Likewise.
19250         (RUN_TEST_f_i): Likewise.
19251         (RUN_TEST_LOOP_f_i): Likewise.
19252         (RUN_TEST_f_i_tg): Likewise.
19253         (RUN_TEST_LOOP_f_i_tg): Likewise.
19254         (RUN_TEST_ff_i_tg): Likewise.
19255         (RUN_TEST_LOOP_ff_i_tg): Likewise.
19256         (RUN_TEST_f_b): Likewise.
19257         (RUN_TEST_LOOP_f_b): Likewise.
19258         (RUN_TEST_f_b_tg): Likewise.
19259         (RUN_TEST_LOOP_f_b_tg): Likewise.
19260         (RUN_TEST_f_l): Likewise.
19261         (RUN_TEST_LOOP_f_l): Likewise.
19262         (RUN_TEST_f_L): Likewise.
19263         (RUN_TEST_LOOP_f_L): Likewise.
19264         (RUN_TEST_sincos): Likewise.
19265         (RUN_TEST_LOOP_sincos): Likewise.
19266
19267 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
19268
19269         [BZ #15480]
19270         [BZ #15485]
19271         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
19272         main case of finite arguments, set rounding mode to FE_TONEAREST
19273         and discard exceptions.
19274         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
19275         exceptions.
19276         (remainder_tonearest_test_data): New variable.
19277         (remainder_test_tonearest): New function.
19278         (remainder_towardzero_test_data): New variable.
19279         (remainder_test_towardzero): New function.
19280         (remainder_downward_test_data): New variable.
19281         (remainder_test_downward): New function.
19282         (remainder_upward_test_data): New variable.
19283         (remainder_test_upward): New function.
19284         (main): Call the new test functions.
19285
19286         * math/libm-test.inc (struct test_f_f1_data): Remove field
19287         extra_init.
19288         (struct test_fF_f1_data): Likewise.
19289         (struct test_ffI_f1_data): Likewise.
19290         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
19291         based on value of EXTRA_EXPECTED.
19292         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
19293         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
19294         EXTRA_VAR based on value of EXTRA_EXPECTED.
19295         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
19296         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
19297         EXTRA_VAR based on value of EXTRA_EXPECTED.
19298         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
19299         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
19300         EXTRA_VAR based on value of EXTRA_EXPECTED.
19301         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
19302         * math/gen-libm-test.pl (parse_args): Don't output initializers
19303         for extra output values.
19304
19305         * math/libm-test.inc (check_int): Expect result to be exactly
19306         equal to expected value and do not handle ulps.
19307         (check_long): Likewise.
19308         (check_longlong): Likewise.
19309
19310         * math/libm-test.inc (ceil_test_data): Test for "inexact"
19311         exceptions.
19312         (cimag_test_data): Likewise.
19313         (conj_test_data): Likewise.
19314         (copysign_test_data): Likewise.
19315         (cproj_test_data): Likewise.
19316         (creal_test_data): Likewise.
19317         (fabs_test_data): Likewise.
19318         (fdim_test_data): Likewise.
19319         (finite_test_data): Likewise.
19320         (floor_test_data): Likewise.
19321         (fmax_test_data): Likewise.
19322         (fmin_test_data): Likewise.
19323         (fmod_test_data): Likewise.
19324         (fpclassify_test_data): Likewise.
19325         (frexp_test_data): Likewise.
19326         (ilogb_test_data): Likewise.
19327         (isfinite_test_data): Likewise.
19328         (isgreater_test_data): Likewise.
19329         (isgreaterequal_test_data): Likewise.
19330         (isinf_test_data): Likewise.
19331         (isless_test_data): Likewise.
19332         (islessequal_test_data): Likewise.
19333         (islessgreater_test_data): Likewise.
19334         (isnan_test_data): Likewise.
19335         (isnormal_test_data): Likewise.
19336         (issignaling_test_data): Likewise.
19337         (isunordered_test_data): Likewise.
19338         (ldexp_test_data): Likewise.
19339         (lrint_test_data): Likewise.
19340         (lrint_test_data) [TEST_FLOAT]: Disable one test.
19341         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
19342         (lrint_tonearest_test_data): Test for "inexact" exceptions.
19343         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
19344         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
19345         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
19346         test input.
19347         (lrint_towardzero_test_data): Test for "inexact" exceptions.
19348         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
19349         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
19350         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
19351         that test input.
19352         (lrint_downward_test_data): Test for "inexact" exceptions.
19353         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
19354         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
19355         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
19356         test input.
19357         (lrint_upward_test_data): Test for "inexact" exceptions.
19358         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
19359         test input.
19360         (llrint_test_data): Test for "inexact" exceptions.
19361         (llrint_test_data) [TEST_FLOAT]: Disable one test.
19362         (llrint_tonearest_test_data): Test for "inexact" exceptions.
19363         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
19364         (llrint_towardzero_test_data): Test for "inexact" exceptions.
19365         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
19366         (llrint_downward_test_data): Test for "inexact" exceptions.
19367         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
19368         (llrint_upward_test_data): Test for "inexact" exceptions.
19369         (logb_test_data): Likewise.
19370         (logb_downward_test_data): Likewise.
19371         (nextafter_test_data): Likewise.
19372         (nexttoward_test_data): Likewise.
19373         (remainder_test_data): Likewise.
19374         (remquo_test_data): Likewise.
19375         (scalbn_test_data): Likewise.
19376         (scalbln_test_data): Likewise.
19377         (signbit_test_data): Likewise.
19378         (sqrt_test_data): Likewise.
19379         (significand_test_data): Likewise.
19380
19381 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
19382
19383         [BZ #15424]
19384         * benchtests/bench-modf.c (struct args): Mark arg0 as
19385         volatile.
19386         * scripts/bench.pl: Mark members of struct args as volatile.
19387
19388 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19389
19390         [BZ # 15497]
19391         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
19392         negative infinity on POWER6 or lower.
19393         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
19394
19395 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
19396
19397         [BZ #15442]
19398         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
19399         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
19400         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
19401         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
19402         (_FP_SETQNAN): New macro.
19403         (_FP_SETQNAN_SEMIRAW): Likewise.
19404         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
19405         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
19406         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
19407         (FP_EXTEND): Use _FP_FRAC_SNANP.
19408         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
19409         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
19410         into account.
19411         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
19412         New macro.
19413         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
19414         Likewise.
19415
19416 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
19417
19418         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
19419         with DIVIDE_BY_ZERO_EXCEPTION.
19420         (gamma_test_data): Likewise.
19421         (lgamma_test_data): Likewise.
19422         (log_test_data): Likewise.
19423         (log10_test_data): Likewise.
19424         (log2_test_data): Likewise.
19425         (tgamma_test_data): Likewise.
19426
19427         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
19428         (acos_test_tonearest): Likewise.
19429         (acos_test_towardzero): Likewise.
19430         (acos_test_downward): Likewise.
19431         (acos_test_upward): Likewise.
19432         (acosh_test): Likewise.
19433         (asin_test): Likewise.
19434         (asin_test_tonearest): Likewise.
19435         (asin_test_towardzero): Likewise.
19436         (asin_test_downward): Likewise.
19437         (asin_test_upward): Likewise.
19438         (asinh_test): Likewise.
19439         (atan_test): Likewise.
19440         (atanh_test): Likewise.
19441         (atan2_test): Likewise.
19442         (cabs_test): Likewise.
19443         (cacos_test): Likewise.
19444         (cacosh_test): Likewise.
19445         (casin_test): Likewise.
19446         (casinh_test): Likewise.
19447         (catan_test): Likewise.
19448         (catanh_test): Likewise.
19449         (cbrt_test): Likewise.
19450         (ccos_test): Likewise.
19451         (ccosh_test): Likewise.
19452         (cexp_test): Likewise.
19453         (clog_test): Likewise.
19454         (clog10_test): Likewise.
19455         (cos_test): Likewise.
19456         (cos_test_tonearest): Likewise.
19457         (cos_test_towardzero): Likewise.
19458         (cos_test_downward): Likewise.
19459         (cos_test_upward): Likewise.
19460         (cosh_test): Likewise.
19461         (cosh_test_tonearest): Likewise.
19462         (cosh_test_towardzero): Likewise.
19463         (cosh_test_downward): Likewise.
19464         (cosh_test_upward): Likewise.
19465         (cpow_test): Likewise.
19466         (csin_test): Likewise.
19467         (csinh_test): Likewise.
19468         (csqrt_test): Likewise.
19469         (ctan_test): Likewise.
19470         (ctan_test_tonearest): Likewise.
19471         (ctan_test_towardzero): Likewise.
19472         (ctan_test_downward): Likewise.
19473         (ctan_test_upward): Likewise.
19474         (ctanh_test): Likewise.
19475         (ctanh_test_tonearest): Likewise.
19476         (ctanh_test_towardzero): Likewise.
19477         (ctanh_test_downward): Likewise.
19478         (ctanh_test_upward): Likewise.
19479         (erf_test): Likewise.
19480         (erfc_test): Likewise.
19481         (exp_test): Likewise.
19482         (exp_test_tonearest): Likewise.
19483         (exp_test_towardzero): Likewise.
19484         (exp_test_downward): Likewise.
19485         (exp_test_upward): Likewise.
19486         (exp10_test): Likewise.
19487         (exp2_test): Likewise.
19488         (expm1_test): Likewise.
19489         (fmod_test): Likewise.
19490         (gamma_test): Likewise.
19491         (hypot_test): Likewise.
19492         (j0_test): Likewise.
19493         (j1_test): Likewise.
19494         (jn_test): Likewise.
19495         (lgamma_test): Likewise.
19496         (log_test): Likewise.
19497         (log10_test): Likewise.
19498         (log1p_test): Likewise.
19499         (log2_test): Likewise.
19500         (logb_test_downward): Likewise.
19501         (pow_test): Likewise.
19502         (pow_test_tonearest): Likewise.
19503         (pow_test_towardzero): Likewise.
19504         (pow_test_downward): Likewise.
19505         (pow_test_upward): Likewise.
19506         (remainder_test): Likewise.
19507         (remquo_test): Likewise.
19508         (sin_test): Likewise.
19509         (sin_test_tonearest): Likewise.
19510         (sin_test_towardzero): Likewise.
19511         (sin_test_downward): Likewise.
19512         (sin_test_upward): Likewise.
19513         (sincos_test): Likewise.
19514         (sinh_test): Likewise.
19515         (sinh_test_tonearest): Likewise.
19516         (sinh_test_towardzero): Likewise.
19517         (sinh_test_downward): Likewise.
19518         (sinh_test_upward): Likewise.
19519         (sqrt_test): Likewise.
19520         (tan_test): Likewise.
19521         (tan_test_tonearest): Likewise.
19522         (tan_test_towardzero): Likewise.
19523         (tan_test_downward): Likewise.
19524         (tan_test_upward): Likewise.
19525         (tanh_test): Likewise.
19526         (tgamma_test): Likewise.
19527         (y0_test): Likewise.
19528         (y1_test): Likewise.
19529         (yn_test): Likewise.
19530
19531         * math/gen-libm-test.pl (adjust_arg): Remove function.
19532         (special_function): Remove argument $in_func.  Only handle
19533         generating output for tables of tests, not inside functions.
19534         (parse_args): Likewise.
19535         (generate_testfile): Remove variable $in_func.  Update call to
19536         parse_args.
19537         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
19538         (MINUS_ZERO_INIT): Rename macro to minus_zero.
19539         (PLUS_INFTY_INIT): Rename macro to plus_infty.
19540         (MINUS_INFTY_INIT): Rename macro to minus_infty.
19541         (QNAN_VALUE_INIT): Rename macro to qnan_value.
19542         (MAX_VALUE_INIT): Rename macro to max_value.
19543         (MIN_VALUE_INIT): Rename macro to min_value.
19544         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
19545         (plus_zero): Remove variable.
19546         (minus_zero): Likewise.
19547         (plus_infty): Likewise.
19548         (minus_infty): Likewise.
19549         (qnan_value): Likewise.
19550         (max_value): Likewise.
19551         (min_value): Likewise.
19552         (min_subnorm_value): Likewise.
19553
19554 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19555
19556         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
19557         uint64_t or uint32_t usage.
19558         * crypt/sha256-block.c: Likewise.
19559         * crypt/sha256-crypt.c: Likewise.
19560         * crypt/sha256.c: Likewise.
19561         * crypt/sha512-block.c: Likewise.
19562         * crypt/sha512-crypt.c: Likewise.
19563         * crypt/sha512.c: Likewise.
19564         * debug/backtrace-tst.c: Likewise.
19565         * debug/pcprofiledump.c: Likewise.
19566         * elf/cache.c: Likewise.
19567         * elf/dl-cache.c: Likewise.
19568         * elf/dl-misc.c: Likewise.
19569         * elf/dl-profile.c: Likewise.
19570         * elf/dl-support.c: Likewise.
19571         * elf/ldconfig.c: Likewise.
19572         * elf/sprof.c: Likewise.
19573         * iconv/dummy-repertoire.c: Likewise.
19574         * iconv/iconv_charmap.c: Likewise.
19575         * iconv/skeleton.c: Likewise.
19576         * iconvdata/8bit-generic.c: Likewise.
19577         * iconvdata/cp737.h: Likewise.
19578         * iconvdata/cp775.h: Likewise.
19579         * iconvdata/ibm1008.h: Likewise.
19580         * iconvdata/ibm1025.h: Likewise.
19581         * iconvdata/ibm1046.h: Likewise.
19582         * iconvdata/ibm1097.h: Likewise.
19583         * iconvdata/ibm1112.h: Likewise.
19584         * iconvdata/ibm1122.h: Likewise.
19585         * iconvdata/ibm1123.h: Likewise.
19586         * iconvdata/ibm1124.h: Likewise.
19587         * iconvdata/ibm1129.h: Likewise.
19588         * iconvdata/ibm1130.h: Likewise.
19589         * iconvdata/ibm1132.h: Likewise.
19590         * iconvdata/ibm1133.h: Likewise.
19591         * iconvdata/ibm1137.h: Likewise.
19592         * iconvdata/ibm1140.h: Likewise.
19593         * iconvdata/ibm1141.h: Likewise.
19594         * iconvdata/ibm1142.h: Likewise.
19595         * iconvdata/ibm1143.h: Likewise.
19596         * iconvdata/ibm1144.h: Likewise.
19597         * iconvdata/ibm1145.h: Likewise.
19598         * iconvdata/ibm1146.h: Likewise.
19599         * iconvdata/ibm1147.h: Likewise.
19600         * iconvdata/ibm1148.h: Likewise.
19601         * iconvdata/ibm1149.h: Likewise.
19602         * iconvdata/ibm1153.h: Likewise.
19603         * iconvdata/ibm1154.h: Likewise.
19604         * iconvdata/ibm1155.h: Likewise.
19605         * iconvdata/ibm1156.h: Likewise.
19606         * iconvdata/ibm1157.h: Likewise.
19607         * iconvdata/ibm1158.h: Likewise.
19608         * iconvdata/ibm1160.h: Likewise.
19609         * iconvdata/ibm1161.h: Likewise.
19610         * iconvdata/ibm1162.h: Likewise.
19611         * iconvdata/ibm1163.h: Likewise.
19612         * iconvdata/ibm1164.h: Likewise.
19613         * iconvdata/ibm1166.h: Likewise.
19614         * iconvdata/ibm1167.h: Likewise.
19615         * iconvdata/ibm12712.h: Likewise.
19616         * iconvdata/ibm1390.h: Likewise.
19617         * iconvdata/ibm1399.h: Likewise.
19618         * iconvdata/ibm16804.h: Likewise.
19619         * iconvdata/ibm4517.h: Likewise.
19620         * iconvdata/ibm4899.h: Likewise.
19621         * iconvdata/ibm4909.h: Likewise.
19622         * iconvdata/ibm4971.h: Likewise.
19623         * iconvdata/ibm5347.h: Likewise.
19624         * iconvdata/ibm803.h: Likewise.
19625         * iconvdata/ibm856.h: Likewise.
19626         * iconvdata/ibm901.h: Likewise.
19627         * iconvdata/ibm902.h: Likewise.
19628         * iconvdata/ibm9030.h: Likewise.
19629         * iconvdata/ibm9066.h: Likewise.
19630         * iconvdata/ibm921.h: Likewise.
19631         * iconvdata/ibm922.h: Likewise.
19632         * iconvdata/ibm9448.h: Likewise.
19633         * iconvdata/isiri-3342.h: Likewise.
19634         * iconvdata/jis0201.h: Likewise.
19635         * include/link.h: Likewise.
19636         * include/netdb.h: Likewise.
19637         * inet/check_native.c: Likewise.
19638         * inet/check_pf.c: Likewise.
19639         * inet/getipv4sourcefilter.c: Likewise.
19640         * inet/getnameinfo.c: Likewise.
19641         * inet/getsourcefilter.c: Likewise.
19642         * inet/htonl.c: Likewise.
19643         * inet/setipv4sourcefilter.c: Likewise.
19644         * inet/setsourcefilter.c: Likewise.
19645         * inet/test-inet6_opt.c: Likewise.
19646         * inet/tst-network.c: Likewise.
19647         * locale/C-collate.c: Likewise.
19648         * locale/C-ctype.c: Likewise.
19649         * locale/C-time.c: Likewise.
19650         * locale/C-translit.h: Likewise.
19651         * locale/loadarchive.c: Likewise.
19652         * locale/programs/3level.h: Likewise.
19653         * locale/programs/charmap.c: Likewise.
19654         * locale/programs/charmap.h: Likewise.
19655         * locale/programs/ld-address.c: Likewise.
19656         * locale/programs/ld-collate.c: Likewise.
19657         * locale/programs/ld-ctype.c: Likewise.
19658         * locale/programs/ld-identification.c: Likewise.
19659         * locale/programs/ld-measurement.c: Likewise.
19660         * locale/programs/ld-messages.c: Likewise.
19661         * locale/programs/ld-monetary.c: Likewise.
19662         * locale/programs/ld-name.c: Likewise.
19663         * locale/programs/ld-numeric.c: Likewise.
19664         * locale/programs/ld-paper.c: Likewise.
19665         * locale/programs/ld-telephone.c: Likewise.
19666         * locale/programs/ld-time.c: Likewise.
19667         * locale/programs/linereader.c: Likewise.
19668         * locale/programs/locale.c: Likewise.
19669         * locale/programs/locarchive.c: Likewise.
19670         * locale/programs/locfile.h: Likewise.
19671         * locale/programs/repertoire.c: Likewise.
19672         * locale/programs/simple-hash.c: Likewise.
19673         * locale/programs/simple-hash.h: Likewise.
19674         * malloc/memusage.c: Likewise.
19675         * malloc/memusagestat.c: Likewise.
19676         * nis/nis_defaults.c: Likewise.
19677         * nis/nis_hash.c: Likewise.
19678         * nis/nis_print.c: Likewise.
19679         * nis/nis_xdr.c: Likewise.
19680         * nscd/connections.c: Likewise.
19681         * nscd/hstcache.c: Likewise.
19682         * nscd/nscd_gethst_r.c: Likewise.
19683         * nscd/nscd_getserv_r.c: Likewise.
19684         * nscd/nscd_helper.c: Likewise.
19685         * nscd/servicescache.c: Likewise.
19686         * nss/makedb.c: Likewise.
19687         * nss/nss_db/db-XXX.c: Likewise.
19688         * nss/nss_db/db-initgroups.c: Likewise.
19689         * nss/nss_db/db-netgrp.c: Likewise.
19690         * nss/nss_files/files-network.c: Likewise.
19691         * nss/nss_files/files-parse.c: Likewise.
19692         * posix/bug-regex5.c: Likewise.
19693         * posix/fnmatch_loop.c: Likewise.
19694         * posix/regcomp.c: Likewise.
19695         * posix/regexec.c: Likewise.
19696         * posix/tst-rfc3484-2.c: Likewise.
19697         * posix/tst-rfc3484-3.c: Likewise.
19698         * posix/tst-rfc3484.c: Likewise.
19699         * resolv/nss_dns/dns-canon.c: Likewise.
19700         * resolv/nss_dns/dns-network.c: Likewise.
19701         * resolv/res_init.c: Likewise.
19702         * resolv/res_mkquery.c: Likewise.
19703         * resolv/tst-aton.c: Likewise.
19704         * stdlib/cxa_atexit.c: Likewise.
19705         * stdlib/cxa_finalize.c: Likewise.
19706         * stdlib/gen-fpioconst.c: Likewise.
19707         * stdlib/strtol_l.c: Likewise.
19708         * string/tst-endian.c: Likewise.
19709         * sunrpc/auth_des.c: Likewise.
19710         * sunrpc/clnt_udp.c: Likewise.
19711         * sunrpc/rtime.c: Likewise.
19712         * sunrpc/svcauth_des.c: Likewise.
19713         * sunrpc/xdr.c: Likewise.
19714         * sunrpc/xdr_intXX_t.c: Likewise.
19715         * sunrpc/xdr_rec.c: Likewise.
19716         * sysdeps/generic/ldconfig.h: Likewise.
19717         * sysdeps/generic/ldsodefs.h: Likewise.
19718         * sysdeps/generic/memusage.h: Likewise.
19719         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
19720         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
19721         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
19722         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
19723         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
19724         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
19725         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
19726         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
19727         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
19728         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
19729         * sysdeps/posix/getaddrinfo.c: Likewise.
19730         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
19731         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
19732         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
19733         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
19734         * sysdeps/powerpc/test-gettimebase.c: Likewise.
19735         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
19736         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
19737         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
19738         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
19739         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
19740         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
19741         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
19742         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
19743         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
19744         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
19745         * sysdeps/x86_64/dl-tls.h: Likewise.
19746         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
19747         * time/alt_digit.c: Likewise.
19748         * time/era.c: Likewise.
19749         * wcsmbs/tst-c16c32-1.c: Likewise.
19750
19751 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
19752
19753         * math/libm-test.inc (struct test_sincos_data): New type.
19754         (RUN_TEST_LOOP_sincos): New macro.
19755         (sincos_test_data): New variable.
19756         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
19757
19758 2013-05-16  Richard Henderson  <rth@redhat.com>
19759
19760         * math/atest-exp2.c (LIMB64): New macro.
19761         (CONSTSZ): New macro.
19762         (mp_exp1, mp_exp_m1, mp_log2): New variables.
19763         (hexdig): Move ...
19764         (print_mpn_fp): ... to function scope.
19765         (read_mpn_hex): Remove.
19766         (get_log2): Remove.
19767         (exp2_mpn): Use mp_log2.
19768         (main): Use mp_exp1.
19769
19770 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
19771
19772         * math/libm-test.inc: Remove comment about not testing "inexact"
19773         exceptions.
19774         (INEXACT_EXCEPTION): New macro.
19775         (NO_INEXACT_EXCEPTION): Likewise.
19776         (INVALID_EXCEPTION_OK): Update value.
19777         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
19778         (OVERFLOW_EXCEPTION_OK): Likewise.
19779         (UNDERFLOW_EXCEPTION_OK): Likewise.
19780         (IGNORE_ZERO_INF_SIGN): Likewise.
19781         (ERRNO_UNCHANGED): Likewise.
19782         (ERRNO_EDOM): Likewise.
19783         (ERRNO_ERANGE): Likewise.
19784         (test_exceptions): Handle testing "inexact" exceptions.
19785         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
19786         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
19787         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
19788         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
19789         INEXACT_EXCEPTION.
19790         (rint_towardzero_test_data): Likewise.
19791         (rint_downward_test_data): Likewise.
19792         (rint_upward_test_data): Likewise.
19793
19794         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
19795         with OVERFLOW_EXCEPTION.
19796         (exp10_test_data): Likewise.
19797         (exp2_test_data): Likewise.
19798         (expm1_test_data): Likewise.
19799         (lgamma_test_data): Likewise.
19800         (pow_test_data): Likewise.
19801         (tgamma_test_data): Likewise.
19802         (yn_test_data): Remove duplicate test of overflow.
19803
19804         * math/libm-test.inc (struct test_cc_c_data): New type.
19805         (RUN_TEST_LOOP_cc_c): New macro.
19806         (cpow_test_data): New variable.
19807         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
19808
19809         * math/libm-test.inc (struct test_f_L_data): New type.
19810         (RUN_TEST_LOOP_f_L): New macro.
19811         (llrint_test_data): New variable.
19812         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
19813         (llrint_tonearest_test_data): New variable.
19814         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
19815         (llrint_towardzero_test_data): New variable.
19816         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
19817         (llrint_downward_test_data): New variable.
19818         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
19819         (llrint_upward_test_data): New variable.
19820         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
19821         (llround_test_data): New variable.
19822         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
19823
19824 2013-05-13  Peter Collingbourne  <pcc@google.com>
19825
19826         * math/atest-exp2.c (get_log2): Remove const attribute.
19827
19828 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
19829
19830         * math/libm-test.inc (struct test_f_l_data): New type.
19831         (RUN_TEST_LOOP_f_l): New macro.
19832         (lrint_test_data): New variable.
19833         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
19834         (lrint_tonearest_test_data): New variable.
19835         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
19836         (lrint_towardzero_test_data): New variable.
19837         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
19838         (lrint_downward_test_data): New variable.
19839         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
19840         (lrint_upward_test_data): New variable.
19841         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
19842         (lround_test_data): New variable.
19843         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
19844
19845 2013-05-15  Peter Collingbourne  <pcc@google.com>
19846
19847         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
19848         (EXTRACT_WORDS64) Use where appropriate.
19849         (INSERT_WORDS64) Likewise.
19850
19851         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
19852         constraints with x constraints.
19853         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
19854
19855         * malloc/obstack.c (_obstack_compat): Add initializer.
19856
19857 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
19858
19859         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
19860         si_trapno and add si_addr_lsb to _sifields.sigfault.
19861         (si_trapno): Remove macro.
19862         (si_addr_lsb): Define new macro.
19863         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
19864
19865 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
19866
19867         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
19868         instead of TEST_f_l.
19869         (llrint_test_tonearest): Likewise.
19870         (llrint_test_towardzero): Likewise.
19871         (llrint_test_downward): Likewise.
19872         (llrint_test_upward): Likewise.
19873         (llround_test): Likewise.
19874
19875         * math/libm-test.inc (struct test_f_i_data): Add comment.
19876         (RUN_TEST_LOOP_f_b): New macro.
19877         (RUN_TEST_LOOP_f_b_tg): Likewise.
19878         (finite_test_data): New variable.
19879         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
19880         (isfinite_test_data): New variable.
19881         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19882         (isinf_test_data): New variable.
19883         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19884         (isnan_test_data): New variable.
19885         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19886         (isnormal_test_data): New variable.
19887         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19888         (issignaling_test_data): New variable.
19889         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19890         (signbit_test_data): New variable.
19891         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19892
19893         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
19894         with INVALID_EXCEPTION.
19895         (acosh_test_data): Likewise.
19896         (asin_test_data): Likewise.
19897         (atanh_test_data): Likewise.
19898         (fmod_test_data): Likewise.
19899         (log_test_data): Likewise.
19900         (log10_test_data): Likewise.
19901         (log2_test_data): Likewise.
19902         (pow_test_data): Likewise.
19903         (sqrt_test_data): Likewise.
19904         (y0_test_data): Likewise.
19905         (y1_test_data): Likewise.
19906         (yn_test_data): Likewise.
19907
19908         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
19909         function contents.
19910
19911         * math/libm-test.inc (struct test_ff_i_data): New type.
19912         (RUN_TEST_LOOP_ff_i_tg): New macro.
19913         (isgreater_test_data): New variable.
19914         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19915         (isgreaterequal_test_data): New variable.
19916         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19917         (isless_test_data): New variable.
19918         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19919         (islessequal_test_data): New variable.
19920         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19921         (islessgreater_test_data): New variable.
19922         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19923         (isunordered_test_data): New variable.
19924         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19925
19926 2013-05-14  David S. Miller  <davem@davemloft.net>
19927
19928         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19929
19930 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
19931
19932         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
19933
19934         * math/libm-test.inc (struct test_fF_f1_data): Change type of
19935         extra_test to int.
19936         (struct test_f_i_data): Change type of max_ulp to int.
19937
19938         * math/libm-test.inc (test_ffI_f1_data): New type.
19939         (RUN_TEST_LOOP_ffI_f1): New macro.
19940         (remquo_test_data): New variable.
19941         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
19942
19943         * setjmp/tst-setjmp-fp.c: New file.
19944         * setjmp/Makefile (tests): Add tst-setjmp-fp.
19945         (link-libm): New variable.
19946         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
19947
19948         * math/libm-test.inc (struct test_f_i_data): New type.
19949         (RUN_TEST_LOOP_f_i): New macro.
19950         (RUN_TEST_LOOP_f_i_tg): Likewise.
19951         (fpclassify_test_data): New variable.
19952         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
19953         (ilogb_test_data): New variable.
19954         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
19955
19956         * math/libm-test.inc (scalbln_test): Correct function name in END
19957         call.
19958
19959         * math/libm-test.inc (struct test_f_f1_data): Add comment.
19960         (RUN_TEST_LOOP_fI_f1): New macro.
19961         (frexp_test_data): New variable.
19962         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
19963
19964         * math/libm-test.inc (struct test_fF_f1_data): New type.
19965         (RUN_TEST_LOOP_fF_f1): New macro.
19966         (modf_test_data): New variable.
19967         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
19968
19969         * math/libm-test.inc (struct test_f_f1_data): New type.
19970         (RUN_TEST_LOOP_f_f1): New macro.
19971         (gamma_test_data): New variable.
19972         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
19973         (lgamma_test_data): New variable.
19974         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
19975
19976 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
19977
19978         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
19979         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
19980         (main): Comment "tls" pseudo-hwcap.
19981
19982 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
19983
19984         * math/libm-test.inc (struct test_fl_f_data): New type.
19985         (RUN_TEST_LOOP_fl_f): New variable.
19986         (scalbln_test_data): New variable.
19987         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
19988
19989         * math/libm-test.inc (struct test_fi_f_data): New type.
19990         (RUN_TEST_LOOP_fi_f): New macro.
19991         (ldexp_test_data): New variable.
19992         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
19993         (scalbn_test_data): New variable.
19994         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
19995
19996         * math/libm-test.inc (struct test_c_f_data): New type.
19997         (RUN_TEST_LOOP_c_f): New macro.
19998         (cabs_test_data): New variable.
19999         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
20000         (carg_test_data): New variable.
20001         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
20002         (cimag_test_data): New variable.
20003         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
20004         (creal_test_data): New variable.
20005         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
20006
20007         * math/libm-test.inc (struct test_if_f_data): New type.
20008         (RUN_TEST_LOOP_if_f): New macro.
20009         (jn_test_data): New variable.
20010         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
20011         (yn_test_data): New variable.
20012         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
20013
20014         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
20015
20016 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20017
20018         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
20019         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
20020
20021 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
20022
20023         * benchtests/Makefile (CPPFLAGS-nonlib): Add
20024         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
20025         (bench-deps): Add bench-timing.h.
20026         * benchtests-bench-skeleton.c: Include bench-timing.h.
20027         (main): Use TIMING_* macros instead of clock_gettime.
20028         * benchtests/bench-timing.h: New file.
20029
20030         [BZ #14582]
20031         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
20032         Renamed from _LIB_VERSION.
20033         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
20034
20035 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
20036
20037         * math/libm-test.inc (struct test_fff_f_data): New type.
20038         (RUN_TEST_LOOP_fff_f): New macro.
20039         (fma_test_data): New variable.
20040         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
20041         (fma_towardzero_test_data): New variable.
20042         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
20043         (fma_downward_test_data): New variable.
20044         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
20045         (fma_upward_test_data): New variable.
20046         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
20047
20048         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
20049         (struct test_c_c_data): New type.
20050         (RUN_TEST_LOOP_c_c): New macro.
20051         (cacos_test_data): New variable.
20052         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
20053         (cacosh_test_data): New variable.
20054         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
20055         (casin_test_data): New variable.
20056         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
20057         (casinh_test_data): New variable.
20058         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
20059         (catan_test_data): New variable.
20060         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
20061         (catanh_test_data): New variable.
20062         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
20063         (ccos_test_data): New variable.
20064         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
20065         (ccosh_test_data): New variable.
20066         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
20067         (cexp_test_data): New variable.
20068         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
20069         (clog_test_data): New variable.
20070         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
20071         (clog10_test_data): New variable.
20072         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
20073         (conj_test_data): New variable.
20074         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
20075         (cproj_test_data): New variable.
20076         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
20077         (csin_test_data): New variable.
20078         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
20079         (csinh_test_data): New variable.
20080         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
20081         (csqrt_test_data): New variable.
20082         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
20083         (ctan_test_data): New variable.
20084         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
20085         (ctan_tonearest_test_data): New variable.
20086         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
20087         (ctan_towardzero_test_data): New variable.
20088         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
20089         (ctan_downward_test_data): New variable.
20090         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
20091         (ctan_upward_test_data): New variable.
20092         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
20093         (ctanh_test_data): New variable.
20094         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
20095         (ctanh_tonearest_test_data): New variable.
20096         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
20097         (ctanh_towardzero_test_data): New variable.
20098         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
20099         (ctanh_downward_test_data): New variable.
20100         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
20101         (ctanh_upward_test_data): New variable.
20102         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
20103         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
20104         of BUILD_COMPLEX.
20105
20106         * math/libm-test.inc (struct test_ff_f_data): New type.
20107         (struct test_ff_f_data_nexttoward): Likewise.
20108         (RUN_TEST_LOOP_2_f): New macro.
20109         (RUN_TEST_LOOP_ff_f): Likewise.
20110         (atan2_test_data): New variable.
20111         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
20112         (copysign_test_data): New variable.
20113         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
20114         (fdim_test_data): New variable.
20115         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
20116         (fmax_test_data): New variable.
20117         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
20118         (fmin_test_data): New variable.
20119         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
20120         (fmod_test_data): New variable.
20121         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
20122         (hypot_test_data): New variable.
20123         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
20124         (nextafter_test_data): New variable.
20125         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
20126         (nexttoward_test_data): New variable.
20127         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
20128         (pow_test_data): New variable.
20129         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
20130         (pow_tonearest_test_data): New variable.
20131         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
20132         (pow_towardzero_test_data): New variable.
20133         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
20134         (pow_downward_test_data): New variable.
20135         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
20136         (pow_upward_test_data): New variable.
20137         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
20138         (remainder_test_data): New variable.
20139         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
20140         (scalb_test_data): New variable.
20141         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
20142         * sysdeps/i386/fpu/libm-test-ulps: Update.
20143
20144 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
20145
20146         * math/libm-test.inc (fma_test): Use max_value instead of local
20147         variable fltmax.
20148         (nextafter_test): Likewise.
20149
20150         * math/libm-test.inc (acos_towardzero_test_data): New variable.
20151         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20152         (acos_downward_test_data): New variable.
20153         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20154         (acos_upward_test_data): New variable.
20155         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20156         (acosh_test_data): New variable.
20157         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
20158         (asin_test_data): New variable.
20159         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
20160         (asin_tonearest_test_data): New variable.
20161         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20162         (asin_towardzero_test_data): New variable.
20163         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20164         (asin_downward_test_data): New variable.
20165         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20166         (asin_upward_test_data): New variable.
20167         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20168         (asinh_test_data): New variable.
20169         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
20170         (atan_test_data): New variable.
20171         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
20172         (atanh_test_data): New variable.
20173         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
20174         (cbrt_test_data): New variable.
20175         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
20176         (ceil_test_data): New variable.
20177         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
20178         (cos_test_data): New variable.
20179         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
20180         (cos_tonearest_test_data): New variable.
20181         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20182         (cos_towardzero_test_data): New variable.
20183         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20184         (cos_downward_test_data): New variable.
20185         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20186         (cos_upward_test_data): New variable.
20187         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20188         (cosh_test_data): New variable.
20189         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
20190         (cosh_tonearest_test_data): New variable.
20191         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20192         (cosh_towardzero_test_data): New variable.
20193         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20194         (cosh_downward_test_data): New variable.
20195         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20196         (cosh_upward_test_data): New variable.
20197         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20198         (erf_test_data): New variable.
20199         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
20200         (erfc_test_data): New variable.
20201         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
20202         (exp_test_data): New variable.
20203         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
20204         (exp_tonearest_test_data): New variable.
20205         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20206         (exp_towardzero_test_data): New variable.
20207         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20208         (exp_downward_test_data): New variable.
20209         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20210         (exp_upward_test_data): New variable.
20211         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20212         (exp10_test_data): New variable.
20213         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
20214         (exp2_test_data): New variable.
20215         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
20216         (expm1_test_data): New variable.
20217         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
20218         (fabs_test_data): New variable.
20219         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
20220         (floor_test_data): New variable.
20221         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
20222         (j0_test_data): New variable.
20223         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
20224         (j1_test_data): New variable.
20225         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
20226         (log_test_data): New variable.
20227         (log_test): Run tests with RUN_TEST_LOOP_f_f.
20228         (log10_test_data): New variable.
20229         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
20230         (log1p_test_data): New variable.
20231         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
20232         (log2_test_data): New variable.
20233         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
20234         (logb_test_data): New variable.
20235         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
20236         (logb_downward_test_data): New variable.
20237         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20238         (nearbyint_test_data): New variable.
20239         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
20240         (rint_test_data): New variable.
20241         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
20242         (rint_tonearest_test_data): New variable.
20243         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20244         (rint_towardzero_test_data): New variable.
20245         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20246         (rint_downward_test_data): New variable.
20247         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20248         (rint_upward_test_data): New variable.
20249         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20250         (round_test_data): New variable.
20251         (round_test): Run tests with RUN_TEST_LOOP_f_f.
20252         (sin_test_data): New variable.
20253         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
20254         (sin_tonearest_test_data): New variable.
20255         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20256         (sin_towardzero_test_data): New variable.
20257         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20258         (sin_downward_test_data): New variable.
20259         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20260         (sin_upward_test_data): New variable.
20261         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20262         (sinh_test_data): New variable.
20263         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
20264         (sinh_tonearest_test_data): New variable.
20265         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20266         (sinh_towardzero_test_data): New variable.
20267         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20268         (sinh_downward_test_data): New variable.
20269         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20270         (sinh_upward_test_data): New variable.
20271         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20272         (sqrt_test_data): New variable.
20273         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
20274         (tan_test_data): New variable.
20275         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
20276         (tan_tonearest_test_data): New variable.
20277         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20278         (tan_towardzero_test_data): New variable.
20279         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20280         (tan_downward_test_data): New variable.
20281         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20282         (tan_upward_test_data): New variable.
20283         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20284         (tanh_test_data): New variable.
20285         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
20286         (tgamma_test_data): New variable.
20287         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
20288         (trunc_test_data): New variable.
20289         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
20290         (y0_test_data): New variable.
20291         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
20292         (y1_test_data): New variable.
20293         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
20294         (significand_test_data): New variable.
20295         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
20296
20297 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
20298
20299         [BZ #12387]
20300         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
20301
20302 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
20303
20304         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
20305
20306 2013-05-10  Andreas Jaeger  <aj@suse.de>
20307
20308         [BZ #15448]
20309         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
20310         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
20311
20312 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
20313
20314         * math/gen-libm-test.pl (adjust_arg): New function.
20315         (special_functions): Handle generating output in both functions
20316         and arrays.
20317         (parse_args): Likewise.
20318         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
20319         $in_func argument to parse_args.
20320         * math/libm-test.inc (struct test_f_f_data): New type.
20321         (IF_ROUND_INIT_): New macro.
20322         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
20323         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
20324         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
20325         (IF_ROUND_INIT_FE_UPWARD): Likewise.
20326         (ROUND_RESTORE_): Likewise.
20327         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
20328         (ROUND_RESTORE_FE_TONEAREST): Likewise.
20329         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
20330         (ROUND_RESTORE_FE_UPWARD): Likewise.
20331         (RUN_TEST_LOOP_f_f): New macro.
20332         (acos_test_data): New variable.
20333         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
20334         (acos_tonearest_test_data): New variable.
20335         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20336
20337 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20338
20339         * benchtests/bench-skeleton.c (startup): Fix coding style.
20340
20341 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
20342
20343         [BZ #6809]
20344         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
20345         negative infinity argument.
20346         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
20347         negative infinity argument.
20348         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
20349         negative infinity argument.
20350         * math/libm-test.inc (tgamma_test): Expect errno to be set for
20351         domain errors.
20352
20353 2013-05-10  Florian Weimer  <fweimer@redhat.com>
20354
20355         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
20356         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
20357         * iconv/iconv_prog.c (main): Likewise.
20358         * locale/programs/charmap-dir.c (charmap_readdir)
20359         (fopen_uncompressed): Likewise.
20360         * locale/programs/locfile.c (siblings_uncached)
20361         (write_locale_data): Use lstat64 instead of lstat.
20362         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
20363         stat.
20364
20365 2013-05-10  Andreas Jaeger  <aj@suse.de>
20366
20367         [BZ #15395]
20368         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
20369         localization.
20370         Include <locale.h>.
20371
20372 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
20373
20374         * elf/dl-close.c (_dl_close_worker): Add comments.
20375
20376 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
20377
20378         [BZ #15359]
20379         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
20380         high part of pi/2.
20381         (__ieee754_rem_pio2l): Update comments.
20382
20383         [BZ #15429]
20384         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
20385         high part of pi/2.
20386         (__ieee754_rem_pio2l): Update comments.
20387
20388         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
20389         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
20390
20391         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
20392         M_PI_4l.
20393
20394         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
20395         (M_PI_34_LOG10El): Likewise.
20396         (M_PI2_LOG10El): Likewise.
20397         (M_PI4_LOG10El): Likewise.
20398         (M_PI_LOG10El): Likewise.
20399
20400 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20401
20402         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20403
20404 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
20405
20406         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
20407         (MINUS_ZERO_INIT): Likewise.
20408         (PLUS_INFTY_INIT): Likewise.
20409         (MINUS_INFTY_INIT): Likewise.
20410         (QNAN_VALUE_INIT): Likewise.
20411         (MAX_VALUE_INIT): Likewise.
20412         (MIN_VALUE_INIT): Likewise.
20413         (MIN_SUBNORM_VALUE_INIT): Likewise.
20414         (plus_zero): Initialize with PLUS_ZERO_INIT.
20415         (minus_zero): Initialize with MINUS_ZERO_INIT.
20416         (plus_infty): Initialize with PLUS_INFTY_INIT.
20417         (minus_infty): Initialize with MINUS_INFTY_INIT.
20418         (qnan_value): Initialize with QNAN_VALUE_INIT.
20419         (max_value): Initialize with MAX_VALUE_INIT.
20420         (min_value): Initialize with MIN_VALUE_INIT.
20421         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
20422
20423         * math/libm-test.inc (RUN_TEST_if_f): New macro.
20424         (jn_test): Use TEST_if_f instead of TEST_ff_f.
20425         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
20426         (yn_test): Use TEST_if_f instead of TEST_ff_f.
20427
20428         * math/libm-test.inc (RUN_TEST_f_f): New macro.
20429         (RUN_TEST_2_f): Likewise.
20430         (RUN_TEST_ff_f): Likewise.
20431         (RUN_TEST_fi_f): Likewise.
20432         (RUN_TEST_fl_f): Likewise.
20433         (RUN_TEST_fff_f): Likewise.
20434         (RUN_TEST_c_f): Likewise.
20435         (RUN_TEST_f_f1): Likewise.
20436         (RUN_TEST_fF_f1): Likewise.
20437         (RUN_TEST_fI_f1): Likewise.
20438         (RUN_TEST_ffI_f1): Likewise.
20439         (RUN_TEST_c_c): Likewise.
20440         (RUN_TEST_cc_c): Likewise.
20441         (RUN_TEST_f_i): Likewise.
20442         (RUN_TEST_f_i_tg): Likewise.
20443         (RUN_TEST_ff_i_tg): Likewise.
20444         (RUN_TEST_f_b): Likewise.
20445         (RUN_TEST_f_b_tg): Likewise.
20446         (RUN_TEST_f_l): Likewise.
20447         (RUN_TEST_f_L): Likewise.
20448         (RUN_TEST_sincos): Likewise.
20449         * math/gen-libm-test.pl (new_test): Take new argument to indicate
20450         whether to show exceptions.  Do not include ");\n" in return
20451         value.
20452         (special_functions): Output call to RUN_TEST_sincos instead of
20453         check_float calls.  Update calls to new_test.
20454         (parse_args): Output call to single RUN_TEST_* macro instead of
20455         check_* calls and other assignments.  Update calls to new_test.
20456
20457         [BZ #2546]
20458         [BZ #2560]
20459         [BZ #5159]
20460         [BZ #15426]
20461         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
20462         input to result for tgamma overflow.
20463         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
20464         (gamma_coeff): New variable.
20465         (NCOEFF): New macro.
20466         (gamma_positive): New function.
20467         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
20468         underflow here.  Use gamma_positive instead of exp (lgamma) for
20469         other arguments.
20470         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
20471         (gamma_coeff): New variable.
20472         (NCOEFF): New macro.
20473         (gammaf_positive): New function.
20474         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
20475         underflow here.  Use gamma_positive instead of exp (lgamma) for
20476         other arguments.
20477         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
20478         (gamma_coeff): New variable.
20479         (NCOEFF): New macro.
20480         (gammal_positive): New function.
20481         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
20482         underflow here.  Use gamma_positive instead of exp (lgamma) for
20483         other arguments.
20484         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
20485         (gamma_coeff): New variable.
20486         (NCOEFF): New macro.
20487         (gammal_positive): New function.
20488         (__ieee754_gammal_r): Handle positive infinity, overflow and
20489         underflow here.  Handle NaN the same as positive infinity.  Remove
20490         check x < 0xffffffff for negative integers.  Use gamma_positive
20491         instead of exp (lgamma) for other arguments.
20492         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
20493         (gamma_coeff): New variable.
20494         (NCOEFF): New macro.
20495         (gammal_positive): New function.
20496         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
20497         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
20498         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
20499         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
20500         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
20501         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
20502         * sysdeps/generic/math_private.h (__gamma_productf): New
20503         prototype.
20504         (__gamma_product): Likewise.
20505         (__gamma_productl): Likewise.
20506         * math/Makefile (libm-calls): Add gamma_product.
20507         * math/libm-test.inc (tgamma_test): Add more tests.
20508         * sysdeps/i386/fpu/libm-test-ulps: Update.
20509         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20510
20511 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
20512
20513         * benchtests/bench-skeleton.c (main): Preheat CPU.
20514
20515 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
20516
20517         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
20518
20519 2013-05-07  Roland McGrath  <roland@hack.frob.com>
20520
20521         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
20522         and _dl_skip_args_internal.
20523
20524 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
20525
20526         * manual/message.texi (Message Translation): Talk about users.
20527         Message to key mapping impacts design.
20528
20529 2013-05-06  Roland McGrath  <roland@hack.frob.com>
20530
20531         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
20532
20533         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
20534
20535         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
20536         * sysdeps/wordsize-64/glob64.c: ... here.
20537
20538         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
20539         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
20540         New macros.
20541
20542         * debug/getlogin_r_chk.c: Moved to ...
20543         * login/getlogin_r_chk.c: ... here.
20544         * debug/Makefile (routines): Move getlogin_r_chk to ...
20545         * login/Makefile (routines): ... here.
20546         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
20547         * login/Versions (libc: GLIBC_2.4): ... here.
20548
20549         * io/poll.c (__poll): Renamed from poll.
20550         Add libc_hidden_def.
20551         (poll): Define as weak alias.
20552
20553         * debug/ptsname_r_chk.c: Moved to ...
20554         * login/ptsname_r_chk.c: ... here.
20555         * debug/Makefile (routines): Move ptsname_r_chk to ...
20556         * login/Makefile (routines): ... here.
20557         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
20558         * login/Versions (libc: GLIBC_2.4): ... here.
20559
20560         * posix/getlogin.c: Moved to ...
20561         * login/getlogin.c: ... here.
20562         * posix/getlogin_r.c: Moved to ...
20563         * login/getlogin_r.c: ... here.
20564         * posix/getlogin_r.c: Moved to ...
20565         * login/getlogin_r.c: ... here.
20566         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
20567         * login/Makefile (routines): ... here.
20568         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
20569         * login/Versions (libc: GLIBC_2.0): ... here.
20570
20571         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
20572         (setrlimit): Define as weak alias.
20573
20574         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
20575         Call __ names for open, ftruncate, and close.
20576         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
20577         (truncate): Define as weak alias.
20578
20579 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
20580
20581         * math/gen-libm-test.pl (parse_args): Initialize x before each
20582         test of frexp, modf and remquo.
20583
20584         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
20585         test signgam value.
20586
20587 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20588
20589         [BZ #15418]
20590         [BZ #15419]
20591         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
20592         internal tests.
20593         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
20594
20595 2013-05-06  Roland McGrath  <roland@hack.frob.com>
20596
20597         * elf/dl-writev.h: New file.
20598         * elf/dl-misc.c: Include it.
20599         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
20600         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
20601
20602 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
20603
20604         * math/libm-test.inc (noXFails): Remove variable.
20605         (noXPasses): Likewise.
20606         (BUILD_COMPLEX_INT): Remove macro.
20607         (print_screen): Remove xfail argument.
20608         (print_screen_max_error): Likewise.
20609         (update_stats): Likewise.
20610         (print_max_error): Likewise.  Update calls to other affected
20611         functions.
20612         (print_complex_max_error): Likewise.
20613         (test_single_exception): Update calls to print_screen.
20614         (test_single_errno): Likewise.
20615         (check_float_internal): Remove xfail argument.  Update calls to
20616         other affected functions.
20617         (check_float): Likewise.
20618         (check_complex): Likewise.
20619         (check_int): Likewise.
20620         (check_long): Likewise.
20621         (check_bool): Likewise.
20622         (check_longlong): Likewise.
20623         (main): Don't print noXFails and noXPasses.
20624         * math/gen-libm-test.pl (top level): Don't mention expected
20625         failure handling in comment.
20626         (new_test): Don't handle expected failures.
20627         (parse_args): Don't mention expected failure handling in comment.
20628         (generate_testfile): Don't handle expected failures.
20629         (parse_ulps): Likewise.
20630         (print_ulps_file): Likewise.
20631         (get_failure): Remove function.
20632         (output_test): Don't handle expected failures.
20633         * make/README.libm-test: Don't mention expected failure handling.
20634
20635         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
20636         (minus_zero): Likewise.
20637         (plus_infty): Likewise.
20638         (minus_infty): Likewise.
20639         (qnan_value): Likewise.
20640         (max_value): Likewise.
20641         (min_value): Likewise.
20642         (min_subnorm_value): Likewise.
20643         (initialize): Do not initialize those variables dynamically.
20644
20645 2013-05-03  Roland McGrath  <roland@hack.frob.com>
20646
20647         * io/open.c (__open_2): Moved to ...
20648         * io/open_2.c: ... this new file.
20649         * io/open64.c (__open64_2): Moved to ...
20650         * io/open64_2.c: ... this new file.
20651         * io/openat.c (__openat_2): Moved to ...
20652         * io/openat_2.c: ... this new file.
20653         * io/openat64.c (__openat64_2): Moved to ...
20654         * io/openat64_2.c: ... this new file.
20655         * io/Makefile (routines): Add them.
20656         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
20657         * sysdeps/unix/sysv/linux/open_2.c: File removed.
20658         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
20659         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
20660         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
20661         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
20662         (__openat64): Add hidden_ver.
20663         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
20664         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
20665
20666         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
20667         Separately conditionalize setting of GLRO(dl_sysinfo) so
20668         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
20669         as well, but the actual setting is only under [NEED_DL_SYSINFO].
20670
20671 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20672
20673         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
20674         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
20675         definition.
20676         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
20677         * sysdeps/unix/sysv/linux/powerpc/init-first.c
20678         (_libc_vdso_platform_setup): Add __vdso_time initialization.
20679         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
20680         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
20681
20682 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
20683
20684         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
20685         test signgam value.
20686
20687         * math/libm-test.inc (hypot_test): Do not use
20688         IGNORE_ZERO_INF_SIGN.
20689
20690 2013-05-03  Andreas Jaeger  <aj@suse.de>
20691
20692         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
20693         Linux 3.9.
20694         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
20695         (PF_MAX): Adjust for VSOCK change.
20696
20697 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20698
20699         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20700
20701 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
20702
20703         [BZ #15264]
20704         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
20705         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
20706         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
20707
20708 2013-05-02  David S. Miller  <davem@davemloft.net>
20709
20710         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20711
20712 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
20713
20714         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
20715
20716 2013-05-01  Roland McGrath  <roland@hack.frob.com>
20717
20718         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
20719
20720 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
20721
20722         [BZ #14952]
20723         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
20724         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
20725         Use __attribute__ ((__gnu_inline__)).
20726         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
20727         Don't use __attribute__ ((__gnu_inline__)).
20728
20729 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
20730
20731         [BZ #15423]
20732         * math/s_catan.c (__catan): Handle small real or imaginary part of
20733         input specially to avoid spurious underflow.
20734         * math/s_catanf.c (__catanf): Likewise.
20735         * math/s_catanh.c (__catanh): Likewise.
20736         * math/s_catanhf.c (__catanhf): Likewise.
20737         * math/s_catanhl.c (__catanhl): Likewise.
20738         * math/s_catanl.c (__catanl): Likewise.
20739         * math/libm-test.inc (catan_test): Add more tests.
20740         (catanh_test): Likewise.
20741         * sysdeps/i386/fpu/libm-test-ulps: Update.
20742         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20743
20744 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20745
20746         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20747
20748 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
20749
20750         [BZ #15416]
20751         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
20752         accurately for denominator in atan2.
20753         * math/s_catanf.c (__catanf): Likewise.
20754         * math/s_catanh.c (__catanh): Likewise.
20755         * math/s_catanhf.c (__catanhf): Likewise.
20756         * math/s_catanhl.c (__catanhl): Likewise.
20757         * math/s_catanl.c (__catanl): Likewise.
20758         * math/libm-test.inc (catan_test): Add more tests.
20759         (catanh_test): Likewise.
20760         * sysdeps/i386/fpu/libm-test-ulps: Update.
20761         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20762
20763 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
20764
20765         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
20766
20767         * benchtests/Makefile (bench): Remove slow benchmarks.
20768         * benchtests/atan-inputs: Add slow benchmark inputs.
20769         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
20770         (BENCH_FUNC): Accept variant offset.
20771         (VARIANT): Define.
20772         * benchtests/bench-skeleton.c (main): Run benchmark for each
20773         variant.
20774         * benchtests/cos-inputs: Add slow benchmark inputs.
20775         * benchtests/exp-inputs: Likewise.
20776         * benchtests/pow-inputs: Likewise.
20777         * benchtests/sin-inputs: Likewise.
20778         * benchtests/slowatan-inputs: Remove.
20779         * benchtests/slowatan.c: Remove.
20780         * benchtests/slowcos-inputs: Remove.
20781         * benchtests/slowcos.c: Remove.
20782         * benchtests/slowexp-inputs: Remove.
20783         * benchtests/slowexp.c: Remove.
20784         * benchtests/slowpow-inputs: Remove.
20785         * benchtests/slowpow.c: Remove.
20786         * benchtests/slowsin-inputs: Remove.
20787         * benchtests/slowsin.c: Remove.
20788         * benchtests/slowtan-inputs: Remove.
20789         * benchtests/slowtan.c: Remove.
20790         * benchtests/tan-inputs: Add slow benchmark inputs.
20791         * scripts/bench.pl: Parse comments and directives.
20792
20793         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
20794         in CPPFLAGS.
20795         ($(objpfx)bench-%.c): Remove *-ITER.
20796         * benchtests/bench-modf.c: Remove definition of ITER.
20797         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
20798         (main): Loop for DURATION seconds instead of fixed number of
20799         iterations.
20800         * scripts/bench.pl: Don't expect iterations in parameters.
20801
20802 2013-04-29  Roland McGrath  <roland@hack.frob.com>
20803
20804         * io/fchdir.c (__fchdir): Renamed from fchdir.
20805         (fchdir): Define as weak alias.
20806
20807 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
20808
20809         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
20810         (ERRNO_EDOM): Likewise.
20811         (ERRNO_ERANGE): Likewise.
20812         (noErrnoTests): New variable.
20813         (init_max_error): Set errno to 0.
20814         (test_single_errno): New function.
20815         (test_errno): Likewise.
20816         (check_float_internal): Call test_errno.  Set errno to 0.
20817         (check_complex): Refer to errno tests in comment.
20818         (check_int): Call test_errno.  Set errno to 0.
20819         (check_long): Likewise.
20820         (check_bool): Likewise.
20821         (check_longlong): Likewise.
20822         (cos_test): Use ERRNO_* flags for errno tests instead of
20823         check_int.
20824         (expm1_test): Likewise.
20825         (fmod_test): Likewise.
20826         (ilogb_test): Likewise.
20827         (lgamma_test): Likewise.
20828         (pow_test): Likewise.
20829         (remainder_test): Likewise.
20830         (sin_test): Likewise.
20831         (tan_test): Likewise.
20832         (yn_test): Likewise.
20833         (initialize): Set errno to 0.
20834         (main): Print number of errno tests.
20835         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
20836
20837 2013-04-29  Andreas Jaeger  <aj@suse.de>
20838
20839         [BZ #15084]
20840         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
20841         and RES_USEVC.
20842
20843         [BZ #15085]
20844         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
20845         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
20846         unimplemented.
20847
20848         [BZ #15380]
20849         * stdlib/random.c (__initstate): Return NULL if
20850         __initstate fails.
20851
20852         [BZ #15086]
20853         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
20854         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
20855         RES_SNGLKUPREOP.
20856
20857 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20858
20859         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20860
20861 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
20862
20863         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
20864         of individual tests.
20865         (casin_test): Likewise.
20866         (casinh_test): Likewise.
20867
20868 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
20869
20870         [BZ #15409]
20871         * math/s_catan.c (__catan): Handle arguments with large real or
20872         imaginary part separately without squaring.
20873         * math/s_catanf.c (__catanf): Likewise.
20874         * math/s_catanh.c (__catanh): Likewise.
20875         * math/s_catanhf.c (__catanhf): Likewise.
20876         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
20877         and redefine.
20878         (__catanhl): Handle arguments with large real or imaginary part
20879         separately without squaring.
20880         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
20881         and redefine.
20882         (__catanl): Handle arguments with large real or imaginary part
20883         separately without squaring.
20884         * math/libm-test.inc (catan_test): Add more tests.
20885         (catanh_test): Likewise.
20886         * sysdeps/i386/fpu/libm-test-ulps: Update.
20887         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20888
20889 2013-04-27  Andreas Jaeger  <aj@suse.de>
20890
20891         [BZ #15007]
20892         * stdlib/stdlib.h: Update guards for qecvt.
20893         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
20894         <stdlib.h>.
20895
20896 2013-04-27  Allan McRae  <allan@archlinux.org>
20897
20898         * sysdeps/i386/fpu/libm-test-ulps: Update.
20899
20900 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
20901
20902         [BZ #15406]
20903         * math/s_catan.c: Include <float.h>.
20904         (__catan): Ensure underflow exception occurs for underflowed
20905         result.
20906         * math/s_catanf.c: Include <float.h>.
20907         (__catanf): Ensure underflow exception occurs for underflowed
20908         result.
20909         * math/s_catanh.c: Include <float.h>.
20910         (__catanh): Ensure underflow exception occurs for underflowed
20911         result.
20912         * math/s_catanhf.c: Include <float.h>.
20913         (__catanhf): Ensure underflow exception occurs for underflowed
20914         result.
20915         * math/s_catanhl.c: Include <float.h>.
20916         (__catanhl): Ensure underflow exception occurs for underflowed
20917         result.
20918         * math/s_catanl.c: Include <float.h>.
20919         (__catanl): Ensure underflow exception occurs for underflowed
20920         result.
20921         * math/libm-test.inc (catan_test): Add more tests.
20922         (catanh_test): Likewise.
20923
20924         [BZ #15405]
20925         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
20926         underflowed result.
20927         * math/s_ccoshf.c (__ccoshf): Likewise.
20928         * math/s_ccoshl.c (__ccoshl): Likewise.
20929         * math/s_csin.c (__csin): Likewise.
20930         * math/s_csinf.c (__csinf): Likewise.
20931         * math/s_csinh.c (__csinh): Likewise.
20932         * math/s_csinhf.c (__csinhf): Likewise.
20933         * math/s_csinhl.c (__csinhl): Likewise.
20934         * math/s_csinl.c (__csinl): Likewise.
20935         * math/libm-test.inc (ccos_test): Add more tests.
20936         (ccosh_test): Likewise.
20937         (csin_test): Likewise.
20938         (csinh_test): Likewise.
20939
20940 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20941
20942         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
20943         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
20944         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
20945         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
20946         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
20947         powerpc/power5+/fpu folders.
20948         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
20949
20950
20951 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
20952
20953         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20954
20955 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
20956
20957         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
20958         additions to variable.
20959         [$(config-machine) = x86_64] (modules-names): Likewise.
20960         ($(objpfx)tst-audit3): Remove dependency.
20961         ($(objpfx)tst-audit3.out): Likewise.
20962         ($(objpfx)tst-audit4): Likewise.
20963         ($(objpfx)tst-audit4.out): Likewise.
20964         ($(objpfx)tst-audit5): Likewise.
20965         ($(objpfx)tst-audit5.out): Likewise.
20966         ($(objpfx)tst-audit6): Likewise.
20967         ($(objpfx)tst-audit6.out): Likewise.
20968         ($(objpfx)tst-audit7): Likewise.
20969         ($(objpfx)tst-audit7.out): Likewise.
20970         (tst-audit3-ENV): Remove variable.
20971         (tst-audit4-ENV): Likewise.
20972         (tst-audit5-ENV): Likewise.
20973         (tst-audit6-ENV): Likewise.
20974         (tst-audit7-ENV): Likewise.
20975         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
20976         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
20977         addition to variable.
20978         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
20979         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
20980         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
20981         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
20982         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
20983         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
20984         tst-audit3, tst-audit4 and tst-audit5.
20985         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
20986         tst-audit6 and tst-audit7.
20987         [$(subdir) = elf] (modules-names): Add audit modules for those
20988         tests.
20989         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
20990         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
20991         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
20992         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
20993         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
20994         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
20995         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
20996         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
20997         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
20998         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
20999         [$(subdir) = elf] (tst-audit3-ENV): New variable.
21000         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
21001         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
21002         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
21003         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
21004         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
21005         Likewise.
21006         [$(subdir) = elf && $(config-cflags-avx) = yes]
21007         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
21008         [$(subdir) = elf && $(config-cflags-avx) = yes]
21009         (CFLAGS-tst-auditmod4a.c): Likewise.
21010         [$(subdir) = elf && $(config-cflags-avx) = yes]
21011         (CFLAGS-tst-auditmod4b.c): Likewise.
21012         [$(subdir) = elf && $(config-cflags-avx) = yes]
21013         (CFLAGS-tst-auditmod6b.c): Likewise.
21014         [$(subdir) = elf && $(config-cflags-avx) = yes]
21015         (CFLAGS-tst-auditmod6c.c): Likewise.
21016         [$(subdir) = elf && $(config-cflags-avx) = yes]
21017         (CFLAGS-tst-auditmod7b.c): Likewise.
21018         * elf/tst-audit3.c: Move to ...
21019         * sysdeps/x86_64/tst-audit3.c: ... here.
21020         * elf/tst-audit4.c: Move to ...
21021         * sysdeps/x86_64/tst-audit4.c: ... here.
21022         * elf/tst-audit5.c: Move to ...
21023         * sysdeps/x86_64/tst-audit5.c: ... here.
21024         * elf/tst-audit6.c: Move to ...
21025         * sysdeps/x86_64/tst-audit6.c: ... here.
21026         * elf/tst-audit7.c: Move to ...
21027         * sysdeps/x86_64/tst-audit7.c: ... here.
21028         * elf/tst-auditmod3a.c: Move to ...
21029         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
21030         * elf/tst-auditmod3b.c: Move to ...
21031         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
21032         * elf/tst-auditmod4a.c: Move to ...
21033         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
21034         * elf/tst-auditmod4b.c: Move to ...
21035         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
21036         * elf/tst-auditmod5a.c: Move to ...
21037         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
21038         * elf/tst-auditmod5b.c: Move to ...
21039         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
21040         * elf/tst-auditmod6a.c: Move to ...
21041         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
21042         * elf/tst-auditmod6b.c: Move to ...
21043         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
21044         * elf/tst-auditmod6c.c: Move to ...
21045         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
21046         * elf/tst-auditmod7a.c: Move to ...
21047         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
21048         * elf/tst-auditmod7b.c: Move to ...
21049         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
21050
21051 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
21052
21053         [BZ #15366]
21054         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
21055         define unconditionally.
21056         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
21057         define unconditionally.
21058         (INT8_C, INT16_C, etc.): Likewise.
21059
21060 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
21061
21062         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
21063         __ehdr_start with hidden visibility.
21064
21065         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
21066
21067 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
21068
21069         * math/libm-test.inc (cos_test): Use accurate hex constants.
21070         (sincost_test): Likewise.
21071
21072 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
21073
21074         * math/libm-test.inc (catan_test): Add more tests.
21075         (catanh_test): Likewise.
21076
21077         * math/s_catanf.c (__catanf): Use suffixed floating-point
21078         constants.
21079         * math/s_catanhf.c (__catanhf): Likewise.
21080         * math/s_catanhl.c (__catanhl): Likewise.
21081         * math/s_catanl.c (__catanl): Likewise.
21082
21083         [BZ #15394]
21084         * math/s_catan.c (__catan): Calculate imaginary part of result
21085         with log1p not log unless computing log of number close to 0.
21086         * math/s_catanf.c (__catanf): Likewise.
21087         * math/s_catanl.c (__catanl): Likewise.
21088         * math/s_catanh.c (__catanh): Calculate real part of result with
21089         log1p not log unless computing log of number close to 0.
21090         * math/s_catanhf.c (__catanhf): Likewise.
21091         * math/s_catanhl.c (__catanhl): Likewise.
21092         * math/libm-test.inc (catan_test): Add more tests.
21093         (catanh_test): Likewise.
21094         * sysdeps/i386/fpu/libm-test-ulps: Update.
21095         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21096
21097 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
21098
21099         * benchtests/Makefile: Mention files in which fast and slow
21100         paths of math functions are implemented.
21101
21102 2013-04-23  Roland McGrath  <roland@hack.frob.com>
21103
21104         * sysdeps/posix/timespec_get.c: New file.
21105
21106 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21107
21108         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
21109         POWER.
21110         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
21111         for POWER.
21112         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
21113         powerpc/power5/fpu folders.
21114         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
21115         * benchtests/Makefile: Add modf testcase.
21116         * benchtests/bench-modf.c: New file: Benchmark test for mo
21117
21118 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21119
21120         [BZ #14888]
21121         * time/Makefile (tests): Add tst-strptime-whitespace.
21122         * time/strptime_l.c (get_number): Use ISSPACE.
21123         (__strptime_internal): Likewise.
21124         * time/tst-strptime-whitespace.c: New test case.
21125
21126 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
21127
21128         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
21129         member.
21130         (_nss_files_init): Set it here.
21131
21132 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
21133
21134         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
21135         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
21136         unsigned.
21137
21138 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
21139
21140         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
21141
21142 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
21143
21144         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
21145         size just once.
21146
21147 2013-04-21  David S. Miller  <davem@davemloft.net>
21148
21149         * po/ru.po: Update Russion translation from translation project.
21150
21151 2013-04-17  Adam Conrad  <adconrad@0c3.net>
21152
21153         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
21154         and setfsgid.
21155
21156 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
21157
21158         * configure.in: Remove i386 configure warning. Remove i386 case.
21159         * configure: Regenerate.
21160         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
21161         Add example to error message.
21162         * sysdeps/i386/configure: Regenerate.
21163
21164 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
21165
21166         * benchtests/Makefile (bench): Add cos, tan, slowcos and
21167         slowtan.
21168         * benchtests/cos-inputs: New file.
21169         * benchtests/slowcos-inputs: New file.
21170         * benchtests/slowcos.c: New file.
21171         * benchtests/slowtan-inputs: New file.
21172         * benchtests/slowtan.c: New file.
21173         * benchtests/tan-inputs: New file.
21174
21175 2013-04-16  Roland McGrath  <roland@hack.frob.com>
21176
21177         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
21178         considered kosher.
21179
21180 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21181
21182         * benchtests/Makefile: Include cppflags-iterator.mk to add
21183         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
21184
21185         * Makefile.in (bench-clean): New target.
21186         * benchtests/Makefile (bench-clean): Likewise.
21187
21188 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
21189
21190         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
21191
21192 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
21193
21194         * stdio-common/tstdiomisc.c: Fix coding-style violation.
21195
21196 2013-04-15  Andreas Schwab  <schwab@suse.de>
21197
21198         * nscd/grpcache.c (cache_addgr): Properly check for short write.
21199         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21200         * nscd/pwdcache.c (cache_addpw): Likewise.
21201         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
21202         more than recsize.
21203
21204 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21205
21206         * benchtests/Makefile (bench): Write all output to
21207         bench-out.tmp together.
21208
21209 2013-04-15  Andreas Schwab  <schwab@suse.de>
21210
21211         * nscd/nscd.c (main): Don't fork again after closing files.
21212
21213 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21214
21215         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
21216
21217         * benchtests/Rules (bench-deps): Collect dependencies into a
21218         single variable.  Add Makefile to dependencies.
21219         ($(objpfx)bench-%.c): Depend on bench-deps.
21220
21221 2013-04-12  Roland McGrath  <roland@hack.frob.com>
21222             Xavier Roche  <roche+kml2@exalead.com>
21223
21224         [BZ #15361]
21225         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
21226         just that it's a file descriptor.
21227         * manual/llio.texi (Synchronizing AIO Operations): Update description
21228         for EBADF error from aio_fsync.
21229
21230 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21231
21232         * Rules (bench): Move target definition...
21233         * benchtests/Makefile: ... here.
21234
21235 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
21236
21237         * math/libm-test.inc (cos_test): Fix PI/2 test.
21238         (sincos_test): Likewise.
21239         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
21240         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
21241
21242 2013-04-11  Andreas Schwab  <schwab@suse.de>
21243
21244         [BZ #13988]
21245         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
21246         accept exponent character only when digits were seen.
21247         * stdio-common/Makefile (tests): Add bug26.
21248         * stdio-common/bug26.c: New file.
21249
21250         [BZ #14293]
21251         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
21252         non-freeable.
21253
21254 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21255
21256         * Makeconfig (rtld-prefix): Define built linker prefix.
21257         * Rules (run-bench): Use it.
21258         * math/Makefile (run-regen-ulps): Likewise.
21259
21260         * Rules (bench): Remove eval.
21261
21262 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21263             Roland McGrath  <roland@hack.frob.com>
21264             Ondrej Bilka  <neleai@seznam.cz>
21265
21266         [BZ #15346]
21267         * time/getdate.c: Include ctype.h and alloca.h.
21268         (__getdate_r): Trim leading and trailing spaces of input.
21269         * time/tst-getdate.c (tests): Add tests with leading and
21270         trailing spaces.
21271
21272 2013-04-08  Roland McGrath  <roland@hack.frob.com>
21273
21274         [BZ #14280]
21275         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
21276         when computing value.
21277
21278 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21279
21280         * math/README.libm-test (How can I generate "libm-test-ulps"?):
21281         Use testrun.sh to run libm tests.
21282
21283         [BZ #15309]
21284         * elf/dl-open.c (dl_open_worker): memset all of seen array.
21285
21286 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
21287
21288         [BZ #15264]
21289         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
21290
21291 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21292
21293         * Makefile.in (regen-ulps): New target.
21294         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
21295         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
21296         [ifneq (no,$(PERL)] (regen-ulps): New target.
21297         [ifeq (no,$(PERL)] (regen-ulps): New target.
21298         * math/libm-test.inc (ulps_file_name): Define.
21299         (output_dir): New variable.
21300         (options): Add "output-dir" option.
21301         (parse_opt): Handle 'o' case.
21302         (main): If output_dir is non-NULL use it as a prefix
21303         otherwise use "".
21304         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
21305
21306 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21307
21308         [BZ #10060, #10062]
21309         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
21310         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
21311         fail configure if __sync_val_compare_and_swap is not inlined.
21312         * sysdeps/i386/configure: Regenerate.
21313         * configure.in: Build for i686 when configured for i386.
21314         * configure: Regenerate.
21315         * README: Remove i386 reference.
21316
21317 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21318
21319         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
21320         * sysdeps/s390/s390-64/sysdep.h: Likewise.
21321
21322 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
21323
21324         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
21325         (lmsnanval): New variables.
21326         (F): Add conversion tests.
21327         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
21328         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
21329
21330         * stdio-common/tstdiomisc.c (F): Properly collect individual
21331         tests' results.
21332
21333         [BZ #14686, #15336]
21334         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
21335         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
21336         Instead, use input NaN values or generate a qNaN by arithmetic
21337         operation.  Also fix bugs to comply with the standard.
21338         * math/libm-test.inc (remainder_test): Add more tests.
21339
21340         [BZ #15335, #15342]
21341         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
21342         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
21343         input NaN values or generate a qNaN by arithmetic operation.
21344
21345         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
21346         unreachable code.
21347
21348         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
21349         definitions.
21350
21351 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
21352
21353         [BZ #14478]
21354         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
21355         underflowed result.
21356         * math/s_cexpf.c (__cexpf): Likewise.
21357         * math/s_cexpl.c (__cexpl): Likewise.
21358         * math/libm-test.inc (cexp_test): Add more tests.
21359
21360 2013-04-03  Andreas Schwab  <schwab@suse.de>
21361
21362         [BZ #15330]
21363         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
21364         order arrays from heap if bigger than alloca cutoff.
21365
21366 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
21367
21368         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
21369         (SNAN_TESTS_double): Refer to GCC PR56831.
21370         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
21371         GCC PR56828.
21372
21373 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21374
21375         * Rules (bench): Move bench.out after the run is complete.
21376
21377         * Rules (bench): Echo currently running benchmark.
21378
21379         * benchtests/Makefile (bench): Add atan and slowatan.
21380         * benchtests/atan-inputs: New file.
21381         * benchtests/slowatan-inputs: New file.
21382         * benchtests/slowatan.c: New file.
21383
21384         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
21385         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
21386         its value.
21387
21388         [BZ #15305]
21389         * sysdeps/unix/sysv/linux/kernel-features.h
21390         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
21391         __ASSUME_XFS_RESTRICTED_CHOWN.
21392         * sysdeps/unix/sysv/linux/pathconf.c
21393         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
21394         Save and restore errno.
21395
21396 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
21397
21398         [BZ #15327]
21399         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
21400         arguments using __kernel_casinh.
21401         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
21402         arguments using __kernel_casinhf.
21403         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
21404         arguments using __kernel_casinhl.
21405         * math/libm-test.inc (cacosh_test): Add more tests.
21406         * sysdeps/i386/fpu/libm-test-ulps: Update.
21407         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21408
21409 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21410
21411         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
21412         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
21413
21414         * bench/Makefile (bench): Add sin and slowsin.
21415         * benchtests/sin-inputs: New file.
21416         * benchtests/slowsin-inputs: New file.
21417         * benchtests/slowsin.c: New file.
21418
21419         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
21420         (bench): Add slowexp and slowpow.
21421         (exp-ITER): Increase iterations.
21422         (pow-ITER): Likewise.
21423         * benchtests/exp-inputs: Change input.
21424         * benchtests/pow-inputs: Likewise.
21425         * benchtests/slowexp-inputs: New file.
21426         * benchtests/slowexp.c: New file.
21427         * benchtests/slowpow-inputs: New file.
21428         * benchtests/slowpow.c: New file.
21429
21430 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21431
21432         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
21433         instructions.
21434         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
21435         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
21436         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
21437         * benchtests/Makefile: Add rint benchtest.
21438         * benchtests/rint-inputs: Input for rint benchtest.
21439
21440 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
21441
21442         * Versions.def (libm): Add GLIBC_2.18.
21443         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
21444         hidden libm prototypes.
21445         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
21446         * math/Makefile (libm-calls): Add s_issignaling.
21447         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
21448         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
21449         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
21450         declaration.
21451         * math/math.h [__USE_GNU] (issignaling): New macro.
21452         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
21453         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
21454         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
21455         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
21456         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
21457         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
21458         * manual/arith.texi (issignaling): New section.
21459         * manual/libm-err-tab.pl (@all_functions): Update comment.
21460         * math/gen-libm-test.pl (parse_args): Apply special handling for
21461         issignaling.
21462         * math/libm-test.inc (print_float, issignaling_test): New
21463         functions.
21464         (check_float_internal): Add issignaling checks.
21465         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
21466         default definition.
21467         * sysdeps/powerpc/math-tests.h: New file.
21468         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
21469         tests.
21470         * math/test-snan.c (TEST_FUNC): Likewise.
21471
21472 2013-03-30  David S. Miller  <davem@davemloft.net>
21473
21474         * po/de.po: Update from translation team.
21475
21476 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
21477
21478         [BZ #10357]
21479         * math/k_casinh.c (__kernel_casinh): Handle arguments with
21480         imaginary part less than 1.0 and real part less than 0.5
21481         specially.
21482         * math/k_casinhf.c (__kernel_casinhf): Likewise.
21483         * math/k_casinhl.c (__kernel_casinhl): Likewise.
21484         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
21485         (cacos_test): Add more tests.
21486         (casin_test): Likewise.
21487         (casinh_test): Likewise.
21488         * sysdeps/i386/fpu/libm-test-ulps: Update.
21489         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21490
21491 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
21492
21493         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
21494         ONE with its value.
21495
21496         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
21497         (__pow_mp): Replace ONE and MONE with their values.
21498         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
21499         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
21500         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
21501         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
21502         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
21503         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
21504
21505         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
21506
21507         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
21508         (__pow_mp): Replace ZERO and MZERO with their values.
21509         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
21510         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
21511         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
21512         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
21513         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
21514         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
21515         (__sqr): Likewise.
21516
21517         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
21518
21519         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
21520
21521 2013-03-28  Roland McGrath  <roland@hack.frob.com>
21522
21523         * include/stdlib.h [!SHARED] (__call_tls_dtors):
21524         Declare with __attribute__ ((weak)).
21525         * stdlib/exit.c (__libc_atexit) [!SHARED]:
21526         Call __call_tls_dtors only if it's not NULL.
21527
21528 2013-03-28  Roland McGrath  <roland@hack.frob.com>
21529
21530         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
21531         didn't do it already, then set _dl_phdr and _dl_phnum based on the
21532         magic __ehdr_start linker symbol if it's defined.
21533         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
21534         them up here if it was already done.
21535
21536         * elf/dl-support.c (_dl_phdr): Make pointer to const.
21537         (_dl_aux_init): Use const in cast when setting it.
21538         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
21539         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
21540         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
21541
21542         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
21543         Declare them here.
21544         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
21545         * csu/libc-tls.c: Nor here.
21546         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
21547
21548         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
21549         (__libc_message): Never call vsyslog.
21550
21551 2013-03-28  Alan Modra  <amodra@gmail.com>
21552
21553         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
21554         Define as empty.
21555         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
21556         Likewise.
21557
21558 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21559
21560         [BZ #15214]
21561         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
21562         underflow.
21563         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21564
21565 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21566
21567         [BZ #15304]
21568         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
21569         Don't add gid passed as argument.
21570
21571         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
21572
21573 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
21574
21575         [BZ #15307]
21576         * math/k_casinh.c (__kernel_casinh): Handle arguments with
21577         imaginary part between 1.0 and 1.5 and real part less than 0.5
21578         specially.
21579         * math/k_casinhf.c (__kernel_casinhf): Likewise.
21580         * math/k_casinhl.c (__kernel_casinhl): Likewise.
21581         * math/libm-test.inc (cacos_test): Add more tests.
21582         (casin_test): Likewise.
21583         (casinh_test): Likewise.
21584         * sysdeps/i386/fpu/libm-test-ulps: Update.
21585         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21586
21587 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21588
21589         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
21590         constants.
21591         (norm): Likewise.
21592         (denorm): Likewise.
21593         (__dbl_mp): Likewise.
21594         (add_magnitudes): Likewise.
21595         (sub_magnitudes): Likewise.
21596         (__add): Likewise.
21597         (__sub): Likewise.
21598         (__mul): Likewise.
21599         (__sqr): Likewise.
21600         (__inv): Likewise.
21601         (__dvd): Likewise.
21602
21603         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
21604         commented code.
21605         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
21606         (__dubcos): Likewise.
21607         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
21608         (__ieee754_acos): Likewise.
21609         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
21610         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
21611         (__exp1): Likewise.
21612         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
21613         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
21614         (log1): Likewise.
21615         (my_log2): Likewise.
21616         (checkint): Likewise.
21617         * sysdeps/ieee754/dbl-64/e_remainder.c
21618         (__ieee754_remainder): Likewise.
21619         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
21620         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
21621         (bsloww): Likewise.
21622         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
21623
21624         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
21625         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
21626         MANTISSA_STORE_T to store computations on mantissa.  Use
21627         macros for rounding and division.
21628         (denorm): Likewise.
21629         (__dbl_mp): Likewise.
21630         (add_magnitudes): Likewise.
21631         (sub_magnitudes): Likewise.
21632         (__mul): Likewise.
21633         (__sqr): Likewise.
21634         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
21635         powers of two in terms of TWOPOW macro.
21636         (mp_no): Make type of mantissa as MANTISSA_T.
21637         [!RADIXI]: Define RADIXI.
21638         [!TWO52]: Define TWO52.
21639         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
21640
21641 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21642
21643         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
21644         llroundl symbol when building for PPC32.
21645
21646 2013-03-24  Mark H Weaver  <mhw@netris.org>
21647
21648         * manual/arith.texi (Normalization Functions): Fix prototypes for
21649         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
21650
21651 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21652
21653         [BZ #13889]
21654         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
21655         high value to check if expl overflow.
21656         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
21657         to check for underflow and overflow.
21658         * math/libm-test.inc: Add exp test.
21659
21660 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
21661
21662         [BZ #11120]
21663         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
21664         with NOT_IN_libc.
21665
21666 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21667
21668         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
21669         symbol.
21670
21671 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
21672
21673         * math/gen-libm-test.pl (parse_args, special_functions): Properly
21674         wrap blocks consisting of several statements.
21675
21676         * sysdeps/generic/math-tests.h: New file.
21677         * sysdeps/i386/fpu/math-tests.h: Likewise.
21678         * math/test-snan.c: Include it.
21679         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
21680
21681 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
21682
21683         [BZ #15285]
21684         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
21685         (__ieee754_j0l): Do not improve calculations using cos of twice
21686         input for inputs above LDBL_MAX / 2.0L.
21687         (__ieee754_y0l): Likewise.
21688         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
21689         (__ieee754_j1l): Do not improve calculations using cos of twice
21690         input for inputs above LDBL_MAX / 2.0L.
21691         (__ieee754_y1l): Likewise.
21692         * math/libm-test.inc (j0_test): Add another test.
21693         (j1_test): Likewise.
21694         (y0_test): Likewise.
21695         (y1_test): Likewise.
21696         * sysdeps/i386/fpu/libm-test-ulps: Update.
21697
21698 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21699
21700         * Rules ($(objpfx)bench-%.c): Include code from a C source
21701         file.
21702
21703 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
21704
21705         [BZ #15287]
21706         * math/k_casinh.c (__kernel_casinh): Handle arguments with
21707         imaginary part 1.0 and real part less than 0.5 specially.
21708         * math/k_casinhf.c (__kernel_casinhf): Likewise.
21709         * math/k_casinhl.c (__kernel_casinhl): Likewise.
21710         * math/libm-test.inc (cacos_test): Add more tests.
21711         (casin_test): Likewise.
21712         (casinh_test): Likewise.
21713         * sysdeps/i386/fpu/libm-test-ulps: Update.
21714         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21715
21716 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21717
21718         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
21719         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
21720
21721 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
21722
21723         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
21724         * config.make.in (config-cflags-sse4): Remove variable.
21725         (config-cflags-avx): Likewise.
21726         (config-cflags-sse2avx): Likewise.
21727         (config-cflags-novzeroupper): Likewise.
21728         (config-asflags-i686): Likewise.
21729         (have-mfma4): Likewise.
21730         (have-as-vis3): Likewise.
21731         (MIG): Likewise.
21732         * configure.in (MIG): Do not AC_SUBST.
21733         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
21734         (libc_cv_cc_sse4): Do not AC_SUBST.
21735         (libc_cv_cc_avx): Likewise.
21736         (libc_cv_cc_sse2avx): Likewise.
21737         (libc_cv_cc_novzeroupper): Likewise.
21738         (libc_cv_cc_fma4): Likewise.
21739         (libc_cv_as_i686): Likewise.
21740         (libc_cv_sparc_as_vis3): Likewise.
21741         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
21742         LIBC_CONFIG_VAR.
21743         (config-asflags-i686): Likewise.
21744         (config-cflags-avx): Likewise.
21745         (config-cflags-sse2avx): Likewise.
21746         (have-mfma4): Likewise.
21747         (config-cflags-novzeroupper): Likewise.
21748         * sysdeps/mach/configure.in (MIG): Likewise.
21749         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
21750         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
21751         LIBC_CONFIG_VAR.
21752         (config-cflags-avx): Likewise.
21753         (config-cflags-sse2avx): Likewise.
21754         (have-mfma4): Likewise.
21755         (config-cflags-novzeroupper): Likewise.
21756         * configure: Regenerated.
21757         * sysdeps/i386/configure: Likewise.
21758         * sysdeps/mach/configure: Likewise.
21759         * sysdeps/sparc/configure: Likewise.
21760         * sysdeps/x86_64/configure: Likewise.
21761
21762 2013-03-20  Roland McGrath  <roland@hack.frob.com>
21763
21764         [BZ #14812]
21765         * locale/programs/localedef.c (options): Put N_ translation marker
21766         on argument names, not just descriptions.
21767
21768 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21769
21770         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
21771
21772 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
21773
21774         [BZ #14176]
21775         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
21776
21777 2013-03-19  Roland McGrath  <roland@hack.frob.com>
21778
21779         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
21780         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
21781         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
21782         [!BEFORE_ABORT] (before_abort): New function.
21783         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
21784         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
21785         (writev_for_fatal): New function.
21786         (WRITEV_FOR_FATAL): New macro; call that.
21787         (backtrace_and_maps): New function.
21788         (BEFORE_ABORT): New macro; call that.
21789         (struct str_list): Type removed.
21790         (__libc_message, __libc_fatal): Functions removed.
21791         Include <sysdeps/posix/libc_fatal.c> instead.
21792
21793 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
21794
21795         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
21796         constants.
21797         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
21798         double constants.
21799
21800 2013-03-19  Andreas Schwab  <schwab@suse.de>
21801
21802         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
21803         * sysdeps/gnu/configure: Regenerate.
21804
21805         * configure.in: Substitute libc_cv_rtlddir.
21806         * configure: Regenerate.
21807         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
21808         * Makeconfig (rtlddir, inst_rtlddir): New variables.
21809         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
21810         * elf/Makefile (install-others, CFLAGS-interp.c)
21811         (ldso_install, common-ldd-rewrite): Likewise.
21812         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
21813         $(inst_slibdir)/$(rtld-installed-name).
21814         * scripts/rellns-sh: Add -p option.
21815         * Makerules (make-shlib-link): Use rellns-sh to get relative name
21816         for source.
21817
21818 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21819
21820         * manual/nptl.texi: Renamed to ...
21821         * manual/threads.texi: ... this.
21822         * manual/Makefile (chapters): Update.
21823
21824 2013-03-18  Roland McGrath  <roland@hack.frob.com>
21825
21826         [BZ #14812]
21827         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
21828         on argument names, not just descriptions.
21829         * malloc/memusagestat.c (options): Likewise.
21830         * nss/getent.c (options): Likewise.
21831
21832 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
21833
21834         [BZ #14812]
21835         * iconv/iconv_prog.c (options): Put N_ translation marker
21836         on argument names, not just descriptions.
21837         * iconv/iconvconfig.c (options): Likewise.
21838
21839 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
21840
21841         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
21842         implementation which is faster on all x86_64 architectures.
21843         Tested on AMD, Intel Nehalem, SNB, IVB.
21844         * sysdeps/x86_64/strnlen.S: Likewise.
21845
21846         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21847         Remove all multiarch strlen and strnlen versions.
21848         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
21849         Remove strlen and strnlen related parts.
21850
21851         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
21852         Inline strlen part.
21853         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
21854
21855         * sysdeps/x86_64/multiarch/strlen.S: Remove.
21856         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
21857         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
21858         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
21859         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
21860         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
21861
21862 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
21863
21864         * manual/memory.texi (Malloc Tunable Parameters):
21865         Sort parameters alphabetically. Add comments for missing entries.
21866
21867 2013-03-17  David S. Miller  <davem@davemloft.net>
21868
21869         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21870
21871 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
21872
21873         [BZ #15283]
21874         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
21875         for arguments at most half maximum finite value.
21876         * math/libm-test.inc (j0_test): Add more tests.
21877         (j1_test): Likewise.
21878         (y0_test): Likewise.
21879         (y1_test): Likewise.
21880         * sysdeps/i386/fpu/libm-test-ulps: Update.
21881         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21882
21883         [BZ #14155]
21884         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
21885         1 / x and functions P and Q for arguments above 0x1p256L.
21886         (__ieee754_y0l): Likewise.
21887         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
21888         (__ieee754_y1l): Likewise.
21889         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
21890         (j1_test): Likewise.
21891         (y0_test): Likewise.
21892         (y1_test): Likewise.
21893
21894 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
21895
21896         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
21897         variable.
21898
21899 2013-03-15  Roland McGrath  <roland@hack.frob.com>
21900
21901         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
21902         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
21903         zero since it's initialized to EXEC_PAGESIZE.
21904
21905         * sysdeps/unix/sysv/linux/ldsodefs.h
21906         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
21907         * sysdeps/generic/ldsodefs.h: ... here.
21908
21909 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
21910
21911         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
21912
21913         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
21914         math/test-snan.c.
21915         * math/test-snan.c: Renamed from
21916         sysdeps/powerpc/fpu/test-powerpc-snan.c.
21917         * math/Makefile (tests): Add test-snan.
21918         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
21919         test-powerpc-snan.
21920
21921         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
21922         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
21923         functions.
21924         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
21925         __builtin_nan family of functions.
21926         * math/libm-test.inc (initialize): Initialize qnan_value with
21927         __builtin_nan family of functions.
21928         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
21929         Remove variables.
21930         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
21931         Remove functions.
21932         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
21933         storage class.  Initialize qNaN_var and sNaN_var with
21934         __builtin_nan and __builtin_nans families of functions,
21935         respectively.
21936
21937         * math/libm-test.inc (acosh_test): Also test with qNaN input.
21938         (sqrt_test): Remove duplicate test with qNaN input.
21939         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
21940         (round_test, signbit_test, significand_test): Note missing +/-Inf
21941         as well as qNaN tests.
21942
21943         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
21944         qNaN_var.  Fix a few strings, too.
21945         * math/libm-test.inc (nan_value): Rename to qnan_value.
21946         * math/gen-libm-test.pl (%beautify): Adjust to that.
21947         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
21948         * math/test-misc.c (main): Likewise.
21949         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
21950         to __qnan_bytes, and __qnan_union, respectively.
21951         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
21952         Likewise.
21953         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
21954         and lqnanval, respectively.
21955         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
21956         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
21957         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
21958         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
21959
21960         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
21961         * math/test-misc.c (main) [__x86_64__]: Enable test for long
21962         doubles.
21963
21964         * math/test-misc.c (main): Fix copy'n'pastos.
21965         * misc/tst-efgcvt.c (special): Likewise.
21966
21967         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
21968         Remove declarations.
21969
21970 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21971
21972         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
21973         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
21974         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
21975         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
21976
21977 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21978
21979         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
21980         macro to return vdso values correctly in IFUNC implementations.
21981         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
21982         Optimization by using IFUNC.
21983
21984 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21985             Richard Henderson  <rth@redhat.com>
21986             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
21987
21988         * Makefile.in (bench): New target.
21989         * NEWS: Mention the benchmark framework.
21990         * Rules (bench): Likewise.
21991         (binaries-bench): Generate binaries for functions to
21992         benchmark.
21993         * benchtests/Makefile: New makefile for benchmark tests.
21994         * benchtests/bench-skeleton.c: New skeleton file for benchmark
21995         programs.
21996         * benchtests/exp-inputs: New input file for EXP function.
21997         * benchtests/pow-inputs: New input file for POW function.
21998         * scripts/bench.pl: New script to generate source files for
21999         benchmark programs.
22000
22001 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22002
22003         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
22004         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
22005         computations on mantissa.  Use macros for rounding and
22006         division.
22007         (denorm): Likewise.
22008         (__dbl_mp): Likewise.
22009         (add_magnitudes): Likewise.
22010         (sub_magnitudes): Likewise.
22011         (__mul): Likewise.
22012         (__sqr): Likewise.
22013         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
22014         powers of two in terms of TWOPOW macro.
22015         (mp_no): Make type of mantissa as MANTISSA_T.
22016         [!RADIXI]: Define RADIXI.
22017         [!TWO52]: Define TWO52.
22018         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
22019
22020         * manual/nptl.texi (cindex): Modify threads to pthreads.
22021
22022 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
22023
22024         * sysdeps/x86_64/preconfigure: Regenerated.
22025
22026 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
22027
22028         [BZ #14155]
22029         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
22030         0x1p28 and above.
22031         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
22032         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
22033         0x1p28 and above.
22034         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
22035         * math/libm-test.inc (j0_test): Do not allow one spurious
22036         underflow exception.
22037         (y1_test): Likewise.
22038
22039 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22040
22041         * manual/Makefile (chapters): Add nptl.
22042         * manual/debug.texi (Debugging Support): Add link to Threads
22043         chapter.
22044         * manual/nptl.texi: New file.
22045
22046         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
22047
22048 2013-03-14  Petr Baudis  <pasky@ucw.cz>
22049
22050         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
22051         for non-NULL pointer before the memory validity test. Pointed
22052         out by Holger Brunck <holger.brunck@keymile.com>.
22053
22054 2013-03-13  Andreas Schwab  <schwab@suse.de>
22055
22056         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
22057         instead of .os.
22058
22059 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
22060
22061         * timezone/zic.c: Update from tzcode 2013b.
22062
22063 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
22064
22065         * manual/install.texi (Configuring and compiling):
22066         Mention i686 and i586.
22067         * INSTALL: Regenerate.
22068
22069 2013-03-12  Roland McGrath  <roland@hack.frob.com>
22070
22071         * sysdeps/init_array/elf-init.c: New file.
22072         * csu/elf-init.c
22073         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
22074         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
22075
22076         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
22077         __gmon_start__ as global, but as static with a .preinit_array pointer.
22078         * sysdeps/init_array/gmon-start.c: New file.  Use that.
22079         * sysdeps/init_array/crti.S: New file, empty except for comments.
22080         * sysdeps/init_array/crtn.S: Likewise.
22081
22082 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
22083
22084         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
22085         definining bcopy.
22086         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22087         Remove Prefer_SSE_for_memop.
22088         * sysdeps/x86_64/multiarch/init-arch.h: Remove
22089         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
22090         HAS_PREFER_SSE_FOR_MEMOP.
22091         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
22092         memset-x86-64.
22093         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22094         Remove bzero, memset ifunc support.
22095         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
22096         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
22097         * sysdeps/x86_64/multiarch/memset.S: Likewise.
22098         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
22099
22100 2013-03-11  Andreas Schwab  <schwab@suse.de>
22101
22102         [BZ #15234]
22103         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
22104         by SHLIB_COMPAT.
22105         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
22106         (GLIBC_2.16): Remove pthread_atfork.
22107
22108 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
22109
22110         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
22111         (ptestcases.h): Likewise.
22112
22113 2013-03-08  Roland McGrath  <roland@hack.frob.com>
22114
22115         * Makeconfig ($(common-objpfx)config.status): Depend on
22116         sysdeps/*/preconfigure{,.in} too.
22117
22118 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
22119
22120         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
22121         (__free_hook): Use void * instead of __malloc_ptr_t.
22122         (__malloc_hook): Likewise.
22123         (__realloc_hook): Likewise.
22124         (__memalign_hook): Likewise.
22125         (__after_morecore_hook): Likewise.
22126         * malloc/arena.c (save_malloc_hook): Likewise.
22127         (save_free_hook): Likewise.
22128         * malloc/hooks.c (malloc_hook_ini): Likewise.
22129         (realloc_hook_ini): Likewise.
22130         (memalign_hook_ini): Likewise.
22131         * malloc/malloc.c (malloc_hook_ini): Likewise.
22132         (realloc_hook_ini): Likewise.
22133         (memalign_hook_ini): Likewise.
22134         (__free_hook): Likewise.
22135         (__malloc_hook): Likewise.
22136         (__realloc_hook): Likewise.
22137         (__memalign_hook): Likewise.
22138         (__libc_malloc): Likewise.
22139         (__libc_free): Likewise.
22140         (__libc_realloc): Likewise.
22141         (__libc_memalign): Likewise.
22142         (__libc_valloc): Likewise.
22143         (__libc_pvalloc): Likewise.
22144         (__libc_calloc): Likewise.
22145         (__posix_memalign): Likewise.
22146         * malloc/morecore.c (__sbrk): Likewise.
22147         (__default_morecore): Likewise.
22148
22149         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
22150
22151         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
22152         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
22153         __malloc_ptrdiff_t.
22154
22155         * malloc/malloc.h (__malloc_size_t): Remove macro.
22156         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
22157         __malloc_size_t.
22158         (old_memalign_hook): Likewise.
22159         (old_realloc_hook): Likewise.
22160         (struct hdr): Likewise.
22161         (flood): Likewise.
22162         (mallochook): Likewise.
22163         (memalignhook): Likewise.
22164         (reallochook): Likewise.
22165         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
22166         (tr_old_realloc_hook): Likewise.
22167         (tr_old_memalign_hook): Likewise.
22168         (tr_mallochook): Likewise.
22169         (tr_reallochook): Likewise.
22170         (tr_memalignhook): Likewise.
22171
22172 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22173
22174         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
22175         default_ldbl_pack and using as default implementation.
22176         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
22177         implementation.
22178         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
22179         redundant definition.
22180         (ldbl_insert_mantissa): Likewise.
22181         (ldbl_canonicalize): Likewise.
22182         (ldbl_nearbyint): Likewise.
22183         (ldbl_pack): Rename to ldbl_pack_ppc.
22184         (ldbl_unpack): Rename to ldbl_unpack_ppc.
22185         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
22186         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
22187
22188 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
22189
22190         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
22191         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
22192         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
22193         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
22194         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
22195         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
22196         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
22197         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
22198
22199 2013-03-07  Andreas Jaeger  <aj@suse.de>
22200
22201         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
22202         bits/mman-linux.h.
22203
22204 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
22205
22206         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
22207         Include mpa.h and declare __MPEXP.
22208         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
22209         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
22210         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
22211         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
22212         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
22213         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
22214         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
22215
22216         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
22217         (__slowpow): Use long double EXPL and LOGL functions to
22218         compute POW.
22219         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
22220         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
22221         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
22222         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
22223         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
22224         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
22225
22226         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
22227         intermediate variable to calculate exponent.
22228         (__sqr): Likewise.
22229         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
22230         Likewise.
22231         (__sqr): Likewise.
22232
22233         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
22234         [!NO__SQR]: Define __sqr.
22235         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
22236         and NO__SQR.  Remove all code except __mul and __sqr.  Include
22237         sysdeps/ieee754/dbl-64/mpa.c.
22238         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
22239
22240         [BZ #12723]
22241         * posix/Makefile (tests): Add tst-pathconf.
22242         * posix/tst-pathconf.c: New test case.
22243         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
22244         _PC_PIPE_BUF.
22245         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
22246
22247 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
22248
22249         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
22250
22251 2013-03-06  Andreas Jaeger  <aj@suse.de>
22252
22253         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
22254         definition via __MAP_ANONYMOUS.
22255
22256         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
22257         it's not part of Linux headers.
22258
22259         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
22260         (MAP_HUGE_MASK): Define.
22261
22262         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
22263         Define.
22264         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22265         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
22266         Define.
22267         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22268         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
22269         Define.
22270         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22271         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
22272         Define.
22273         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22274
22275         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
22276         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
22277         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
22278         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
22279         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
22280         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
22281
22282         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
22283         Handle f2fs.
22284
22285         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
22286         Handle f2fs and efivarfs.
22287
22288         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
22289         f2fs.
22290
22291         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
22292         (EFIVARFS_MAGIC): Add.
22293         (F2FS_LINK_MAX): Add.
22294
22295 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
22296
22297         * stdio-common/vfprintf.c: Replace __builtin_expect with
22298         __glibc_unlikely.
22299
22300 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
22301
22302         [BZ #13550]
22303         * sysdeps/generic/bp-sym.h: Remove file.
22304         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
22305         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
22306         <bp-sym.h> and <bp-asm.h>.
22307         (__longjmp): Don't use BP_SYM.
22308         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
22309         and <bp-asm.h>.
22310         (memcpy): Don't use BP_SYM.
22311         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
22312         <bp-sym.h> and <bp-asm.h>.
22313         (memcpy): Don't use BP_SYM.
22314         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
22315         <bp-asm.h>.
22316         (memcpy): Don't use BP_SYM.
22317         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
22318         <bp-asm.h>.
22319         (memset): Don't use BP_SYM.
22320         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22321         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22322         (__bzero): Don't use BP_SYM.
22323         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22324         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22325         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
22326         <bp-sym.h> and <bp-asm.h>.
22327         (memcmp): Don't use BP_SYM.  Remove comment about bounded
22328         pointers.
22329         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
22330         <bp-sym.h> and <bp-asm.h>.
22331         (memcpy): Don't use BP_SYM.
22332         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
22333         <bp-sym.h> and <bp-asm.h>.
22334         (memset): Don't use BP_SYM.
22335         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22336         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22337         (__bzero): Don't use BP_SYM.
22338         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22339         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22340         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
22341         <bp-sym.h> and <bp-asm.h>.
22342         (strncmp): Don't use BP_SYM.  Remove comment about bounded
22343         pointers.
22344         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
22345         <bp-sym.h> and <bp-asm.h>.
22346         (memcpy): Don't use BP_SYM.
22347         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
22348         <bp-sym.h> and <bp-asm.h>.
22349         (memset): Don't use BP_SYM.
22350         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22351         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22352         (__bzero): Don't use BP_SYM.
22353         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22354         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22355         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
22356         <bp-sym.h> and <bp-asm.h>.
22357         (__memchr): Don't use BP_SYM.
22358         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
22359         <bp-sym.h> and <bp-asm.h>.
22360         (memcmp): Don't use BP_SYM.  Remove comment about bounded
22361         pointers.
22362         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
22363         <bp-sym.h> and <bp-asm.h>.
22364         (memcpy): Don't use BP_SYM.
22365         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
22366         <bp-sym.h> and <bp-asm.h>.
22367         (__mempcpy): Don't use BP_SYM.
22368         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
22369         <bp-sym.h> and <bp-asm.h>.
22370         (__memrchr): Don't use BP_SYM.
22371         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
22372         <bp-sym.h> and <bp-asm.h>.
22373         (memset): Don't use BP_SYM.
22374         (__bzero): Likewise.
22375         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
22376         <bp-sym.h> and <bp-asm.h>.
22377         (__rawmemchr): Don't use BP_SYM.
22378         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
22379         <bp-sym.h> and <bp-asm.h>.
22380         (__STRCMP): Don't use BP_SYM.
22381         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
22382         <bp-sym.h> and <bp-asm.h>.
22383         (strchr): Don't use BP_SYM.
22384         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
22385         <bp-sym.h> and <bp-asm.h>.
22386         (__strchrnul): Don't use BP_SYM.
22387         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
22388         <bp-sym.h> and <bp-asm.h>.
22389         (strlen): Don't use BP_SYM.
22390         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
22391         <bp-sym.h> and <bp-asm.h>.
22392         (strncmp): Don't use BP_SYM.  Remove comment about bounded
22393         pointers.
22394         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
22395         <bp-sym.h> and <bp-asm.h>.
22396         (__strnlen): Don't use BP_SYM.
22397         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
22398         <bp-sym.h> and <bp-asm.h>.
22399         (__GI__setjmp): Don't use BP_SYM.
22400         (_setjmp): Likewise.
22401         (__sigsetjmp): Likewise.
22402         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
22403         (L(start_addresses)): Don't use BP_SYM.
22404         (_start): Likewise.
22405         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
22406         <bp-asm.h>.
22407         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
22408         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
22409         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22410         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22411         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
22412         <bp-asm.h>.
22413         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
22414         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
22415         about bounded pointers.
22416         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
22417         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
22418         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
22419         <bp-asm.h>.
22420         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
22421         about bounded pointers.  Remove GKM FIXME comments.
22422         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
22423         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
22424         <bp-asm.h>.
22425         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
22426         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
22427         Remove GKM FIXME comments.
22428         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22429         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22430         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
22431         <bp-asm.h>.
22432         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
22433         about bounded pointers.  Remove GKM FIXME comment.
22434         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
22435         and <bp-asm.h>.
22436         (strncmp): Don't use BP_SYM.  Remove comment about bounded
22437         pointers.
22438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
22439         <bp-sym.h> and <bp-asm.h>.
22440         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
22441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
22442         <bp-sym.h> and <bp-asm.h>.
22443         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
22444         comment.
22445
22446 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
22447
22448         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
22449         call free(NULL).
22450
22451 2013-03-05  David S. Miller  <davem@davemloft.net>
22452
22453         * po/es.po: Update from translation team.
22454
22455 2013-03-05  Andreas Jaeger  <aj@suse.de>
22456
22457         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
22458         <bits/mman-linux.h>.
22459         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
22460         is fine.
22461         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
22462         <bits/mman-linux.h> to end of file.
22463         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
22464         is fine.
22465         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
22466         <bits/mman-linux.h> to end of file.
22467         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
22468         is fine.
22469         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
22470         <bits/mman-linux.h> to end of file.
22471
22472         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
22473         (MCL_CURRENT, MCL_FUTURE): Define here.
22474
22475 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22476
22477         [BZ #15232]
22478         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
22479         attribute_hidden.
22480         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
22481
22482 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22483
22484         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
22485         fourth parameter needed for rt_sigprocmask syscall.
22486         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
22487         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
22488         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
22489         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
22490         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
22491         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
22492
22493 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
22494
22495         [BZ #13550]
22496         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
22497         comment about bounded pointers.
22498         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
22499         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
22500
22501 2013-03-04  Andreas Jaeger  <aj@suse.de>
22502
22503         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
22504         common definitions.
22505
22506         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
22507         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
22508         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
22509         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
22510         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
22511         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
22512
22513 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22514
22515         [BZ #15055]
22516         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
22517         __ieee754_sqrl instead of __sqrl.
22518
22519 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
22520
22521         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
22522         * sysdeps/powerpc/fpu_control.h: ... here.
22523         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
22524         * sysdeps/powerpc/bits/fenvinline.h: ... here.
22525         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
22526         * sysdeps/powerpc/bits/mathinline.h: ... here.
22527
22528 2013-03-01  Roland McGrath  <roland@hack.frob.com>
22529
22530         * elf/dl-hwcaps.c (_dl_important_hwcaps):
22531         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
22532         to just [NEED_DL_SYSINFO_DSO].
22533         * elf/dl-support.c: Likewise.
22534         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
22535         * elf/rtld.c (dl_main): Likewise.
22536         * elf/setup-vdso.h (setup_vdso): Likewise.
22537         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
22538         * sysdeps/unix/sysv/linux/dl-sysdep.c
22539         (_dl_discover_osversion): Likewise.
22540
22541 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
22542
22543         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
22544         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
22545
22546 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
22547
22548         * NEWS: Mention libm performance improvements and non-x86 PI
22549         futex support.
22550
22551         * csu/libc-start.c (__pthread_initialize_minimal): Change
22552         function arguments.
22553         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
22554
22555 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
22556
22557         [BZ #13550]
22558         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
22559         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
22560         <bp-sym.h> and <bp-asm.h>.
22561         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
22562         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
22563         and <bp-asm.h>.
22564         (memcpy): Don't use BP_SYM.
22565         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
22566         <bp-asm.h>.
22567         (__mpn_add_n): Don't use BP_SYM.
22568         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
22569         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
22570         and <bp-asm.h>.
22571         (__mpn_addmul_1): Don't use BP_SYM.
22572         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
22573         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
22574         <bp-sym.h>.
22575         (_setjmp): Don't use BP_SYM.
22576         (__novmx_setjmp): Likewise.
22577         (__GI__setjmp): Likewise.
22578         (__vmx_setjmp): Likewise.
22579         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
22580         <bp-sym.h>.
22581         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
22582         (__bzero): Don't use BP_SYM.
22583         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22584         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22585         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
22586         <bp-sym.h> and <bp-asm.h>.
22587         (memcpy): Don't use BP_SYM.
22588         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
22589         <bp-sym.h> and <bp-asm.h>.
22590         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
22591         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
22592         <bp-sym.h> and <bp-asm.h>.
22593         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
22594         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
22595         <bp-asm.h>.
22596         (__mpn_lshift): Don't use BP_SYM.
22597         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
22598         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
22599         <bp-asm.h>.
22600         (memset): Don't use BP_SYM.
22601         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22602         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22603         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
22604         <bp-asm.h>.
22605         (__mpn_mul_1): Don't use BP_SYM.
22606         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
22607         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
22608         <bp-sym.h> and <bp-asm.h>.
22609         (memcmp): Don't use BP_SYM.
22610         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
22611         <bp-sym.h> and <bp-asm.h>.
22612         (memcpy): Don't use BP_SYM.
22613         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
22614         <bp-sym.h> and <bp-asm.h>.
22615         (memset): Don't use BP_SYM.
22616         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
22617         <bp-sym.h> and <bp-asm.h>.
22618         (strncmp): Don't use BP_SYM.
22619         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
22620         <bp-sym.h> and <bp-asm.h>.
22621         (memcpy): Don't use BP_SYM.
22622         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
22623         <bp-sym.h> and <bp-asm.h>.
22624         (memset): Don't use BP_SYM.
22625         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
22626         <bp-sym.h> and <bp-asm.h>.
22627         (__memchr): Don't use BP_SYM.
22628         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
22629         <bp-sym.h> and <bp-asm.h>.
22630         (memcmp): Don't use BP_SYM.
22631         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
22632         <bp-sym.h> and <bp-asm.h>.
22633         (memcpy): Don't use BP_SYM.
22634         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
22635         <bp-sym.h> and <bp-asm.h>.
22636         (__mempcpy): Don't use BP_SYM.
22637         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
22638         <bp-sym.h> and <bp-asm.h>.
22639         (__memrchr): Don't use BP_SYM.
22640         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
22641         <bp-sym.h> and <bp-asm.h>.
22642         (memset): Don't use BP_SYM.
22643         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
22644         <bp-sym.h> and <bp-asm.h>.
22645         (__rawmemchr): Don't use BP_SYM.
22646         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
22647         <bp-sym.h> and <bp-asm.h>.
22648         (__STRCMP): Don't use BP_SYM.
22649         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
22650         <bp-sym.h> and <bp-asm.h>.
22651         (strchr): Don't use BP_SYM.
22652         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
22653         <bp-sym.h> and <bp-asm.h>.
22654         (__strchrnul): Don't use BP_SYM.
22655         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
22656         <bp-sym.h> and <bp-asm.h>.
22657         (strlen): Don't use BP_SYM.
22658         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
22659         <bp-sym.h> and <bp-asm.h>.
22660         (strncmp): Don't use BP_SYM.
22661         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
22662         <bp-sym.h> and <bp-asm.h>.
22663         (__strnlen): Don't use BP_SYM.
22664         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
22665         <bp-asm.h>.
22666         (__mpn_rshift): Don't use BP_SYM.
22667         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
22668         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
22669         <bp-sym.h> and <bp-asm.h>.
22670         (__sigsetjmp): Don't use BP_SYM.
22671         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
22672         (L(start_addresses)): Don't use BP_SYM.
22673         (_start): Likewise.
22674         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
22675         <bp-asm.h>.
22676         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
22677         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22678         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22679         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
22680         <bp-asm.h>.
22681         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
22682         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
22683         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
22684         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
22685         <bp-asm.h>.
22686         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
22687         comments.
22688         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
22689         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
22690         <bp-asm.h>.
22691         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
22692         FIXME comments.
22693         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22694         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22695         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
22696         <bp-asm.h>.
22697         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
22698         comment.
22699         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
22700         and <bp-asm.h>.
22701         (strncmp): Don't use BP_SYM,
22702         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
22703         <bp-asm.h>.
22704         (__mpn_sub_n): Don't use BP_SYM.
22705         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
22706         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
22707         and <bp-asm.h>.
22708         (__mpn_submul_1): Don't use BP_SYM.
22709         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
22710         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
22711         <bp-sym.h> and <bp-asm.h>.
22712         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
22713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
22714         <bp-sym.h> and <bp-asm.h>.
22715         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
22716         comment.
22717
22718 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22719
22720         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
22721         Use ZK to minimize writes to Z.
22722         (sub_magnitudes): Simplify code a bit.
22723         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
22724         Use ZK to minimize writes to Z.
22725         (sub_magnitudes): Simplify code a bit.
22726
22727 2013-02-27  Roland McGrath  <roland@hack.frob.com>
22728
22729         * csu/gmon-start.c: Add special exception to license text.
22730
22731 2013-02-27  Richard Henderson  <rth@redhat.com>
22732
22733         * scripts/config.guess: Update from config.git.
22734         * scripts/config.sub: Likewise.
22735
22736 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
22737
22738         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
22739
22740         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
22741
22742         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
22743
22744         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
22745
22746         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
22747
22748 2013-02-26  Roland McGrath  <roland@hack.frob.com>
22749
22750         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
22751         [$(build-shared = yes].
22752
22753 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22754
22755         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
22756         (__mul): Reduce iterations for calculating mantissa.
22757
22758         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
22759         MPTWO.
22760         (__mpranred): Likewise.
22761
22762         [BZ #15160]
22763         * malloc/memusagestat.c (main): Draw graphs for heap and stack
22764         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
22765
22766 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
22767
22768         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
22769         Define __attribute__.
22770
22771 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22772
22773         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
22774         unused.
22775         * posix/regex_internal.h (__attribute): Remove.
22776         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
22777         (re_string_context_at): Likewise.
22778         (bitset_not): Use __attribute__ and mark function as possibly
22779         unused.
22780         (bitset_merge): Likewise.
22781         (bitset_mask): Likewise.
22782         (re_string_char_size_at): Likewise.
22783         (re_string_wchar_at): Likewise.
22784         (re_string_elem_size_at): Likewise.
22785
22786 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
22787
22788         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
22789         code.
22790         (cc32): Likewise.
22791
22792         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
22793         (__acr): Likewise.
22794         (__cpy): Likewise.
22795         (norm): Likewise.
22796         (denorm): Likewise.
22797         (__dbl_mp): Likewise.
22798         (add_magnitudes): Likewise.
22799         (sub_magnitudes): Likewise.
22800         (__mul): Likewise.
22801         (__inv): Likewise.
22802
22803         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
22804         style.
22805
22806         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
22807         style.
22808
22809         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
22810         code.
22811
22812         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
22813         up changes with default code.
22814         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
22815         Likewise.
22816
22817 2013-02-24  Allan McRae  <allan@archlinux.org>
22818
22819         * manual/socket.texi (The Internet Namespace): Order menu items
22820         to match that in the file.
22821
22822         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
22823         node listing of the info page menu.
22824
22825 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
22826
22827         [BZ #13550]
22828         * sysdeps/i386/bp-asm.h: Remove file.
22829         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
22830         (PARMS): Do not use macros from bp-asm.h.
22831         (S1): Likewise.
22832         (S2): Likewise.
22833         (SIZE): Likewise.
22834         (__mpn_add_n): Do not use BP_SYM
22835         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
22836         "bp-asm.h".
22837         (PARMS): Do not use macros from bp-asm.h.
22838         (S1): Likewise.
22839         (SIZE): Likewise.
22840         (__mpn_addmul_1): 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/bsd-setjmp.S: Do not include "bp-sym.h" and
22847         "bp-asm.h".
22848         (PARMS): Do not use macros from bp-asm.h.
22849         (SIGMSK): Likewise.
22850         (setjmp): Likewise.  Do not use BP_SYM.
22851         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
22852         "bp-asm.h".
22853         (PARMS): Do not use macros from bp-asm.h.
22854         (__frexp): Do not use BP_SYM.
22855         (frexp): Likewise.
22856         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
22857         "bp-asm.h".
22858         (PARMS): Do not use macros from bp-asm.h.
22859         (__frexpf): Do not use BP_SYM.
22860         (frexpf): Likewise.
22861         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
22862         "bp-asm.h".
22863         (PARMS): Do not use macros from bp-asm.h.
22864         (__frexpl): Do not use BP_SYM.
22865         (frexpl): Likewise.
22866         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
22867         "bp-asm.h".
22868         (PARMS): Do not use macros from bp-asm.h.
22869         (__remquo): Do not use BP_SYM.
22870         (remquo): Likewise.
22871         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
22872         "bp-asm.h".
22873         (PARMS): Do not use macros from bp-asm.h.
22874         (__remquof): Do not use BP_SYM.
22875         (remquof): Likewise.
22876         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
22877         "bp-asm.h".
22878         (PARMS): Do not use macros from bp-asm.h.
22879         (__remquol): Do not use BP_SYM.
22880         (remquol): Likewise.
22881         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
22882         "bp-asm.h".
22883         (PARMS): Do not use macros from bp-asm.h.
22884         (DEST): Likewise.
22885         (SRC): Likewise.
22886         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
22887         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
22888         "bp-asm.h".
22889         (PARMS): Do not use macros from bp-asm.h.
22890         (strlen): Do not use BP_SYM.
22891         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
22892         "bp-asm.h".
22893         (PARMS): Do not use macros from bp-asm.h.
22894         (S1): Likewise.
22895         (S2): Likewise.
22896         (SIZE): Likewise.
22897         (__mpn_add_n): Do not use BP_SYM.
22898         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
22899         "bp-asm.h".
22900         (PARMS): Do not use macros from bp-asm.h.
22901         (S1): Likewise.
22902         (SIZE): Likewise.
22903         (__mpn_addmul_1): Do not use BP_SYM.
22904         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
22905         weak_alias.
22906         (bzero): Likewise.
22907         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
22908         "bp-asm.h".
22909         (PARMS): Do not use macros from bp-asm.h.
22910         (S): Likewise.
22911         (SIZE): Likewise.
22912         (__mpn_lshift): Do not use BP_SYM.
22913         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
22914         "bp-asm.h".
22915         (PARMS): Do not use macros from bp-asm.h.
22916         (DEST): Likewise.
22917         (SRC): Likewise.
22918         (LEN): Likewise.
22919         (memcpy): Likewise.  Do not use BP_SYM.
22920         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
22921         libc_hidden_def and weak_alias.
22922         (mempcpy): Do not use BP_SYM in weak_alias.
22923         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
22924         "bp-asm.h".
22925         (PARMS): Do not use macros from bp-asm.h.
22926         (DEST): Likewise.
22927         (LEN): Likewise.
22928         [!BZERO_P] (CHR): Likewise.
22929         (memset): Likewise.  Do not use BP_SYM.
22930         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
22931         "bp-asm.h".
22932         (PARMS): Do not use macros from bp-asm.h.
22933         (S1): Likewise.
22934         (SIZE): Likewise.
22935         (__mpn_mul_1): Do not use BP_SYM.
22936         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
22937         "bp-asm.h".
22938         (PARMS): Do not use macros from bp-asm.h.
22939         (S): Likewise.
22940         (SIZE): Likewise.
22941         (__mpn_rshift): Do not use BP_SYM.
22942         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
22943         "bp-asm.h".
22944         (PARMS): Do not use macros from bp-asm.h.
22945         (STR): Likewise.
22946         (CHR): Likewise.
22947         (strchr): Likewise.  Do not use BP_SYM.
22948         (index): Do not use BP_SYM in weak_alias.
22949         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
22950         "bp-asm.h".
22951         (PARMS): Do not use macros from bp-asm.h.
22952         (DEST): Likewise.
22953         (SRC): Likewise.
22954         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
22955         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
22956         "bp-asm.h".
22957         (PARMS): Do not use macros from bp-asm.h.
22958         (strlen): Do not use BP_SYM.
22959         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
22960         "bp-asm.h".
22961         (PARMS): Do not use macros from bp-asm.h.
22962         (S1): Likewise.
22963         (S2): Likewise.
22964         (SIZE): Likewise.
22965         (__mpn_sub_n): Do not use BP_SYM.
22966         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
22967         "bp-asm.h".
22968         (PARMS): Do not use macros from bp-asm.h.
22969         (S1): Likewise.
22970         (SIZE): Likewise.
22971         (__mpn_submul_1): Do not use BP_SYM.
22972         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
22973         "bp-asm.h".
22974         (PARMS): Do not use macros from bp-asm.h.
22975         (S1): Likewise.
22976         (S2): Likewise.
22977         (SIZE): Likewise.
22978         (__mpn_add_n): Do not use BP_SYM.
22979         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
22980         weak_alias.
22981         (bzero): Likewise.
22982         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
22983         "bp-asm.h".
22984         (PARMS): Do not use macros from bp-asm.h.
22985         (BLK2): Likewise.
22986         (LEN): Likewise.
22987         (memcmp): Do not use BP_SYM.
22988         (bcmp): Do not use BP_SYM in weak_alias.
22989         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
22990         "bp-asm.h".
22991         (PARMS): Do not use macros from bp-asm.h.
22992         (DEST): Likewise.
22993         (SRC): Likewise.
22994         (LEN): Likewise.
22995         (memcpy): Likewise.  Do not use BP_SYM.
22996         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
22997         "bp-asm.h".
22998         (PARMS): Do not use macros from bp-asm.h.
22999         (DEST): Likewise.
23000         (SRC): Likewise.
23001         (LEN): Likewise.
23002         (memmove): Likewise.  Do not use BP_SYM.
23003         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
23004         "bp-asm.h".
23005         (PARMS): Do not use macros from bp-asm.h.
23006         (DEST): Likewise.
23007         (SRC): Likewise.
23008         (LEN): Likewise.
23009         (__mempcpy): Likewise.  Do not use BP_SYM.
23010         (mempcpy): Do not use BP_SYM in weak_alias.
23011         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
23012         "bp-asm.h".
23013         (PARMS): Do not use macros from bp-asm.h.
23014         (DEST): Likewise.
23015         (LEN): Likewise.
23016         [!BZERO_P] (CHR): Likewise.
23017         (memset): Likewise.  Do not use BP_SYM.
23018         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
23019         "bp-asm.h".
23020         (PARMS): Do not use macros from bp-asm.h.
23021         (STR2): Likewise.
23022         (strcmp): Do not use BP_SYM.
23023         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
23024         "bp-asm.h".
23025         (PARMS): Do not use macros from bp-asm.h.
23026         (STR): Likewise.
23027         (DELIM): Likewise.
23028         [USE_AS_STRTOK_R] (SAVE): Likewise.
23029         (FUNCTION): Likewise.  Do not use BP_SYM.
23030         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
23031         aliases.
23032         (strtok_r): Likewise.
23033         (__GI___strtok_r): Likewise.
23034         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
23035         (PARMS): Do not use macros from bp-asm.h.
23036         (S): Likewise.
23037         (SIZE): Likewise.
23038         (__mpn_lshift): Do not use BP_SYM.
23039         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
23040         (PARMS): Do not use macros from bp-asm.h.
23041         (STR): Likewise.
23042         (CHR): Likewise.
23043         (__memchr): Do not use BP_SYM.
23044         (memchr): Do not use BP_SYM in weak_alias.
23045         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
23046         (PARMS): Do not use macros from bp-asm.h.
23047         (BLK2): Likewise.
23048         (LEN): Likewise.
23049         (memcmp): Do not use BP_SYM.
23050         (bcmp): Do not use BP_SYM in weak_alias.
23051         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
23052         (PARMS): Do not use macros from bp-asm.h.
23053         (S1): Likewise.
23054         (SIZE): Likewise.
23055         (__mpn_mul_1): Do not use BP_SYM.
23056         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
23057         "bp-asm.h".
23058         (PARMS): Do not use macros from bp-asm.h.
23059         (STR): Likewise.
23060         (CHR): Likewise.
23061         (__rawmemchr): Do not use BP_SYM.
23062         (rawmemchr): Do not use BP_SYM in weak_alias.
23063         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
23064         (PARMS): Do not use macros from bp-asm.h.
23065         (S): Likewise.
23066         (SIZE): Likewise.
23067         (__mpn_rshift): Do not use BP_SYM.
23068         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
23069         (PARMS): Do not use macros from bp-asm.h.
23070         (SIGMSK): Likewise.
23071         (__sigsetjmp): Likewise.  Do not use BP_SYM.
23072         * sysdeps/i386/start.S: Do not include "bp-sym.h".
23073         (_start): Do not use BP_SYM.
23074         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
23075         (PARMS): Do not use macros from bp-asm.h.
23076         (DEST): Likewise.
23077         (SRC): Likewise.
23078         (__stpcpy): Likewise.  Do not use BP_SYM.
23079         (stpcpy): Do not use BP_SYM in weak_alias.
23080         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
23081         "bp-asm.h".
23082         (PARMS): Do not use macros from bp-asm.h.
23083         (DEST): Likewise.
23084         (SRC): Likewise.
23085         (LEN): Likewise.
23086         (__stpncpy): Likewise.  Do not use BP_SYM.
23087         (stpncpy): Do not use BP_SYM in weak_alias.
23088         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
23089         (PARMS): Do not use macros from bp-asm.h.
23090         (STR): Likewise.
23091         (CHR): Likewise.
23092         (strchr): Likewise.  Do not use BP_SYM.
23093         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
23094         "bp-asm.h".
23095         (PARMS): Do not use macros from bp-asm.h.
23096         (STR): Likewise.
23097         (CHR): Likewise.
23098         (__strchrnul): Likewise.  Do not use BP_SYM.
23099         (strchrnul): Do not use BP_SYM in weak_alias.
23100         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
23101         "bp-asm.h".
23102         (PARMS): Do not use macros from bp-asm.h.
23103         (STOP): Likewise.
23104         (strcspn): Do not use BP_SYM.
23105         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
23106         "bp-asm.h".
23107         (PARMS): Do not use macros from bp-asm.h.
23108         (STR): Likewise.
23109         (STOP): Likewise.
23110         (strpbrk): Likewise.  Do not use BP_SYM.
23111         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
23112         "bp-asm.h".
23113         (PARMS): Do not use macros from bp-asm.h.
23114         (STR): Likewise.
23115         (CHR): Likewise.
23116         (strrchr): Likewise.  Do not use BP_SYM.
23117         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
23118         (PARMS): Do not use macros from bp-asm.h.
23119         (SKIP): Likewise.
23120         (strspn): Do not use BP_SYM.
23121         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
23122         (PARMS): Do not use macros from bp-asm.h.
23123         (STR): Likewise.
23124         (DELIM): Likewise.
23125         (SAVE): Likewise.
23126         (FUNCTION): Likewise.  Do not use BP_SYM.
23127         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
23128         aliases.
23129         (strtok_r): Likewise.
23130         (__GI___strtok_r): Likewise.
23131         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
23132         (PARMS): Do not use macros from bp-asm.h.
23133         (S1): Likewise.
23134         (S2): Likewise.
23135         (SIZE): Likewise.
23136         (__mpn_sub_n): Do not use BP_SYM.
23137         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
23138         "bp-asm.h".
23139         (PARMS): Do not use macros from bp-asm.h.
23140         (S1): Likewise.
23141         (SIZE): Likewise.
23142         (__mpn_submul_1): Do not use BP_SYM.
23143         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
23144         <bp-sym.h>.
23145         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
23146         and <bp-asm.h>.
23147         (PARMS): Do not use macros from bp-asm.h.
23148         (FLAGS): Likewise.
23149         (PTID): Likewise.
23150         (TLS): Likewise.
23151         (CTID): Likewise.
23152         (__clone): Do not use BP_SYM.
23153         (clone): Do not use BP_SYM in weak_alias.
23154         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
23155         and <bp-asm.h>.
23156         (PARMS): Do not use macros from bp-asm.h.
23157         (LEN): Likewise.
23158         (__mmap64): Do not use BP_SYM.
23159         (mmap64): Do not use BP_SYM in weak_alias.
23160         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
23161         <bp-sym.h> and <bp-asm.h>.
23162         (PARMS): Do not use macros from bp-asm.h.
23163         (__posix_fadvise64_l64): Do not use BP_SYM.
23164         * sysdeps/unix/sysv/linux/i386/semtimedop.S
23165         (PARMS): Do not use macros from bp-asm.h.
23166         (NSOPS): Likewise.
23167         (semtimedop): Do not use BP_SYM.
23168         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
23169         and <bp-asm.h>.
23170
23171 2013-02-21  Allan McRae  <allan@archlinux.org>
23172
23173         * manual/message.texi (Charset conversion in gettext):
23174         Move @end statement to beginning of line.
23175
23176 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23177
23178         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
23179         static.
23180         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
23181         Likewise.
23182
23183         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
23184         (denorm): Likewise.
23185         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
23186         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
23187
23188 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23189
23190         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
23191         tail-call to the resolved function if pltexit isn't needed.
23192
23193 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23194
23195         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
23196         or Y being zero as being unlikely.
23197         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
23198         Likewise.
23199
23200 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
23201
23202         * manual/nss.texi (System Databases and Name Service Switch):
23203         Remove frobnicate @pxref.
23204
23205 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
23206
23207         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
23208         __attribute__ ((unused)) to __attribute__ ((__unused__)).
23209
23210 2013-02-20  Petr Machata  <pmachata@redhat.com>
23211
23212         * elf/elf.h (R_ARM_TARGET1): New macro.
23213         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
23214         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
23215         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
23216         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
23217         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
23218         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
23219         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
23220         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
23221         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
23222         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
23223         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
23224         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
23225         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
23226         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
23227         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
23228         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
23229         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
23230         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
23231         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
23232         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
23233         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
23234         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
23235         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
23236         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
23237         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
23238         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
23239         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
23240         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
23241         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
23242         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
23243         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
23244         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
23245         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
23246         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
23247         (R_ARM_THM_GOT_BREL12): Likewise.
23248         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
23249         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
23250         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
23251         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
23252         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
23253         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
23254         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
23255         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
23256         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
23257
23258 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
23259
23260         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
23261         __attribute_used__ to __attribute__ ((unused)).
23262
23263 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23264
23265         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
23266         powerpc mpa.c.
23267         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
23268         comment formatting.
23269         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
23270
23271 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
23272
23273         [BZ #13550]
23274         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
23275         Remove macro.
23276         (ENTER): Remove both macro definitions.
23277         (LEAVE): Likewise.
23278         (CHECK_BOUNDS_LOW): Likewise.
23279         (CHECK_BOUNDS_HIGH): Likewise.
23280         (CHECK_BOUNDS_BOTH): Likewise.
23281         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
23282         (RETURN_BOUNDED_POINTER): Likewise.
23283         (RETURN_NULL_BOUNDED_POINTER): Likewise.
23284         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
23285         (POP_ERRNO_LOCATION_RETURN): Likewise.
23286         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
23287         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23288         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
23289         macros.
23290         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23291         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
23292         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
23293         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
23294         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
23295         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
23296         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
23297         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
23298         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
23299         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
23300         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
23301         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
23302         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23303         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
23304         removed macros.
23305         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23306         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
23307         macros.
23308         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23309         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
23310         * sysdeps/i386/i586/memset.S (memset): Likewise.
23311         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
23312         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23313         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
23314         macros.
23315         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23316         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
23317         Change uses of L(2) to L(out).
23318         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
23319         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
23320         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
23321         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23322         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
23323         removed macros.
23324         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23325         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
23326         macros.
23327         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23328         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
23329         (RETURN): Do not use macro LEAVE.
23330         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
23331         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
23332         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
23333         * sysdeps/i386/i686/memset.S (memset): Likewise.
23334         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
23335         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
23336         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23337         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
23338         Likewise.
23339         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23340         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
23341         L(1_2) and L(1_3) into L(1).
23342         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
23343         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
23344         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23345         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
23346         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23347         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
23348         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
23349         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23350         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
23351         macros.
23352         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
23353         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23354         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
23355         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
23356         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
23357         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23358         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
23359         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
23360         * sysdeps/i386/strcspn.S (strcspn): Likewise.
23361         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
23362         * sysdeps/i386/strrchr.S (strrchr): Likewise.
23363         * sysdeps/i386/strspn.S (strspn): Likewise.
23364         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
23365         conditional code.
23366         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23367         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
23368         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
23369         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
23370         L(1_3) into L(1_1).
23371         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
23372         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23373         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
23374         macros.
23375         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23376
23377 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
23378
23379         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
23380         macro.
23381
23382 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23383
23384         * math/atest-exp.c (exp_mpn): Remove ROUND.
23385         * math/atest-exp2.c (exp_mpn): Likewise.
23386         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
23387
23388         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
23389         * stdlib/tst-tls-atexit-lib.c: Likewise.
23390         * stdlib/tst-tls-atexit.c: Likewise.
23391
23392 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
23393
23394         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
23395         and __attribute_alloc_size__.
23396
23397 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
23398
23399         * include/programs/xmalloc.h: Change __attribute_alloc_size to
23400         __attribute_alloc_size__.
23401         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
23402         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
23403
23404 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
23405
23406         * include/programs/xmalloc.h: New file.
23407         * catgets/gencat.c: Include it.
23408         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
23409         * elf/pldd.c: Likewise.
23410         * iconv/iconv_charmap.c: Likewise.
23411         * iconv/iconvconfig.c: Likewise.
23412         * iconv/strtab.c: Likewise.
23413         * locale/programs/locale.c: Likewise.
23414         * locale/programs/localedef.h: Likewise.
23415         * locale/programs/simple-hash.c: Likewise.
23416         * nscd/nscd.h: Likewise.
23417         * nss/makedb.c: Likewise.
23418         * sysdeps/generic/ldconfig.h: Likewise.
23419
23420 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23421
23422         * Versions.def: Add GLIBC_2.18.
23423         * include/link.h (struct link_map): New member l_tls_dtor_count.
23424         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
23425         (__call_tls_dtors): Likewise.
23426         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
23427         __cxa_thread_atexit_impl.
23428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
23429         Likewise.
23430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
23431         Likewise.
23432         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
23433         Likewise.
23434         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
23435         Likewise.
23436         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
23437         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
23438         Likewise.
23439         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
23440         Likewise.
23441         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
23442         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
23443         Likewise.
23444         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
23445         (tests): Add test case tst-tls-atexit.
23446         (modules-names): Add shared library for tst-tls-atexit.
23447         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
23448         (GLIBC_PRIVATE): Add __call_tls_dtors.
23449         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
23450         for libstdc++.
23451         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
23452         * stdlib/tst-tls-atexit.c: New test case.
23453         * stdlib/tst-tls-atexit-lib.c: New test case.
23454
23455         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
23456
23457         * elf/Versions (ld): Add _dl_find_dso_for_object.
23458         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
23459         * elf/dl-open.c (_dl_find_dso_for_object): New function.
23460         (dl_open_worker): Use _dl_find_dso_for_object.
23461         * elf/dl-sym.c (do_sym): Likewise.
23462         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
23463
23464 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23465
23466         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
23467         Syntactic changes only.
23468         (_dl_runtime_profile): Do a tail-call to the resolved function.
23469
23470 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
23471
23472         [BZ #13550]
23473         * sysdeps/x86_64/bp-asm.h: Remove file.
23474         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
23475         <bp-sym.h> and <bp-asm.h>.
23476         (__clone): Do not use BP_SYM.
23477         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
23478         <bp-sym.h> and <bp-asm.h>.
23479         * sysdeps/unix/x86_64/sysdep.S: Likewise.
23480         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
23481         "bp-asm.h".
23482         (_setjmp): Do not use BP_SYM.
23483         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
23484         "bp-asm.h".
23485         (setjmp): Do not use BP_SYM.
23486         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
23487         libc_hidden_def.
23488         (mempcpy): Do not use BP_SYM in weak_alias.
23489         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
23490         "bp-asm.h".
23491         (strchr): Do not use BP_SYM.
23492         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
23493         "bp-asm.h".
23494         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
23495         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
23496         (_start): Do not use BP_SYM.
23497         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
23498         "bp-asm.h".
23499         (strcat): Do not use BP_SYM.
23500         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
23501         "bp-asm.h".
23502         (STRCMP): Do not use BP_SYM.
23503         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
23504         "bp-asm.h".
23505         (STRCPY): Do not use BP_SYM.
23506         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
23507         "bp-asm.h".
23508         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
23509         "bp-asm.h".
23510         (FUNCTION): Do not use BP_SYM.
23511         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
23512         weak_alias.
23513         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
23514
23515 2013-02-17  Andreas Jaeger  <aj@suse.de>
23516
23517         * time/Versions: Sort entries.
23518         * string/Versions: Likewise.
23519         * resolv/Versions: Likewise.
23520         * posix/Versions: Likewise.
23521         * iconv/Versions: Likewise.
23522         * elf/Versions: Likewise.
23523         * wcsmbs/Versions: Likewise.
23524
23525 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23526
23527         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
23528         loop termination condition.
23529
23530         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
23531         variable to calculate EZ.
23532         (__sqr): Likewise.
23533
23534         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
23535         the lower precision input.
23536
23537 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
23538
23539         [BZ #13550]
23540         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
23541         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
23542         (run-via-rtld-prefix): Do not handle %-bp tests.
23543         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
23544         (all-object-suffixes): Remove .ob.
23545         (bppfx): Remove variable.
23546         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
23547         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
23548         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
23549         [$(build-bounded) = yes] (libtype.ob): Likewise.
23550         * Makerules (elide-routines.ob): Remove variable.
23551         (do-tests-clean): Do not handle *-bp.out.
23552         (common-mostlyclean): Do not handle *-bp and *-bp.out.
23553         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
23554         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
23555         (tests): Do not include $(tests-bp.out).
23556         (xtests): Do not include $(xtests-bp.out).
23557         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
23558         [$(build-bounded) = yes] ($(addprefix
23559         $(objpfx),$(binaries-bounded))): Remove rule.
23560         ($(objpfx)%-bp.out): Remove rule.
23561         * config.make.in (build-bounded): Remove variable.
23562         * crypt/Makefile [$(build-bounded) = yes]
23563         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
23564         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
23565         append to variable.
23566         [$(build-bounded) = yes] (install-lib): Likewise.
23567         [$(build-bounded) = yes] (generated): Likewise.
23568         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
23569         Remove rule.
23570         * intl/Makefile [$(build-bounded) = yes]
23571         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
23572         * math/Makefile [$(build-bounded) = yes]
23573         ($(tests:%=$(objpfx)%-bp): Likewise.
23574         * misc/Makefile [$(build-bounded) = yes]
23575         ($(objpfx)tst-tsearch-bp): Likewise.
23576         * nptl/Makeconfig (bounded-thread-library): Remove variable.
23577         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
23578         Remove dependency.
23579         * string/Makefile (o-objects.ob): Remove variable.
23580         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
23581         (CFLAGS-.ob): Remove variable.
23582         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
23583         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
23584         both definitions of variable.
23585         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
23586         (ASFLAGS-.ob): Remove variable.
23587
23588 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
23589
23590         [BZ #13550]
23591         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
23592         Remove __BOUNDED_POINTERS__ from condition.
23593         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
23594         * string/bits/string2.h [!__NO_STRING_INLINES &&
23595         !__BOUNDED_POINTERS__]: Likewise.
23596         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
23597         Likewise.
23598         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
23599         Remove conditional code.
23600         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
23601         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
23602         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
23603         condition.
23604
23605         [BZ #13550]
23606         * csu/libc-start.c: Do not include <bp-sym.h>.
23607         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
23608         * elf/dl-open.c: Do not include <bp-sym.h>.
23609         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
23610         * math/fegetenv.c: Do not include <bp-sym.h>.
23611         (fegetenv): Do not use BP_SYM in versioned symbols.
23612         * nptl/sysdeps/pthread/bits/libc-lockP.h
23613         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
23614         <bp-sym.h>.
23615         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23616         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
23617         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23618         (__pthread_mutex_destroy): Likewise.
23619         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23620         (__pthread_mutex_lock): Likewise.
23621         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23622         (__pthread_mutex_trylock): Likewise.
23623         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23624         (__pthread_mutex_unlock): Likewise.
23625         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23626         (__pthread_mutexattr_init): Likewise.
23627         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23628         (__pthread_mutexattr_destroy): Likewise.
23629         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23630         (__pthread_mutexattr_settype): Likewise.
23631         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23632         (__pthread_rwlock_init): Likewise.
23633         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23634         (__pthread_rwlock_destroy): Likewise.
23635         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23636         (__pthread_rwlock_rdlock): Likewise.
23637         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23638         (__pthread_rwlock_tryrdlock): Likewise.
23639         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23640         (__pthread_rwlock_wrlock): Likewise.
23641         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23642         (__pthread_rwlock_trywrlock): Likewise.
23643         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23644         (__pthread_rwlock_unlock): Likewise.
23645         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23646         (__pthread_key_create): Likewise.
23647         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23648         (__pthread_setspecific): Likewise.
23649         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23650         (__pthread_getspecific): Likewise.
23651         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
23652         Likewise.
23653         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23654         (_pthread_cleanup_push_defer): Likewise.
23655         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23656         (_pthread_cleanup_pop_restore): Likewise.
23657         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23658         (pthread_setcancelstate): Likewise.
23659         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
23660         <bp-sym.h>.
23661         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
23662         (memchr): Do not use BP_SYM in weak_alias.
23663         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
23664         (fegetenv): Do not use BP_SYM in versioned symbols.
23665         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
23666         (fesetenv): Do not use BP_SYM in versioned symbols.
23667         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
23668         (feupdateenv): Do not use BP_SYM in versioned symbols.
23669         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
23670         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
23671         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
23672         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
23673         (open64): Do not use BP_SYM in weak_alias.
23674         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
23675         (fegetenv): Do not use BP_SYM in versioned symbols.
23676         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
23677         (fesetenv): Do not use BP_SYM in versioned symbols.
23678         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
23679         (feupdateenv): Do not use BP_SYM in versioned symbols.
23680         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
23681         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
23682         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
23683         (feraiseexcept): Do not use BP_SYM in versioned symbols.
23684         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
23685         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
23686         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
23687         <bp-sym.h>.
23688         (__libc_start_main): Do not use BP_SYM.
23689
23690 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23691
23692         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
23693         redundant return line.
23694         (norm): Likewise.
23695         (denorm): Likewise.
23696         (dbl_mp): Likewise.
23697         (sub_magnitudes): Likewise.
23698         (__add): Likewise.
23699         (__sub): Likewise.
23700         (__mul): Likewise.
23701         (__inv): Likewise.
23702         (__dvd): Likewise.
23703         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
23704         (norm): Likewise.
23705         (denorm): Likewise.
23706         (dbl_mp): Likewise.
23707         (sub_magnitudes): Likewise.
23708         (__add): Likewise.
23709         (__sub): Likewise.
23710         (__mul): Likewise.
23711         (__inv): Likewise.
23712         (__dvd): Likewise.
23713
23714         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
23715         instead of __mul.
23716         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
23717         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
23718         (cc32): Likewise.
23719
23720         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
23721         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
23722         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
23723         of __mul for squares.
23724         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
23725         function
23726         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
23727         Likewise.
23728         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
23729         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
23730
23731 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
23732
23733         [BZ #13550]
23734         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
23735         code.
23736         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
23737         prototype or function definition.  Rename ubp_* variables and
23738         parameters.  Remove argv definitions conditional on
23739         [__BOUNDED_POINTERS__].
23740         * debug/backtrace.c (__backtrace): Do not use __unbounded.
23741         * elf/dl-runtime.c (_dl_fixup): Likewise.
23742         * include/set-hooks.h (RUN_HOOK): Likewise.
23743         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
23744         definition.
23745         * string/strcpy.c (strcpy): Do not use __unbounded.
23746         * sysdeps/generic/frame.h (struct layout): Likewise.
23747         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
23748         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
23749         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
23750         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
23751         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
23752         (__backtrace): Likewise.
23753         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
23754         use __ptrvalue.
23755         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
23756         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
23757         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
23758         Likewise.
23759         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
23760         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
23761         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
23762         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
23763         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
23764         Do not use __unbounded.
23765         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
23766         Rename __unboundedrlimits parameter to rlimits in prototype.
23767         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
23768         Do not use __unbounded.
23769         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
23770         not use __ptrvalue.
23771         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
23772         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
23773         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
23774         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
23775         __ptrvalue or __unbounded.
23776         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
23777         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
23778         use __unbounded.
23779         (__new_msgctl): Do not use __ptrvalue.
23780         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
23781         __unbounded.
23782         (__libc_msgrcv): Do not use __ptrvalue.
23783         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
23784         startup_info): Do not use __unbounded.
23785         (__libc_start_main): Likewise.  Rename ubp_* variables and
23786         parameters.  Remove argv definitions conditional on
23787         [__BOUNDED_POINTERS__].
23788         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
23789         __ptrvalue.
23790         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
23791         use __unbounded.
23792         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
23793         or __ptrvalue.
23794         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
23795         use __unbounded.
23796         (__new_shmctl): Do not use __ptrvalue.
23797         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
23798         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
23799         Likewise.
23800         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
23801         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
23802         (__libc_sigaction): Likewise.
23803         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
23804         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
23805         Likewise.
23806         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
23807
23808 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
23809
23810         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
23811
23812         * string/mempcpy.c: Implement by calling memcpy.
23813
23814 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23815
23816         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
23817
23818         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
23819         evaluation.
23820
23821         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
23822         values in the mantissa.
23823
23824         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
23825         minimize writes to Z.
23826         (sub_magnitudes): Simplify code a bit.
23827
23828 2013-02-12  Roland McGrath  <roland@hack.frob.com>
23829
23830         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
23831         from the message.  The linker prefixes all warnings with that already.
23832
23833 2013-02-12  Andreas Schwab  <schwab@suse.de>
23834
23835         [BZ #15078]
23836         * posix/regexec.c (extend_buffers): Add parameter min_len.
23837         (check_matching): Pass minimum needed length.
23838         (clean_state_log_if_needed): Likewise.
23839         (get_subexp): Likewise.
23840         * posix/Makefile (tests): Add bug-regex34.
23841         (bug-regex34-ENV): Define.
23842         * posix/bug-regex34.c: New file.
23843
23844         [BZ #11561]
23845         * posix/regcomp.c (parse_bracket_exp): When looking up collating
23846         elements compare against the byte sequence of it, not its name.
23847         * posix/Makefile (tests): Add bug-regex35.
23848         (bug-regex35-ENV): Define.
23849         * posix/bug-regex35.c: New file.
23850
23851 2013-02-11  Tom de Vries  <tom@codesourcery.com>
23852
23853         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
23854         comment.
23855         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
23856         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
23857         (CHECK_EOL): Add undef.
23858
23859 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
23860
23861         * bits/stdlib-bsearch.h: New file.
23862         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
23863         * stdlib/stdlib.h: Likewise.
23864
23865 2013-02-11  Roland McGrath  <roland@hack.frob.com>
23866
23867         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
23868         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
23869         declaration.
23870         * manual/search.texi (Array Search Function): Add missing const in
23871         lfind prototype.
23872         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
23873         declaration to use rlim_t.
23874         (Basic Scheduling Functions): Remove erroneous const from
23875         sched_getparam prototype.  Remove erroneous * from
23876         sched_get_priority_max and sched_get_priority_min prototypes.
23877         (Resource Usage): Fix summary @comment on vtimes to refer to
23878         sys/vtimes.h rather than vtimes.h.
23879         Add missing *s in vtimes prototype.
23880         (Limits on Resources): Fix ulimit prototype to return long int.
23881         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
23882         prototypes to use long int rather than double.
23883         (BSD Random): Fix initstate and setstate to use char *, not void *.
23884         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
23885         prototype to make second argument 'struct aiocb64 *const[]'.
23886         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
23887         (Status of AIO Operations): Remove erroneous const in aio_return and
23888         aio_return64 prototypes.
23889         (Synchronizing I/O): Fix sync prototype to return void.
23890         * manual/startup.texi (Suboptions): Remove an erroneous const in
23891         getsubopt prototype.
23892         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
23893         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
23894         use size_t rather than int.
23895         (Scanning All Users): Likewise for getpwent_r.
23896         (Setting Groups): Add missing const to setgroups prototype.
23897         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
23898         * manual/socket.texi (Host Names): Fix gethostbyaddr and
23899         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
23900         'const void *' rather than 'const char *'.
23901         (Host Address Functions): Likewise for inet_ntop.
23902         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
23903         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
23904         ssize_t for return value.
23905         (Sending Data): Likewise for send, sendto, sendmsg.
23906         (Socket Option Functions): Add a missing const in setsockopt prototype.
23907         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
23908         use wchar_t for the argument.
23909         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
23910         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
23911         take no arguments.
23912         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
23913         double/float/long double for second argument.
23914         Fix return types of significand, significandf, significandl.
23915         * manual/filesys.texi (Setting Permissions): Use mode_t for second
23916         argument in fchmod prototype.
23917         (File Owner): Use uid_t and gid_t in fchown prototype.
23918         (File Times): Add const to utimes, futimes, and lutimes prototypes.
23919         (Making Special Files): Use mode_t and dev_t in mknod prototype.
23920         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
23921         use 'const struct dirent **' as argument types to CMP function pointer
23922         argument.
23923         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
23924         (File Times): Fix summary magic @comment for struct utimbuf and utime
23925         to refer to utime.h, not time.h.
23926         * manual/string.texi (Argz Functions): Add missing const in
23927         argz_extract and argz_next prototypes.
23928         (Finding Tokens in a String): Likewise for basename.
23929         (String/Array Comparison): Fix typo in wcscasecmp prototype.
23930         (Copying and Concatenation): Fix typo in wmemmove prototype.
23931         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
23932         (Signal Stack): Remove erroneous const in sigstack prototype.
23933         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
23934         prototype.
23935         (Simple Calendar Time): Likewise for stime.
23936         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
23937         prototype.
23938         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
23939         say sys/sysctl.h instead.
23940         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
23941         and vsyslog prototypes.
23942
23943 2013-02-11  Tom de Vries  <tom@codesourcery.com>
23944
23945         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
23946         Remove.
23947
23948 2013-02-11  Roland McGrath  <roland@hack.frob.com>
23949
23950         * misc/sys/mman.h: Fix typo in mremap comment.
23951
23952 2013-02-08  Roland McGrath  <roland@hack.frob.com>
23953
23954         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
23955         the '\0' terminator.
23956
23957 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
23958
23959         [BZ #13550]
23960         * debug/segfault.c: Don't include <bp-checks.h>.
23961         * sysdeps/generic/bp-checks.h: Remove file.
23962         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
23963         (__GETDENTS): Don't use CHECK_N.
23964         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
23965         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
23966         (__getgroups): Don't use CHECK_N.
23967         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
23968         (setgroups): Don't use CHECK_N.
23969         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
23970         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
23971         (__libc_msgrcv): Don't use CHECK_N.
23972         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
23973         (__libc_msgsnd): Don't use CHECK_N.
23974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
23975         <bp-checks.h>.
23976         (__libc_pread): Don't use CHECK_N.
23977         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
23978         include <bp-checks.h>.
23979         (__libc_pread64): Don't use CHECK_N.
23980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
23981         include <bp-checks.h>.
23982         (__libc_pwrite): Don't use CHECK_N.
23983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
23984         include <bp-checks.h>.
23985         (__libc_pwrite64): Don't use CHECK_N.
23986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
23987         <bp-checks.h>.
23988         (__libc_pread): Don't use CHECK_N.
23989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
23990         include <bp-checks.h>.
23991         (__libc_pread64): Don't use CHECK_N.
23992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
23993         include <bp-checks.h>.
23994         (__libc_pwrite): Don't use CHECK_N.
23995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
23996         include <bp-checks.h>.
23997         (__libc_pwrite64): Don't use CHECK_N.
23998         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
23999         (do_pread): Don't use CHECK_N.
24000         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
24001         (do_pread64): Don't use CHECK_N.
24002         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
24003         (do_pwrite): Don't use CHECK_N.
24004         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
24005         (do_pwrite64): Don't use CHECK_N.
24006         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
24007         (__libc_readv): Don't use CHECK_N.
24008         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
24009         (semop): Don't use CHECK_N.
24010         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
24011         <bp-checks.h>.
24012         (semtimedop): Don't use CHECK_N.
24013         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
24014         (__libc_pread): Don't use CHECK_N.
24015         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
24016         <bp-checks.h>.
24017         (__libc_pread64): Don't use CHECK_N.
24018         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
24019         <bp-checks.h>.
24020         (__libc_pwrite): Don't use CHECK_N.
24021         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
24022         <bp-checks.h>.
24023         (__libc_pwrite64): Don't use CHECK_N.
24024         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
24025         <bp-checks.h>.
24026         (__libc_msgrcv): Don't use CHECK_N.
24027         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
24028         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
24029         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
24030         (__libc_writev): Don't use CHECK_N.
24031
24032 2013-02-08  Roland McGrath  <roland@hack.frob.com>
24033
24034         * string/strcpy.c: Removed unused variable.
24035
24036         * Makeconfig (+sysdep-includes): Define with := rather than =.
24037         Use an existing include/ subdir of each sysdeps dir before it.
24038
24039 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24040
24041         * nscd/connection.c (register_traced_file): Comment function.
24042         [HAVE_INOTIFY] (union __inev): Define.
24043         [HAVE_INOTIFY] (inotify_check_files): New function.
24044         [HAVE_INOTIFY] (clear_db_cache): Likewise.
24045         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
24046         clear_db_cache.
24047         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
24048
24049 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24050
24051         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
24052         loaded if not already and that a failure is permanent.
24053
24054 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24055
24056         [BZ #15006]
24057         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
24058         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
24059
24060 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
24061
24062         [BZ #13550]
24063         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
24064         (CHECK_1_NULL_OK): Likewise.
24065         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
24066         (__fxstat): Do not use CHECK_1.
24067         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
24068         <bp-checks.h>.
24069         (___fxstat64): Do not use CHECK_1.
24070         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
24071         <bp-checks.h>.
24072         (__fxstatat): Do not use CHECK_1.
24073         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
24074         <bp-checks.h>.
24075         (__fxstatat64): Do not use CHECK_1.
24076         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
24077         <bp-checks.h>.
24078         (__fxstat): Do not use CHECK_1.
24079         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
24080         <bp-checks.h>.
24081         (__fxstatat): Do not use CHECK_1.
24082         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
24083         <bp-checks.h>.
24084         (__getresgid): Do not use CHECK_1.
24085         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
24086         <bp-checks.h>.
24087         (__getresuid): Do not use CHECK_1.
24088         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
24089         <bp-checks.h>.
24090         (__lxstat): Do not use CHECK_1.
24091         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
24092         <bp-checks.h>.
24093         (__old_msgctl): Do not use CHECK_1.
24094         (__new_msgctl): Likewise.
24095         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
24096         <bp-checks.h>.
24097         (__new_setrlimit): Do not use CHECK_1.
24098         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
24099         <bp-checks.h>.
24100         (__old_shmctl): Do not use CHECK_1.
24101         (__new_shmctl): Likewise.
24102         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
24103         <bp-checks.h>.
24104         (__xstat): Do not use CHECK_1.
24105         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
24106         (__lxstat): Do not use CHECK_1.
24107         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
24108         <bp-checks.h>.
24109         (___lxstat64): Do not use CHECK_1.
24110         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
24111         (__old_msgctl): Do not use CHECK_1.
24112         (__new_msgctl): Likewise.
24113         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
24114         <bp-checks.h>.
24115         (__gettimeofday): Do not use CHECK_1.
24116         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
24117         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
24118         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
24119         <bp-checks.h>.
24120         (__gettimeofday): Do not use CHECK_1.
24121         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
24122         (__old_shmctl): Do not use CHECK_1_NULL_OK.
24123         (__new_shmctl): Do not use CHECK_1.
24124         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
24125         <bp-checks.h>.
24126         (do_sigtimedwait): Do not use CHECK_1.
24127         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
24128         <bp-checks.h>.
24129         (do_sigwaitinfo): Do not use CHECK_1.
24130         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
24131         <bp-checks.h>.
24132         (msgctl): Do not use CHECK_1.
24133         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
24134         <bp-checks.h>.
24135         (shmctl): Do not use CHECK_1.
24136         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
24137         (ustat): Do not use CHECK_1.
24138         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
24139         <bp-checks.h>.
24140         (__fxstat): Do not use CHECK_1.
24141         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
24142         <bp-checks.h>.
24143         (__fxstatat): Do not use CHECK_1.
24144         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
24145         <bp-checks.h>.
24146         (__lxstat): Do not use CHECK_1.
24147         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
24148         <bp-checks.h>.
24149         (__xstat): Do not use CHECK_1.
24150         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
24151         (__xstat): Do not use CHECK_1.
24152         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
24153         (___xstat64): Do not use CHECK_1.
24154
24155         [BZ #13550]
24156         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
24157         definitions.
24158         (CHECK_BOUNDS_HIGH): Likewise.
24159         * string/strcpy.c: Do not include <bp-checks.h>.
24160         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
24161
24162 2013-02-07  Roland McGrath  <roland@hack.frob.com>
24163
24164         * nscd/nscd-client.h (__nscd_drop_map_ref):
24165         Add __attribute__ ((unused)).
24166         * nis/nss-nisplus.h (niserr2nss): Likewise.
24167
24168         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
24169         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
24170
24171         * csu/libc-tls.c (init_static_tls, init_slotinfo):
24172         Remove inline keyword.
24173         * include/rounding-mode.h (round_away): Likewise.
24174         * libio/wfileops.c (adjust_wide_data): Likewise.
24175         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
24176         (__m128i_strloadu_tolower): Likewise.
24177         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
24178         (__m128i_strloadu_tolower): Likewise.
24179         * time/mktime.c (ydhms_diff): Likewise.
24180         * locale/elem-hash.h (elem_hash): Likewise.
24181         * locale/setlocale.c (setdata): Likewise.
24182         * posix/regex_internal.h (re_string_char_size_at): Likewise.
24183         (re_string_wchar_at): Likewise.
24184         (bitset_not, bitset_merge, bitset_mask): Likewise.
24185         [!(__GNUC__ > 3)] (inline): Remove macro.
24186         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
24187         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
24188         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
24189         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
24190         * string/memcmp.c (memcmp_bytes): Likewise.
24191         * locale/programs/locarchive.c (compute_hashval): Likewise.
24192         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
24193         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
24194         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
24195         * nss/getent.c (print_rpc, print_protocols): Likewise.
24196         (print_passwd, print_group, print_aliases): Likewise.
24197         * nis/nss-nisplus.h (niserr2nss): Likewise.
24198         * nscd/connections.c (restart_p): Likewise.
24199         Change return type to bool.
24200
24201 2013-02-05  Roland McGrath  <roland@hack.frob.com>
24202
24203         * Makeconfig (all-Depend-files): Add existing
24204         $(sorted-subdirs:=/Depend) files.
24205         (all-subdirs): Remove nss.
24206         * sysdeps/unix/inet/Subdirs: Add it here instead.
24207         * hesiod/Depend: New file.
24208
24209         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
24210         instead of calling alloca.
24211
24212         * io/lseek.c (__lseek): Rename to __libc_lseek.
24213         Define __lseek as an alias.
24214
24215         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
24216
24217 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
24218
24219         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
24220         else clause and remove check for non-standard endianness.
24221
24222 2013-02-04  David S. Miller  <davem@davemloft.net>
24223
24224         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24225
24226 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
24227
24228         [BZ #13550]
24229         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
24230         (__ubp_memchr): Remove prototype.
24231         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
24232         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
24233         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
24234         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
24235         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
24236         Remove alias.
24237         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
24238         (__ubp_memchr): Likewise.
24239         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
24240         (__ubp_memchr): Likewise.
24241         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
24242         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
24243         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
24244         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
24245         CHECK_STRING.
24246         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
24247         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
24248         (__getcwd): Do not use CHECK_STRING.
24249         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
24250         <bp-checks.h>.
24251         (__real_chown): Do not use CHECK_STRING.
24252         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
24253         <bp-checks.h>.
24254         (fchownat): Do not use CHECK_STRING.
24255         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
24256         CHECK_STRING.
24257         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
24258         <bp-checks.h>.
24259         (__lchown): Do not use CHECK_STRING.
24260         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
24261         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
24262         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
24263         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
24264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
24265         include <bp-checks.h>.
24266         (truncate64): Do not use CHECK_STRING.
24267         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
24268         <bp-checks.h>.
24269         (__real_chown): Do not use CHECK_STRING.
24270         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
24271         <bp-checks.h>.
24272         (__lchown): Do not use CHECK_STRING.
24273         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
24274         <bp-checks.h>.
24275         (__chown): Do not use CHECK_STRING.
24276         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
24277         <bp-checks.h>.
24278         (truncate64): Do not use CHECK_STRING.
24279         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
24280         Likewise.
24281         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
24282         (__xmknod): Do not use CHECK_STRING.
24283         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
24284         <bp-checks.h>.
24285         (__xmknodat): Do not use CHECK_STRING.
24286         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
24287         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
24288
24289 2013-02-04  Andreas Schwab  <schwab@suse.de>
24290
24291         [BZ #14142]
24292         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
24293         * include/netdb.h: Likewise for h_errno.
24294         * elf/tst-stackguard1.c: Include <tls.h>.
24295
24296 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
24297
24298         * elf/link.h (struct link_map): Extend the l_addr comment.
24299         * include/link.h (struct link_map): Likewise.
24300
24301 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
24302
24303         [BZ #13550]
24304         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
24305         (BOUNDED_1): Remove macro.
24306         * debug/backtrace.c: Don't include <bp-checks.h>.
24307         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
24308         (__backtrace): Likewise.
24309         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
24310         <bp-checks.h>.
24311         (__backtrace): Don't use BOUNDED_1.
24312         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
24313         <bp-checks.h>.
24314         (__backtrace): Don't use BOUNDED_1.
24315         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
24316         (__backtrace): Don't use BOUNDED_1.
24317         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
24318         (shmat): Don't use BOUNDED_N.
24319
24320 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
24321
24322         [BZ #13550]
24323         * sysdeps/generic/bp-start.h: Remove file.
24324         * csu/libc-start.c: Don't include <bp-start.h>.
24325         (LIBC_START_MAIN): Set up __environ directly instead of using
24326         INIT_ARGV_and_ENVIRON.
24327         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
24328         <bp-start.h>.
24329
24330         [BZ #13550]
24331         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
24332         definitions.
24333         (CHECK_FCNTL): Likewise.
24334         (CHECK_N_PAGES): Likewise.
24335
24336         [BZ #13550]
24337         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
24338         definitions.
24339         (CHECK_SIGSET_NULL_OK): Likewise.
24340         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
24341         <bp-checks.h>.
24342         (sigpending): Don't use CHECK_SIGSET.
24343         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
24344         <bp-checks.h>.
24345         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
24346         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
24347         <bp-checks.h>.
24348         (do_sigsuspend): Don't use CHECK_SIGSET.
24349         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
24350         use CHECK_SIGSET.
24351         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
24352         (do_sigwait): Don't use CHECK_SIGSET.
24353         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
24354         use CHECK_SIGSET.
24355         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
24356         include <bp-checks.h>.
24357         (sigpending): Don't use CHECK_SIGSET.
24358         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
24359         include <bp-checks.h>.
24360         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
24361         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
24362         <bp-checks.h>.
24363         (sigpending): Don't use CHECK_SIGSET.
24364         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
24365         <bp-checks.h>.
24366         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
24367
24368         [BZ #13550]
24369         * sysdeps/generic/bp-semctl.h: Remove file.
24370         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
24371         <bp-checks.h> and <bp-semctl.h>.
24372         (__old_semctl): Don't use CHECK_SEMCTL.
24373         (__new_semctl): Likewise.
24374         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
24375         and <bp-semctl.h>.
24376         (__old_semctl): Don't use CHECK_SEMCTL.
24377         (__new_semctl): Likewise.
24378         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
24379         <bp-checks.h> and <bp-semctl.h>.
24380         (__old_semctl): Don't use CHECK_SEMCTL.
24381         (__new_semctl): Likewise.
24382         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
24383         <bp-checks.h> and <bp-semctl.h>.
24384         (semctl): Don't use CHECK_SEMCTL.
24385
24386         [BZ #13550]
24387         * Makerules (elide-bp-thunks): Remove variable.
24388         (elide-routines.oS): Don't use $(elide-bp-thunks).
24389         (elide-routines.os): Likewise.
24390         (elide-routines.o): Likewise.
24391         (elide-routines.op): Likewise.
24392         (elide-routines.og): Likewise.
24393         (objects): Don't use $(bp-thunks).
24394         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
24395         include.
24396         (common-generated): Do not add s-proto-bp.d.
24397         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
24398         (int): Likewise.
24399         (typ): Likewise.
24400         Do not generate makefile rules for bounded-pointer thunks.
24401         * sysdeps/generic/bp-thunks.h: Remove file.
24402         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
24403         * sysdeps/unix/s-proto-bp.S: Likewise.
24404
24405         [BZ #15062]
24406         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
24407         parts of result separately when argument is not close to line from
24408         -i to i and one part of argument is small.
24409         * math/k_casinhf.c (__kernel_casinhf): Likewise.
24410         * math/k_casinhl.c (__kernel_casinhl): Likewise.
24411         * math/libm-test.inc (cacos_test): Add more tests.
24412         (casin_test): Likewise.
24413         (casinh_test): Likewise.
24414         * sysdeps/i386/fpu/libm-test-ulps: Update.
24415         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24416
24417 2013-01-31  David S. Miller  <davem@davemloft.net>
24418
24419         * po/de.po: Update from translation team.
24420
24421 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
24422
24423         * time/tzfile.c: Include stdint.h for SIZE_MAX.
24424
24425 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
24426
24427         * configure.in (_AC_PROG_CC_C89): New definition.
24428         * configure: Regenerate.
24429
24430         * configure.in (AC_PROG_CPP): New definition.
24431         * configure: Regenerate.
24432
24433 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
24434
24435         * debug/tst-backtrace.h: New file.
24436         * debug/tst-backtrace2.c: Include tst-backtrace.h.
24437         (ret): Remove variable.
24438         (x): Likewise.
24439         (FAIL): Remove macro.
24440         (NO_INLINE): Likewise.
24441         (fn1): Use match function instead of strstr.
24442         * debug/tst-backtrace3.c: Include tst-backtrace.h.
24443         (ret): Remove variable.
24444         (x): Likewise.
24445         (FAIL): Remove macro.
24446         (NO_INLINE): Likewise.
24447         (fn): Use match function instead of strstr.
24448         * debug/tst-backtrace4.c: Include tst-backtrace.h.
24449         (ret): Remove variable.
24450         (x): Likewise.
24451         (FAIL): Remove macro.
24452         (NO_INLINE): Likewise.
24453         (handle_signal): Use match function instead of strstr.
24454         * debug/tst-backtrace5.c: Include tst-backtrace.h.
24455         (ret): Remove variable.
24456         (x): Likewise.
24457         (FAIL): Remove macro.
24458         (NO_INLINE): Likewise.
24459         (handle_signal): Use match function instead of strstr.
24460
24461 2013-01-23  Roland McGrath  <roland@hack.frob.com>
24462
24463         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
24464
24465 2013-01-23  David S. Miller  <davem@davemloft.net>
24466
24467         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
24468         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
24469         argument of CAS if possible.
24470         * sysdeps/sparc/sparc64/bits/atomic.h
24471         (__arch_compare_and_exchange_val_32_acq): Likewise.
24472         (__arch_compare_and_exchange_val_64_acq): Likewise.
24473
24474 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
24475
24476         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
24477         * sysdeps/posix/ulimit.c: ... this.
24478         Include <limits.h>.
24479         * sysdeps/unix/bsd/ulimit.c: Remove file.
24480
24481 2013-01-23  Adam Conrad  <adconrad@0c3.net>
24482
24483         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
24484         (LDFLAGS-tst-array5): Likewise.
24485
24486 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
24487
24488         [BZ #15036]
24489         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
24490         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
24491         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
24492         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
24493
24494 2013-01-21  David S. Miller  <davem@davemloft.net>
24495
24496         * sysdeps/sparc/backtrace.c: New file.
24497         * sysdeps/sparc/sparc32/backtrace.h: New file.
24498         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
24499         * sysdeps/sparc/sparc64/backtrace.h: New file.
24500         * sysdeps/sparc/sparc64/backtrace.c: Delete.
24501         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
24502         -funwind-tables.
24503
24504 2013-01-21  Andreas Schwab  <schwab@suse.de>
24505
24506         [BZ #15020]
24507         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
24508         closed its stdout.
24509
24510 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
24511
24512         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
24513         "mpa2.h".
24514         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24515
24516 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
24517             Mark Mitchell  <mark@codesourcery.com>
24518             Tom de Vries  <tom@codesourcery.com>
24519             Paul Pluzhnikov  <ppluzhnikov@google.com>
24520
24521         * debug/tst-backtrace2.c: New file.
24522         * debug/tst-backtrace3.c: Likewise.
24523         * debug/tst-backtrace4.c: Likewise.
24524         * debug/tst-backtrace5.c: Likewise.
24525         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
24526         (CFLAGS-tst-backtrace3.c): Likewise.
24527         (CFLAGS-tst-backtrace4.c): Likewise.
24528         (CFLAGS-tst-backtrace5.c): Likewise.
24529         (LDFLAGS-tst-backtrace2): Likewise.
24530         (LDFLAGS-tst-backtrace3): Likewise.
24531         (LDFLAGS-tst-backtrace4): Likewise.
24532         (LDFLAGS-tst-backtrace5): Likewise.
24533         (tests): Add new tests tst-backtrace2, tst-backtrace3,
24534         tst-backtrace4 and tst-backtrace5.
24535
24536 2013-01-18  Anton Blanchard  <anton@samba.org>
24537             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24538
24539         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
24540         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
24541         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
24542         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
24543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
24544         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
24545         "+r" and remove output regs list as redundant.  Add explicit inline
24546         asm to specify register of return val to work around compiler codegen
24547         bug.  Remove (int) cast on return value.  Add return type parameter to
24548         use in macro so that this macro does not truncate return value for
24549         64-bit values.
24550         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
24551         pass to INTERNAL_VSYSCALL_NCS.
24552         (INLINE_VSYSCALL): Add 'long int' as return type to
24553         INTERNAL_VSYSCALL_NCS macro invocation.
24554         (INTERNAL_VSYSCALL): Add 'long int' as return type to
24555         INTERNAL_VSYSCALL_NCS macro invocation.
24556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
24557
24558 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24559
24560         [BZ #14496]
24561         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
24562         Fix application of SIMD FP exception mask.
24563
24564         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
24565         mp_no from a power of two.
24566         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
24567         __mpexp_twomm1.  Use __pow_mp.
24568
24569         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
24570         multiplication.
24571
24572 2013-01-17  David S. Miller  <davem@davemloft.net>
24573
24574         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24575
24576 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
24577
24578         [BZ #15023]
24579         * include/complex.h: Condition contents on [!_COMPLEX_H].
24580         (__kernel_casinhf): New prototype.
24581         (__kernel_casinh): Likewise.
24582         (__kernel_casinhl): Likewise.
24583         * math/Makefile (libm_calls): Add k_casinh.
24584         * math/k_casinh.c: New file.
24585         * math/k_casinhf.c: Likewise.
24586         * math/k_casinhl.c: Likewise.
24587         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
24588         finite nonzero arguments.
24589         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
24590         finite nonzero arguments.
24591         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
24592         finite nonzero arguments.
24593         * math/s_casinh.c: Do not include <float.h>.
24594         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
24595         * math/s_casinhf.c: Do not include <float.h>.
24596         (__casinhf): Move code for finite nonzero arguments to
24597         k_casinhf.c.
24598         * math/s_casinhl.c: Do not include <float.h>.
24599         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
24600         redefine.
24601         (__casinhl): Move code for finite nonzero arguments to
24602         k_casinhl.c.
24603         * math/libm-test.inc (cacos_test): Add more tests.
24604         * sysdeps/i386/fpu/libm-test-ulps: Update.
24605         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24606
24607 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
24608
24609         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
24610         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
24611         [!HAVE_MREMAP]: Remove [defined linux] case.
24612         * malloc/arena.c: Do not include <malloc-sysdep.h>.
24613
24614 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24615
24616         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
24617
24618 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
24619
24620         * elf/elf.h (R_386_SIZE32): New relocation.
24621         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
24622         R_386_SIZE32.
24623         (elf_machine_rela): Likewise.
24624         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
24625         R_X86_64_SIZE64 and R_X86_64_SIZE32.
24626
24627 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
24628
24629         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
24630         (FP_FAST_FMA): Do not define.
24631         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
24632         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
24633         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
24634         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
24635         !_SOFT_FLOAT]: Likewise.
24636         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
24637         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
24638         value.
24639         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
24640         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
24641         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
24642         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
24643         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
24644         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
24645         file.
24646
24647 2013-01-16  Andreas Schwab  <schwab@suse.de>
24648
24649         [BZ #14327]
24650         * include/stdlib.h (__mktemp): Add declaration.
24651         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
24652         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
24653
24654 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
24655
24656         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
24657         definitions.
24658         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
24659         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
24660         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
24661         definitions here.
24662         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
24663         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
24664         definitions.
24665         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
24666         and ONE.
24667         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
24668         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
24669         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
24670         definitions.
24671         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
24672         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
24673         definitions.
24674         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
24675
24676         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
24677
24678 2013-01-15  David S. Miller  <davem@davemloft.net>
24679
24680         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
24681         trunc{,f} to libm-sysdep_routes.
24682         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
24683         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
24684         file.
24685         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
24686         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
24687         file.
24688         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
24689         file.
24690         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
24691         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
24692         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
24693         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
24694         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
24695         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
24696         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
24697         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
24698
24699         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
24700         nearbyint{,f} to libm-sysdep_routes.
24701         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
24702         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
24703         New file.
24704         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
24705         file.
24706         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
24707         New file.
24708         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
24709         file.
24710         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
24711         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
24712         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
24713         file.
24714         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
24715         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
24716         file.
24717         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
24718         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
24719         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
24720
24721         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24722         libc_feholdexcept and libc_fesetenv.
24723
24724 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
24725
24726         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
24727
24728 2013-01-14  David S. Miller  <davem@davemloft.net>
24729
24730         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
24731         (SPARC_ASM_VIS2_IFUNC): Likewise.
24732         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
24733         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
24734         use of 'siam' instruction.
24735         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
24736         Likewise.
24737         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
24738         Likewise.
24739         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
24740         Likewise.
24741         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
24742         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
24743         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
24744         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
24745         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
24746         file.
24747         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
24748         file.
24749         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
24750         file.
24751         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
24752         file.
24753         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
24754         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
24755         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
24756         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
24757         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
24758         new VIS2 routines.
24759         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
24760         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
24761         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
24762         Likewise.
24763         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
24764         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
24765         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
24766         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
24767         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
24768         routines to libm-sysdep_routines.
24769         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
24770
24771         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
24772         fdim/fdimf to libm-sysdep_routines.
24773         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
24774         file.
24775         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
24776         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
24777         file.
24778         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
24779         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
24780         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
24781         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
24782         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
24783         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
24784         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
24785
24786 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24787
24788         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
24789         to optimize copies.
24790
24791         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
24792         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
24793         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24794
24795         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
24796         local variable MPTWO.
24797         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
24798         Likewise.
24799
24800 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
24801
24802         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
24803         GLOB_NOESCAPE.
24804
24805 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
24806
24807         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
24808
24809 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
24810
24811         * manual/pattern.texi (glob_t): Document gl_flags.
24812         (glob64_t): Likewise.
24813
24814 2013-01-11  David S. Miller  <davem@davemloft.net>
24815
24816         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
24817         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
24818         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
24819         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
24820         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
24821         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
24822         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
24823         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
24824         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
24825         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
24826         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
24827         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
24828         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
24829
24830         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
24831         sparc V9 rather than using V8 code.
24832         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
24833         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
24834
24835         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
24836         Move to...
24837         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
24838         Here.
24839
24840 2013-01-11  Roland McGrath  <roland@hack.frob.com>
24841
24842         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
24843         not in the main loop.
24844         * configure: Regenerated.
24845
24846 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
24847
24848         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
24849         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
24850         to just #else.
24851         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
24852         [!__GLIBC_HAVE_LONG_LONG] case.
24853         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
24854         condition to just #else.
24855         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
24856         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
24857         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
24858         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
24859         unconditional.
24860         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
24861         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
24862         #elif condition to just #else.
24863         * sysdeps/unix/sysv/linux/sys/sysmacros.h
24864         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
24865         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
24866         #elif condition to just #else.
24867
24868 2013-01-11  Steve Ellcey  <sellcey@mips.com>
24869
24870         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
24871         (EF_MIPS_ARCH_64): Fix value.
24872         (EF_MIPS_ARCH_32R2): New.
24873         (EF_MIPS_ARCH_64R2): New.
24874
24875 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
24876
24877         * Makeconfig (+link-pie-before-libc): New.
24878         (+link-pie-after-libc): Likewise.
24879         (+link-pie-tests): Likewise.
24880         (+link-pie): Rewritten.
24881         (link-before-libc): Remove $(config-LDFLAGS).
24882         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
24883         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
24884         (config-LDFLAGS): Renamed to ...
24885         (rtld-LDFLAGS): This.
24886         (rtld-tests-LDFLAGS): New macro.
24887         (link-libc-rpath-link): Likewise.
24888         (link-libc-tests-rpath-link): Likewise.
24889         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
24890         (link-libc): Prepand $(link-libc-rpath-link).
24891         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
24892         (test-program-prefix): New macro.
24893         (test-via-rtld-prefix): Likewise.
24894         (test-program-cmd): Likewise.
24895         (host-test-program-cmd): Likewise.
24896         * Makefile ($(common-objpfx)testrun.sh): Replace
24897         $(run-program-prefix) with $(test-program-prefix).
24898         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
24899         $(rtld-LDFLAGS).
24900         ($(common-objpfx)shlib.lds): Likewise.
24901         (build-module-helper): Likewise.
24902         ($(common-objpfx)format.lds): Likewise.
24903         * Rules (binaries-pie-tests): New.
24904         (binaries-pie-notests): Likewise.
24905         (binaries-pie): Rewritten.
24906         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
24907         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
24908         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
24909         (make-test-out): Replace $(host-built-program-cmd) with
24910         $(host-test-program-cmd).
24911         * config.make.in (build-hardcoded-path-in-tests): New variable.
24912         * configure.in (--enable-hardcoded-path-in-tests): New configure
24913         option.
24914         (hardcoded_path_in_tests): New AC_SUBST.
24915         * configure: Regenerated.
24916         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
24917         $(built-program-cmd) with $(test-program-cmd).
24918         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
24919         (test_program_cmd): This.
24920         * elf/Makefile ($(objpfx)order.out): Run test with
24921         $(test-program-prefix).
24922         ($(objpfx)order2.out): Likewise.
24923         ($(objpfx)tst-initorder.out): Likewise.
24924         ($(objpfx)tst-initorder2.out): Likewise.
24925         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
24926         $(test-program-cmd).
24927         ($(objpfx)tst-array1-static.out): Likewise.
24928         ($(objpfx)tst-array2.out): Likewise.
24929         ($(objpfx)tst-array3.out): Likewise.
24930         ($(objpfx)tst-array4.out): Likewise.
24931         ($(objpfx)tst-array5.out): Likewise.
24932         ($(objpfx)tst-array5-static.out): Likewise.
24933         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
24934         $(test-program-cmd).
24935         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
24936         $(run-program-prefix) with $(test-program-prefix).
24937         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
24938         (test_program_prefix): This.
24939         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
24940         $(run-program-prefix) with $(test-program-prefix).
24941         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
24942         (test_program_prefix): This.
24943         * iconvdata/tst-tables.sh: Likewise.
24944         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
24945         $(run-program-prefix) with $(test-program-prefix).
24946         ($(objpfx)tst-translit.out): Likewise.
24947         ($(objpfx)tst-gettext2.out): Likewise.
24948         ($(objpfx)tst-gettext4.out): Likewise.
24949         ($(objpfx)tst-gettext6.out): Likewise.
24950         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
24951         (test_program_prefix): This.
24952         * intl/tst-gettext2.sh: Likewise.
24953         * intl/tst-gettext4.sh  Likewise.
24954         * intl/tst-gettext6.sh: Likewise.
24955         * intl/tst-translit.sh: Likewise.
24956         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
24957         with $(test-program-cmd).
24958         * libio/Makefile ($(objpfx)test-freopen.out): Replace
24959         $(run-program-prefix) with $(test-program-prefix).
24960         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
24961         (test_program_prefix): This.
24962         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
24963         $(run-program-prefix) with $(test-program-prefix).
24964         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
24965         (test_program_prefix): This.
24966         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
24967         * posix/Makefile ($(objpfx)globtest.out): Replace
24968         $(run-via-rtld-prefix) and $(test-wrapper) with
24969         $(test-program-prefix) and $(test-via-rtld-prefix).
24970         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
24971         $(test-program-prefix).
24972         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
24973         $(host-test-program-cmd).
24974         (tst-spawn-ARGS): Likewise.
24975         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
24976         $(test-program-prefix).
24977         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
24978         (test_via_rtld_prefix): This.
24979         (test_wrapper): Renamed to ...
24980         (test_program_prefix): This.
24981         (run_program_prefix): Replaced by test_program_prefix.
24982         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
24983         (test_program_prefix): This.
24984         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
24985         with $(host-test-program-cmd).
24986         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
24987         $(run-program-prefix) with $(test-program-prefix).
24988         ($(objpfx)tst-printf.out): Likewise.
24989         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
24990         $(test-program-cmd).
24991         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
24992         (test_program_prefix): This.
24993         * stdio-common/tst-unbputc.sh: Likewise.
24994         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
24995         $(run-program-prefix) with $(test-program-prefix).
24996         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
24997         (test_program_prefix): This.
24998         * string/Makefile ($(objpfx)tst-svc.out):  Replace
24999         $(built-program-cmd) with $(test-program-cmd).
25000
25001 2013-01-11  Andreas Jaeger  <aj@suse.de>
25002
25003         [BZ #15003]
25004         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
25005         value. Sync with Linux 3.7.
25006
25007 2013-01-10  David S. Miller  <davem@davemloft.net>
25008
25009         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
25010         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25011         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25012
25013 2013-01-10  Roland McGrath  <roland@hack.frob.com>
25014
25015         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
25016         never set.
25017         * configure: Regenerated.
25018
25019 2013-01-10  David S. Miller  <davem@davemloft.net>
25020
25021         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
25022         sparc V9 rather than using V8 code.
25023         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25024         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25025
25026 2013-01-10  Roland McGrath  <roland@hack.frob.com>
25027
25028         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
25029         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
25030         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
25031         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
25032         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
25033         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
25034         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
25035         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
25036         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
25037         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
25038         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
25039         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
25040         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
25041         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
25042         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
25043         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
25044         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
25045         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
25046         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
25047         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
25048         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
25049         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
25050         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
25051         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
25052         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
25053         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
25054         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
25055
25056 2013-01-10  David S. Miller  <davem@davemloft.net>
25057
25058         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25059
25060 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
25061
25062         * posix/Makefile (tests-static): New variable.
25063         (tests): Add $(tests-static).
25064         (tst-exec-static-ARGS): New variable.
25065         (tst-spawn-static-ARGS): Likewise.
25066         * posix/tst-exec-static.c: New file.
25067         * posix/tst-spawn-static.c: Likewise.
25068         * posix/tst-exec.c: Support run directly.
25069         * posix/tst-spawn.c: Likewise.
25070
25071 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
25072
25073         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
25074         long.
25075         * math/bits/mathcalls.h (llrint): Likewise.
25076         (llround): Likewise.
25077         * stdlib/stdlib.h (struct drand48_data): Likewise.
25078         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
25079         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
25080         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
25081         Likewise.
25082         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
25083         Likewise.
25084         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
25085         (elf_greg_t): Likewise.
25086         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
25087         (__jmp_buf): Likewise.
25088         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
25089         definitions.
25090         (llrint): Likewise, for all definitions.
25091         (llrintl): Likewise.
25092
25093         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
25094         Remove [__GNUC__] condition.
25095         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
25096         condition to just [__USE_ISOC99].
25097         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
25098
25099 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
25100
25101         [BZ #14200]
25102         * sysdeps/unix/sysv/linux/x86/bits/environments.h
25103         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
25104         defined.
25105         (_POSIX_V6_ILP32_OFF32): Likewise.
25106         (_XBS5_ILP32_OFF32): Likewise.
25107         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
25108         (__ILP32_OFFBIG_LDFLAGS): Likewise.
25109
25110 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25111
25112         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
25113
25114         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
25115         doubles __mpexp_twomm1.  Adjust usage.
25116         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
25117         Remove.
25118
25119 2013-01-10  Andreas Schwab  <schwab@suse.de>
25120
25121         [BZ #14964]
25122         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
25123         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
25124
25125 2013-01-09  David S. Miller  <davem@davemloft.net>
25126
25127         [BZ #15003]
25128         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
25129         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
25130         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
25131         (TCP_FASTOPEN): Define.
25132         (tcp_repair_opt): New structure.
25133         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
25134         enum values.
25135         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
25136         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
25137         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
25138         (tcp_cookie_transactions): New structure.
25139
25140 2013-01-09  Anton Blanchard  <anton@samba.org>
25141
25142         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
25143         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
25144         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
25145         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
25146
25147 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
25148
25149         * include/features.h (__USE_ANSI): Remove.
25150
25151 2013-01-09  Roland McGrath  <roland@hack.frob.com>
25152
25153         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
25154
25155         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
25156
25157 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
25158
25159         * sysdeps/s390/fpu/libm-test-ulps: Update.
25160
25161         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25162
25163         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
25164         (__acr): Likewise.
25165         (__cpy): Likewise.
25166         (norm): Likewise.
25167         (denorm): Likewise.
25168         (__mp_dbl): Likewise.
25169         (__dbl_mp): Likewise.
25170         (add_magnitudes): Likewise.
25171         (sub_magnitudes): Likewise.
25172         (__add): Likewise.
25173         (__sub): Likewise.
25174         (__mul): Likewise.
25175         (__inv): Likewise.
25176         (__dvd): Likewise.
25177         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
25178         (__acr): Likewise.
25179         (__cpy): Likewise.
25180         (norm): Likewise.
25181         (denorm): Likewise.
25182         (__mp_dbl): Likewise.
25183         (__dbl_mp): Likewise.
25184         (add_magnitudes): Likewise.
25185         (sub_magnitudes): Likewise.
25186         (__add): Likewise.
25187         (__sub): Likewise.
25188         (__mul): Likewise.
25189         (__inv): Likewise.
25190         (__dvd): Likewise.
25191         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
25192         (__acr): Likewise.
25193         (__cpy): Likewise.
25194         (norm): Likewise.
25195         (denorm): Likewise.
25196         (__mp_dbl): Likewise.
25197         (__dbl_mp): Likewise.
25198         (add_magnitudes): Likewise.
25199         (sub_magnitudes): Likewise.
25200         (__add): Likewise.
25201         (__sub): Likewise.
25202         (__mul): Likewise.
25203         (__inv): Likewise.
25204         (__dvd): Likewise.
25205
25206 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
25207
25208         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
25209         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
25210         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
25211         2 && __USE_EXTERN_INLINES]: Likewise.
25212
25213 2013-01-08  Andreas Jaeger  <aj@suse.de>
25214
25215         [BZ# 14985]
25216         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
25217         Remove.
25218         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
25219         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
25220
25221 2013-01-07  Anton Blanchard  <anton@samba.org>
25222
25223         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
25224         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
25225         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
25226         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
25227         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25228         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25229         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
25230         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
25231         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
25232         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
25233         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25234         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25235         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
25236         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25237         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
25238         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25239         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25240         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25241         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
25242         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25243         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
25244         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
25245         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
25246         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
25247         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
25248         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25249         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
25250         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
25251         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
25252         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
25253         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
25254         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25255         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
25256         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25257         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25258         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
25259         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25260         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
25261         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
25262         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
25263         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
25264         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
25265         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25266
25267 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
25268
25269         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
25270         (__MALLOC_PMT): Likewise.
25271         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
25272         [__GNUC__], only on [_LIBC].
25273         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
25274         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
25275         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
25276         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
25277         forward declaration.
25278         (realloc_hook_ini): Likewise.
25279         (memalign_hook_ini): Likewise.
25280         (__libc_memalign): Do not use __MALLOC_PMT in variable
25281         declaration.
25282         (__libc_valloc): Likewise.
25283         (__libc_pvalloc): Likewise.
25284         (__libc_calloc): Likewise.
25285         (__posix_memalign): Likewise.
25286
25287         [BZ #14996]
25288         * math/s_casinh.c: Include <float.h>.
25289         (__casinh): Do not do computation with squaring and square root
25290         for large arguments.
25291         * math/s_casinhf.c: Include <float.h>.
25292         (__casinhf): Do not do computation with squaring and square root
25293         for large arguments.
25294         * math/s_casinhl.c: Include <float.h>.
25295         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
25296         (__casinhl): Do not do computation with squaring and square root
25297         for large arguments.
25298         * math/libm-test.inc (casin_test): Add more tests.
25299         (casinh_test): Likewise.
25300         * sysdeps/i386/fpu/libm-test-ulps: Update.
25301         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25302
25303 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
25304
25305         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
25306         (__x86_64_raw_data_cache_size): Likewise.
25307         (__x86_64_data_cache_size_half): Likewise.
25308         (__x86_64_raw_data_cache_size_half): Likewise.
25309         (__x86_64_shared_cache_size): Likewise.
25310         (__x86_64_raw_shared_cache_size): Likewise.
25311         (__x86_64_shared_cache_size_half): Likewise.
25312         (__x86_64_raw_shared_cache_size_half): Likewise.
25313         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
25314         to ...
25315         (__x86_data_cache_size): This.
25316         (__x86_64_raw_data_cache_size): Renamed to ...
25317         (__x86_raw_data_cache_size): This.
25318         (__x86_64_data_cache_size_half): Renamed to ...
25319         (__x86_data_cache_size_half): This.
25320         (__x86_64_raw_data_cache_size_half): Renamed to ...
25321         (__x86_raw_data_cache_size_half): This.
25322         (__x86_64_shared_cache_size): Renamed to ...
25323         (__x86_shared_cache_size): This.
25324         (__x86_64_raw_shared_cache_size): Renamed to ...
25325         (__x86_raw_shared_cache_size): This.
25326         (__x86_64_shared_cache_size_half): Renamed to ...
25327         (__x86_shared_cache_size_half): This.
25328         (__x86_64_raw_shared_cache_size_half): Renamed to ...
25329         (__x86_raw_shared_cache_size_half): This.
25330         * sysdeps/x86_64/memcpy.S: Updated.
25331         * sysdeps/x86_64/memset.S: Likewise.
25332         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
25333         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
25334         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
25335
25336 2013-01-04  David S. Miller  <davem@davemloft.net>
25337
25338         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25339
25340 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
25341
25342         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
25343         1 to avoid redefinition warning.
25344         (__USE_GNU): Don't define.
25345         (init_signaling_nan): Protoize.
25346
25347         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25348
25349 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25350
25351         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
25352         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
25353         (__cpymn): Likewise.
25354         (norm): Remove commented code.
25355         (denorm): Likewise.
25356         (__mp_dbl): Likewise.
25357         (__inv): Likewise.
25358         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
25359         (__cpymn): Likewise.
25360         (norm): Remove commented code.
25361         (denorm): Likewise.
25362         (__mp_dbl): Likewise.
25363         (__inv): Likewise.
25364
25365         * sysdeps/powerpc/powerpc32/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         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
25371         mp_no value for 1.0 and 2.0.
25372         (norm): Use RADIXI instead of radixi.d.
25373         (denorm): Likewise.
25374         (__mul): Use 0.0 instead of zero.d.
25375
25376 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
25377
25378         [BZ #14994]
25379         * math/s_casinh.c (__casinh): Reduce finite argument to first
25380         quadrant then set signs of results at the end.
25381         * math/s_casinhf.c (__casinhf): Likewise.
25382         * math/s_casinhl.c (__casinhl): Likewise.
25383         * math/libm-test.inc (casin_test): Add more tests.
25384         (casinh_test): Likewise.
25385         * sysdeps/i386/fpu/libm-test-ulps: Update.
25386         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25387
25388 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25389
25390         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
25391
25392         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
25393
25394         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
25395         declarations.
25396         (denorm): Likewise.
25397         (__mp_dbl): Likewise.
25398         (__inv): Likewise.
25399
25400         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
25401         and adjust the header comment.
25402
25403         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
25404         variable name from declaration.
25405
25406 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
25407
25408         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25409         Initialize COMMON_CPUID_INDEX_7 element.
25410         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
25411         (CPUID_RTM): Likewise.
25412         (HAS_RTM): Likewise.
25413         (COMMON_CPUID_INDEX_7): New enum.
25414
25415 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
25416
25417         [BZ #14981]
25418         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
25419         size is zero, record memory as freed.
25420
25421 2013-01-03  Andreas Jaeger  <aj@suse.de>
25422
25423         * po/ia.po: Add new Interlingua translation.
25424
25425 2012-01-03  Allan McRae  <allan@archlinux.org>
25426
25427         * locale/programs/localedef.c: Fix description of '--posix' flag.
25428
25429 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
25430
25431         * NEWS: Update dates in second copyright notice.
25432         * README: Update copyright dates in example.
25433         * manual/libc.texinfo: Update copyright dates.
25434         * scripts/test-installation.pl: Update copyright date in --version
25435         output.
25436
25437         * hurd/ctty-input.c: Fix copyright notice formatting.
25438         * hurd/ctty-output.c: Likewise.
25439         * hurd/dtable.c: Likewise.
25440         * hurd/hurd-raise.c: Likewise.
25441         * hurd/hurdprio.c: Likewise.
25442         * hurd/msgportdemux.c: Likewise.
25443         * misc/sys/file.h: Likewise.
25444         * misc/sys/ioctl.h: Likewise.
25445         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
25446         * sysdeps/mach/hurd/chdir.c: Likewise.
25447         * sysdeps/mach/hurd/fchdir.c: Likewise.
25448         * sysdeps/mach/hurd/rename.c: Likewise.
25449         * sysdeps/mach/hurd/rmdir.c: Likewise.
25450         * sysdeps/mach/hurd/seekdir.c: Likewise.
25451         * sysdeps/mach/hurd/setsid.c: Likewise.
25452         * sysdeps/posix/wait3.c: Likewise.
25453
25454         * All files with FSF copyright notices: Update copyright dates
25455         using scripts/update-copyrights.
25456         * intl/plural.c: Regenerated.
25457         * locale/programs/charmap-kw.h: Likewise.
25458         * locale/programs/locfile-kw.h: Likewise.
25459
25460 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
25461
25462         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
25463         four values.
25464
25465         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
25466         calculation loop and add branch prediction.
25467
25468         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
25469         check access beyond bounds of m1np.
25470
25471         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
25472         MPTWO.
25473         (__inv): Remove local variable MPTWO to use the global
25474         constant.
25475         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
25476         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
25477         variable MPTWO.
25478         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
25479         MP3HALFS static const.
25480
25481 2013-01-01  David S. Miller  <davem@davemloft.net>
25482
25483         * po/ca.po: Update from translation team.
25484
25485 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
25486
25487         * scripts/update-copyrights: New file.
25488         * Makeconfig: Reformat copyright notice.
25489         * ctype/ctype.h: Likewise.
25490         * debug/swprintf_chk.c: Likewise.
25491         * elf/dl-cache.c: Likewise.
25492         * elf/dl-debug.c: Likewise.
25493         * elf/dl-object.c: Likewise.
25494         * grp/initgroups.c: Likewise.
25495         * hurd/Makefile: Likewise.
25496         * hurd/hurd/signal.h: Likewise.
25497         * hurd/hurdfault.c: Likewise.
25498         * hurd/hurdioctl.c: Likewise.
25499         * hurd/hurdlookup.c: Likewise.
25500         * hurd/intr-msg.c: Likewise.
25501         * iconv/gconv_open.c: Likewise.
25502         * libio/swprintf.c: Likewise.
25503         * locale/lc-ctype.c: Likewise.
25504         * locale/nl_langinfo.c: Likewise.
25505         * mach/Machrules: Likewise.
25506         * mach/Makefile: Likewise.
25507         * malloc/obstack.h: Likewise.
25508         * manual/Makefile: Likewise.
25509         * manual/tsort.awk: Likewise.
25510         * misc/bits/stab.def: Likewise.
25511         * nis/nis_print_group_entry.c: Likewise.
25512         * nis/nis_table.c: Likewise.
25513         * nis/nss_compat/compat-pwd.c: Likewise.
25514         * nis/nss_compat/compat-spwd.c: Likewise.
25515         * po/Makefile: Likewise.
25516         * posix/fnmatch.c: Likewise.
25517         * posix/regex.h: Likewise.
25518         * resolv/Makefile: Likewise.
25519         * resolv/nss_dns/dns-network.c: Likewise.
25520         * resolv/res_hconf.c: Likewise.
25521         * scripts/gen-sorted.awk: Likewise.
25522         * soft-fp/soft-fp.h: Likewise.
25523         * stdio-common/printf.h: Likewise.
25524         * stdlib/monetary.h: Likewise.
25525         * stdlib/random.c: Likewise.
25526         * stdlib/random_r.c: Likewise.
25527         * sysdeps/generic/Makefile: Likewise.
25528         * sysdeps/gnu/Makefile: Likewise.
25529         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
25530         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
25531         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
25532         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
25533         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
25534         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
25535         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
25536         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
25537         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
25538         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
25539         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
25540         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
25541         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
25542         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
25543         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
25544         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
25545         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
25546         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
25547         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
25548         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
25549         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
25550         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
25551         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
25552         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
25553         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
25554         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
25555         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
25556         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
25557         * sysdeps/mach/hurd/errnos.awk: Likewise.
25558         * sysdeps/mach/hurd/fork.c: Likewise.
25559         * sysdeps/mach/hurd/getcwd.c: Likewise.
25560         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
25561         * sysdeps/mach/hurd/mmap.c: Likewise.
25562         * sysdeps/mach/hurd/utimes.c: Likewise.
25563         * sysdeps/mach/hurd/xmknod.c: Likewise.
25564         * sysdeps/posix/profil.c: Likewise.
25565         * sysdeps/posix/readdir_r.c: Likewise.
25566         * sysdeps/powerpc/bits/mathdef.h: Likewise.
25567         * sysdeps/powerpc/bits/setjmp.h: Likewise.
25568         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
25569         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
25570         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
25571         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
25572         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
25573         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
25574         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25575         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
25576         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
25577         * sysdeps/pthread/lio_listio.c: Likewise.
25578         * sysdeps/sparc/dl-procinfo.h: Likewise.
25579         * sysdeps/unix/i386/sysdep.S: Likewise.
25580         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
25581         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
25582         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
25583         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
25584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
25585         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
25586         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
25587         * sysdeps/unix/sysv/linux/speed.c: Likewise.
25588         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
25589         * sysdeps/wordsize-32/divdi3.c: Likewise.
25590         * time/sys/time.h: Likewise.
25591         * wcsmbs/Makefile: Likewise.
25592
25593 2013-01-01  David S. Miller  <davem@davemloft.net>
25594
25595         * po/fr.po: Update from translation team.
25596
25597         * catgets/gencat.c: Update copyright year.
25598         * csu/version.c: Likewise.
25599         * debug/catchsegv.sh: Likewise.
25600         * debug/pcprofiledump.c: Likewise.
25601         * debug/xtrace.sh: Likewise.
25602         * elf/ldconfig.c: Likewise.
25603         * elf/ldd.bash.in: Likewise.
25604         * elf/pldd.c: Likewise.
25605         * elf/sotruss.ksh: Likewise.
25606         * elf/sprof.c: Likewise.
25607         * iconv/iconv_prog.c: Likewise.
25608         * iconv/iconvconfig.c: Likewise.
25609         * locale/programs/locale.c: Likewise.
25610         * locale/programs/localedef.c: Likewise.
25611         * login/programs/pt_chown.c: Likewise.
25612         * malloc/memusage.sh: Likewise.
25613         * malloc/memusagestat.c: Likewise.
25614         * malloc/mtrace.pl: Likewise.
25615         * nscd/nscd.c: Likewise.
25616         * nss/getent.c: Likewise.
25617         * nss/makedb.c: Likewise.
25618         * posix/getconf.c: Likewise.
25619
25620 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
25621
25622         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
25623         numbers.
25624
25625 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
25626
25627         * math/bits/mathcalls.h (modf): Use __nonnull.
25628
25629 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
25630
25631         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
25632         (split): Use macro CN instead of the bare value.
25633         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
25634         could be used.
25635         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
25636         instead of the bare value.
25637         (power1): Likewise.
25638
25639 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25640
25641         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
25642         __ATAN_TWOM.
25643         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
25644
25645         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
25646         their values.
25647         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
25648         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
25649         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
25650         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
25651
25652 2012-12-28  Andreas Jaeger  <aj@suse.de>
25653
25654         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
25655         values are from Linux 3.7.
25656
25657         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
25658         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
25659
25660 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25661
25662         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
25663         TRUE case.
25664
25665         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
25666         (norm): Likewise.
25667         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
25668         variables with preprocessor constants.
25669         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
25670         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
25671         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
25672
25673 2012-12-27  Bruno Haible  <bruno@clisp.org>
25674
25675         [BZ #14317]
25676         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
25677         only if needed.
25678
25679 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
25680
25681         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
25682         and use variable directly.
25683         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
25684
25685         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
25686         MPONE.
25687         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
25688         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
25689         variable MPONE.
25690         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
25691         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
25692         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
25693         include directive.  Remove local variable MPONE.
25694         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
25695         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
25696         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
25697
25698 2012-12-25  David S. Miller  <davem@davemloft.net>
25699
25700         * version.h (RELEASE): Set to "development".
25701         (VERSION): Set to "2.17.90".
25702         * NEWS: Add 2.18 section.
25703
25704 2012-12-21  David S. Miller  <davem@davemloft.net>
25705
25706         * po/hr.po: Update from translation team.
25707
25708 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25709
25710         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
25711
25712 2012-12-19  Steve Ellcey  <sellcey@mips.com>
25713
25714         * NEWS:  Mention new memcpy for MIPS.
25715
25716 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
25717
25718         * manual/contrib.texi (Contributors): Spelling correction.
25719
25720 2012-12-15  David S. Miller  <davem@davemloft.net>
25721
25722         * po/ru.po: Update from translation team.
25723
25724 2012-12-13  David S. Miller  <davem@davemloft.net>
25725
25726         * NEWS: Mention IFUNC testsuite enhancements.
25727
25728         * po/pl.po: Update from translation team.
25729         * po/bg.po: Likewise.
25730
25731         * manual/contrib.texi (Contributors): Update entries for Hongjiu
25732         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
25733
25734 2012-12-11  David S. Miller  <davem@davemloft.net>
25735
25736         * po/sv.po: Update from translation team.
25737
25738         * po/vi.po: Update from translation team.
25739
25740         * po/cs.po: Update from translation team.
25741
25742         * po/de.po: Update from translation team.
25743         * po/eo.po: Likewise.
25744         * po/nl.po: Likewise.
25745
25746 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25747
25748         [BZ #14246]
25749         * manual/argp.texi (Argp Helper Functions): Move node to follow
25750         Argp Parsing State.
25751
25752         [BZ #14872]
25753         * manual/conf.texi (Limits on File System Capacity): Mention if
25754         terminating null is included in the max size.
25755
25756 2012-12-10  Andreas Jaeger  <aj@suse.de>
25757
25758         * po/cs.po: Update from translation team.
25759
25760 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
25761
25762         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
25763         void pointer and cast to uintptr_t.
25764         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
25765         path.
25766         * sysdeps/s390/s390-64/memcpy.S: Likewise.
25767         * sysdeps/s390/s390-64/memset.S: Likewise.
25768
25769 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
25770
25771         [BZ #14833]
25772         * menual/message.texi (Message Translation): Fix typos.
25773         (Helper programs for gettext): Likewise.
25774
25775 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
25776
25777         [BZ #14898]
25778         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
25779         Change to -1.
25780
25781 2012-12-07  David S. Miller  <davem@davemloft.net>
25782
25783         * po/libc.pot: Update.
25784
25785 2012-12-07  Richard Henderson  <rth@redhat.com>
25786
25787         [BZ #10114]
25788         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
25789         normal/normal case to before the switch.
25790         (_FP_DIV): Likewise.
25791
25792 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
25793             Mike Frysinger  <vapier@gentoo.org>
25794
25795         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
25796         check for __NR_fadvise64_64.
25797
25798 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
25799
25800         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
25801         0, not just to plain "0" as a statement.
25802         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
25803         with cw.
25804
25805 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
25806
25807         * NEWS: Use sourceware.org in Bugzilla URL.
25808
25809 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
25810
25811         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
25812         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
25813
25814         * stdio-common/tst-put-error.c (do_test): Add newline to the
25815         padded test to ensure flush.
25816
25817 2012-12-05  Jeff Law  <law@redhat.com>
25818
25819         * sunrpc/etc.rpc (fedfs_admin): Add entry.
25820
25821 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
25822
25823         * README: Don't refer to ports add-on as distributed separately.
25824         Mention AArch64 in list of systems supported in the ports add-on.
25825
25826         * LICENSES: Add more non-FSF copyright and license notices.
25827
25828         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
25829         ((unused)).
25830
25831         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
25832
25833         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
25834         10000 as width of padded output.
25835
25836 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
25837
25838         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
25839
25840         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
25841         variable LX with __attribute__ ((unused)).
25842         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
25843         Likewise.
25844         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
25845         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
25846         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
25847         with __attribute__ ((unused)).
25848
25849 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
25850
25851         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
25852
25853 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
25854
25855         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
25856         (CFLAGS-nldbl-acos.c): New variable.
25857         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
25858         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
25859         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
25860         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
25861         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
25862         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
25863         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
25864         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
25865         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
25866         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
25867         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
25868         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
25869         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
25870         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
25871         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
25872         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
25873         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
25874         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
25875         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
25876         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
25877         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
25878         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
25879         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
25880         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
25881         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
25882         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
25883         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
25884         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
25885         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
25886         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
25887         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
25888         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
25889         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
25890         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
25891         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
25892         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
25893         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
25894         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
25895         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
25896         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
25897         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
25898         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
25899         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
25900         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
25901         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
25902         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
25903         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
25904         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
25905         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
25906         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
25907         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
25908         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
25909         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
25910         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
25911         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
25912         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
25913         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
25914         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
25915         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
25916         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
25917         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
25918         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
25919         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
25920         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
25921         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
25922         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
25923         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
25924         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
25925         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
25926         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
25927         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
25928         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
25929         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
25930         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
25931         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
25932         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
25933         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
25934         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
25935         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
25936         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
25937         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
25938         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
25939         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
25940         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
25941         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
25942         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
25943         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
25944         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
25945         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
25946         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
25947         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
25948         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
25949         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
25950         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
25951         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
25952         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
25953         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
25954
25955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
25956         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
25957
25958         [BZ #14914]
25959         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
25960         whole low double instead of just low 47 bits when splitting values
25961         into two parts.
25962
25963 2012-12-03  Allan McRae  <allan@archlinux.org>
25964
25965         * manual/stdio.texi (Predefined Printf Handlers): Remove
25966         @hsep and @vsep usage.
25967
25968 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
25969
25970         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
25971         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
25972
25973 2012-12-03  Jeff Law  <law@redhat.com>
25974
25975         * time/sys/time.h (settimeofday): Do not mark TV argument
25976         as __nonnull.
25977
25978 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
25979
25980         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
25981         when currently writing and seek to current position when not.
25982         * libio/Makefile (tests): Remove bug-fclose1.
25983         * libio/bug-fclose1.c: Delete.
25984
25985 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
25986
25987         * manual/arith.texi (feenableexcept): Fix typo.
25988         (fedisableexcept): Likewise.
25989
25990 2012-11-30  Roland McGrath  <roland@hack.frob.com>
25991
25992         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
25993         second, differently-typed declaration, rather than a cast.
25994
25995 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
25996
25997         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
25998         * include/rpc/svc.h: ... here.
25999
26000 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
26001
26002         [BZ #13013]
26003         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
26004         depending n and resplen2 to catch cases where answer
26005         equals answerp2.
26006
26007 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
26008
26009         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
26010         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
26011
26012 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
26013
26014         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
26015
26016 2012-11-29  Roland McGrath  <roland@hack.frob.com>
26017
26018         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
26019
26020 2012-11-28  Jeff Law  <law@redhat.com>
26021
26022         [BZ #13761]
26023         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
26024         dataset_temporary.  Track alloca usage into alloca_used.
26025         If dataset is large allocate and release it via malloc/free.
26026
26027 2012-06-04  Florian Weimer  <fweimer@redhat.com>
26028
26029         [BZ #14197]
26030         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
26031
26032 2012-11-28  David S. Miller  <davem@davemloft.net>
26033
26034         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26035
26036 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
26037
26038         [BZ #14803]
26039         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
26040         of pi/2 rounded to nearest to 64 bits.
26041         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
26042         nearest to 64 bits.
26043         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
26044         bits.
26045
26046 2012-11-28  Jeff Law <law@redhat.com>
26047             Martin Osvald <mosvald@redhat.com>
26048
26049         [BZ #14889]
26050         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
26051         * sunrpc/svc.c: Include time.h.
26052         (__svc_accept_failed): New function.
26053         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
26054         any reason other than EINTR, call __svc_accept_failed.
26055         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
26056         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
26057
26058 2012-11-28  Andreas Schwab  <schwab@suse.de>
26059
26060         * scripts/abilist.awk: Also handle indirect functions in .opd
26061         section.
26062
26063 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
26064
26065         [BZ #13881]
26066         * sysdeps/x86/fpu/powl_helper.c: New file.
26067         * sysdeps/x86/fpu/Makefile: Likewise.
26068         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
26069         (p3): New object.
26070         (__ieee754_powl): Use __powl_helper for finite arguments except
26071         integer exponents below 8.
26072         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
26073         (p3): New object.
26074         (__ieee754_powl): Use __powl_helper for finite arguments except
26075         integer exponents below 8.
26076         * math/libm-test.inc (pow_test): Add more tests and enable some
26077         previously disabled tests.
26078         * sysdeps/i386/fpu/libm-test-ulps: Update.
26079         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26080
26081 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26082             Carlos O'Donell  <carlos_odonell@mentor.com>
26083
26084         * nss/makedb.c (is_prime): Assert that input is odd and greater
26085         than 4.  Note that fact in a comment too.
26086         (next_prime): Add 4 to input.
26087
26088 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
26089
26090         [BZ #11741]
26091         * libio/Makefile (tests): Add test case tst-fwrite-error.
26092         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
26093         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
26094         * libio/tst-fwrite-error.c: New test case.
26095
26096 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
26097
26098         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
26099         before casting to void *.
26100         * include/libc-internal.h (__pointer_type): New macro.
26101         (__integer_if_pointer_type_sub): Likewise.
26102         (__integer_if_pointer_type): Likewise.
26103         (cast_to_integer): Likewise.
26104         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
26105         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
26106         before casting to atomic64_t.
26107         (atomic_exchange_acq): Likewise.
26108         (__arch_exchange_and_add_body): Likewise.
26109         (__arch_add_body): Likewise.
26110         (atomic_add_negative): Likewise.
26111         (atomic_add_zero): Likewise.
26112
26113 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
26114
26115         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
26116         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
26117         (add_fdes): Likewise.
26118         (linear_search_fdes): Likewise.
26119         (binary_search_unencoded_fdes): Likewise.
26120
26121 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
26122
26123         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
26124
26125 2012-11-24  Adam Conrad  <adconrad@0c3.net>
26126
26127         * configure.in: Autodetect C++ header directories.
26128         * configure: Regenerated.
26129
26130 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
26131
26132         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
26133
26134 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
26135
26136         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26137
26138 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
26139
26140         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
26141         LDBL_MANT_DIG == 106]: Disable some tests.
26142         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
26143         Likewise.
26144         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
26145         Likewise.
26146
26147         [BZ #14871]
26148         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
26149         input for small inputs.  Return +/- pi/2 for large inputs.
26150         * math/libm-test.inc (atan_test): Add more tests.
26151
26152         * sysdeps/generic/unwind-dw2-fde-glibc.c
26153         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
26154         __attribute__ ((unused)).
26155
26156         [BZ #14645]
26157         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
26158         x * y if x and y are nonzero and z is zero.
26159
26160         [BZ #14811]
26161         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
26162         nonzero exponents with absolute value below 0x1p-117 to +/-
26163         0x1p-117.
26164
26165         [BZ #14869]
26166         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
26167         up arguments below 2**-450, not just those below 2**-500.
26168         * math/libm-test.inc (hypot_test): Add another test.
26169
26170         [BZ #14868]
26171         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
26172         Return a+b for ratio over 2**120, not 2**60.
26173         * math/libm-test.inc (hypot_test): Add another test.
26174
26175         * math/libm-test.inc (clog_test): Use
26176         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
26177         (clog10_test): Likewise.
26178
26179         [BZ #6778]
26180         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
26181
26182 2012-11-22  Andreas Schwab  <schwab@suse.de>
26183
26184         * sysdeps/i386/fpu/libm-test-ulps: Update.
26185
26186 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
26187
26188         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
26189         printf output with newline.
26190
26191 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
26192
26193         [BZ #14865]
26194         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
26195         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
26196         -z nodlopen, -z initfirst and -z execstack support.
26197         * configure: Regenerated.
26198
26199         * elf/elf.h (DF_1_NODIRECT): New macro.
26200         (DF_1_IGNMULDEF): Likewise.
26201         (DF_1_NOKSYMS): Likewise.
26202         (DF_1_NOHDR): Likewise.
26203         (DF_1_EDITED): Likewise.
26204         (DF_1_NORELOC): Likewise.
26205         (DF_1_SYMINTPOSE): Likewise.
26206         (DF_1_GLOBAUDIT): Likewise.
26207         (DF_1_SINGLETON): Likewise.
26208         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
26209         DT_1_SUPPORTED_MASK bits.
26210         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
26211
26212 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
26213
26214         * sysdeps/unix/make-syscalls.sh: Document prefixes.
26215
26216 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
26217
26218         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
26219         macro.
26220
26221         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
26222         (sendmmsg): Move declarations...
26223         * socket/sys/socket.h: ... here.
26224         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
26225         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
26226         include it from...
26227         * socket/recvmmsg.c: ... this new file.
26228         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
26229         (sendmmsg): Rename to __sendmmsg, create weak alias and make
26230         definition of __sendmmsg hidden.
26231         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
26232         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
26233         Move ENOSYS stub into and include it from...
26234         * socket/sendmmsg.c: ... this new file.
26235         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
26236         (sysdep_routines): Move recvmmsg and sendmmsg...
26237         * socket/Makefile (routines): ... here.
26238         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
26239         (GLIBC_PRIVATE): Add __sendmmsg.
26240         * include/sys/socket.h (__sendmmsg): Add declarations.
26241         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
26242         sendmmsg.
26243
26244 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
26245
26246         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
26247         variable I1 with __attribute__ ((unused)).
26248         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
26249
26250 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
26251
26252         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
26253         DUMMY variables with __attribute__ ((unused)).
26254
26255         * bits/byteswap.h: Include <bits/types.h>.
26256         (__bswap_64): Use __uint64_t instead of unsigned long long int.
26257
26258 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
26259
26260         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
26261         string_t.  Do not manually set errno.
26262         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
26263         length with __strnlen.  Make sure to both set errno and return it on
26264         failure.
26265
26266 2012-11-19  David S. Miller  <davem@davemloft.net>
26267
26268         With help from Joseph Myers.
26269         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
26270         very large arguments properly.
26271         * math/libm-test.inc (atan_test): New tests.
26272         (atan2_test): New tests.
26273         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26274         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26275
26276 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
26277
26278         [BZ #14856]
26279         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
26280         Define to 3.
26281
26282         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
26283         [POSIX] (EADDRNOTAVAIL): Likewise.
26284         [POSIX] (EAFNOSUPPORT): Likewise.
26285         [POSIX] (EALREADY): Likewise.
26286         [POSIX] (ECONNABORTED): Likewise.
26287         [POSIX] (ECONNREFUSED): Likewise.
26288         [POSIX] (ECONNRESET): Likewise.
26289         [POSIX] (EDESTADDRREQ): Likewise.
26290         [POSIX] (EDQUOT): Likewise.
26291         [POSIX] (EHOSTUNREACH): Likewise.
26292         [POSIX] (EIDRM): Likewise.
26293         [POSIX] (EISCONN): Likewise.
26294         [POSIX] (ELOOP): Likewise.
26295         [POSIX] (EMULTIHOP): Likewise.
26296         [POSIX] (ENETDOWN): Likewise.
26297         [POSIX] (ENETUNREACH): Likewise.
26298         [POSIX] (ENOBUFS): Likewise.
26299         [POSIX] (ENODATA): Likewise.
26300         [POSIX] (ENOLINK): Likewise.
26301         [POSIX] (ENOMSG): Likewise.
26302         [POSIX] (ENOPROTOOPT): Likewise.
26303         [POSIX] (ENOSR): Likewise.
26304         [POSIX] (ENOSTR): Likewise.
26305         [POSIX] (ENOTCONN): Likewise.
26306         [POSIX] (ENOTSOCK): Likewise.
26307         [POSIX] (EOPNOTSUPP): Likewise.
26308         [POSIX] (EOVERFLOW): Likewise.
26309         [POSIX] (EPROTO): Likewise.
26310         [POSIX] (EPROTONOSUPPORT): Likewise.
26311         [POSIX] (EPROTOTYPE): Likewise.
26312         [POSIX] (ESTALE): Likewise.
26313         [POSIX] (ETIME): Likewise.
26314         [POSIX] (ETXTBSY): Likewise.
26315         [POSIX] (EWOULDBLOCK): Likewise.
26316         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
26317         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
26318         [POSIX] (SEEK_CUR): Likewise.
26319         [POSIX] (SEEK_END): Likewise.
26320         [POSIX || UNIX98] (mode_t): Do not require.
26321         [POSIX] (off_t): Likewise.
26322         [POSIX] (pid_t): Likewise.
26323         [POSIX] (sys/stat.h): Do not allow header.
26324         [POSIX] (unistd.h): Likewise.
26325         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
26326         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
26327         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
26328         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
26329         require.
26330         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
26331         sigevent): Specify elements.
26332         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
26333         entry.
26334         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
26335         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
26336
26337         * conform/data/cpio.h-data [POSIX]: Disable whole file.
26338         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
26339         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
26340         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
26341         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
26342         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
26343         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
26344         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
26345         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
26346         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
26347         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
26348         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
26349         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
26350         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
26351         Likewise.
26352         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
26353         Likewise.
26354         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
26355         Likewise.
26356         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
26357         Likewise.
26358         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
26359         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
26360         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
26361         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
26362         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
26363         Specify lower bound on value.
26364         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
26365         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
26366         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
26367         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
26368         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
26369         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
26370         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
26371         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
26372         value.
26373         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
26374         as optional.
26375         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
26376         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
26377         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
26378         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
26379         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
26380         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
26381         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
26382         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
26383         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
26384         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
26385         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
26386         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
26387         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
26388         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
26389         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
26390         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
26391         entry.
26392         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
26393         optional.
26394         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
26395         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
26396         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
26397         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
26398         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
26399         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
26400         Likewise.
26401         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
26402         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
26403         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
26404         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
26405         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
26406         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
26407         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
26408         as optional.
26409         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
26410         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
26411         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
26412         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
26413         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
26414         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
26415         specify as optional.
26416         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
26417         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
26418         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
26419         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
26420         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
26421         [XPG3] (NL_LANGMAX): Likewise.
26422         [POSIX || XPG3] (NL_MSGMAX): Likewise.
26423         [POSIX || XPG3] (NL_NMAX): Likewise.
26424         [POSIX || XPG3] (NL_SETMAX): Likewise.
26425         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
26426         [XPG3] (NZERO): Likewise.
26427         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
26428         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
26429         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
26430         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
26431         (REG_ERANGE): Expect.
26432         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
26433         optional-constant.
26434         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
26435         Use (void) in prototype.
26436         [POSIX] (*_t): Allow.
26437         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
26438         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
26439         (WRDE_BADVAL): Expect.
26440
26441         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
26442         expect.
26443         [XPG3 || XPG4] (O_RSYNC): Likewise.
26444         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
26445         Likewise.
26446         [XPG3 || XPG4] (pthread_sigmask): Likewise.
26447         [XPG3 || XPG4] (sigqueue): Likewise.
26448         [XPG3 || XPG4] (sigtimedwait): Likewise.
26449         [XPG3 || XPG4] (sigwaitinfo): Likewise.
26450         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
26451         [XPG3 || XPG4] (vsnprintf): Likewise.
26452         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
26453         Likewise.
26454         [XPG3 || XPG4] (blksize_t): Likewise.
26455         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
26456         Likewise.
26457         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
26458         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
26459         [XPG3 || XPG4] (struct itimerspec): Likewise.
26460         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
26461         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
26462         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
26463         [XPG3 || XPG4] (clockid_t): Likewise.
26464         [XPG3 || XPG4] (timer_t): Likewise.
26465         [XPG3 || XPG4] (clock_getres): Likewise.
26466         [XPG3 || XPG4] (clock_gettime): Likewise.
26467         [XPG3 || XPG4] (clock_settime): Likewise.
26468         [XPG3 || XPG4] (nanosleep): Likewise.
26469         [XPG3 || XPG4] (timer_create): Likewise.
26470         [XPG3 || XPG4] (timer_delete): Likewise.
26471         [XPG3 || XPG4] (timer_gettime): Likewise.
26472         [XPG3 || XPG4] (timer_getoverrun): Likewise.
26473         [XPG3 || XPG4] (timer_settime): Likewise.
26474         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
26475         [XPG3 || XPG4] (getlogin_r): Likewise.
26476         [XPG3 || XPG4] (pread): Likewise.
26477         [XPG3 || XPG4] (pthread_atfork): Likewise.
26478         [XPG3 || XPG4] (pwrite): Likewise.
26479
26480         [BZ #14835]
26481         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
26482         <bits/siginfo.h>.
26483
26484 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
26485
26486         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
26487         finalizing MALLSTREAM.
26488
26489         * sysdeps/mach/hurd/syncfs.c: New file.
26490
26491 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26492
26493         [BZ #14719]
26494         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
26495         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
26496         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
26497         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
26498         (_nss_dns_gethostbyname4_r): Likewise.
26499         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
26500         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
26501
26502 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
26503
26504         [BZ #13763]
26505         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
26506
26507 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
26508
26509         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
26510         * elf/cache.c (print_entry): Print ",AArch64" for
26511         FLAG_AARCH64_LIB64
26512
26513         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
26514         * elf/cache.c (print_entry): Print ",hard-float" for
26515         FLAG_ARM_LIBHF.
26516
26517 2012-11-18  David S. Miller  <davem@davemloft.net>
26518
26519         With help from Joseph Myers.
26520         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
26521         cutoff to 2**-13.
26522         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
26523         cutoff to 2**-25.
26524         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
26525         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
26526         small.
26527         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
26528         * math/libm-test.inc (y0_test): New tests.
26529         (y1_test): New tests.
26530         * sysdeps/i386/fpu/libm-test-ulps: Update.
26531         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26532         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26533
26534 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
26535
26536         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
26537         64-bit targets.
26538         * configure: Regenerated.
26539
26540 2012-11-17  David S. Miller  <davem@davemloft.net>
26541
26542         [BZ #14811]
26543         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
26544         nonzero exponents with absolute value below 0x1p-128 to +/-
26545         0x1p-128.
26546
26547 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
26548
26549         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
26550
26551         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
26552
26553         * posix/getconf-speclist.c: New file.
26554         * posix/posix-envs.def: Likewise.
26555         * posix/confstr.c (START_ENV_GROUP): New macro.
26556         (END_ENV_GROUP): Likewise.
26557         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
26558         (KNOWN_PRESENT_ENV_STRING): Likewise.
26559         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
26560         (UNKNOWN_ENVIRONMENT): Likewise.
26561         (confstr): Include posix-envs.def instead of handling
26562         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
26563         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
26564         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
26565         (END_ENV_GROUP): Likewise.
26566         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
26567         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
26568         (UNKNOWN_ENVIRONMENT): Likewise.
26569         (__sysconf): Include posix-envs.def instead of handling associated
26570         cases directly here.
26571         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
26572         preprocessing getconf-speclist.c rather than running getconf or
26573         generating empty file.
26574
26575 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
26576
26577         * scripts/check-local-headers.sh: Ignore 'mach' headers.
26578
26579 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
26580
26581         [BZ #14672]
26582         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
26583
26584 2012-11-16  David S. Miller  <davem@davemloft.net>
26585
26586         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
26587         smaller than LDBL_EPSILON/2.0L, just return xm1.
26588
26589 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
26590
26591         * elf/tst-array1.c (init): Set constructor priority to 1000.
26592         (fini): Set destructor priority to 1000.
26593         * elf/tst-array2dep.c: Likewise.
26594
26595 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26596
26597         [BZ #11741]
26598         * libio/fileops.c (_IO_new_file_write): Correctly return error.
26599         (_IO_new_file_xsputn): Also return EOF if none of the input
26600         data was written when overflow failed.
26601         * libio/iopadn.c (_IO_padn): Likewise.
26602         * libio/iowpadn.c (_IO_wpadn): Likewise.
26603         * stdio-common/tst-put-error.c: Add copyright notice.
26604         (do_test): Add case for printing padded string.
26605         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
26606         _IO_padn returned error.
26607         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
26608         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
26609         return EOF.
26610
26611 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26612
26613         * libio/libioP.h: Add comment note that the references to C++
26614         bits are now obsolete.
26615
26616 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26617
26618         * math/libm-test.inc (check_complex): Use asprintf.
26619
26620 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
26621
26622         * debug/pcprofiledump.c (print_version): Update copyright year.
26623         * malloc/memusagestat.c (print_version): Likewise.
26624
26625 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
26626
26627         [BZ #14831]
26628         * elf/Makefile (tests): Add tst-audit8.
26629         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
26630         ($(objpfx)tst-audit8.out): New target.
26631         (tst-audit8-ENV): New variable.
26632         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
26633         audit if l_reloc_result is NULL.
26634         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
26635         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
26636         * elf/tst-audit8.c: New file.
26637
26638 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26639
26640         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
26641         * misc/Makefile (CFLAGS-select.c): Define.
26642         * posix/Makefile (CFLAGS-pause.c): Define.
26643
26644 2012-11-13  David S. Miller  <davem@davemloft.net>
26645
26646         * crypt/Makefile: Move test targets after toplevel Rules
26647         inclusion.  Grab any necessary sysdep routines when linking.
26648         * crypt/md5.c (md5_process_block): Remove define, we will always
26649         name it __md5_process_block.
26650         (md5_finish_ctx): Update md5_process_block call.
26651         (md5_stream): Likewise.
26652         (md5_process_bytes): Likewise.
26653         (md5_process_block): Rename to __md5_process_block and move to ...
26654         * crypt/md5-block.c: ... here.
26655         * crypt/sha256.c (sha256_process_block): Move to ...
26656         * crypt/sha256-block.c: ... here.
26657         * crypt/sha512.c (sha512_process_block): Move to ...
26658         * crypt/sha512-block.c: ... here.
26659         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
26660         path.
26661         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
26662         * sysdeps/sparc/sparc64/multiarch/Makefile
26663         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
26664         crypt subdir.
26665         (localedef-aux): Add md5 crypto assembler when in locale subdir.
26666         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
26667         multiarch changes.
26668         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
26669         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
26670         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
26671         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
26672         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
26673         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
26674         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
26675         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
26676         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
26677         file.
26678         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
26679         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
26680         file.
26681         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
26682
26683 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
26684
26685         * timezone/tzselect.ksh: Update from tzcode git revision
26686         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
26687         * timezone/zdump.c: Likewise.
26688         * timezone/zic.c: Likewise.
26689         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
26690         in TZVERSION setting, not $(PKGVERSION).
26691         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
26692         REPORT_BUGS_TO settings.
26693
26694         [BZ #14838]
26695         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
26696         macro.
26697
26698 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26699
26700         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
26701         detection to immediately after _FP_ROUND().
26702         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
26703         bits are 0.
26704
26705 2012-11-11  David S. Miller  <davem@davemloft.net>
26706
26707         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
26708         inttypes.h
26709         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
26710         __close rather than their public counterparts.
26711
26712 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
26713
26714         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
26715         file.
26716         [UNIX98] (sem_timedwait): Do not expect.
26717         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
26718         [XPG4 || UNIX98] (sockatmark): Do not expect.
26719         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
26720         (clock_getcpuclockid): Do not expect.
26721         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
26722         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
26723         Do not expect.
26724         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
26725         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
26726         [UNIX98] (vwscanf): Likewise.
26727         [UNIX98] (vswscanf): Likewise.
26728
26729 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
26730
26731         * timezone/version.h: Remove file.
26732         * timezone/README: Do not refer to version.h.
26733         * timezone/Makefile ($(objpfx)zic.o): New dependency on
26734         $(objpfx)version.h.
26735         ($(objpfx)zdump.o): Likewise.
26736         ($(objpfx)version.h): New target.
26737
26738         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
26739         2012i.
26740         * timezone/README: Don't mention modification to tzselect.ksh.
26741         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
26742         work on unmodified tzselect.ksh.  Substitute version numbers in
26743         tzselect.ksh.
26744
26745         * Makefile (format-me): Remove.
26746         (INSTALL): Adjust indentation.  Use commands directly instead of
26747         using $(format-me).
26748
26749         * aclocal.m4 (ACX_PKGVERSION): New macro.
26750         (ACX_BUGURL): Likewise.
26751         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
26752         (PKGVERSION): New AC_DEFINE_UNQUOTED.
26753         (REPORT_BUGS_TO): Likewise.
26754         * configure: Regenerated.
26755         * config.h.in (PKGVERSION): New macro.
26756         (REPORT_BUGS_TO): Likewise.
26757         * config.make.in (PKGVERSION): New variable.
26758         (PKGVERSION_TEXI): Likewise.
26759         (REPORT_BUGS_TO): Likewise.
26760         (REPORT_BUGS_TEXI): Likewise.
26761         * Makefile (format-me): Use -I$(common-objpfx)manual.
26762         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
26763         ($(common-objpfx)manual/%): New target.
26764         (manual/%): Remove target.
26765         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
26766         (print_version): Use PKGVERSION.
26767         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
26768         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
26769         and REPORT_BUGS_TO.
26770         ($(objpfx)xtrace): Likewise.
26771         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
26772         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
26773         (print_version): Use PKGVERSION.
26774         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
26775         (do_version): Use PKGVERSION.
26776         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
26777         REPORT_BUGS_TO.
26778         (common-ldd-rewrite): Likewise.
26779         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
26780         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
26781         (print_version): Use PKGVERSION.
26782         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
26783         * elf/pldd.c (argp_program_bug_address): Remove variable.
26784         (more_help): New function.
26785         (argp): Use more_help.
26786         (print_version): Use PKGVERSION.
26787         * elf/sln.c (main): Use PKGVERSION.
26788         (usage): Use REPORT_BUGS_TO.
26789         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
26790         (top level): Use PKGVERSION.
26791         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
26792         (print_version): Use PKGVERSION.
26793         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
26794         (print_version): Use PKGVERSION.
26795         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
26796         (print_version): Use PKGVERSION.
26797         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
26798         (print_version): Use PKGVERSION.
26799         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
26800         (print_version): Use PKGVERSION.
26801         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
26802         (print_version): Use PKGVERSION.
26803         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
26804         and BUGURL.
26805         ($(objpfx)memusage): Likewise.
26806         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
26807         (do_version): Use PKGVERSION.
26808         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
26809         (print_version): Use PKGVERSION.
26810         * malloc/mtrace.pl ($PACKAGE): Remove variable.
26811         ($PKGVERSION): New variable.
26812         ($REPORT_BUGS_TO): Likewise.
26813         (usage): Use $REPORT_BUGS_TO.
26814         (top level): Use $PKGVERSION.
26815         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
26816         ($(objpfx)pkgvers.texi): New rule.
26817         ($(objpfx)stamp-pkgvers): Likewise.
26818         * manual/install.texi: Include pkgvers.texi.
26819         (--with-pkgversion): Document new configure option.
26820         (--with-bugurl): Likewise.
26821         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
26822         than necessarily for this particular distribution.  Use
26823         REPORT_BUGS_TO for where to report bugs.
26824         * INSTALL: Regenerated.
26825         * manual/libc.texinfo: Include pkgvers.texi.
26826         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
26827         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
26828         (print_version): Use PKGVERSION.
26829         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
26830         (print_version): Use PKGVERSION.
26831         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
26832         (print_version): Use PKGVERSION.
26833         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
26834         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
26835         macro.
26836         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
26837         (print_version): Use PKGVERSION.
26838         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
26839         (print_version): Use PKGVERSION.
26840         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
26841         and PKGVERSION.
26842
26843         * timezone/checktab.awk: Update from tzcode 2012i.
26844         * timezone/ialloc.c: Likewise.
26845         * timezone/private.h: Likewise.
26846         * timezone/scheck.c: Likewise.
26847         * timezone/tzfile.h: Likewise.
26848         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
26849         (TZVERSION): Hardcode tzcode version number.
26850         * timezone/zdump.c: Update from tzcode 2012i.
26851         * timezone/zic.c: Likewise.
26852         * timezone/version.h: New file.
26853         * timezone/README: Describe version.h.  Update upstream location.
26854
26855         [BZ #14824]
26856         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
26857         (mktemp): Enable declaration.
26858         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
26859         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
26860         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
26861         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
26862         Likewise.
26863         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
26864         Likewise.
26865         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
26866         Likewise.
26867         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
26868         Likewise.
26869         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
26870         Likewise.
26871         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
26872         Likewise.
26873
26874         [BZ #14821]
26875         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
26876         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
26877         for copies of such integer values.
26878         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
26879         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
26880
26881 2012-11-09  Andreas Jaeger  <aj@suse.de>
26882
26883         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
26884         definitions and declarations that are provided by
26885         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
26886
26887 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26888
26889         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
26890         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
26891         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
26892         definition.
26893
26894 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26895
26896         * elf/elf.h: Update comment before AArch64 relocations.
26897
26898 2012-11-07  David S. Miller  <davem@davemloft.net>
26899
26900         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
26901         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
26902         (__start_context): Declare.
26903         (__makecontext_ret): Delete.
26904         (__makecontext): Hook up __start_context instead of
26905         __makecontext_ret.
26906         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
26907         (sysdep_routines): Add __start_context when in stdlib.
26908
26909 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
26910
26911         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
26912         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
26913         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
26914         hardcoded "nm".
26915         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
26916         (READELF): New variable.  Use it instead of hardcoded "readelf".
26917
26918 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
26919
26920         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
26921         * sysdeps/x86/Makefile: Here.
26922         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
26923         * sysdeps/x86/tst-xmmymm.sh: This.
26924
26925 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
26926
26927         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
26928         expectations.
26929         [UNIX98] (pthread_barrier_t): Do not expect.
26930         [UNIX98] (pthread_barrierattr_t): Likewise.
26931         [UNIX98] (pthread_spinlock_t): Likewise.
26932         [UNIX98] (pthread_barrier_destroy): Likewise.
26933         [UNIX98] (pthread_barrier_init): Likewise.
26934         [UNIX98] (pthread_barrier_wait): Likewise.
26935         [UNIX98] (pthread_barrierattr_destroy): Likewise.
26936         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
26937         [UNIX98] (pthread_barrierattr_init): Likewise.
26938         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
26939         [UNIX98] (pthread_getcpuclockid): Likewise.
26940         [UNIX98] (pthread_mutex_timedlock): Likewise.
26941         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
26942         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
26943         [UNIX98] (pthread_sigmask): Likewise.
26944         [UNIX98] (pthread_spin_destroy): Likewise.
26945         [UNIX98] (pthread_spin_init): Likewise.
26946         [UNIX98] (pthread_spin_lock): Likewise.
26947         [UNIX98] (pthread_spin_trylock): Likewise.
26948         [UNIX98] (pthread_spin_unlock): Likewise.
26949         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
26950         Do not expect.
26951         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
26952         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
26953         [XPG3 || XPG4] (pthread_cond_t): Likewise.
26954         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
26955         [XPG3 || XPG4] (pthread_key_t): Likewise.
26956         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
26957         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
26958         [XPG3 || XPG4] (pthread_once_t): Likewise.
26959         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
26960         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
26961         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
26962         [XPG3 || XPG4] (pthread_t): Likewise.
26963
26964         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
26965         not expect.
26966         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
26967
26968         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
26969         Change function return type to int.
26970
26971         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
26972         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
26973         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
26974         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
26975         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
26976         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
26977         [!POSIX] (posix_madvise): Likewise.
26978         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
26979         && !UNIX98].
26980         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
26981         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
26982         (mode_t): Likewise.
26983         (posix_mem_offset): Likewise.
26984         (posix_typed_mem_get_info): Likewise.
26985         (posix_typed_mem_open): Likewise.
26986
26987         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
26988         Change condition to [XOPEN2K8].
26989
26990         * conform/conformtest.pl: Preprocess allow-header data with -x c
26991         instead of from stdin.
26992         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
26993         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
26994         [C99-based standards] (cerfc): Likewise.
26995         [C99-based standards] (cexp2): Likewise.
26996         [C99-based standards] (cexpm1): Likewise.
26997         [C99-based standards] (clog10): Likewise.
26998         [C99-based standards] (clog1p): Likewise.
26999         [C99-based standards] (clog2): Likewise.
27000         [C99-based standards] (clgamma): Likewise.
27001         [C99-based standards] (ctgamma): Likewise.
27002         [C99-based standards] (cerff): Likewise.
27003         [C99-based standards] (cerfcf): Likewise.
27004         [C99-based standards] (cexp2f): Likewise.
27005         [C99-based standards] (cexpm1f): Likewise.
27006         [C99-based standards] (clog10f): Likewise.
27007         [C99-based standards] (clog1pf): Likewise.
27008         [C99-based standards] (clog2f): Likewise.
27009         [C99-based standards] (clgammaf): Likewise.
27010         [C99-based standards] (ctgammaf): Likewise.
27011         [C99-based standards] (cerfl): Likewise.
27012         [C99-based standards] (cerfcl): Likewise.
27013         [C99-based standards] (cexp2l): Likewise.
27014         [C99-based standards] (cexpm1l): Likewise.
27015         [C99-based standards] (clog10l): Likewise.
27016         [C99-based standards] (clog1pl): Likewise.
27017         [C99-based standards] (clog2l): Likewise.
27018         [C99-based standards] (clgammal): Likewise.
27019         [C99-based standards] (ctgammal): Likewise.
27020         * conform/data/inttypes.h-data [C99-based standards]: Include
27021         stdint.h-data.  Remove all expectations for stdint.h contents.
27022         [C99-based standards] (PRI*): Do not allow.
27023         [C99-based standards] (SCN*): Likewise.
27024         [C99-based standards] (*_t): Likewise.
27025         [C99-based-standards] (PRId8): Expect macro.
27026         [C99-based-standards] (PRIi8): Likewise.
27027         [C99-based-standards] (PRIo8): Likewise.
27028         [C99-based-standards] (PRIu8): Likewise.
27029         [C99-based-standards] (PRIx8): Likewise.
27030         [C99-based-standards] (PRIX8): Likewise.
27031         [C99-based-standards] (SCNd8): Likewise.
27032         [C99-based-standards] (SCNi8): Likewise.
27033         [C99-based-standards] (SCNo8): Likewise.
27034         [C99-based-standards] (SCNu8): Likewise.
27035         [C99-based-standards] (SCNx8): Likewise.
27036         [C99-based-standards] (PRIdLEAST8): Likewise.
27037         [C99-based-standards] (PRIiLEAST8): Likewise.
27038         [C99-based-standards] (PRIoLEAST8): Likewise.
27039         [C99-based-standards] (PRIuLEAST8): Likewise.
27040         [C99-based-standards] (PRIxLEAST8): Likewise.
27041         [C99-based-standards] (PRIXLEAST8): Likewise.
27042         [C99-based-standards] (SCNdLEAST8): Likewise.
27043         [C99-based-standards] (SCNiLEAST8): Likewise.
27044         [C99-based-standards] (SCNoLEAST8): Likewise.
27045         [C99-based-standards] (SCNuLEAST8): Likewise.
27046         [C99-based-standards] (SCNxLEAST8): Likewise.
27047         [C99-based-standards] (PRIdFAST8): Likewise.
27048         [C99-based-standards] (PRIiFAST8): Likewise.
27049         [C99-based-standards] (PRIoFAST8): Likewise.
27050         [C99-based-standards] (PRIuFAST8): Likewise.
27051         [C99-based-standards] (PRIxFAST8): Likewise.
27052         [C99-based-standards] (PRIXFAST8): Likewise.
27053         [C99-based-standards] (SCNdFAST8): Likewise.
27054         [C99-based-standards] (SCNiFAST8): Likewise.
27055         [C99-based-standards] (SCNoFAST8): Likewise.
27056         [C99-based-standards] (SCNuFAST8): Likewise.
27057         [C99-based-standards] (SCNxFAST8): Likewise.
27058         [C99-based-standards] (PRId16): Likewise.
27059         [C99-based-standards] (PRIi16): Likewise.
27060         [C99-based-standards] (PRIo16): Likewise.
27061         [C99-based-standards] (PRIu16): Likewise.
27062         [C99-based-standards] (PRIx16): Likewise.
27063         [C99-based-standards] (PRIX16): Likewise.
27064         [C99-based-standards] (SCNd16): Likewise.
27065         [C99-based-standards] (SCNi16): Likewise.
27066         [C99-based-standards] (SCNo16): Likewise.
27067         [C99-based-standards] (SCNu16): Likewise.
27068         [C99-based-standards] (SCNx16): Likewise.
27069         [C99-based-standards] (PRIdLEAST16): Likewise.
27070         [C99-based-standards] (PRIiLEAST16): Likewise.
27071         [C99-based-standards] (PRIoLEAST16): Likewise.
27072         [C99-based-standards] (PRIuLEAST16): Likewise.
27073         [C99-based-standards] (PRIxLEAST16): Likewise.
27074         [C99-based-standards] (PRIXLEAST16): Likewise.
27075         [C99-based-standards] (SCNdLEAST16): Likewise.
27076         [C99-based-standards] (SCNiLEAST16): Likewise.
27077         [C99-based-standards] (SCNoLEAST16): Likewise.
27078         [C99-based-standards] (SCNuLEAST16): Likewise.
27079         [C99-based-standards] (SCNxLEAST16): Likewise.
27080         [C99-based-standards] (PRIdFAST16): Likewise.
27081         [C99-based-standards] (PRIiFAST16): Likewise.
27082         [C99-based-standards] (PRIoFAST16): Likewise.
27083         [C99-based-standards] (PRIuFAST16): Likewise.
27084         [C99-based-standards] (PRIxFAST16): Likewise.
27085         [C99-based-standards] (PRIXFAST16): Likewise.
27086         [C99-based-standards] (SCNdFAST16): Likewise.
27087         [C99-based-standards] (SCNiFAST16): Likewise.
27088         [C99-based-standards] (SCNoFAST16): Likewise.
27089         [C99-based-standards] (SCNuFAST16): Likewise.
27090         [C99-based-standards] (SCNxFAST16): Likewise.
27091         [C99-based-standards] (PRId32): Likewise.
27092         [C99-based-standards] (PRIi32): Likewise.
27093         [C99-based-standards] (PRIo32): Likewise.
27094         [C99-based-standards] (PRIu32): Likewise.
27095         [C99-based-standards] (PRIx32): Likewise.
27096         [C99-based-standards] (PRIX32): Likewise.
27097         [C99-based-standards] (SCNd32): Likewise.
27098         [C99-based-standards] (SCNi32): Likewise.
27099         [C99-based-standards] (SCNo32): Likewise.
27100         [C99-based-standards] (SCNu32): Likewise.
27101         [C99-based-standards] (SCNx32): Likewise.
27102         [C99-based-standards] (PRIdLEAST32): Likewise.
27103         [C99-based-standards] (PRIiLEAST32): Likewise.
27104         [C99-based-standards] (PRIoLEAST32): Likewise.
27105         [C99-based-standards] (PRIuLEAST32): Likewise.
27106         [C99-based-standards] (PRIxLEAST32): Likewise.
27107         [C99-based-standards] (PRIXLEAST32): Likewise.
27108         [C99-based-standards] (SCNdLEAST32): Likewise.
27109         [C99-based-standards] (SCNiLEAST32): Likewise.
27110         [C99-based-standards] (SCNoLEAST32): Likewise.
27111         [C99-based-standards] (SCNuLEAST32): Likewise.
27112         [C99-based-standards] (SCNxLEAST32): Likewise.
27113         [C99-based-standards] (PRIdFAST32): Likewise.
27114         [C99-based-standards] (PRIiFAST32): Likewise.
27115         [C99-based-standards] (PRIoFAST32): Likewise.
27116         [C99-based-standards] (PRIuFAST32): Likewise.
27117         [C99-based-standards] (PRIxFAST32): Likewise.
27118         [C99-based-standards] (PRIXFAST32): Likewise.
27119         [C99-based-standards] (SCNdFAST32): Likewise.
27120         [C99-based-standards] (SCNiFAST32): Likewise.
27121         [C99-based-standards] (SCNoFAST32): Likewise.
27122         [C99-based-standards] (SCNuFAST32): Likewise.
27123         [C99-based-standards] (SCNxFAST32): Likewise.
27124         [C99-based-standards] (PRId64): Likewise.
27125         [C99-based-standards] (PRIi64): Likewise.
27126         [C99-based-standards] (PRIo64): Likewise.
27127         [C99-based-standards] (PRIu64): Likewise.
27128         [C99-based-standards] (PRIx64): Likewise.
27129         [C99-based-standards] (PRIX64): Likewise.
27130         [C99-based-standards] (SCNd64): Likewise.
27131         [C99-based-standards] (SCNi64): Likewise.
27132         [C99-based-standards] (SCNo64): Likewise.
27133         [C99-based-standards] (SCNu64): Likewise.
27134         [C99-based-standards] (SCNx64): Likewise.
27135         [C99-based-standards] (PRIdLEAST64): Likewise.
27136         [C99-based-standards] (PRIiLEAST64): Likewise.
27137         [C99-based-standards] (PRIoLEAST64): Likewise.
27138         [C99-based-standards] (PRIuLEAST64): Likewise.
27139         [C99-based-standards] (PRIxLEAST64): Likewise.
27140         [C99-based-standards] (PRIXLEAST64): Likewise.
27141         [C99-based-standards] (SCNdLEAST64): Likewise.
27142         [C99-based-standards] (SCNiLEAST64): Likewise.
27143         [C99-based-standards] (SCNoLEAST64): Likewise.
27144         [C99-based-standards] (SCNuLEAST64): Likewise.
27145         [C99-based-standards] (SCNxLEAST64): Likewise.
27146         [C99-based-standards] (PRIdFAST64): Likewise.
27147         [C99-based-standards] (PRIiFAST64): Likewise.
27148         [C99-based-standards] (PRIoFAST64): Likewise.
27149         [C99-based-standards] (PRIuFAST64): Likewise.
27150         [C99-based-standards] (PRIxFAST64): Likewise.
27151         [C99-based-standards] (PRIXFAST64): Likewise.
27152         [C99-based-standards] (SCNdFAST64): Likewise.
27153         [C99-based-standards] (SCNiFAST64): Likewise.
27154         [C99-based-standards] (SCNoFAST64): Likewise.
27155         [C99-based-standards] (SCNuFAST64): Likewise.
27156         [C99-based-standards] (SCNxFAST64): Likewise.
27157         [C99-based-standards] (PRIdMAX): Likewise.
27158         [C99-based-standards] (PRIiMAX): Likewise.
27159         [C99-based-standards] (PRIoMAX): Likewise.
27160         [C99-based-standards] (PRIuMAX): Likewise.
27161         [C99-based-standards] (PRIxMAX): Likewise.
27162         [C99-based-standards] (PRIXMAX): Likewise.
27163         [C99-based-standards] (SCNdMAX): Likewise.
27164         [C99-based-standards] (SCNiMAX): Likewise.
27165         [C99-based-standards] (SCNoMAX): Likewise.
27166         [C99-based-standards] (SCNuMAX): Likewise.
27167         [C99-based-standards] (SCNxMAX): Likewise.
27168         [C99-based-standards] (PRIdPTR): Likewise.
27169         [C99-based-standards] (PRIiPTR): Likewise.
27170         [C99-based-standards] (PRIoPTR): Likewise.
27171         [C99-based-standards] (PRIuPTR): Likewise.
27172         [C99-based-standards] (PRIxPTR): Likewise.
27173         [C99-based-standards] (PRIXPTR): Likewise.
27174         [C99-based-standards] (SCNdPTR): Likewise.
27175         [C99-based-standards] (SCNiPTR): Likewise.
27176         [C99-based-standards] (SCNoPTR): Likewise.
27177         [C99-based-standards] (SCNuPTR): Likewise.
27178         [C99-based-standards] (SCNxPTR): Likewise.
27179         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
27180         allow.
27181         * conform/data/stdint.h-data: Update comments to clarify
27182         requirements.
27183         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
27184         type.
27185         [C99-based standards] (INT8_MAX): Likewise.
27186         [C99-based standards] (INT16_MIN): Likewise.
27187         [C99-based standards] (INT16_MAX): Likewise.
27188         [C99-based standards] (INT32_MIN): Likewise.
27189         [C99-based standards] (INT32_MAX): Likewise.
27190         [C99-based standards] (INT64_MIN): Likewise.
27191         [C99-based standards] (INT64_MAX): Likewise.
27192         [C99-based standards] (UINT8_MAX): Likewise.
27193         [C99-based standards] (UINT16_MAX): Likewise.
27194         [C99-based standards] (UINT32_MAX): Likewise.
27195         [C99-based standards] (UINT64_MAX): Likewise.
27196         [C99-based standards] (INT_LEAST8_MIN): Likewise.
27197         [C99-based standards] (INT_LEAST8_MAX): Likewise.
27198         [C99-based standards] (INT_LEAST16_MIN): Likewise.
27199         [C99-based standards] (INT_LEAST16_MAX): Likewise.
27200         [C99-based standards] (INT_LEAST32_MIN): Likewise.
27201         [C99-based standards] (INT_LEAST32_MAX): Likewise.
27202         [C99-based standards] (INT_LEAST64_MIN): Likewise.
27203         [C99-based standards] (INT_LEAST64_MAX): Likewise.
27204         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
27205         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
27206         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
27207         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
27208         [C99-based standards] (INT_FAST8_MIN): Likewise.
27209         [C99-based standards] (INT_FAST8_MAX): Likewise.
27210         [C99-based standards] (INT_FAST16_MIN): Likewise.
27211         [C99-based standards] (INT_FAST16_MAX): Likewise.
27212         [C99-based standards] (INT_FAST32_MIN): Likewise.
27213         [C99-based standards] (INT_FAST32_MAX): Likewise.
27214         [C99-based standards] (INT_FAST64_MIN): Likewise.
27215         [C99-based standards] (INT_FAST64_MAX): Likewise.
27216         [C99-based standards] (UINT_FAST8_MAX): Likewise.
27217         [C99-based standards] (UINT_FAST16_MAX): Likewise.
27218         [C99-based standards] (UINT_FAST32_MAX): Likewise.
27219         [C99-based standards] (UINT_FAST64_MAX): Likewise.
27220         [C99-based standards] (INTPTR_MIN): Likewise.
27221         [C99-based standards] (INTPTR_MAX): Likewise.
27222         [C99-based standards] (UINTPTR_MAX): Likewise.
27223         [C99-based standards] (INTMAX_MIN): Likewise.
27224         [C99-based standards] (INTMAX_MAX): Likewise.
27225         [C99-based standards] (UINTMAX_MAX): Likewise.
27226         [C99-based standards] (PTRDIFF_MIN): Likewise.
27227         [C99-based standards] (PTRDIFF_MAX): Likewise.
27228         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
27229         [C99-based standards] (SIZE_MAX): Likewise.
27230         [C99-based standards] (WCHAR_MAX): Likewise.
27231         [C99-based standards] (WINT_MAX): Likewise.
27232         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
27233         constraint on value.
27234         [C99-based standards] (WCHAR_MIN): Likewise.
27235         [C99-based standards] (WINT_MIN): Likewise.
27236         [C99-based standards] (*_t): Allow.
27237         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
27238         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
27239         Include math.h-data and complex.h-data.  Remove all expectations
27240         of math.h and complex.h contents.
27241         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
27242         at end of line.
27243         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
27244         (struct tm): Expect tag.
27245         [C99-based-standards] (wcstof): Expect function.
27246         [C99-based-standards] (wcstold): Likewise.
27247         [C99-based-standards] (wcstoll): Likewise.
27248         [C99-based-standards] (wcstoull): Likewise.
27249         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
27250         macro-int-constant.  Specify type.
27251         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
27252         constraint on value.
27253         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
27254         Specify type.
27255         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
27256         Specify value.
27257         [ISO C standards]: Do not allow headers.
27258         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
27259         wcs[abcdefghijklmnopqrstuvwxyz]*.
27260         [ISO C standards] (*_t): Do not allow.
27261         * conform/data/wctype.h-data [C99-based standards] (iswblank):
27262         Expect function.
27263         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
27264         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
27265         Specify type.
27266         [ISO C standards]: Do not allow headers.
27267         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
27268         is[abcdefghijklmnopqrstuvwxyz]*.
27269         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
27270         to[abcdefghijklmnopqrstuvwxyz]*.
27271         [ISO C standards] (*_t): Do not allow.
27272         * conform/data/stdalign.h-data: New file.
27273         * conform/data/stdbool.h-data: Likewise.
27274         * conform/data/stdnoreturn.h-data: Likewise.
27275
27276 2012-11-07  Roland McGrath  <roland@hack.frob.com>
27277
27278         [BZ #14815]
27279         * manual/filesys.texi (Directory Entries): Typo fix.
27280         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
27281
27282 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27283
27284         * elf/elf.h (EM_AARCH64): New macro.
27285         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
27286         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
27287         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
27288         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
27289         (R_AARCH64_TLSDESC): Likewise.
27290         (NT_ARM_TLS): Likewise.
27291         (NT_ARM_HW_BREAK): Likewise.
27292         (NT_ARM_HW_WATCH): Likewise.
27293
27294 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27295
27296         [BZ #14811]
27297         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
27298         (__ieee754_powl): Saturate nonzero exponents with absolute value
27299         below 0x1p-79 to +/- 0x1p-79.
27300         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
27301         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
27302         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
27303         nonzero exponents with absolute value below 0x1p-32 to +/-
27304         0x1p-32.
27305         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
27306         (__ieee754_powl): Saturate nonzero exponents with absolute value
27307         below 0x1p-79 to +/- 0x1p-79.
27308         * math/libm-test.inc (pow_test): Add more tests.
27309
27310 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27311
27312         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
27313         _dl_s390_cap_flags with kernel. Increase string length.
27314         (_dl_s390_platforms): Add z196 and zEC12.
27315
27316 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27317
27318         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
27319         Change XOPEN21K to XOPEN2K.
27320
27321 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
27322
27323         * string/memmove.c: Use memcpy when possible.
27324
27325 2012-11-06  Andreas Jaeger  <aj@suse.de>
27326
27327         * po/eo.po: Update from translation team.
27328
27329 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
27330
27331         [BZ #14793]
27332         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
27333         exponent and small x and y exponents, scale x or y up.  Increase
27334         by 2 the exponent used in scaling up.
27335         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
27336         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
27337         * math/libm-test.inc (fma_test): Add more tests.
27338         (fma_test_towardzero): Likewise.
27339         (fma_test_downward): Likewise.
27340         (fma_test_upward): Likewise.
27341
27342 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
27343
27344         [BZ #14805]
27345         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
27346         fenv_t *.
27347
27348         [BZ #14801]
27349         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
27350         namespace for names of struct fields.
27351         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
27352         fenv_t fields.
27353         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
27354         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
27355
27356 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
27357
27358         [BZ #3665]
27359         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
27360
27361 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
27362
27363         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
27364         PTR_DEMANGLE.
27365
27366         [BZ #5246]
27367         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
27368         PTR_DEMANGLE.
27369
27370 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
27371
27372         [BZ #14797]
27373         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
27374         definitely overflow as x * y not x * y + z.
27375         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
27376         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
27377         * math/libm-test.inc (fma_test): Add more tests.
27378         (fma_test_towardzero): Likewise.
27379         (fma_test_downward): Likewise.
27380         (fma_test_upward): Likewise.
27381
27382 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
27383
27384         [BZ #157]
27385
27386         * include/stub-tag.h: Remove file.
27387         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
27388         '#include' of it.
27389         * manual/maint.texi (Porting): Don't reference it.
27390         * Makerules ($(objpfx)stubs): Likewise.
27391         * dirent/closedir.c: Don't include <stub-tag.h>.
27392         * dirent/dirfd.c: Likewise.
27393         * dirent/fdopendir.c: Likewise.
27394         * dirent/getdents.c: Likewise.
27395         * dirent/getdents64.c: Likewise.
27396         * dirent/opendir.c: Likewise.
27397         * dirent/readdir.c: Likewise.
27398         * dirent/readdir64.c: Likewise.
27399         * dirent/readdir64_r.c: Likewise.
27400         * dirent/readdir_r.c: Likewise.
27401         * dirent/rewinddir.c: Likewise.
27402         * dirent/seekdir.c: Likewise.
27403         * dirent/telldir.c: Likewise.
27404         * gmon/profil.c: Likewise.
27405         * grp/setgroups.c: Likewise.
27406         * inet/if_index.c: Likewise.
27407         * io/access.c: Likewise.
27408         * io/chdir.c: Likewise.
27409         * io/chmod.c: Likewise.
27410         * io/chown.c: Likewise.
27411         * io/close.c: Likewise.
27412         * io/dup.c: Likewise.
27413         * io/dup2.c: Likewise.
27414         * io/dup3.c: Likewise.
27415         * io/euidaccess.c: Likewise.
27416         * io/faccessat.c: Likewise.
27417         * io/fchdir.c: Likewise.
27418         * io/fchmod.c: Likewise.
27419         * io/fchmodat.c: Likewise.
27420         * io/fchown.c: Likewise.
27421         * io/fchownat.c: Likewise.
27422         * io/fcntl.c: Likewise.
27423         * io/flock.c: Likewise.
27424         * io/fstatfs.c: Likewise.
27425         * io/fstatfs64.c: Likewise.
27426         * io/fstatvfs.c: Likewise.
27427         * io/fstatvfs64.c: Likewise.
27428         * io/futimens.c: Likewise.
27429         * io/fxstat.c: Likewise.
27430         * io/fxstat64.c: Likewise.
27431         * io/fxstatat.c: Likewise.
27432         * io/fxstatat64.c: Likewise.
27433         * io/getcwd.c: Likewise.
27434         * io/isatty.c: Likewise.
27435         * io/lchmod.c: Likewise.
27436         * io/lchown.c: Likewise.
27437         * io/link.c: Likewise.
27438         * io/linkat.c: Likewise.
27439         * io/lseek.c: Likewise.
27440         * io/lseek64.c: Likewise.
27441         * io/lxstat64.c: Likewise.
27442         * io/mkdir.c: Likewise.
27443         * io/mkdirat.c: Likewise.
27444         * io/mkfifo.c: Likewise.
27445         * io/mkfifoat.c: Likewise.
27446         * io/open.c: Likewise.
27447         * io/open64.c: Likewise.
27448         * io/openat.c: Likewise.
27449         * io/openat64.c: Likewise.
27450         * io/pipe.c: Likewise.
27451         * io/pipe2.c: Likewise.
27452         * io/poll.c: Likewise.
27453         * io/posix_fadvise.c: Likewise.
27454         * io/posix_fadvise64.c: Likewise.
27455         * io/posix_fallocate.c: Likewise.
27456         * io/posix_fallocate64.c: Likewise.
27457         * io/read.c: Likewise.
27458         * io/readlink.c: Likewise.
27459         * io/readlinkat.c: Likewise.
27460         * io/rmdir.c: Likewise.
27461         * io/sendfile.c: Likewise.
27462         * io/sendfile64.c: Likewise.
27463         * io/statfs.c: Likewise.
27464         * io/statfs64.c: Likewise.
27465         * io/statvfs.c: Likewise.
27466         * io/statvfs64.c: Likewise.
27467         * io/symlink.c: Likewise.
27468         * io/symlinkat.c: Likewise.
27469         * io/ttyname.c: Likewise.
27470         * io/ttyname_r.c: Likewise.
27471         * io/umask.c: Likewise.
27472         * io/unlink.c: Likewise.
27473         * io/unlinkat.c: Likewise.
27474         * io/utime.c: Likewise.
27475         * io/utimensat.c: Likewise.
27476         * io/write.c: Likewise.
27477         * io/xmknod.c: Likewise.
27478         * io/xmknodat.c: Likewise.
27479         * io/xstat.c: Likewise.
27480         * io/xstat64.c: Likewise.
27481         * login/getpt.c: Likewise.
27482         * login/grantpt.c: Likewise.
27483         * login/unlockpt.c: Likewise.
27484         * math/e_acoshl.c: Likewise.
27485         * math/e_acosl.c: Likewise.
27486         * math/e_asinl.c: Likewise.
27487         * math/e_atan2l.c: Likewise.
27488         * math/e_atanhl.c: Likewise.
27489         * math/e_coshl.c: Likewise.
27490         * math/e_expl.c: Likewise.
27491         * math/e_fmodl.c: Likewise.
27492         * math/e_gammal_r.c: Likewise.
27493         * math/e_hypotl.c: Likewise.
27494         * math/e_j0l.c: Likewise.
27495         * math/e_j1l.c: Likewise.
27496         * math/e_jnl.c: Likewise.
27497         * math/e_lgammal_r.c: Likewise.
27498         * math/e_log10l.c: Likewise.
27499         * math/e_log2l.c: Likewise.
27500         * math/e_logl.c: Likewise.
27501         * math/e_powl.c: Likewise.
27502         * math/e_rem_pio2l.c: Likewise.
27503         * math/e_sinhl.c: Likewise.
27504         * math/e_sqrtl.c: Likewise.
27505         * math/fclrexcpt.c: Likewise.
27506         * math/fedisblxcpt.c: Likewise.
27507         * math/feenablxcpt.c: Likewise.
27508         * math/fegetenv.c: Likewise.
27509         * math/fegetexcept.c: Likewise.
27510         * math/fegetround.c: Likewise.
27511         * math/feholdexcpt.c: Likewise.
27512         * math/fesetenv.c: Likewise.
27513         * math/fesetround.c: Likewise.
27514         * math/feupdateenv.c: Likewise.
27515         * math/fgetexcptflg.c: Likewise.
27516         * math/fraiseexcpt.c: Likewise.
27517         * math/fsetexcptflg.c: Likewise.
27518         * math/ftestexcept.c: Likewise.
27519         * math/k_cosl.c: Likewise.
27520         * math/k_rem_pio2l.c: Likewise.
27521         * math/k_sinl.c: Likewise.
27522         * math/k_tanl.c: Likewise.
27523         * math/s_asinhl.c: Likewise.
27524         * math/s_atanl.c: Likewise.
27525         * math/s_cbrtl.c: Likewise.
27526         * math/s_erfl.c: Likewise.
27527         * math/s_expm1l.c: Likewise.
27528         * math/s_log1pl.c: Likewise.
27529         * math/s_tanhl.c: Likewise.
27530         * misc/acct.c: Likewise.
27531         * misc/brk.c: Likewise.
27532         * misc/chflags.c: Likewise.
27533         * misc/chroot.c: Likewise.
27534         * misc/fchflags.c: Likewise.
27535         * misc/fgetxattr.c: Likewise.
27536         * misc/flistxattr.c: Likewise.
27537         * misc/fremovexattr.c: Likewise.
27538         * misc/fsetxattr.c: Likewise.
27539         * misc/fsync.c: Likewise.
27540         * misc/ftruncate.c: Likewise.
27541         * misc/futimes.c: Likewise.
27542         * misc/futimesat.c: Likewise.
27543         * misc/getdomain.c: Likewise.
27544         * misc/getdtsz.c: Likewise.
27545         * misc/gethostid.c: Likewise.
27546         * misc/gethostname.c: Likewise.
27547         * misc/getloadavg.c: Likewise.
27548         * misc/getpagesize.c: Likewise.
27549         * misc/getsysstats.c: Likewise.
27550         * misc/getxattr.c: Likewise.
27551         * misc/gtty.c: Likewise.
27552         * misc/ioctl.c: Likewise.
27553         * misc/lgetxattr.c: Likewise.
27554         * misc/listxattr.c: Likewise.
27555         * misc/llistxattr.c: Likewise.
27556         * misc/lremovexattr.c: Likewise.
27557         * misc/lsetxattr.c: Likewise.
27558         * misc/lutimes.c: Likewise.
27559         * misc/madvise.c: Likewise.
27560         * misc/mincore.c: Likewise.
27561         * misc/mlock.c: Likewise.
27562         * misc/mlockall.c: Likewise.
27563         * misc/mmap.c: Likewise.
27564         * misc/mprotect.c: Likewise.
27565         * misc/msync.c: Likewise.
27566         * misc/munlock.c: Likewise.
27567         * misc/munlockall.c: Likewise.
27568         * misc/munmap.c: Likewise.
27569         * misc/preadv.c: Likewise.
27570         * misc/preadv64.c: Likewise.
27571         * misc/ptrace.c: Likewise.
27572         * misc/pwritev.c: Likewise.
27573         * misc/pwritev64.c: Likewise.
27574         * misc/readv.c: Likewise.
27575         * misc/reboot.c: Likewise.
27576         * misc/remap_file_pages.c: Likewise.
27577         * misc/removexattr.c: Likewise.
27578         * misc/revoke.c: Likewise.
27579         * misc/select.c: Likewise.
27580         * misc/setdomain.c: Likewise.
27581         * misc/setegid.c: Likewise.
27582         * misc/seteuid.c: Likewise.
27583         * misc/sethostid.c: Likewise.
27584         * misc/sethostname.c: Likewise.
27585         * misc/setregid.c: Likewise.
27586         * misc/setreuid.c: Likewise.
27587         * misc/setxattr.c: Likewise.
27588         * misc/sstk.c: Likewise.
27589         * misc/stty.c: Likewise.
27590         * misc/swapoff.c: Likewise.
27591         * misc/swapon.c: Likewise.
27592         * misc/sync.c: Likewise.
27593         * misc/syncfs.c: Likewise.
27594         * misc/syscall.c: Likewise.
27595         * misc/truncate.c: Likewise.
27596         * misc/ualarm.c: Likewise.
27597         * misc/usleep.c: Likewise.
27598         * misc/ustat.c: Likewise.
27599         * misc/utimes.c: Likewise.
27600         * misc/vhangup.c: Likewise.
27601         * misc/writev.c: Likewise.
27602         * posix/_exit.c: Likewise.
27603         * posix/alarm.c: Likewise.
27604         * posix/execve.c: Likewise.
27605         * posix/fexecve.c: Likewise.
27606         * posix/fork.c: Likewise.
27607         * posix/fpathconf.c: Likewise.
27608         * posix/getaddrinfo.c: Likewise.
27609         * posix/getegid.c: Likewise.
27610         * posix/geteuid.c: Likewise.
27611         * posix/getgid.c: Likewise.
27612         * posix/getgroups.c: Likewise.
27613         * posix/getlogin.c: Likewise.
27614         * posix/getlogin_r.c: Likewise.
27615         * posix/getpgid.c: Likewise.
27616         * posix/getpid.c: Likewise.
27617         * posix/getppid.c: Likewise.
27618         * posix/getresgid.c: Likewise.
27619         * posix/getresuid.c: Likewise.
27620         * posix/getsid.c: Likewise.
27621         * posix/getuid.c: Likewise.
27622         * posix/glob64.c: Likewise.
27623         * posix/nanosleep.c: Likewise.
27624         * posix/pathconf.c: Likewise.
27625         * posix/pause.c: Likewise.
27626         * posix/posix_madvise.c: Likewise.
27627         * posix/pread.c: Likewise.
27628         * posix/pread64.c: Likewise.
27629         * posix/pwrite.c: Likewise.
27630         * posix/pwrite64.c: Likewise.
27631         * posix/sched_getaffinity.c: Likewise.
27632         * posix/sched_getp.c: Likewise.
27633         * posix/sched_gets.c: Likewise.
27634         * posix/sched_primax.c: Likewise.
27635         * posix/sched_primin.c: Likewise.
27636         * posix/sched_rr_gi.c: Likewise.
27637         * posix/sched_setaffinity.c: Likewise.
27638         * posix/sched_setp.c: Likewise.
27639         * posix/sched_sets.c: Likewise.
27640         * posix/sched_yield.c: Likewise.
27641         * posix/setgid.c: Likewise.
27642         * posix/setlogin.c: Likewise.
27643         * posix/setpgid.c: Likewise.
27644         * posix/setresgid.c: Likewise.
27645         * posix/setresuid.c: Likewise.
27646         * posix/setsid.c: Likewise.
27647         * posix/setuid.c: Likewise.
27648         * posix/sleep.c: Likewise.
27649         * posix/spawni.c: Likewise.
27650         * posix/sysconf.c: Likewise.
27651         * posix/times.c: Likewise.
27652         * posix/wait.c: Likewise.
27653         * posix/wait3.c: Likewise.
27654         * posix/wait4.c: Likewise.
27655         * posix/waitpid.c: Likewise.
27656         * resolv/gai_sigqueue.c: Likewise.
27657         * resource/getpriority.c: Likewise.
27658         * resource/getrlimit.c: Likewise.
27659         * resource/getrusage.c: Likewise.
27660         * resource/nice.c: Likewise.
27661         * resource/setpriority.c: Likewise.
27662         * resource/setrlimit.c: Likewise.
27663         * resource/ulimit.c: Likewise.
27664         * rt/aio_cancel.c: Likewise.
27665         * rt/aio_fsync.c: Likewise.
27666         * rt/aio_read.c: Likewise.
27667         * rt/aio_sigqueue.c: Likewise.
27668         * rt/aio_suspend.c: Likewise.
27669         * rt/aio_write.c: Likewise.
27670         * rt/clock_getres.c: Likewise.
27671         * rt/clock_gettime.c: Likewise.
27672         * rt/clock_nanosleep.c: Likewise.
27673         * rt/clock_settime.c: Likewise.
27674         * rt/lio_listio.c: Likewise.
27675         * rt/mq_close.c: Likewise.
27676         * rt/mq_getattr.c: Likewise.
27677         * rt/mq_notify.c: Likewise.
27678         * rt/mq_open.c: Likewise.
27679         * rt/mq_receive.c: Likewise.
27680         * rt/mq_send.c: Likewise.
27681         * rt/mq_setattr.c: Likewise.
27682         * rt/mq_timedreceive.c: Likewise.
27683         * rt/mq_timedsend.c: Likewise.
27684         * rt/mq_unlink.c: Likewise.
27685         * rt/shm_open.c: Likewise.
27686         * rt/shm_unlink.c: Likewise.
27687         * rt/timer_create.c: Likewise.
27688         * rt/timer_delete.c: Likewise.
27689         * rt/timer_getoverr.c: Likewise.
27690         * rt/timer_gettime.c: Likewise.
27691         * rt/timer_settime.c: Likewise.
27692         * setjmp/__longjmp.c: Likewise.
27693         * setjmp/setjmp.c: Likewise.
27694         * signal/kill.c: Likewise.
27695         * signal/killpg.c: Likewise.
27696         * signal/raise.c: Likewise.
27697         * signal/sigaction.c: Likewise.
27698         * signal/sigaltstack.c: Likewise.
27699         * signal/sigblock.c: Likewise.
27700         * signal/sigignore.c: Likewise.
27701         * signal/sigintr.c: Likewise.
27702         * signal/signal.c: Likewise.
27703         * signal/sigpause.c: Likewise.
27704         * signal/sigpending.c: Likewise.
27705         * signal/sigqueue.c: Likewise.
27706         * signal/sigreturn.c: Likewise.
27707         * signal/sigset.c: Likewise.
27708         * signal/sigsetmask.c: Likewise.
27709         * signal/sigstack.c: Likewise.
27710         * signal/sigsuspend.c: Likewise.
27711         * signal/sigtimedwait.c: Likewise.
27712         * signal/sigvec.c: Likewise.
27713         * signal/sigwait.c: Likewise.
27714         * signal/sigwaitinfo.c: Likewise.
27715         * signal/sysv_signal.c: Likewise.
27716         * socket/accept.c: Likewise.
27717         * socket/accept4.c: Likewise.
27718         * socket/bind.c: Likewise.
27719         * socket/connect.c: Likewise.
27720         * socket/getpeername.c: Likewise.
27721         * socket/getsockname.c: Likewise.
27722         * socket/getsockopt.c: Likewise.
27723         * socket/isfdtype.c: Likewise.
27724         * socket/listen.c: Likewise.
27725         * socket/recv.c: Likewise.
27726         * socket/recvfrom.c: Likewise.
27727         * socket/recvmsg.c: Likewise.
27728         * socket/send.c: Likewise.
27729         * socket/sendmsg.c: Likewise.
27730         * socket/sendto.c: Likewise.
27731         * socket/setsockopt.c: Likewise.
27732         * socket/shutdown.c: Likewise.
27733         * socket/sockatmark.c: Likewise.
27734         * socket/socket.c: Likewise.
27735         * socket/socketpair.c: Likewise.
27736         * stdio-common/ctermid.c: Likewise.
27737         * stdio-common/cuserid.c: Likewise.
27738         * stdio-common/remove.c: Likewise.
27739         * stdio-common/rename.c: Likewise.
27740         * stdio-common/renameat.c: Likewise.
27741         * stdio-common/tempname.c: Likewise.
27742         * stdlib/getcontext.c: Likewise.
27743         * stdlib/makecontext.c: Likewise.
27744         * stdlib/setcontext.c: Likewise.
27745         * stdlib/swapcontext.c: Likewise.
27746         * stdlib/system.c: Likewise.
27747         * streams/fattach.c: Likewise.
27748         * streams/fdetach.c: Likewise.
27749         * streams/getmsg.c: Likewise.
27750         * streams/getpmsg.c: Likewise.
27751         * streams/putmsg.c: Likewise.
27752         * streams/putpmsg.c: Likewise.
27753         * sysdeps/unix/bsd/getpt.c: Likewise.
27754         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
27755         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
27756         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
27758         Likewise.
27759         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
27760         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
27761         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
27762         * sysvipc/msgctl.c: Likewise.
27763         * sysvipc/msgget.c: Likewise.
27764         * sysvipc/msgrcv.c: Likewise.
27765         * sysvipc/msgsnd.c: Likewise.
27766         * sysvipc/semctl.c: Likewise.
27767         * sysvipc/semget.c: Likewise.
27768         * sysvipc/semop.c: Likewise.
27769         * sysvipc/semtimedop.c: Likewise.
27770         * sysvipc/shmat.c: Likewise.
27771         * sysvipc/shmctl.c: Likewise.
27772         * sysvipc/shmdt.c: Likewise.
27773         * sysvipc/shmget.c: Likewise.
27774         * termios/tcdrain.c: Likewise.
27775         * termios/tcflow.c: Likewise.
27776         * termios/tcflush.c: Likewise.
27777         * termios/tcgetattr.c: Likewise.
27778         * termios/tcgetpgrp.c: Likewise.
27779         * termios/tcsendbrk.c: Likewise.
27780         * termios/tcsetattr.c: Likewise.
27781         * termios/tcsetpgrp.c: Likewise.
27782         * time/adjtime.c: Likewise.
27783         * time/clock.c: Likewise.
27784         * time/getitimer.c: Likewise.
27785         * time/gettimeofday.c: Likewise.
27786         * time/setitimer.c: Likewise.
27787         * time/settimeofday.c: Likewise.
27788         * time/stime.c: Likewise.
27789         * time/time.c: Likewise.
27790
27791 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
27792
27793         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
27794         /usr/old/bin.
27795
27796         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
27797         instead of spaces.
27798         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
27799
27800 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
27801
27802         [BZ #14796]
27803         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
27804         FE_TONEAREST before applying Dekker multiplication and Knuth
27805         addition.  Clear inexact exceptions and check for exact zero
27806         results afterwards.
27807         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
27808         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
27809         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
27810         * math/libm-test.inc (fma_test): Add more tests.
27811         (fma_test_towardzero): Likewise.
27812         (fma_test_downward): Likewise.
27813         (fma_test_upward): Likewise.
27814         * sysdeps/generic/math_private.h (default_libc_fesetround): New
27815         function.
27816         (libc_fesetround): New macro.
27817         (libc_fesetroundf): Likewise.
27818         (libc_fesetroundl): Likewise.
27819         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
27820         function.
27821         (libc_fesetround_387): Likewise.
27822         (libc_fesetroundf): New macro.
27823         (libc_fesetround): Likewise.
27824         (libc_fesetroundl): Likewise.
27825         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
27826         function.
27827         (libc_fesetroundf): New macro.
27828         (libc_fesetround): Likewise.
27829         (libc_fesetroundl): Likewise.
27830         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
27831         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
27832         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
27833         libm_hidden_ver.
27834         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
27835         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
27836         libm_hidden_def.
27837         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
27838         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
27839         libm_hidden_ver.
27840         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
27841         libm_hidden_def.
27842
27843         [BZ #3439]
27844         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
27845         integer constant usable in #if and use that to give value to enum
27846         constant.
27847         (FE_DIVBYZERO): Likewise.
27848         (FE_UNDERFLOW): Likewise.
27849         (FE_OVERFLOW): Likewise.
27850         (FE_INVALID): Likewise.
27851         (FE_INVALID_SNAN): Likewise.
27852         (FE_INVALID_ISI): Likewise.
27853         (FE_INVALID_IDI): Likewise.
27854         (FE_INVALID_ZDZ): Likewise.
27855         (FE_INVALID_IMZ): Likewise.
27856         (FE_INVALID_COMPARE): Likewise.
27857         (FE_INVALID_SOFTWARE): Likewise.
27858         (FE_INVALID_SQRT): Likewise.
27859         (FE_INVALID_INTEGER_CONVERSION): Likewise.
27860         (FE_TONEAREST): Likewise.
27861         (FE_TOWARDZERO): Likewise.
27862         (FE_UPWARD): Likewise.
27863         (FE_DOWNWARD): Likewise.
27864         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
27865         (FE_DIVBYZERO): Likewise.
27866         (FE_OVERFLOW): Likewise.
27867         (FE_UNDERFLOW): Likewise.
27868         (FE_INEXACT): Likewise.
27869         (FE_TONEAREST): Likewise.
27870         (FE_DOWNWARD): Likewise.
27871         (FE_UPWARD): Likewise.
27872         (FE_TOWARDZERO): Likewise.
27873         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
27874         (FE_UNDERFLOW): Likewise.
27875         (FE_OVERFLOW): Likewise.
27876         (FE_DIVBYZERO): Likewise.
27877         (FE_INVALID): Likewise.
27878         (FE_TONEAREST): Likewise.
27879         (FE_TOWARDZERO): Likewise.
27880         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
27881         (FE_OVERFLOW): Likewise.
27882         (FE_UNDERFLOW): Likewise.
27883         (FE_DIVBYZERO): Likewise.
27884         (FE_INEXACT): Likewise.
27885         (FE_TONEAREST): Likewise.
27886         (FE_TOWARDZERO): Likewise.
27887         (FE_UPWARD): Likewise.
27888         (FE_DOWNWARD): Likewise.
27889         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
27890         (FE_DIVBYZERO): Likewise.
27891         (FE_OVERFLOW): Likewise.
27892         (FE_UNDERFLOW): Likewise.
27893         (FE_INEXACT): Likewise.
27894         (FE_TONEAREST): Likewise.
27895         (FE_DOWNWARD): Likewise.
27896         (FE_UPWARD): Likewise.
27897         (FE_TOWARDZERO): Likewise.
27898
27899 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
27900
27901         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
27902
27903 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
27904
27905         * scripts/cross-test-ssh.sh (command): Use newlines to separate
27906         commands.  Quote $PWD.
27907         (blacklist_exports): Don't use remove_newlines.  Replace "declare
27908         -x" by "export".
27909         (remove_newlines): Remove.
27910
27911 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
27912
27913         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
27914         * stdlib/stdlib.h (atof): Moved to ...
27915         * include/bits/stdlib-float.h: Here.  New file.
27916         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
27917         * stdlib/bits/stdlib-float.h: New file.
27918         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
27919         -mno-sse -mno-mmx.
27920         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
27921         <xmmintrin.h>.
27922
27923 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
27924
27925         * conform/conformtest.pl (@headers): Add fenv.h.
27926         * conform/data/fenv.h-data: New file.
27927         * include/fenv.h [_ISOMAC]: Disable all contents of file except
27928         include of <math/fenv.h>.
27929
27930         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
27931         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
27932         && !UNIX98].  Enables tests for XOPEN2K8.
27933         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
27934         POSIX2008]: Likewise.
27935
27936         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
27937         (struct rusage): Do not expect type or its members.
27938
27939         [BZ #3439]
27940         * math/math.h (FP_NAN): Define macro to integer constant usable in
27941         #if and use that to give value to enum constant.
27942         (FP_INFINITE): Likewise.
27943         (FP_ZERO): Likewise.
27944         (FP_SUBNORMAL): Likewise.
27945         (FP_NORMAL): Likewise.
27946
27947 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
27948
27949         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
27950         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
27951         arguments.
27952
27953 2012-11-02  Roland McGrath  <roland@hack.frob.com>
27954
27955         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
27956         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
27957         autoconf-time if not.
27958         * configure.in: Remove AC_PREREQ.
27959
27960 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27961
27962         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
27963         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
27964         of the internal implementation.
27965
27966 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
27967
27968         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
27969         except include of <misc/sys/syslog.h>.
27970
27971 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
27972
27973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
27974         function returns with a NULL context exit with zero.
27975
27976 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27977
27978         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
27979
27980 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
27981
27982         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
27983         (run_program_cmd): This.
27984         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
27985         (tst_langinfo): New variable.  Use it.
27986
27987 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
27988
27989         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
27990         floating point opcodes.
27991
27992 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
27993
27994         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
27995         variable.
27996
27997         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
27998
27999         * sysdeps/mach/hurd/powerpc: Remove directory.
28000         * sysdeps/mach/powerpc: Likewise.
28001
28002 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
28003
28004         * scripts/check-local-headers.sh: Ignore c++ headers.
28005
28006 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28007
28008         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
28009         __libc_cleanup_region_start argument.
28010
28011 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
28012
28013         [BZ #14784]
28014         [BZ #14785]
28015         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
28016         x * y using scaling, not as x * y + z.
28017         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28018         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28019         * math/libm-test.inc (fma_test): Add more tests.
28020         (fma_test_towardzero): Likewise.
28021         (fma_test_downward): Likewise.
28022         (fma_test_upward): Likewise.
28023
28024 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28025
28026         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
28027
28028 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
28029
28030         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
28031         New variable.
28032
28033 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
28034
28035         * rt/tst-shm.c (worker): Correct checking for mmap failure.
28036
28037 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
28038
28039         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28040         Fix sort order.
28041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28042         Likewise.
28043
28044 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28045
28046         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28047         Fix the order of the list for glibc 2.17.
28048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28049         Likewise.
28050
28051 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
28052
28053         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28054
28055 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
28056
28057         [BZ #14610]
28058         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
28059         for low part of x being zero before using __atanl (y).
28060         * math/libm-test.inc (atan2_test): Add another test.
28061
28062         * manual/install.texi (Configuring and compiling): Document
28063         general use of test-wrapper and test-wrapper-env.
28064         * INSTALL: Regenerated.
28065
28066         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
28067         (__fma): Do not extract and scale down low bits on after-rounding
28068         systems when result rounded to normal precision would have normal
28069         exponent.
28070         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
28071         (__fmal): Do not extract and scale down low bits on after-rounding
28072         systems when result rounded to normal precision would have normal
28073         exponent.
28074         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
28075         (__fmal): Do not extract and scale down low bits on after-rounding
28076         systems when result rounded to normal precision would have normal
28077         exponent.
28078         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
28079         macro.
28080         (fma_test): Add more tests.
28081         (fma_test_towardzero): Likewise.
28082         (fma_test_downward): Likewise.
28083         (fma_test_upward): Likewise.
28084
28085 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
28086
28087         * sysdeps/i386/tininess.h: Renamed to ...
28088         * sysdeps/x86/tininess.h: This.
28089         * sysdeps/x86_64/tininess.h: Removed.
28090
28091 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
28092
28093         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
28094         input.  Use $(build-program-cmd).
28095         ($(objpfx)tst-array1-static.out): Likewise.
28096         ($(objpfx)tst-array2.out): Likewise.
28097         ($(objpfx)tst-array3.out): Likewise.
28098         ($(objpfx)tst-array4.out): Likewise.
28099         ($(objpfx)tst-array5.out): Likewise.
28100         ($(objpfx)tst-array5-static.out): Likewise.
28101
28102 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
28103
28104         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
28105         if defined.
28106
28107         * nss/nsswitch.h (nss_interface_function): Provide new
28108         macro for use with NSS functions.
28109         * grp/initgroups.c: Use new macro.
28110         * nss/getXXbyYY.c: Likewise.
28111         * nss/getXXbyYY_r.c: Likewise.
28112         * nss/getXXent.c: Likewise.
28113         * nss/getXXent_r.c: Likewise.
28114         * sysdeps/posix/getaddrinfo.c: Likewise.
28115
28116 2012-10-30  Andreas Jaeger  <aj@suse.de>
28117
28118         * po/ru.po: Update Russion translation from translation project.
28119
28120 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
28121
28122         [BZ #14152]
28123         [BZ #14783]
28124         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
28125         result and shift together with sticky bit instead of replicating
28126         round-to-nearest rounding.
28127         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28128         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28129         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
28130         missing underflow exceptions.
28131         (fma_test_towardzero): Add more tests.
28132         (fma_test_downward): Likewise.
28133         (fma_test_upward): Likewise.
28134
28135         [BZ #14047]
28136         * sysdeps/generic/tininess.h: New file.
28137         * sysdeps/i386/tininess.h: Likewise.
28138         * sysdeps/sh/tininess.h: Likewise.
28139         * sysdeps/x86_64/tininess.h: Likewise.
28140         * stdlib/tst-strtod-underflow.c: Likewise.
28141         * stdlib/tst-tininess.c: Likewise.
28142         * stdlib/strtod_l.c: Include <tininess.h>.
28143         (round_and_return): Do not set errno for exact underflow cases.
28144         Force an underflow exception when setting errno for underflow.
28145         Determine underflow based on rounding to normal precision if
28146         TININESS_AFTER_ROUNDING.
28147         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
28148         ERANGE for exact underflow cases.
28149         * stdlib/Makefile (tests): Add tst-tininess and
28150         tst-strtod-underflow.
28151         ($(objpfx)tst-tininess): Use $(link-libm).
28152         ($(objpfx)tst-strtod-underflow): Likewise.
28153
28154 2012-10-30  Andreas Jaeger  <aj@suse.de>
28155
28156         [BZ#14767]
28157         * elf/Makefile (tests): Remove conditional for have-initfini-array
28158         since this is now always required and the variable does not exist
28159         anymore.
28160         (tests-static): Likewise.
28161         (modules-names): Likewise.
28162
28163         * po/eo.po: Add Esperanto translation from translation project.
28164
28165         * elf/tst-array1.c (fini_array): Make writeable so that it can be
28166         merged with constructor/destructor.
28167         (init_array): Likewise.
28168         * elf/tst-array2dep.c (fini_array): Likewise.
28169         (init_array): Likewise.
28170
28171 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
28172
28173         * manual/message.texi: Delete @cartouche tags.
28174
28175 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
28176
28177         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
28178         EOPNOTSUPP.
28179         * sysdeps/mach/hurd/fsync.c: Likewise.
28180
28181         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
28182         [_POSIX_REALTIME_SIGNALS]: Change condition to
28183         [_POSIX_REALTIME_SIGNALS > 0].
28184
28185 2012-10-27  Andreas Jaeger  <aj@suse.de>
28186
28187         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
28188         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
28189         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
28190         [__WORDSIZE != 64]: Likewise.
28191
28192 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
28193
28194         *  iconvdata/tst-table.sh: Remove ${SHELL}.
28195         *  iconvdata/tst-tables.sh: Likewise.
28196
28197 2012-10-25  David S. Miller  <davem@davemloft.net>
28198
28199         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
28200         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
28201         of strtoull.
28202
28203         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
28204         ifunc-impl-list.c
28205         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
28206         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
28207         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
28208         file.
28209
28210 2012-10-25  Roland McGrath  <roland@hack.frob.com>
28211
28212         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
28213         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
28214         __getdirentries.
28215
28216 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
28217             Jim Blandy  <jimb@codesourcery.com>
28218
28219         * scripts/cross-test-ssh.sh: New file.
28220         * manual/install.texi (Configuring and compiling): Document use of
28221         cross-test-ssh.sh.
28222         * INSTALL: Regenerated.
28223
28224 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
28225
28226         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
28227         EOPNOTSUPP.
28228
28229 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
28230
28231         * Makeconfig (run-program-prefix): Fix comment.
28232
28233 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
28234             Jim Blandy  <jimb@codesourcery.com>
28235
28236         * Makeconfig (test-wrapper): New variable,
28237         (test-wrapper-env): Likewise.
28238         [$(cross-compiling) = yes && $(test-wrapper) != ""]
28239         (run-built-tests): Define to yes.
28240         (run-program-prefix): Use $(test-wrapper).
28241         (built-program-cmd): Likewise.
28242         * Rules (make-test-out): Use $(test-wrapper-env) and
28243         $(host-built-program-cmd).
28244         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
28245         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
28246         tst-pathopt.sh.
28247         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
28248         $(test-wrapper-env) to tst-rtld-load-self.sh.
28249         ($(objpfx)order2.out): Use $(test-wrapper).
28250         ($(objpfx)tst-initorder.out): Likewise.
28251         ($(objpfx)tst-initorder2.out): Likewise.
28252         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
28253         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
28254         (test_wrapper_env): New variable.  Use it to run ld.so.
28255         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
28256         Use it to run ld.so.
28257         (test_wrapper_env): Likewise.
28258         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
28259         $(test-wrapper) to run-iconv-test.sh.
28260         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
28261         (ICONV): Use $test_wrapper.
28262         * posix/Makefile ($(objpfx)globtest.out): Pass
28263         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
28264         globtest.sh, not $(run-program-prefix).
28265         * posix/globtest.sh (run_via_rtld_prefix): New variable.
28266         (test_wrapper): Likewise.
28267         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
28268         set together with run_via_rtld_prefix.
28269         (run_program_prefix): Define in terms of test_wrapper and
28270         run_via_rtld_prefix.
28271
28272 2012-10-24  Roland McGrath  <roland@hack.frob.com>
28273
28274         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
28275         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
28276         Targets removed.
28277
28278         [BZ #14743]
28279         * include/time.h: Remove librt_hidden_proto (clock_gettime).
28280         Declare __clock_getres, __clock_gettime, __clock_settime,
28281         __clock_nanosleep, and __clock_getcpuclockid.
28282         * rt/clock_gettime.c: Define __clock_gettime as an alias.
28283         Remove librt_hidden_def (clock_gettime).
28284         * sysdeps/unix/clock_gettime.c: Likewise.
28285         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
28286         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
28287         * rt/clock_getres.c: Define __clock_getres as an alias.
28288         * sysdeps/posix/clock_getres.c: Likewise.
28289         * rt/clock_settime.c: Define __clock_settime as an alias.
28290         * sysdeps/unix/clock_settime.c: Likewise.
28291         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
28292         * sysdeps/unix/clock_nanosleep.c: Likewise.
28293         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
28294         * rt/clock-compat.c: New file.
28295         * rt/Makefile (librt-routines): Add clock-compat and move
28296         $(clock-routines) to ...
28297         (routines): ... here, new variable.
28298         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
28299         Don't add get_clockfreq here.
28300         * rt/Versions (libc: GLIBC_2.17): New version set.
28301         Add clock_* symbols here.
28302         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
28303         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
28304         (GLIBC_2.17): Add clock_* symbols.
28305         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
28306         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
28307         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28309         Likewise.
28310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28311         Likewise.
28312         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28313         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
28314         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
28315         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
28316         * NEWS: Mention the move.
28317
28318         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
28319         Use __open, __read, __close rather than their public counterparts.
28320         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
28321         (__get_clockfreq_via_cpuinfo): Likewise.
28322         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
28323         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
28324
28325         * config.h.in (HAVE_IFUNC): New #undef.
28326         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
28327         was successful.
28328         * configure: Regenerated.
28329
28330 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
28331
28332         * configure.in: Move READELF check to start of file.
28333         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
28334         libc_cv_asm_gnu_indirect_function in the process.
28335         * configure: Regenerated.
28336
28337 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
28338
28339         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
28340         send the output to /dev/null.
28341         (libc_cv_cc_with_libunwind): Likewise.
28342         (libc_cv_as_noexecstack): Likewise.
28343         * configure: Regenerate.
28344
28345 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
28346
28347         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
28348
28349         * posix/globtest.sh (TMPDIR): Do not set.
28350         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
28351         (testout): Likewise.
28352
28353 2012-10-24  Andreas Jaeger  <aj@suse.de>
28354
28355         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
28356         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
28357         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
28358         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
28359         posix_fadvise64, posix_fallocate64.
28360
28361         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
28362         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
28363         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
28364         Likewise.
28365         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
28366         Likewise.
28367         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
28368
28369         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
28370         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
28371         <bits/fcntl-linux.h>.
28372         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
28373
28374         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
28375         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
28376         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
28377         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
28378         [__WORDSIZE != 64]: Likewise.
28379
28380 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
28381
28382         * Makeconfig (run-built-tests): New variable.
28383         * Rules [$(cross-compiling) = yes]: Change condition to
28384         [$(run-built-tests) = no].
28385         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
28386         to [$(run-built-tests) = yes].
28387         * elf/Makefile [$(cross-compiling) = no]: Likewise
28388         * grp/Makefile [$(cross-compiling) = no]: Likewise.
28389         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
28390         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
28391         * intl/Makefile [$(cross-compiling) = no]: Likewise.
28392         * io/Makefile [$(cross-compiling) = no]: Likewise.
28393         * libio/Makefile [$(cross-compiling) = no]: Likewise.
28394         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
28395         * misc/Makefile [$(cross-compiling) = no]: Likewise.
28396         * posix/Makefile [$(cross-compiling) = no]: Likewise.
28397         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
28398         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
28399         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
28400         * string/Makefile [$(cross-compiling) = no]: Likewise.
28401
28402         * posix/Makefile ($(objpfx)globtest.out): Pass
28403         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
28404         $(rtld-installed-name).
28405         * posix/globtest.sh (elf_objpfx): Remove variable.
28406         (rtld_installed_name): Likewise.
28407         (library_path): Likewise.
28408         (run_program_prefix): New variable.  Use for running globtest
28409         binary.
28410
28411 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
28412             Joseph Myers  <joseph@codesourcery.com>
28413
28414         * Makeconfig (host-built-program-cmd): New variable.
28415         * elf/Makefile (tst-stackguard1-ARGS): Use
28416         $(host-built-program-cmd).
28417         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
28418         (tst-spawn-ARGS): Likewise.
28419         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
28420
28421 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
28422             Jim Blandy  <jimb@codesourcery.com>
28423
28424         * Makeconfig (run-via-rtld-prefix): New variable.
28425         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
28426         (built-program-cmd): Likewise.
28427
28428 2012-10-22  Andreas Jaeger  <aj@suse.de>
28429
28430         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
28431         __O_RSYNC if it exists, otherwise to O_SYNC.
28432
28433 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
28434             Joseph Myers  <joseph@codesourcery.com>
28435
28436         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
28437         /dev/null.
28438         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
28439         from /dev/null
28440         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
28441         /dev/null.
28442
28443 2012-10-22  Andreas Jaeger  <aj@suse.de>
28444
28445         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
28446         Define always.
28447         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
28448
28449         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
28450         bits/fcntl-linux.h.
28451
28452         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
28453         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
28454
28455         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
28456         to __O_LARGEFILE.
28457         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
28458         to __O_LARGEFILE.
28459
28460 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
28461             Joseph Myers  <joseph@codesourcery.com>
28462
28463         * config.make.in (NM): New variable.
28464
28465 2012-10-21  Andreas Jaeger  <aj@suse.de>
28466
28467         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
28468         definitions and declarations that are provided by
28469         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
28470
28471 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
28472
28473         [BZ #14683]
28474         * elf/Makefile (tests-static): Add tst-leaks1-static.
28475         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
28476         ($(objpfx)tst-leaks1-static): New rule.
28477         ($(objpfx)tst-leaks1-static-mem): Likewise.
28478         (tst-leaks1-static-ENV): New macro.
28479         * elf/dl-open.c (dl_open_worker): Check the main application
28480         only if SHARED is defined.
28481         * elf/tst-leaks1-static.c: New file.
28482
28483 2012-10-20  Andreas Jaeger  <aj@suse.de>
28484
28485         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
28486         generic values for Linux.
28487         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
28488         and declarations that are provided by <bits/fcntl-linux.h> and
28489         include <bits/fcntl-linux.h>.
28490         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
28491         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
28492
28493 2012-10-20  Roland McGrath  <roland@hack.frob.com>
28494
28495         * io/fcntl.h: Move include of <bits/types.h> to the top and
28496         include it unconditionally.
28497
28498 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
28499
28500         * wcsmbs/Makefile (tests-ifunc): New variable.
28501         (tests): Add $(tests-ifunc).
28502         * wcsmbs/test-wcschr-ifunc.c: New file.
28503         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
28504         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
28505         * wcsmbs/test-wcslen-ifunc.c: Likewise.
28506         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
28507         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
28508
28509         * string/Makefile (tests-ifunc): New variable.
28510         (tests): Add $(tests-ifunc).
28511         * string/test-memccpy.c (TEST_NAME): New macro.
28512         * string/test-memchr.c (TEST_NAME): Likewise.
28513         * string/test-memcmp.c (TEST_NAME): Likewise.
28514         * string/test-memcpy.c (TEST_NAME): Likewise.
28515         * string/test-memmem.c (TEST_NAME): Likewise.
28516         * string/test-memmove.c (TEST_NAME): Likewise.
28517         * string/test-memset.c (TEST_NAME): Likewise.
28518         * string/test-rawmemchr.c (TEST_NAME): Likewise.
28519         * string/test-stpcpy.c (TEST_NAME): Likewise.
28520         * string/test-stpncpy.c (TEST_NAME): Likewise.
28521         * string/test-strcasecmp.c (TEST_NAME): Likewise.
28522         * string/test-strcasestr.c (TEST_NAME): Likewise.
28523         * string/test-strcat.c (TEST_NAME): Likewise.
28524         * string/test-strchr.c (TEST_NAME): Likewise.
28525         * string/test-strcmp.c(TEST_NAME): Likewise.
28526         * string/test-strcpy.c (TEST_NAME): Likewise.
28527         * string/test-strcspn.c (TEST_NAME): Likewise.
28528         * string/test-strlen.c (TEST_NAME): Likewise.
28529         * string/test-strncasecmp.c (TEST_NAME): Likewise.
28530         * string/test-strncmp.c (TEST_NAME): Likewise.
28531         * string/test-strncpy.c (TEST_NAME): Likewise.
28532         * string/test-strnlen.c (TEST_NAME): Likewise.
28533         * string/test-strpbrk.c (TEST_NAME): Likewise.
28534         * string/test-strrchr.c (TEST_NAME): Likewise.
28535         * string/test-strspn.c (TEST_NAME): Likewise.
28536         * string/test-strstr.c (TEST_NAME): Likewise.
28537         * string/test-bcopy-ifunc.c: New file.
28538         * string/test-bzero-ifunc.c: Likewise.
28539         * string/test-memccpy-ifunc.c: Likewise.
28540         * string/test-memchr-ifunc.c: Likewise.
28541         * string/test-memcmp-ifunc.c: Likewise.
28542         * string/test-memcpy-ifunc.c: Likewise.
28543         * string/test-memmem-ifunc.c: Likewise.
28544         * string/test-memmove-ifunc.c: Likewise.
28545         * string/test-mempcpy-ifunc.c: Likewise.
28546         * string/test-memset-ifunc.c: Likewise.
28547         * string/test-rawmemchr-ifunc.c: Likewise.
28548         * string/test-stpcpy-ifunc.c: Likewise.
28549         * string/test-stpncpy-ifunc.c: Likewise.
28550         * string/test-strcasecmp-ifunc.c: Likewise.
28551         * string/test-strcasestr-ifunc.c: Likewise.
28552         * string/test-strcat-ifunc.c: Likewise.
28553         * string/test-strchr-ifunc.c: Likewise.
28554         * string/test-strchrnul-ifunc.c: Likewise.
28555         * string/test-strcmp-ifunc.c: Likewise.
28556         * string/test-strcpy-ifunc.c: Likewise.
28557         * string/test-strcspn-ifunc.c: Likewise.
28558         * string/test-strlen-ifunc.c: Likewise.
28559         * string/test-strncasecmp-ifunc.c: Likewise.
28560         * string/test-strncat-ifunc.c: Likewise.
28561         * string/test-strncmp-ifunc.c: Likewise.
28562         * string/test-strncpy-ifunc.c: Likewise.
28563         * string/test-strnlen-ifunc.c: Likewise.
28564         * string/test-strpbrk-ifunc.c: Likewise.
28565         * string/test-strrchr-ifunc.c: Likewise.
28566         * string/test-strspn-ifunc.c: Likewise.
28567         * string/test-strstr-ifunc.c: Likewise.
28568
28569         * debug/Makefile (tests-ifunc): New variable.
28570         (tests): Add $(tests-ifunc).
28571         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
28572         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
28573         * debug/test-stpcpy_chk-ifunc.c: New file.
28574         * debug/test-strcpy_chk-ifunc.c: Likewise.
28575
28576 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28577
28578         [BZ #13601]
28579         * elf/dl-load.c (open_verify): Retry read if the entire ELF
28580         header is not read in.
28581
28582 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
28583
28584         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
28585         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
28586         directly.  Pass built executable to script as
28587         $(built-program-cmd).
28588         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
28589         $testprogram without using LD_LIBRARY_PATH and $ldso.
28590
28591         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
28592         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
28593         $(rtld-installed-name).
28594         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
28595         (rtld_installed_name): Likewise.
28596         (library_path): Likewise.
28597         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
28598         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
28599         $(run-program-prefix) to tst-tables.sh.
28600         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
28601         it to run tst-table-from and tst-table-to.
28602         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
28603         Pass it to tst-table.sh.
28604         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
28605         $(run-program-prefix) to tst-gettext.sh.
28606         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
28607         tst-translit.sh.
28608         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
28609         tst-gettext2.sh.
28610         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
28611         to run tst-gettext.
28612         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
28613         to run tst-gettext2.
28614         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
28615         to run tst-translit.
28616         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
28617         $(run-program-prefix) to tst-mtrace.sh.
28618         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
28619         to run tst-mtrace.
28620         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
28621         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
28622         $(rtld-installed-name).
28623         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
28624         (rtld_installed_name): Likewise.
28625         (run_program_prefix): New variable.  Use it to run wordexp-test.
28626
28627         * Makeconfig (ARCH): Remove all definitions.
28628         (machine): Likewise.
28629         [ARCH]: Remove conditional code.
28630         [!objdir]: Give error.
28631         [!objdir] (objpfx): Remove.
28632         [!objdir] (common-objpfx): Likewise.
28633         [!objdir] (common-objdir): Likewise.
28634         * configure.in (config_makefile): Remove.  Hardcode Makefile in
28635         AC_CONFIG_FILES call.
28636         * configure: Regenerated.
28637
28638         [BZ #13888]
28639         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
28640         or TMPDIR.
28641         (testout): Likewise.
28642
28643         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
28644         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
28645         $(rtld-installed-name).
28646         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
28647         (rtld_installed_name): Likwise.
28648         (runit): Remove function.
28649         (run_getconf): New variable,  Use it for running getconf binary.
28650
28651 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
28652
28653         [BZ #14716]
28654         * string/test-memmem.c (check_result): New function.
28655         (do_one_test): Use it.
28656         (check1): New function.
28657         (test_main): Use it.
28658
28659 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
28660
28661         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
28662
28663 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
28664
28665         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
28666         (_G_LSEEK64): Likewise.
28667         (_G_MMAP64): Likewise.
28668         (_G_FSTAT64): Likewise.
28669         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
28670         (_G_LSEEK64): Likewise.
28671         (_G_MMAP64): Likewise.
28672         (_G_FSTAT64): Likewise.
28673         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
28674         unconditional.  Call __mmap64 directly.
28675         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
28676         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
28677         __lseek64 directly.
28678         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
28679         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
28680         __mmap64 directly.
28681         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
28682         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
28683         __lseek64 directly.
28684         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
28685         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
28686         __lseek64 directly.
28687         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
28688         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
28689         __lseek64 directly.
28690         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
28691         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
28692         __fxstat64 directly.
28693         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
28694         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
28695         unconditional.
28696         (freopen64) [!_G_OPEN64]: Remove conditional code.
28697         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
28698         unconditional.
28699         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
28700         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
28701         unconditional.
28702         (ftello64) [!_G_LSEEK64]: Remove conditional code.
28703         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
28704         unconditional.
28705         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
28706         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
28707         unconditional.
28708         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
28709         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
28710         unconditional.
28711         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
28712         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
28713         unconditional.
28714         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
28715         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
28716         unconditional.
28717         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
28718
28719 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28720
28721         [BZ #12140]
28722         * manual/memory.texi (Malloc Tunable Parameters): Add note
28723         about free list pointers overwriting some perturb bytes.
28724         Wording suggested by Roland McGrath.
28725
28726 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
28727
28728         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
28729         (lgamma_test): Likewise.
28730         (tgamma_test): Likewise.
28731
28732 2012-10-16  Florian Weimer  <fweimer@redhat.com>
28733
28734         [BZ #14700]
28735         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
28736         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
28737
28738 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
28739
28740         * NEWS: Mention BZ #14716.
28741         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
28742         when removing AVAILABLE1_USES_J macro.
28743
28744 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
28745
28746         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
28747         (__bswap_64): __uint64_t for unsigned 64-bit int.
28748
28749 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
28750
28751         * include/string.h (memmem): Declare libc hidden alias.
28752         * string/memmem.c (memmem): Define libc hidden alias.
28753         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
28754         __read, __close instead of open, read, close.
28755
28756 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
28757
28758         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
28759         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
28760         global and hidden.
28761         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
28762         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
28763         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
28764         Likewise.
28765         (__rawmemchr_sse2): Likewise.
28766         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
28767         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
28768         (__strchr_sse2): Likewise.
28769         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
28770         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
28771         (__strcasecmp_sse2): Likewise.
28772         (__strncasecmp_sse2): Likewise.
28773         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
28774         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
28775         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
28776         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
28777         (__strrchr_sse2): Likewise.
28778         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
28779         ifunc-impl-list.c.
28780         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
28781         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
28782         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
28783         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
28784         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
28785         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
28786         * sysdeps/x86_64/multiarch/memset.S: Likewise.
28787         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
28788         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
28789         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
28790         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
28791         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
28792         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
28793         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
28794         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
28795         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
28796         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
28797         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
28798         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
28799         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
28800         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
28801         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
28802         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
28803         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
28804         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
28805         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
28806         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
28807         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
28808         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
28809         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
28810
28811         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
28812         global and hidden.
28813         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
28814         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
28815         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
28816         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
28817         Likewise.
28818         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
28819         Likewise.
28820         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
28821         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
28822         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
28823         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
28824         ifunc-impl-list.c.
28825         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
28826         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
28827         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
28828         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
28829         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
28830         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
28831         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
28832         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
28833         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
28834         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
28835         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
28836         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
28837         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
28838         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
28839         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
28840         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
28841         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
28842         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
28843         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
28844         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
28845         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
28846         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
28847         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
28848         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
28849         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
28850         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
28851         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
28852         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
28853         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
28854         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
28855         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
28856         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
28857         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
28858         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
28859         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
28860         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
28861         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
28862         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
28863         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
28864         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
28865         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
28866
28867         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
28868         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
28869         * include/ifunc-impl-list.h: New file.
28870         * misc/ifunc-impl-list.c: Likewise.
28871         * misc/Makefile (routines): Add ifunc-impl-list.
28872         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
28873         * string/test-string.h: Include <ifunc-impl-list.h>.
28874         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
28875         TEST_NAME]: New variables.
28876         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
28877         are defined.
28878         (test_init): Call __libc_ifunc_impl_list to initialize
28879         func_list if TEST_IFUNC and TEST_NAME are defined.
28880
28881         * string/Makefile (strop-tests): Add bcopy and bzero.
28882         * string/test-bcopy.c: New file.
28883         * string/test-bzero.c: Likewise.
28884         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
28885         defined.
28886         * string/test-memset.c: Support bzero test if TEST_BZERO is
28887         defined.
28888         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
28889         __libc_memmove.
28890         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
28891         __libc_memset.
28892         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
28893         of memset.
28894
28895 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
28896
28897         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
28898         * configure: Regenerated.
28899
28900         * Makeconfig (+link-static-before-libc): Don't include
28901         $(link-static-libc).
28902
28903         * libio/libio.h (_IO_pos_t): Remove.
28904
28905 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
28906
28907         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
28908         McGrath.
28909
28910 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
28911
28912         * crypt/crypt-entry.c: Include fips-private.h.
28913         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
28914         * crypt/md5c-test.c (main): Tolerate disabled MD5.
28915         * sysdeps/unix/sysv/linux/fips-private.h: New file.
28916         * sysdeps/generic/fips-private.h: New file, dummy fallback.
28917
28918 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
28919
28920         * crypt/crypt-private.h: Include stdbool.h.
28921         (_ufc_setup_salt_r): Return bool.
28922         * crypt/crypt-entry.c: Include errno.h.
28923         (__crypt_r): Return NULL with EINVAL for bad salt.
28924         * crypt/crypt_util.c (bad_for_salt): New.
28925         (_ufc_setup_salt_r): Check that salt is long enough and within
28926         the specified alphabet.
28927         * crypt/badsalttest.c: New file.
28928         * crypt/Makefile (tests): Add it.
28929         ($(objpfx)badsalttest): New.
28930
28931 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
28932
28933         * NEWS: Add entry for BZ #14602.
28934
28935 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
28936
28937         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
28938         type-generic.
28939         * math/libm-test.inc: Update comment listing what functions and
28940         macros are tested.
28941         (isgreater_test): New function.
28942         (isgreaterequal_test): Likewise.
28943         (isless_test): Likewise.
28944         (islessequal_test): Likewise.
28945         (islessgreater_test): Likewise.
28946         (isunordered_test): Likewise.
28947         (main): Call the new functions.
28948
28949 2012-10-09  Roland McGrath  <roland@hack.frob.com>
28950
28951         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
28952         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
28953         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
28954         * sysdeps/i386/configure: Regenerated.
28955         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
28956         * sysdeps/mach/configure: Regenerated.
28957         * sysdeps/mach/hurd/configure: Regenerated.
28958         * sysdeps/powerpc/configure: Regenerated.
28959         * sysdeps/powerpc/powerpc32/configure: Regenerated.
28960         * sysdeps/powerpc/powerpc64/configure: Regenerated.
28961         * sysdeps/s390/s390-32/configure: Regenerated.
28962         * sysdeps/s390/s390-64/configure: Regenerated.
28963         * sysdeps/sh/configure: Regenerated.
28964         * sysdeps/sparc/configure: Regenerated.
28965         * sysdeps/unix/sysv/linux/configure: Regenerated.
28966         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
28967         * sysdeps/x86_64/configure: Regenerated.
28968
28969         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
28970         defined.  Don't check if MAP is NULL.
28971
28972 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
28973
28974         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
28975         (_G_stat64): Likewise.
28976         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
28977         (_G_stat64): Likewise.
28978         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
28979         instead of struct _G_stat64.
28980         * libio/fileops.c (mmap_remap_check): Likewise.
28981         (decide_maybe_mmap): Likewise.
28982         (_IO_new_file_seekoff): Likewise.
28983         (_IO_file_stat): Likewise.
28984         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
28985         _G_off64_t.
28986         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
28987         instead of struct _G_stat64.
28988         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
28989
28990 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
28991
28992         [BZ #14602]
28993         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
28994         Replace with ...
28995         (CHECK_EOL): New macro.
28996         (two_way_short_needle): Check beginning of haystack for EOL.  Use
28997         CHECK_EOL.
28998         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
28999         Replace with CHECK_EOL.
29000         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29001         Replace with CHECK_EOL.
29002
29003 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
29004
29005         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
29006         type-generic.
29007         * math/libm-test.inc: Update comment listing what functions and
29008         macros are tested.
29009         (finite_test): New function.
29010         (isinf_test): Likewise.
29011         (isnan_test): Likewise.
29012         (fpclassify_test): Test subnormal input.
29013         (isfinite_test): Likewise.
29014         (isnormal_test): Likewise.
29015         (main): Call the new functions.
29016
29017 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
29018
29019         [BZ #14660]
29020         * Makerules (%.dynsym): Force C locale when running
29021         $(OBJDUMP) --dynamic-syms.
29022
29023 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
29024
29025         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
29026         <stdint.h>.
29027
29028 2012-10-06  David S. Miller  <davem@davemloft.net>
29029
29030         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
29031         upper 32-bits of the length value in %o2 since we use branch-on-register
29032         tests which consider the entire 64-bit register.
29033
29034 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
29035
29036         * string/test-strstr.c (check2): Add a test for page boundary.
29037
29038 2012-10-05  David S. Miller  <davem@davemloft.net>
29039
29040         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
29041         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
29042         file.
29043         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
29044         sysdep_routines.
29045         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
29046         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
29047         and bzero when HWCAP_SPARC_CRYPTO is present.
29048
29049 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
29050
29051         [BZ #14602]
29052         * string/test-strstr.c (check2): New function.
29053         (test_main): Call check2.
29054
29055         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
29056         and bug-strchr1.
29057         * string/bug-strcasestr1.c (do_test): Moved to ...
29058         * string/test-strcasestr.c (check1): Here.  New function.
29059         (do_one_test): Break out result checking code into ...
29060         (check_result): This.  New function.
29061         (do_one_test): Call check_result.
29062         (test_main): Call check1.
29063         * string/bug-strchr1.c (do_test): Moved to ...
29064         * string/test-strchr.c (check1): Here.  New function.
29065         (do_one_test): Break out result checking code into ...
29066         (check_result): This.  New function.
29067         (do_one_test): Call check_result.
29068         (test_main): Call check1.
29069         * string/bug-strstr1.c (main): Moved to ...
29070         * string/test-strstr.c (check1): Here.  New function.
29071         (do_one_test): Break out result checking code into ...
29072         (check_result): This.  New function.
29073         (do_one_test): Call check_result.
29074         (test_main): Call check1.
29075         * string/bug-strcasestr1.c: Removed.
29076         * string/bug-strchr1.c: Likewise.
29077         * string/bug-strstr1.c: Likewise.
29078
29079         * elf/Makefile (dl-routines): Add hwcaps.
29080         * elf/dl-support.c (_dl_important_hwcaps): Removed.
29081         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
29082         (_dl_important_hwcaps): Moved to ...
29083         * elf/dl-hwcaps.c: Here.  New file.
29084         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
29085
29086         [BZ #14557]
29087         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
29088         if IS_IN_rtld isn't defined.
29089
29090         * elf/dl-support.c (_dl_sysinfo_map): New.
29091         Include "get-dynamic-info.h" and "setup-vdso.h".
29092         (_dl_non_dynamic_init): Call setup_vdso.
29093         * elf/dynamic-link.h: Don't include <assert.h>.
29094         (elf_get_dynamic_info): Moved to ...
29095         * elf/get-dynamic-info.h: Here.  New file.
29096         * elf/dynamic-link.h: Include "get-dynamic-info.h".
29097         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
29098         * elf/setup-vdso.h: Here.  New file.
29099         * elf/rtld.c: Include "setup-vdso.h".
29100         (dl_main): Call setup_vdso.
29101
29102 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
29103
29104         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
29105         creal in comment listing functions tested.  List finite, isinf,
29106         isnan, isless, islessequal, isgreater, isgreaterequal,
29107         islessgreater, isunordered, lgamma_r and pow10 as functions and
29108         macros not tested.  Mention which functions not tested are aliases
29109         for other functions.  Fix typo.  Note that signs of NaNs are not
29110         tested.
29111
29112         * scripts/config.guess: Update from config.git.
29113         * scripts/config.sub: Likewise.
29114
29115 2012-10-04  Roland McGrath  <roland@hack.frob.com>
29116
29117         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
29118         * misc/madvise.c (madvise): Renamed to __madvise.
29119         Make madvise a weak alias.
29120         * include/sys/mman.h: Declare __madvise.
29121         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
29122         * sysdeps/unix/syscalls.list
29123         (madvise): Make __madvise the strong name, and madvise a weak alias.
29124         * sysdeps/unix/sysv/linux/syscalls.list
29125         (madvise, mmap): Remove redundant entries.
29126         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
29127         * malloc/malloc.c (mtrim): Likewise.
29128         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
29129
29130 2012-10-03  Roland McGrath  <roland@hack.frob.com>
29131
29132         * sysdeps/mach/hurd/dl-cache.c: File removed.
29133         * config.h.in (USE_LDCONFIG): New #undef.
29134         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
29135         * configure: Regenerated.
29136         * elf/Makefile (dl-routines): Add dl-cache only under
29137         [$(use-ldconfig) = yes].
29138         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
29139         cache on [USE_LDCONFIG].
29140         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
29141         [USE_LDCONFIG].
29142         * elf/rtld.c (dl_main): Likewise.
29143
29144 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
29145
29146         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
29147         _SC_LEVEL4_CACHE_LINESIZE.
29148
29149 2012-10-03  Roland McGrath  <roland@hack.frob.com>
29150
29151         * sysdeps/unix/bsd/confstr.h: File removed.
29152
29153 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
29154
29155         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
29156         sys/sdt-config.h.
29157
29158 2012-10-02  Roland McGrath  <roland@hack.frob.com>
29159
29160         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
29161         Make 'mapoff' field ElfW(Off) rather than off_t.
29162
29163 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
29164
29165         * nscd/Makefile: Remove nscd-cflags and all its users.
29166         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
29167         (CFLAGS-nonlib): Add compiler flags for nscd modules.
29168
29169         [BZ #10631]
29170         * malloc.c (malloc_printerr): Clarify error message.
29171
29172 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
29173
29174         [BZ #14648]
29175         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29176         Set bit_FMA_Usable if FMA is supported.
29177         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
29178         macro.
29179         (bit_FMA4_Usable): Updated.
29180         (index_FMA_Usable): New macro.
29181         (CPUID_FMA): Likewise
29182         (HAS_FMA): Defined with bit_FMA_Usable.
29183
29184 2012-10-01  Roland McGrath  <roland@hack.frob.com>
29185
29186         * bits/types.h (__swblk_t): Type removed.
29187         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
29188         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
29189         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
29190         (__SWBLK_T_TYPE): Likewise.
29191         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
29192         (__SWBLK_T_TYPE): Likewise.
29193         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
29194         (__SWBLK_T_TYPE): Likewise.
29195         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
29196         (__SWBLK_T_TYPE): Likewise.
29197
29198 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
29199             Honza Horak <hhorak@redhat.com>
29200
29201         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
29202         (xdr_mapname): Use YPMAXMAP as maxsize.
29203         (xdr_peername): Use YPMAXPEER as maxsize.
29204         (xdr_keydat): Use YPAXRECORD as maxsize.
29205         (xdr_valdat): Use YPMAXRECORD as maxsize.
29206
29207 2012-10-01  Roland McGrath  <roland@hack.frob.com>
29208
29209         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
29210
29211         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
29212         * csu/init-first.c: ... here.
29213         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
29214         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
29215         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
29216         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
29217         * sysdeps/i386/init-first.c: File removed.
29218         * sysdeps/sh/init-first.c: File removed.
29219
29220 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
29221
29222         [BZ #14645]
29223         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
29224         if x * y might underflow to zero and z is zero.
29225         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29226         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29227         * math/libm-test.inc (min_subnorm_value): New variable.
29228         (fma_test): Add more tests.
29229         (fma_test_towardzero): Likewise.
29230         (fma_test_downward): Likewise
29231         (fma_test_upward): Likewise.
29232         (initialize): Set min_subnorm_value.
29233
29234 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
29235
29236         [BZ #14638]
29237         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
29238         0 + 0.
29239         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
29240         mode for addition resulting in exact zero.
29241         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
29242         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
29243         exact 0 + 0.
29244         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29245         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29246         * math/libm-test.inc (fma_test): Add more tests.
29247         (fma_test_towardzero): New function.
29248         (fma_test_downward): Likewise.
29249         (fma_test_upward): Likewise.
29250         (main): Call the new functions.
29251
29252 2012-09-28  David S. Miller  <davem@davemloft.net>
29253
29254         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
29255
29256 2012-09-28  Roland McGrath  <roland@hack.frob.com>
29257
29258         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
29259         instead of SIGALRM.
29260
29261         * sysdeps/gnu/_G_config.h: Moved to ...
29262         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
29263         * sysdeps/mach/hurd/_G_config.h: Moved to ...
29264         * sysdeps/generic/_G_config.h: ... here.
29265
29266         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
29267
29268         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
29269
29270         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
29271         Conditionalize target on [libnss_test1.so-version].
29272
29273         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
29274
29275         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
29276         (elfobjdir): Move out of conditionals.
29277
29278         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
29279         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
29280         (__nss_lookup_function): Conditionalize label remove_from_tree on
29281         [!DO_STATIC_NSS || SHARED], matching its only use.
29282
29283 2012-09-28  David S. Miller  <davem@davemloft.net>
29284
29285         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
29286         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
29287         file.
29288         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
29289         sysdep_routines.
29290         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
29291         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
29292         when HWCAP_SPARC_CRYPTO is present.
29293
29294 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
29295
29296         * io/tst-mknodat.c: Create a FIFO instead of a socket.
29297
29298 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
29299
29300         [BZ #6530]
29301         * stdio-common/vfprintf.c (process_string_arg): Revert
29302         2000-07-22 change.
29303
29304 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
29305
29306         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
29307         for testcase.
29308         * stdio-common/tst-sprintf.c: Include <locale.h>
29309         (main): Test sprintf's handling of incomplete multibyte
29310         characters.
29311
29312 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
29313
29314         * elf/dl-runtime.c (VERSYMIDX): Removed.
29315         * elf/dl-version.c (VERSYMIDX): Likewise.
29316         * elf/do-rel.h (VERSYMIDX): Likewise.
29317         (VALIDX): Likewise.
29318         * elf/dynamic-link.h (VERSYMIDX): Likewise.
29319         * elf/rtld.c (VALIDX): Likewise.
29320         (ADDRIDX): Likewise.
29321         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
29322         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
29323         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
29324         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
29325         (VALIDX): Likewise.
29326         (ADDRIDX): Likewise.
29327
29328 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
29329
29330         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
29331
29332 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
29333
29334         [BZ #11438]
29335         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
29336         to global scope.
29337         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
29338         addresses are in the same scope as 192.0.2/24.
29339         * posix/gai.conf: Document new scope table defaults.
29340
29341 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29342
29343         [BZ #5298]
29344         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
29345         for ftell.  Compute offsets from write pointers instead.
29346         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
29347
29348 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29349
29350         [BZ #14543]
29351         * libio/Makefile (tests): New test case tst-fseek.
29352         * libio/tst-fseek.c: New test case to verify that fseek/ftell
29353         combination works in wide mode.
29354         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
29355         state when the external buffer state changes.
29356
29357 2012-09-27  David S. Miller  <davem@davemloft.net>
29358
29359         [BZ #14376]
29360         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
29361         pass reloc->r_addend in as the 'high' argument to
29362         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
29363
29364         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29365
29366 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
29367
29368         * rt/tst-aio2.c: Include <pthread.h>.
29369         * rt/tst-aio3.c: Likewise.
29370
29371 2012-09-27  Steve Ellcey  <sellcey@mips.com>
29372
29373         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
29374
29375 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
29376
29377         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
29378         contents on [SHARED].
29379
29380 2012-09-26  Marek Polacek  <polacek@redhat.com>
29381
29382         [BZ #14530]
29383         [BZ #13741]
29384         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
29385         for C++ and GCC <4.3 as well as for non GCC compilers.
29386
29387 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
29388
29389         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29390
29391 2012-09-25  Roland McGrath  <roland@hack.frob.com>
29392
29393         * Makefile.in (all, install): Declare with .PHONY.
29394         Reported by Michael Hope <michael.hope@linaro.org>.
29395
29396 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29397
29398         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
29399         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
29400         system header.
29401         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
29402         Likewise.
29403         (sydep_routines): Add the new and the internal functions.
29404         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
29405         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
29406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
29407         (GLIBC_2.17): Add the new function.
29408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
29409         (GLIBC_2.17): Likewise.
29410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
29411         (GLIBC_2.17): Likewise.
29412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
29413         (GLIBC_2.17): Likewise.
29414         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
29415
29416 2012-09-25  Alan Modra  <amodra@gmail.com>
29417
29418         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
29419         Add release barrier before setting once_control to say
29420         initialisation is done.  Add hints on lwarx.  Use macro in
29421         place of isync.
29422         (clear_once_control): Add release barrier.
29423
29424 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
29425
29426         [BZ #13629]
29427         * math/s_clog.c (__clog): Handle more values close to |z| = 1
29428         specially.
29429         * math/s_clog10.c (__clog10): Likewise.
29430         * math/s_clog10f.c (__clog10f): Likewise.
29431         * math/s_clog10l.c (__clog10l): Likewise.
29432         * math/s_clogf.c (__clogf): Likewise.
29433         * math/s_clogl.c (__clogl): Likewise.
29434         * math/Makefile (libm-calls): Add x2y2m1.
29435         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
29436         (__x2y2m1): Likewise.
29437         (__x2y2m1l): Likewise.
29438         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
29439         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
29440         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
29441         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
29442         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
29443         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
29444         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
29445         * sysdeps/i386/fpu/libm-test-ulps: Update.
29446         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29447
29448         [BZ #14621]
29449         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
29450         int as type of variable DEPTH.
29451         (glob): Use size_t instead of int as type of variables NEWCOUNT
29452         and OLD_PATHC.
29453
29454 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
29455
29456         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
29457         Add s_sincosf-sse2.
29458         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
29459         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
29460         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
29461         macros for using routine as __sincosf_ia32.
29462         Use macro for function declaration and weak_alias.
29463         * sysdeps/i386/fpu/libm-test-ulps: Update.
29464
29465         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
29466         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29467
29468         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
29469         subnormal argument.
29470         * math/s_cexpf.c (__cexpf): Likewise.
29471         * math/s_csinf.c (__csinf): Likewise.
29472         * math/s_csinhf.c (__csinhf): Likewise.
29473         * math/s_ctanf.c (__ctanf): Likewise.
29474         * math/s_ctanhf.c (__ctanhf): Likewise.
29475         * math/s_ccosh.c (__ccoshf): Likewise.
29476         * math/s_cexp.c (__cexpl): Likewise.
29477         * math/s_csin.c (__csin): Likewise.
29478         * math/s_csinh.c (__csinh): Likewise.
29479         * math/s_ctan.c (__ctan): Likewise.
29480         * math/s_ctanh.c (ctanh): Likewise.
29481         * math/s_ccoshl.c (__ccoshl): Likewise.
29482         * math/s_cexpl.c (__cexpl): Likewise.
29483         * math/s_csinl.c (__csinl): Likewise.
29484         * math/s_csinhl.c (__csinhl): Likewise.
29485         * math/s_ctanl.c (__ctanl): Likewise.
29486         * math/s_ctanhl.c (__ctanhl): Likewise.
29487
29488 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
29489
29490         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
29491         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
29492         (_IO_off_t): Define to __off_t, not _G_off_t.
29493         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
29494         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
29495         (_IO_wint_t): Define to wint_t, not _G_wint_t.
29496         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
29497         type of __dummy and __dummy2 fields.
29498         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
29499         (_G_ssize_t): Likewise.
29500         (_G_off_t): Likewise.
29501         (_G_pid_t): Likewise.
29502         (_G_uid_t): Likewise.
29503         (_G_wchar_t): Likewise.
29504         (_G_wint_t): Likewise.
29505         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
29506         (_G_ssize_t): Likewise.
29507         (_G_off_t): Likewise.
29508         (_G_pid_t): Likewise.
29509         (_G_uid_t): Likewise.
29510         (_G_wchar_t): Likewise.
29511         (_G_wint_t): Likewise.
29512         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
29513         (_G_ssize_t): Likewise.
29514         (_G_off_t): Likewise.
29515         (_G_pid_t): Likewise.
29516         (_G_uid_t): Likewise.
29517         (_G_wchar_t): Likewise.
29518         (_G_wint_t): Likewise.
29519
29520 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
29521
29522         * malloc/arena.c: Include malloc-sysdep.h.
29523         (shrink_heap): Use check_may_shrink_heap to decide if madvise
29524         is sufficient to shrink the heap or an unmap is needed.
29525         * sysdeps/generic/malloc-sysdep.h: New file.  Define
29526         new function check_may_shrink_heap.
29527         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
29528         new function check_may_shrink_heap.
29529
29530 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
29531
29532         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
29533         comments.
29534
29535 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
29536
29537         * catgets/test-gencat.sh: Add "set -e".
29538         * elf/tst-pathopt.sh: Likewise.
29539         * grp/tst_fgetgrent.sh: Likewise.
29540         * iconvdata/run-iconv-test.sh: Likewise.
29541         * intl/tst-gettext.sh: Likewise.
29542         * intl/tst-gettext2.sh: Likewise.
29543         * intl/tst-gettext4.sh: Likewise.
29544         * intl/tst-gettext6.sh: Likewise.
29545         * intl/tst-translit.sh: Likewise.
29546         * io/ftwtest-sh: Likewise.
29547         * libio/test-freopen.sh: Likewise.
29548         * malloc/tst-mtrace.sh: Likewise.
29549         * posix/globtest.sh: Likewise.
29550         * posix/tst-getconf.sh: Likewise.
29551         * posix/wordexp-tst.sh: Likewise.
29552         * stdio-common/tst-printf.sh: Likewise.
29553         * stdio-common/tst-unbputc.sh: Likewise.
29554         * stdlib/tst-fmtmsg.sh: Likewise.
29555         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
29556         * catgets/Makefile: Do not specify -e option when running
29557         testsuite shell scripts.
29558         * elf/Makefile: Likewise.
29559         * grp/Makefile: Likewise.
29560         * iconvdata/Makefile: Likewise.
29561         * intl/Makefile: Likewise.
29562         * io/Makefile: Likewise.
29563         * libio/Makefile: Likewise.
29564         * malloc/Makefile: Likewise.
29565         * posix/Makefile: Likewise.
29566         * stdio-common/Makefile: Likewise.
29567         * stdlib/Makefile: Likewise.
29568         * sysdeps/x86_64/Makefile: Likewise.
29569
29570         * io/ftwtest-sh: Add copyright header.
29571         * posix/globtest.sh: Likewise.
29572         * posix/tst-getconf.sh: Likewise.
29573         * posix/wordexp-tst.sh: Likewise.
29574         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
29575
29576 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
29577
29578         [BZ #13679]
29579         * Makeconfig (+link): Defined as $(+link-static) if
29580         $(build-shared) isn't yes.
29581         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
29582         isn't yes.
29583         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
29584
29585         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
29586
29587         [BZ #14562]
29588         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
29589         new chunk size with MALLOC_ALIGN_MASK.
29590
29591 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
29592
29593         [BZ #5044]
29594         * stdio-common/printf_fphex.c: Include <stdbool.h> and
29595         <rounding-mode.h>.
29596         (__printf_fphex): Determine rounding using get_rounding_mode and
29597         round_away.
29598         * stdio-common/tst-printf-round.c (struct hex_test): New
29599         structure.
29600         (hex_tests): New variable.
29601         (test_hex_in_one_mode): New function.
29602         (do_test): Also run tests for hex float output.
29603
29604 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
29605
29606         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
29607         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
29608         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
29609         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
29610         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
29611         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
29612         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
29613         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
29614
29615 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
29616
29617         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
29618         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
29619         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
29620         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
29621
29622 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
29623
29624         [BZ #14579]
29625         * elf/rtld.c (dl_main): Limit the check for self loading to normal
29626         mode only.
29627         * elf/tst-rtld-load-self.sh: New test.
29628         * elf/Makefile: Run it.
29629
29630 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
29631
29632         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
29633         (tst-writev-ENV): Remove.
29634         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
29635
29636 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
29637
29638         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
29639
29640 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
29641
29642         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
29643         unconditional.
29644         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
29645         Likewise.
29646         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
29647         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
29648         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
29649         Likewise.
29650
29651 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
29652
29653         [BZ #14587]
29654         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
29655         * config.make.in (have-cpp-asm-debuginfo): Removed.
29656         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
29657         * configure: Regenerated.
29658
29659 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
29660
29661         [BZ #5044]
29662         * stdio-common/printf_fp.c: Include <stdbool.h> and
29663         <rounding-mode.h>.
29664         (___printf_fp): Determine rounding using get_rounding_mode and
29665         round_away.
29666         * stdio-common/tst-printf-round.c: New file.
29667         * stdio-common/Makefile (tests): Add tst-printf-round.
29668         (link-libm): New variable.
29669         ($(objpfx)tst-printf-round): Depend in $(link-libm).
29670
29671 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
29672
29673         [BZ #14576]
29674         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
29675         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
29676         Likewise.
29677         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
29678         Likewise.
29679
29680 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
29681
29682         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
29683         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
29684         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
29685         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
29686
29687 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
29688
29689         [BZ #14518]
29690         * include/rounding-mode.h: New file.
29691         * sysdeps/generic/get-rounding-mode.h: Likewise.
29692         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
29693         * stdlib/strtod_l.c: Include <rounding-mode.h>.
29694         (MAX_VALUE): New macro.
29695         (MIN_VALUE): Likewise.
29696         (overflow_value): New function.
29697         (underflow_value): Likewise.
29698         (round_and_return): Use overflow_value and underflow_value to
29699         determine return values in overflow and underflow cases.  Use
29700         round_away to determine rounding depending on rounding mode.
29701         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
29702         determine return values in overflow and underflow cases.
29703         * stdlib/tst-strtod-round.c: Include <fenv.h>.
29704         (struct test_results): New structure.
29705         (struct test): Use struct test_results to store expected results
29706         for all rounding modes.
29707         (TEST): Include expected results for all rounding modes.
29708         (test_in_one_mode): New function.
29709         (do_test): Use test_in_one_mode to compute and check results.
29710         Check results for all rounding modes.
29711         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
29712         $(link-libm).
29713
29714 2012-12-09  Allan McRae  <allan@archlinux.org>
29715
29716         * sysdeps/i386/fpu/libm-test-ulps: Update
29717
29718 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
29719
29720         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
29721         (_G_int32_t): Likewise.
29722         (_G_uint16_t): Likewise.
29723         (_G_uint32_t): Likewise.
29724         (_G_HAVE_BOOL): Likewise.
29725         (_G_HAVE_ATEXIT): Likewise.
29726         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
29727         (_G_HAVE_IO_FILE_OPEN): Likewise.
29728         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
29729         (_G_int32_t): Likewise.
29730         (_G_uint16_t): Likewise.
29731         (_G_uint32_t): Likewise.
29732         (_G_HAVE_BOOL): Likewise.
29733         (_G_HAVE_ATEXIT): Likewise.
29734         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
29735         (_G_HAVE_IO_FILE_OPEN): Likewise.
29736         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
29737         (_G_int32_t): Likewise.
29738         (_G_uint16_t): Likewise.
29739         (_G_uint32_t): Likewise.
29740         (_G_HAVE_BOOL): Likewise.
29741         (_G_HAVE_ATEXIT): Likewise.
29742         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
29743         (_G_HAVE_IO_FILE_OPEN): Likewise.
29744
29745 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
29746
29747         * csu/libc-tls.c: Update copyright years.
29748
29749 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
29750
29751         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
29752         [!_G_USING_THUNKS]: Remove conditional code.
29753         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
29754         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
29755
29756         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
29757         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
29758         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
29759         (_G_VTABLE_LABEL_PREFIX): Likewise.
29760         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
29761         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
29762         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
29763         (_G_VTABLE_LABEL_PREFIX): Likewise.
29764         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
29765         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
29766         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
29767         (_G_VTABLE_LABEL_PREFIX): Likewise.
29768         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
29769
29770 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
29771
29772         * libio/Makefile: Include ../Makeconfig before tests.
29773         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
29774         only if $(build-shared) is yes.
29775
29776         * iconv/gconv_db.c: Update copyright years.
29777
29778 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
29779
29780         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
29781         unwind info if defined PIC. Fix special cases description.
29782         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
29783
29784         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
29785         DP_HI_MASK entry.
29786         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
29787
29788 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
29789
29790         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
29791
29792         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
29793         is NULL.
29794
29795         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
29796         (LDLIBS-tst-chk4): This.
29797         (LDFLAGS-tst-chk5): Renamed to ...
29798         (LDLIBS-tst-chk5): This.
29799         (LDFLAGS-tst-chk6): Renamed to ...
29800         (LDLIBS-tst-chk6): This.
29801         (LDFLAGS-tst-lfschk4): Renamed to ...
29802         (LDLIBS-tst-lfschk4): This.
29803         (LDFLAGS-tst-lfschk5): Renamed to ...
29804         (LDLIBS-tst-lfschk5): This.
29805         (LDFLAGS-tst-lfschk6): Renamed to ...
29806         (LDLIBS-tst-lfschk6): This.
29807
29808         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
29809         on $(common-objpfx)soversions.mk.
29810
29811 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
29812
29813         [BZ #10014]
29814         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
29815         example host name.
29816
29817 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
29818
29819         * malloc/arena.c (arena_get_retry): New function that gets
29820         another arena for the caller to try its request on.
29821         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
29822         current arena cannot fulfill the request.
29823         (__libc_memalign): Likewise.
29824         (__libc_memalign): Likewise.
29825         (__libc_pvalloc): Likewise.
29826         (__libc_calloc): Likewise.
29827
29828 2012-09-05  John Tobey  <john.tobey@gmail.com>
29829
29830         [BZ #13542]
29831         * manual/arith.texi (Operations on Complex): Fix description
29832         of carg branch cut.
29833
29834 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
29835
29836         [BZ #10014]
29837         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
29838         host name.
29839
29840         [BZ #10038]
29841         * manual/memory.texi (Memory): Make order of menu items match
29842         order of sections.
29843
29844 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
29845
29846         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
29847         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
29848         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
29849
29850 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
29851
29852         * csu/libc-tls.c (static_dtv): Renamed to ...
29853         (_dl_static_dtv): This.  Make it global.
29854         (_dl_initial_dtv): Removed.
29855         (__libc_setup_tls): Updated.
29856         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
29857         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
29858         DL_INITIAL_DTV.
29859
29860 2012-09-06  Petr Machata  <pmachata@redhat.com>
29861
29862         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
29863         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
29864         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
29865         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
29866
29867 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
29868
29869         [BZ #14545]
29870         * csu/libc-tls.c (_dl_initial_dtv): New variable.
29871         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
29872         freeing dtv[-1].
29873
29874 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
29875
29876         [BZ #14544]
29877         * Makeconfig (link-static-before-libc): Replace $(+prector)
29878         with $(+prectorT).
29879         (link-static-after-libc): Replace $(+postctor) with
29880         $(+postctorT).
29881         (link-bounded): Replace $(+prector)/$(+postctor) with
29882         $(+prectorT)/$(+postctorT).
29883         (+prectorT): New macro.
29884         (+postctorT): Likewise.
29885
29886 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
29887
29888         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
29889         (round_str): Handle values above the maximum for IBM long double
29890         as inexact.
29891         * stdlib/tst-strtod-round.c (tests): Regenerated.
29892
29893 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29894
29895         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
29896         assembler flag.
29897         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
29898         zarch_nohighgprs around the zarch optimized routines.
29899         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
29900         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
29901         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
29902         for zarch.
29903
29904 2012-09-05  David S. Miller  <davem@davemloft.net>
29905
29906         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29907
29908         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
29909         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
29910         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
29911         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
29912         entries.
29913
29914 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29915
29916         * malloc/arena.c: Fold copyright years.
29917         * malloc/mcheck.c, malloc/memusage.c: Likewise.
29918
29919 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29920
29921         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
29922
29923 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29924
29925         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
29926
29927 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29928
29929         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
29930         change internal state upon failure.
29931
29932 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29933
29934         * malloc/mcheck.c (mcheck_check_all): Fix typo.
29935         * malloc/memusage.c (mmap): Likewise.
29936         (mmap64, mremap): Likewise.  Adjust name in comment.
29937
29938 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
29939
29940         * libio/fileops.c: Fix typos in comments.
29941         * libio/oldfileops.c: Likewise.
29942         * libio/wfileops.c: Likewise.
29943
29944 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
29945
29946         [BZ #1349]
29947         * malloc/Makefile (tests): Add tst-malloc-usable test case.
29948         (tst-malloc-usable-ENV): Set environment for test case.
29949         * malloc/hooks.c (malloc_check_get_size): New function to get
29950         requested size.
29951         * malloc/malloc.c (musable): Use malloc_check_get_size.
29952         * malloc/tst-malloc-usable.c: New test case.
29953
29954 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
29955
29956         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
29957
29958 2012-09-05  Allan McRae  <allan@archlinux.org>
29959
29960         [BZ #13966]
29961         * configure.in (CXX_SYSINCLUDES): Use compiler output to
29962         determine header location.
29963         * configure: Regenerated.
29964
29965 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
29966
29967         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
29968         float format.
29969         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
29970         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
29971         format.
29972         (test): Regenerate.
29973
29974 2012-09-04  David S. Miller  <davem@davemloft.net>
29975
29976         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
29977         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
29978         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
29979
29980 2012-09-04  Florian Weimer  <fweimer@redhat.com>
29981
29982         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
29983         failures.
29984
29985         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
29986
29987 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
29988
29989         [BZ #9914]
29990         * libio/iogetdelim.c: Include <limits.h>.
29991         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
29992         + len + 1 would overflow.
29993
29994 2012-09-03  Andreas Jaeger  <aj@suse.de>
29995
29996         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29997         * sysdeps/i386/fpu/libm-test-ulps: Update.
29998
29999 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30000
30001         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30002         Add s_sinf-sse2, s_conf-sse2.
30003
30004         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
30005         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
30006         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
30007         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
30008
30009         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
30010         for using routine as __sinf_ia32.
30011         Use macro for function declaration and weak_alias.
30012         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
30013         for using routine as __cosf_ia32.
30014         Use macro for function declaration and weak_alias.
30015
30016         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
30017         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
30018
30019         * sysdeps/x86_64/fpu/s_sinf.S: New file.
30020         * sysdeps/x86_64/fpu/s_cosf.S: New file.
30021         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30022
30023         * math/libm-test.inc (cos_test): Add more test cases.
30024         (sin_test): Likewise.
30025         (sincos_test): Likewise.
30026
30027 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30028
30029         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
30030         (IFUNC_RESOLVE): Make pointers to the specialized implementations
30031         hidden.
30032         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30033
30034 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
30035
30036         [BZ #14538]
30037         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
30038         first element of the GOT.
30039         (elf_machine_load_address): Return the difference between
30040         the runtime address of _DYNAMIC and elf_machine_dynamic ().
30041
30042 2012-09-01  Allan McRae  <allan@archlinux.org>
30043
30044         [BZ #13412]
30045         * configure.in (AWK): Require gawk version 3.0 or later.
30046         * configure: Regenerated.
30047
30048 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
30049
30050         * sysdeps/unix/sysv/linux/kernel-features.h
30051         (__ASSUME_POSIX_CPU_TIMERS): Remove.
30052         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
30053         [__NR_clock_getres]: Make code unconditional.
30054         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
30055         (clock_getcpuclockid): Remove code left unreachable by removal of
30056         conditionals.
30057         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
30058         code unconditional.
30059         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
30060         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30061         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
30062         Make code unconditional.
30063         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
30064         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30065         * sysdeps/unix/sysv/linux/clock_settime.c
30066         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
30067         conditional code.
30068         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
30069         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30070
30071 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
30072
30073         [BZ #14476]
30074         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
30075         scripts/test-installation.pl.
30076
30077         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
30078         and $ld_so_version if it is set.
30079
30080 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30081
30082         [BZ #14516]
30083         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
30084         failure if reading from procfs failed.
30085         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
30086
30087 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
30088
30089         * sysdeps/unix/sysv/linux/kernel-features.h
30090         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
30091         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
30092         Remove conditional code.
30093         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30094         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
30095         Remove conditional code.
30096         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30097         * sysdeps/unix/sysv/linux/i386/fxstat.c
30098         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30099         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30100         * sysdeps/unix/sysv/linux/i386/fxstatat.c
30101         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30102         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30103         * sysdeps/unix/sysv/linux/i386/lxstat.c
30104         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30105         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30106         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
30107         Remove conditional code.
30108         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30109         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
30110         Remove conditional code.
30111         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30112         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
30113         <kernel-features.h>.
30114         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
30115         Remove.
30116         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
30117         Remove conditional code.
30118         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30119         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
30120         Remove conditional.
30121
30122 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
30123
30124         [BZ #5400]
30125         * NEWS: Add fixed bug number.
30126
30127 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
30128
30129         [BZ #14519]
30130         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
30131         underflowing exponent in case of negative sign.
30132         * stdlib/tst-strtod-round-data: Add more tests.
30133         * stdlib/tst-strtod-round.c (tests): Regenerated.
30134
30135         [BZ #3479]
30136         * stdlib/strtod_l.c (NDIG): Remove.
30137         (HEXNDIG): Likewise.
30138         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
30139         smallest representable value.
30140         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
30141         lie within an exact representation of 1/2 ulp of the result.
30142         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
30143         unconditionally.
30144         (TENS_P9_IDX): Define unconditionally.
30145         (TENS_P9_SIZE): Likewise.
30146         (TENS_P10_IDX): Likewise.
30147         (TENS_P10_SIZE): Likewise.
30148         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
30149         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
30150         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
30151         entries for 10^2^13 and 10^2^14.
30152         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
30153         (TENS_P13_IDX): Define.
30154         (TENS_P13_SIZE): Likewise.
30155         (TENS_P14_IDX): Likewise.
30156         (TENS_P14_SIZE): Likewise.
30157         (_fpioconst_pow10): Change array size to
30158         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
30159         unconditional.
30160         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
30161         1024]: Add entries for 10^2^13 and 10^2^14.
30162         [LAST_POW10 > _LAST_POW10]: Remove #error.
30163         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
30164         (_fpioconst_pow10): Change array size to
30165         FPIOCONST_POW10_ARRAY_SIZE.
30166         * stdlib/gen-fpioconst.c: New file.
30167         * stdlib/gen-tst-strtod-round.c: Likewise.
30168         * stdlib/tst-strtod-round-data: Likewise.
30169         * stdlib/tst-strtod-round.c: Likewise.
30170         * stdlib/Makefile (tests): Add tst-strtod-round.
30171
30172         [BZ #14459]
30173         * stdlib/strtod_l.c: Include <stdint.h>.
30174         (NDEBUG): Do not define.
30175         (round_and_return): Change EXPONENT parameter to type intmax_t.
30176         Rearrange calculations to avoid internal overflow possibilities.
30177         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
30178         Rearrange calculations to avoid internal overflow possibilities.
30179         Assert that number fits inside MPNSIZE limbs.
30180         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
30181         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
30182         calculations and add assertions to avoid internal overflow
30183         possibilities.  Add casts to avoid signed/unsigned operations.
30184         * stdlib/tst-strtod-overflow.c: New file.
30185         * stdlib/Makefile (tests): Add tst-strtod-overflow.
30186
30187 2012-08-25  Marek Polacek  <polacek@redhat.com>
30188
30189         * time/time.h: Fix some typos in comments.
30190
30191 2012-08-23  Roland McGrath  <roland@hack.frob.com>
30192
30193         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
30194         * posix/tst-rfc3484-2.c: Likewise.
30195         * posix/tst-rfc3484-3.c: Likewise.
30196
30197 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
30198
30199         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
30200         (EF_ARM_ABI_FLOAT_HARD): Likewise.
30201
30202 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
30203
30204         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
30205         #include of fxstatat64.c.
30206
30207 2012-08-22  Roland McGrath  <roland@hack.frob.com>
30208
30209         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
30210         * shadow/getspent_r.c: Likewise.
30211         * shadow/getspnam.c: Likewise.
30212         * shadow/getspnam_r.c: Likewise.
30213         * gshadow/getsgent.c: Likewise.
30214         * gshadow/getsgent_r.c: Likewise.
30215         * gshadow/getsgnam.c: Likewise.
30216         * gshadow/getsgnam_r.c: Likewise.
30217         * inet/getnetbyad.c: Likewise.
30218         * inet/getnetbyad_r.c: Likewise.
30219         * inet/getnetbynm.c: Likewise.
30220         * inet/getnetbynm_r.c: Likewise.
30221         * inet/getnetent.c: Likewise.
30222         * inet/getnetent_r.c: Likewise.
30223         * inet/getproto.c: Likewise.
30224         * inet/getproto_r.c: Likewise.
30225         * inet/getprtent.c: Likewise.
30226         * inet/getprtent_r.c: Likewise.
30227         * inet/getprtname.c: Likewise.
30228         * inet/getprtname_r.c: Likewise.
30229         * inet/getrpcbyname.c: Likewise.
30230         * inet/getrpcbyname_r.c: Likewise.
30231         * inet/getrpcbynumber.c: Likewise.
30232         * inet/getrpcbynumber_r.c: Likewise.
30233         * inet/getrpcent.c: Likewise.
30234         * inet/getrpcent_r.c: Likewise.
30235         * inet/getaliasent.c: Likewise.
30236         * inet/getaliasent_r.c: Likewise.
30237         * inet/getaliasname.c: Likewise.
30238         * inet/getaliasname_r.c: Likewise.
30239         * nscd/getgrgid_r.c: Likewise.
30240         * nscd/getgrnam_r.c: Likewise.
30241         * nscd/gethstbyad_r.c: Likewise.
30242         * nscd/gethstbynm3_r.c: Likewise.
30243         * nscd/getpwnam_r.c: Likewise.
30244         * nscd/getpwuid_r.c: Likewise.
30245         * nscd/getsrvbynm_r.c: Likewise.
30246         * nscd/getsrvbypt_r.c: Likewise.
30247         * nscd/gai.c: Likewise.
30248
30249         * configure.in (build_nscd): New substituted variable, set
30250         by --disable-build-nscd and defaults to $use_nscd.
30251         * configure: Regenerated.
30252         * config.make.in (build-nscd): New substituted variable.
30253         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
30254         Change conditional to require [$(build-nscd) = yes] as well.
30255         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
30256
30257         [BZ# 13696]
30258         * configure.in (use_nscd): New substituted variable, set by
30259         --disable-nscd.  If enabled, define USE_NSCD.
30260         * configure: Regenerated.
30261         * config.h.in: Add USE_NSCD.
30262         * config.make.in (use-nscd): New substituted variable.
30263         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
30264         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
30265         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
30266         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
30267         (CFLAGS-getgrnam_r.c): Likewise.
30268         (CFLAGS-initgroups.c): Likewise.
30269         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
30270         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
30271         Variables removed.
30272         * inet/getnetgrent_r.c
30273         (nscd_setnetgrent): New function, broken out of ...
30274         (setnetgrent): ... here.  Call it.
30275         (innetgr): Conditionalize nscd bits on [USE_NSCD].
30276         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
30277         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
30278         * nscd/Makefile (routines, aux): Move definitions after include of
30279         Makeconfig.  Conditionalize on [$(use-nscd) != no].
30280         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
30281         Conditionalize on [USE_NSCD].
30282         (is_nscd, nscd_init_cb): Likewise.
30283         (nss_load_library): Conditionalize init callback on [USE_NSCD].
30284         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
30285         * nss/nss_db/db-init.c: Likewise.
30286         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
30287         [USE_NSCD].
30288         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
30289         (make_request): Use it.
30290         (cache_valid_p): New function.
30291         (__check_pf): Use it.
30292         * NEWS: Add item for --disable-nscd.
30293
30294 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
30295
30296         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
30297         to support sed >= 4.2.1-20-ga9bf076.
30298         * configure: Regenerated.
30299
30300 2012-08-22  Roland McGrath  <roland@hack.frob.com>
30301
30302         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
30303         Conditionalize whole body on [IREL].
30304
30305 2012-08-22  Jeff Law <law@redhat.com>
30306
30307         [BZ #14505]
30308         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
30309         if the family is PF_UNSPEC.
30310
30311 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
30312
30313         * Makerules (lib-version): Rename from V.
30314         (install-lib-nosubdir): Change V to lib-version.
30315
30316 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
30317
30318         [BZ #14252]
30319         * powerpc32/power6/wcschr.c: New file.
30320         * powerpc32/power6/wcscpy.c: New file.
30321         * powerpc32/power6/wcsrchr.c: New file.
30322         * powerpc64/power6/wcschr.c: New file.
30323         * powerpc64/power6/wcscpy.c: New file.
30324         * powerpc64/power6/wcsrchr.c: New file.
30325
30326 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
30327
30328         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
30329         (two_way_short_needle): Use it.
30330         * string/strstr.c (AVAILABLE1_USES_J): Define.
30331         * string/strcasestr.c: Likewise.
30332
30333         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
30334         array references.
30335         * string/strcasestr.c (TOLOWER): Make side-effect safe.
30336
30337         [BZ #11607]
30338         * NEWS: Add an entry.
30339         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
30340         define their defaults.
30341         (two_way_short_needle): Detect end-of-string on-the-fly.
30342         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
30343         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
30344         * string/bug-strcasestr1.c: New test.
30345         * string/Makefile: Run it.
30346
30347 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
30348
30349         [BZ #11607]
30350         * string/str-two-way.h (two_way_short_needle): Optimize matching of
30351         the first character.
30352
30353 2012-08-21  Roland McGrath  <roland@hack.frob.com>
30354
30355         * csu/elf-init.c (__libc_csu_irel): Function removed.
30356         * csu/libc-start.c (apply_irel): New function.
30357         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
30358
30359 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
30360
30361         * sysdeps/unix/sysv/linux/kernel-features.h
30362         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
30363         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
30364         <kernel-features.h>.
30365         [__NR_fadvise64_64]: Make code unconditional.
30366         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
30367         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
30368         !__NR_fadvise64_64)]: Likewise.
30369         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
30370         !__NR_fadvise64_64))]: Likewise.
30371         [__NR_fadvise64]: Make code unconditional.
30372         [!__NR_fadvise64]: Remove conditional code.
30373         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
30374         <kernel-features.h>.
30375         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
30376         unconditional.
30377         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
30378         conditional code.
30379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
30380         not include <kernel-features.h>.
30381         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
30382         unconditional.
30383         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
30384         conditional code.
30385         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
30386         include <kernel-features.h>.
30387         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
30388         unconditional.
30389         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
30390         conditional code.
30391
30392 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
30393
30394         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
30395         slight instruction rearrangements per scrollpipe analysis.
30396         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30397
30398 2012-08-20  Roland McGrath  <roland@hack.frob.com>
30399
30400         * manual/syslog.texi (syslog; vsyslog, closelog):
30401         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
30402         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
30403
30404         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
30405         DSOCAPS to match condition on defining it.
30406
30407 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
30408
30409         * sysdeps/unix/sysv/linux/kernel-features.h
30410         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
30411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
30412         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
30413         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
30414         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
30415         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
30416         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
30417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
30418         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
30419         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
30420
30421         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
30422         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
30423
30424         * sysdeps/unix/sysv/linux/kernel-features.h
30425         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
30426         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
30427         unconditional.
30428         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30429         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
30430         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
30431         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30432         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
30433         Make code unconditional.
30434         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30435         (__mmap64) [!__NR_mmap2]: Likewise.
30436         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
30437         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
30438         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30439         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
30440         [__NR_mmap2]: Make code unconditional.
30441         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30442         (__mmap64) [!__NR_mmap2]: Likewise.
30443
30444 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30445
30446         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
30447
30448 2012-08-18  Andreas Jaeger  <aj@suse.de>
30449
30450         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
30451
30452 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
30453
30454         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
30455         * include/unistd.h (__have_sock_cloexec): Likewise.
30456         (__have_pipe2): Likewise.
30457         (__have_dup3): Likewise.
30458
30459 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
30460
30461         [BZ #9685]
30462         * include/unistd.h (__have_pipe2): Change define into an extern int.
30463         (__have_dup3): Likewise.
30464         * socket/have_sock_cloexec.c: Include fcntl.h.
30465         (__have_pipe2): New variable.
30466         (__have_dup3): Likewise.
30467
30468 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
30469
30470         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
30471
30472 2012-08-17  Marek Polacek  <polacek@redhat.com>
30473
30474         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
30475         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
30476
30477 2012-08-17  Roland McGrath  <roland@hack.frob.com>
30478
30479         * configure.in: Add AC_SUBST for sysheaders.
30480         * configure: Regenerated.
30481         * config.make.in (sysheaders): New substituted variable.
30482
30483         * sysdeps/unix/mkfifo.c: Moved ...
30484         * sysdeps/posix/mkfifo.c: ... here.
30485         * sysdeps/unix/mkfifoat.c: Moved ...
30486         * sysdeps/posix/mkfifoat.c: ... here.
30487
30488         * sysdeps/unix/utime.c: Moved ...
30489         * sysdeps/posix/utime.c: ... here.
30490
30491         * sysdeps/unix/time.c: Moved ...
30492         * sysdeps/posix/time.c: ... here.
30493         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
30494         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
30495
30496         * sysdeps/unix/nice.c: Moved ...
30497         * sysdeps/posix/nice.c: ... here.
30498
30499         * sysdeps/unix/alarm.c: Moved ...
30500         * sysdeps/posix/alarm.c: ... here.
30501
30502         * intl/Makefile ($(codeset_mo)): Depend on the input file.
30503
30504 2012-08-17  Jeff Law <law@redhat.com>
30505
30506         * intl/Makefile (codeset_mo): New variable.
30507         ($(codeset_mo)): New target.
30508         (tst-codeset.out): Depend on that.  Remove explicit rule.
30509         (tst-gettext3.out, tst-gettext5.out): Likewise.
30510         (LOCPATH-ENV, tst-codeset-ENV): New variables.
30511         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
30512         * intl/tst-codeset.sh: Remove.
30513         * intl/tst-gettext3.sh: Likewise.
30514         * intl/tst-gettext5.sh: Likewise.
30515
30516 2012-08-17  Roland McGrath  <roland@hack.frob.com>
30517
30518         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
30519         * sysdeps/unix/syscalls.list: ... here.
30520
30521         * sysdeps/posix/getaddrinfo.c
30522         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
30523         (gaiconf_init, gaiconf_reload): Use them.
30524         [!_STATBUF_ST_NSEC]
30525         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
30526         Define using time_t rather than struct timespec.
30527
30528         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
30529         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
30530         Macros removed.
30531         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
30532         [!NO_THREADS].
30533         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
30534         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
30535         Likewise.
30536
30537         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
30538         __libc_cleanup_push argument.
30539
30540         * bits/param.h: New file.
30541         * misc/sys/param.h: New file.
30542         * include/sys/param.h: New file.
30543         * misc/Makefile (headers): Add bits/param.h.
30544         * sysdeps/generic/sys/param.h: File removed.
30545         * sysdeps/unix/sysv/linux/bits/param.h: New file.
30546         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
30547         * sysdeps/mach/hurd/bits/param.h: New file.
30548         * sysdeps/mach/hurd/sys/param.h: File removed.
30549
30550         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
30551         last change.
30552
30553         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
30554         [_IO_MTSAFE_IO].
30555         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
30556         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
30557         New macros.
30558
30559         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
30560         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
30561         rather than -D_IO_MTSAFE_IO conditionally.
30562         * stdio-common/Makefile (CPPFLAGS): Likewise.
30563         * wcsmbs/Makefile (CPPFLAGS): Likewise.
30564         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
30565         Use $(libio-mtsafe).
30566         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
30567         of -D_IO_MTSAFE_IO.
30568         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
30569         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
30570         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
30571         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
30572         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
30573         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
30574         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
30575         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
30576         (CFLAGS-fread_u_chk.c): Likewise.
30577         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
30578         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
30579         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
30580         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
30581         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
30582         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
30583         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
30584         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
30585         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
30586
30587         * libio/Makefile: Test [$(libc-reentrant) = yes]
30588         instead of [$(filter %REENTRANT, $(defines)) nonempty].
30589
30590         * Makeconfig
30591         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
30592         * sysdeps/pthread/configure: File removed.
30593         * sysdeps/pthread/Makeconfig: New file.
30594         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
30595         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
30596
30597 2012-08-16  Gary Benson  <gbenson@redhat.com>
30598
30599         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
30600         unmapping the first object in a namespace.
30601
30602 2012-08-16  Roland McGrath  <roland@hack.frob.com>
30603
30604         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
30605         (__internal_setnetgrent): ... this.  Add internal_function to
30606         definition.  Add libc_hidden_def.
30607         (setnetgrent): Update caller.
30608         (internal_endnetgrent): Renamed to ...
30609         (__internal_endnetgrent): ... this.  Add internal_function to
30610         definition.  Add libc_hidden_def.
30611         (endnetgrent): Update caller.
30612         (internal_getnetgrent_r): Renamed to ...
30613         (__internal_getnetgrent_r): ... this.  Add internal_function to
30614         definition.  Add libc_hidden_def.
30615         (__getnetgrent_r): Update caller.
30616         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
30617
30618 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
30619
30620         * stdlib/longlong.h: Update from GCC.
30621
30622 2012-08-16  Roland McGrath  <roland@hack.frob.com>
30623
30624         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
30625         on _QL, which is set by umul_ppmm but never used.
30626         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
30627         variables, which are set by GMP macros but never used.
30628         * stdio-common/_itowa.c (_itowa): Likewise.
30629         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
30630         * stdlib/mod_1.c (mpn_mod_1): Likewise.
30631
30632 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
30633
30634         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
30635         struct La_sh_regs is not constant.
30636         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
30637         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
30638         and struct La_sparc64_regs are not constant.
30639
30640 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
30641
30642         * sysdeps/unix/sysv/linux/kernel-features.h
30643         (__ASSUME_POSIX_TIMERS): Remove.
30644         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
30645         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30646         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
30647         Make code unconditional.
30648         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30649         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
30650         Make code unconditional.
30651         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30652         * sysdeps/unix/sysv/linux/clock_nanosleep.c
30653         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
30654         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30655         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
30656         Make code unconditional.
30657         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30658         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
30659         (__libc_missing_posix_timers): Remove.
30660
30661 2012-08-15  Roland McGrath  <roland@hack.frob.com>
30662
30663         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
30664         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
30665
30666         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
30667
30668         * elf/dl-sym.c: Include <stdlib.h>.
30669
30670         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
30671         constants, which avoids warnings in 32-bit builds.
30672
30673         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
30674         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
30675
30676         * misc/lseek.c: File moved to ...
30677         * io/lseek.c: ... here.
30678
30679         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
30680
30681         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
30682         shifting LEN more than 31 bits at once.
30683
30684 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30685
30686         [BZ #14195]
30687         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
30688         segmentation fault for a case of two empty input strings.
30689         * string/test-strncasecmp.c (check1): Renamed to...
30690         (bz12205): ...this.
30691         (bz14195): Add new testcase for two empty input strings and N > 0.
30692         (test_main): Call new testcase, adapt for renamed function.
30693
30694 2012-08-15  Andreas Jaeger  <aj@suse.de>
30695
30696         [BZ #14090]
30697         * crypt/md5test2.c: New test, based on test supplied by Serge
30698         Belyshev <belyshev@depni.sinp.msu.ru>.
30699         * crypt/Makefile (xtests): Add md5test-giant..
30700         * crypt/Makefile ($(objpfx)md5test-giant): Add.
30701
30702 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
30703
30704         [BZ #14090]
30705         * crypt/md5.c (md5_process_block): Don't assume the buffer
30706         length is less than 2**32.
30707         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
30708         length is less than 2**64.
30709
30710 2012-08-15  Roland McGrath  <roland@hack.frob.com>
30711
30712         * string/str-two-way.h: Include <sys/param.h>.
30713         (MAX): Macro removed.
30714
30715         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
30716         Move #define and #undef of memmove to just before and after
30717         including <string.h>.
30718
30719         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
30720         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
30721         and after including <string.h>.  Move declarations of
30722         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
30723         to before #include "string/memmove.c".
30724
30725         * include/dirent.h: Declare __getdirentries.
30726
30727         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
30728         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
30729
30730 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
30731
30732         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
30733         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
30734         * sysdeps/i386/configure: Regenerated.
30735         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
30736         STABS_CURRENT_FILE, and STABS_FUN.
30737         (END): Remove call to STABS_FUN_END.
30738         (STABS_CURRENT_FILE1): Delete.
30739         (STABS_CURRENT_FILE): Likewise.
30740         (STABS_FUN): Likewise.
30741         (STABS_FUN_END): Likewise.
30742         (STABS_FUN2): Likewise.
30743         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
30744         * sysdeps/x86_64/configure: Regenerated.
30745
30746 2012-08-14  Roland McGrath  <roland@hack.frob.com>
30747
30748         * elf/dl-open.c: Include <atomic.h>.
30749         * elf/dl-lookup.c: Likewise.
30750
30751 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
30752
30753         * sysdeps/unix/sysv/linux/kernel-features.h
30754         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
30755         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
30756         unconditionally.
30757         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
30758         unconditionally.
30759         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
30760         condition on __ASSUME_CLONE_THREAD_FLAGS.
30761
30762 2012-08-14  Andreas Jaeger  <aj@suse.de>
30763
30764         * sysdeps/i386/fpu/libm-test-ulps: Update.
30765
30766 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
30767
30768         * include/atomic.h (atomic_exchange_and_add): Split into ...
30769         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
30770         New atomic macros.
30771
30772 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
30773
30774         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30775
30776 2012-08-13  Jeff Law <law@redhat.com>
30777
30778         * manual/stdio.texi (snprintf): Clarify handling of the trailing
30779         null byte in the output string.
30780
30781 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
30782
30783         * sysdeps/unix/sysv/linux/kernel-features.h
30784         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
30785         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
30786         (__ASSUME_ARG_MAX_STACK_BASED): Define.
30787         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
30788         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
30789         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
30790         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
30791
30792 2012-08-09  Jeff Law <law@redhat.com>
30793
30794         [BZ #13939]
30795         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
30796         When avoid_arena is set, don't retry in the that arena.  Pick the
30797         next one, whatever it might be.
30798         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
30799         (arena_lock): Pass in new parameter to arena_get2.
30800         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
30801         arena_get2.
30802         (__libc_malloc): Unify retrying after main arena failure with
30803         __libc_memalign version.
30804         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
30805
30806 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
30807
30808         [BZ #14166]
30809         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
30810         to __redirect_strstr.
30811         (__strstr_sse42): Use typeof __redirect_strstr.
30812         (__strstr_ia32): Likewise.
30813         (__libc_strstr): New prototype.
30814         (strstr): Renamed to ...
30815         (__libc_strstr): This.
30816         (strstr): New strong alias of __libc_strstr.
30817         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
30818         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
30819         __redirect_time.
30820         Include <time.h>.
30821         (__libc_time): New prototype.
30822         (time_ifunc): Replace time with __libc_time.
30823         (time): New strong alias and hidden definition of __libc_time.
30824         (__GI_time): Remove strong alias.
30825         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
30826         Include <stddef.h>.
30827         (memmove): Redefined to __redirect_memmove.
30828         (__memmove_sse2): Use typeof __redirect_memmove.
30829         (__memmove_ssse3): Likewise.
30830         (__memmove_ssse3_back): Likewise.
30831         (__libc_memmove): New prototype.
30832         (memmove): Renamed to ...
30833         (__libc_memmove): This.
30834         (memmove): New strong alias of __libc_memmove.
30835
30836 2012-08-08  Mark Salter  <msalter@redhat.com>
30837
30838         * elf/elf.h
30839         (R_MN10300_TLS_GD): Define.
30840         (R_MN10300_TLS_LD): Likewise.
30841         (R_MN10300_TLS_LDO): Likewise.
30842         (R_MN10300_TLS_GOTIE): Likewise.
30843         (R_MN10300_TLS_IE): Likewise.
30844         (R_MN10300_TLS_LE): Likewise.
30845         (R_MN10300_TLS_DTPMOD): Likewise.
30846         (R_MN10300_TLS_DTPOFF): Likewise.
30847         (R_MN10300_TLS_TPOFF): Likewise.
30848         (R_MN10300_SYM_DIFF): Likewise.
30849         (R_MN10300_ALIGN): Likewise.
30850         (R_MN10300_NUM): Update.
30851
30852 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
30853
30854         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
30855         Remove.
30856
30857 2012-08-08  Roland McGrath  <roland@hack.frob.com>
30858
30859         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
30860
30861         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
30862         sysdeps/unix -> sysdeps/posix move.
30863         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
30864
30865 2012-08-07      Allan McRae     <allan@archlinux.org>
30866
30867         [BZ #14303]
30868         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
30869         (SUNOS_CPP): Likewise.
30870         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
30871         not found.
30872         (open_input): Call CPP using execvp.
30873
30874 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
30875
30876         * sysdeps/unix/sysv/linux/kernel-features.h
30877         (__ASSUME_PROT_GROWSUPDOWN): Remove.
30878         (__ASSUME_NO_CLONE_DETACHED): Likewise.
30879         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
30880         (__ASSUME_WAITID_SYSCALL): Likewise.
30881         * sysdeps/unix/sysv/linux/dl-execstack.c
30882         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
30883         code unconditional.
30884         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
30885         conditional code.
30886         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
30887         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
30888         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
30889         code.
30890         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
30891         unconditional.
30892         [__ASSUME_WAITID_SYSCALL]: Likewise.
30893         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
30894
30895 2012-08-07  Roland McGrath  <roland@hack.frob.com>
30896
30897         * sysdeps/unix/closedir.c: Renamed to ...
30898         * sysdeps/posix/closedir.c: ... here.
30899         * sysdeps/unix/dirfd.c: Renamed to ...
30900         * sysdeps/posix/dirfd.c: ... here.
30901         * sysdeps/unix/dirstream.h: Renamed to ...
30902         * sysdeps/posix/dirstream.h: ... here.
30903         * sysdeps/unix/fdopendir.c: Renamed to ...
30904         * sysdeps/posix/fdopendir.c: ... here.
30905         * sysdeps/unix/opendir.c: Renamed to ...
30906         * sysdeps/posix/opendir.c: ... here.
30907         * sysdeps/unix/readdir.c: Renamed to ...
30908         * sysdeps/posix/readdir.c: ... here.
30909         * sysdeps/unix/readdir_r.c: Renamed to ...
30910         * sysdeps/posix/readdir_r.c: ... here.
30911         * sysdeps/unix/rewinddir.c: Renamed to ...
30912         * sysdeps/posix/rewinddir.c: ... here.
30913         * sysdeps/unix/seekdir.c: Renamed to ...
30914         * sysdeps/posix/seekdir.c: ... here.
30915         * sysdeps/unix/telldir.c: Renamed to ...
30916         * sysdeps/posix/telldir.c: ... here.
30917         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
30918         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
30919         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
30920         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
30921
30922         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
30923         * bits/fcntl.h: ... here.
30924
30925         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
30926         not 0.
30927         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
30928         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
30929         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
30930         (struct flock): Move l_start, l_len to the beginning.
30931         Use __pid_t for l_pid.
30932         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
30933         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
30934         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
30935         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
30936         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
30937         [__USE_LARGEFILE64] (struct flock64): New type.
30938         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
30939
30940         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
30941         * bits/dirent.h: ... here.
30942
30943         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
30944         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
30945
30946 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
30947
30948         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
30949         Change from 2.6.0 to 2.6.16.
30950         * sysdeps/unix/sysv/linux/configure: Regenerated.
30951         * sysdeps/unix/sysv/linux/kernel-features.h
30952         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
30953         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
30954         version.
30955         (__ASSUME_UTIMES): Likewise.
30956         (__ASSUME_CLONE_STOPPED): Remove.
30957         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
30958         architectures, not kernel version.
30959         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
30960         (__ASSUME_NO_CLONE_DETACHED): Likewise.
30961         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
30962         (__ASSUME_WAITID_SYSCALL): Likewise.
30963         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
30964         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
30965         * README: State 2.6.16 as minimum Linux kernel version.  Do not
30966         refer to older versions.
30967
30968 2012-08-06  Roland McGrath  <roland@hack.frob.com>
30969
30970         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
30971         Define alphasort64 as an alias.
30972         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
30973         Define versionsort64 as an alias.
30974         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
30975         Define scandir64 as an alias.
30976         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
30977         Define scandirat64 as an alias.
30978         * dirent/alphasort64.c (alphasort64):
30979         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
30980         * dirent/versionsort64.c: Likewise.
30981         * dirent/scandir64.c: Likewise.
30982         * dirent/scandirat64.c: Likewise.
30983         * sysdeps/wordsize-64/alphasort.c: File removed.
30984         * sysdeps/wordsize-64/alphasort64.c: File removed.
30985         * sysdeps/wordsize-64/scandir.c: File removed.
30986         * sysdeps/wordsize-64/scandir64.c: File removed.
30987         * sysdeps/wordsize-64/scandirat.c: File removed.
30988         * sysdeps/wordsize-64/scandirat64.c: File removed.
30989         * sysdeps/wordsize-64/versionsort.c: File removed.
30990         * sysdeps/wordsize-64/versionsort64.c: File removed.
30991         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
30992         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
30993         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
30994         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
30995         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
30996         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
30997         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
30998         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
30999
31000         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
31001         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
31002         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
31003         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31004         [defined __arch64__ || defined __sparcv9]
31005         (__INO_T_MATCHES_INO64_T): New macro.
31006         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31007         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
31008         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
31009         * sysdeps/unix/sysv/linux/bits/dirent.h
31010         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
31011         (_DIRENT_MATCHES_DIRENT64): New macro.
31012
31013         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
31014         Define lockf64 as an alias.
31015         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
31016         Define fseeko64 as an alias.
31017         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
31018         Define ftello64 as an alias.
31019         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
31020         Define _IO_fgetpos64 and fgetpos64 as aliases.
31021         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
31022         Define _IO_fsetpos64 and fsetpos64 as aliases.
31023         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
31024         Conditionalize body on this.
31025         * libio/fseeko64.c: Likewise.
31026         * libio/ftello64.c: Likewise.
31027         * libio/iofgetpos64.c: Likewise.
31028         * libio/iofsetpos64.c: Likewise.
31029         * sysdeps/wordsize-64/lockf.c: File removed.
31030         * sysdeps/wordsize-64/lockf64.c: File removed.
31031         * sysdeps/wordsize-64/fseeko.c: File removed.
31032         * sysdeps/wordsize-64/fseeko64.c: File removed.
31033         * sysdeps/wordsize-64/ftello.c: File removed.
31034         * sysdeps/wordsize-64/ftello64.c: File removed.
31035         * sysdeps/wordsize-64/iofgetpos.c: File removed.
31036         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
31037         * sysdeps/wordsize-64/iofsetpos.c: File removed.
31038         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
31039         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
31040         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
31041         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
31042         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
31043         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
31044         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
31045         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
31046         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
31047         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
31048         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
31049
31050         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
31051         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
31052         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
31053         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31054         [defined __arch64__ || defined __sparcv9]
31055         (__OFF_T_MATCHES_OFF64_T): New macro.
31056         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31057         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
31058         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31059         (__OFF_T_MATCHES_OFF64_T): New macro.
31060
31061 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
31062
31063         * stdlib/secure-getenv.c (__secure_getenv): Replace
31064         GLIBC_2_16 with GLIBC_2_17.
31065
31066 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
31067
31068         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
31069         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
31070
31071 2012-08-03  David S. Miller  <davem@davemloft.net>
31072
31073         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31074
31075 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
31076
31077         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
31078         Remove.
31079         (__ASSUME_CORRECT_SI_PID): Likewise.
31080         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
31081         (__ASSUME_TMPFS_NAME): Likewise.
31082         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
31083         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
31084         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
31085         (HAVE_AUX_SECURE): Make definition unconditional.
31086         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
31087         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
31088
31089 2012-08-03  Roland McGrath  <roland@hack.frob.com>
31090
31091         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
31092         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
31093         * sysdeps/mach/hurd/eloop-threshold.h: New file.
31094         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
31095         __eloop_threshold instead of SYMLOOP_MAX.
31096
31097         * sysdeps/generic/eloop-threshold.h: New file.
31098         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
31099         of MAXSYMLINKS.
31100         * elf/chroot_canon.c (chroot_canon): Likewise.
31101
31102 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
31103
31104         [BZ #13717]
31105         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
31106         Change to 2.6.0 everywhere.
31107         * sysdeps/unix/sysv/linux/configure: Regenerated.
31108         * sysdeps/unix/sysv/linux/kernel-features.h
31109         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
31110         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
31111         kernel versions.
31112         (__ASSUME_POSIX_TIMERS): Define unconditionally.
31113         (__ASSUME_FUTEX_REQUEUE): Remove.
31114         (__ASSUME_STATFS64): Define unconditionally.
31115         (__ASSUME_AT_SECURE): Likewise.
31116         (__ASSUME_CORRECT_SI_PID): Likewise.
31117         (__ASSUME_TGKILL): Define without depending on kernel version for
31118         i386.
31119         (__ASSUME_UTIMES): Likewise.
31120         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
31121         kernel version.
31122         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
31123         (__ASSUME_TMPFS_NAME): Likewise.
31124         * README: Update reference to Linux kernel versions.
31125
31126 2012-08-02  Marek Polacek  <polacek@redhat.com>
31127
31128         [BZ# 14150]
31129         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
31130         libc_cv_asm_type_prefix with %.
31131         * configure: Regenerated.
31132         * include/libc-symbols.h: Remove comment about
31133         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
31134         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
31135         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
31136         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
31137         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
31138         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
31139         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
31140         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
31141         * elf/tst-unique2mod1.c: Likewise.
31142         * elf/tst-unique1mod2.c: Likewise.
31143         * elf/tst-unique1mod1.c: Likewise.
31144         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
31145         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
31146         Replace ASM_TYPE_DIRECTIVE with .type.
31147         * sysdeps/s390/s390-64/sysdep.h: Likewise.
31148         * sysdeps/i386/sysdep.h: Likewise.
31149         * sysdeps/x86_64/sysdep.h: Likewise.
31150         * sysdeps/sh/sysdep.h: Likewise.
31151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
31152         Do not define ASM_TYPE_DIRECTIVE.
31153         * sysdeps/powerpc/sysdep.h: Likewise.
31154         * sysdeps/powerpc/powerpc32/sysdep.h:
31155         Replace ASM_TYPE_DIRECTIVE with .type.
31156         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
31157         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
31158         * sysdeps/i386/fpu/e_powf.S: Likewise.
31159         * sysdeps/i386/fpu/e_expl.S: Likewise.
31160         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
31161         * sysdeps/i386/fpu/e_acosh.S: Likewise.
31162         * sysdeps/i386/fpu/e_pow.S: Likewise.
31163         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
31164         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
31165         * sysdeps/i386/fpu/s_expm1.S: Likewise.
31166         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
31167         * sysdeps/i386/fpu/e_log2.S: Likewise.
31168         * sysdeps/i386/fpu/e_log2l.S: Likewise.
31169         * sysdeps/i386/fpu/e_scalb.S: Likewise.
31170         * sysdeps/i386/fpu/e_powl.S: Likewise.
31171         * sysdeps/i386/fpu/e_log10f.S: Likewise.
31172         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
31173         * sysdeps/i386/fpu/e_logl.S: Likewise.
31174         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
31175         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
31176         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
31177         * sysdeps/i386/fpu/e_log2f.S: Likewise.
31178         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
31179         * sysdeps/i386/fpu/e_log.S: Likewise.
31180         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
31181         * sysdeps/i386/fpu/e_logf.S: Likewise.
31182         * sysdeps/i386/fpu/e_log10l.S: Likewise.
31183         * sysdeps/i386/fpu/e_atanh.S: Likewise.
31184         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
31185         * sysdeps/i386/fpu/e_log10.S: Likewise.
31186         * sysdeps/i386/fpu/s_frexp.S: Likewise.
31187         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
31188         * sysdeps/i386/fpu/s_asinh.S: Likewise.
31189         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
31190         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
31191         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
31192         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
31193         * sysdeps/i386/i686/strtok.S: Likewise.
31194         * sysdeps/i386/i386-mcount.S: Likewise.
31195         * sysdeps/i386/strtok.S: Likewise.
31196         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
31197         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
31198         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
31199         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
31200         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
31201         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
31202         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
31203         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
31204         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
31205         * sysdeps/x86_64/_mcount.S: Likewise.
31206         * sysdeps/x86_64/strtok.S: Likewise.
31207         * sysdeps/sh/_mcount.S: Likewise.
31208
31209 2012-08-01  Roland McGrath  <roland@hack.frob.com>
31210
31211         * libio/iofopen.c: Include <fcntl.h>.
31212         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
31213         (_IO_fopen64, fopen64): Define as aliases.
31214         * libio/iofopen64.c: Include <fcntl.h>.
31215         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
31216         Conditionalize body on this.
31217         * sysdeps/wordsize-64/iofopen.c: File removed.
31218         * sysdeps/wordsize-64/iofopen64.c: File removed.
31219
31220 2012-08-01  Marek Polacek  <polacek@redhat.com>
31221
31222         * libc/Makeconfig: Use elf in place of binfmt-subdir.
31223         Use dlfcn directly instead of a variable.
31224         (binfmt-subdir): Do not define.
31225         (dlfcn): Likewise.
31226
31227 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
31228
31229         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
31230         Remove all definitions.
31231         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
31232         <kernel-features.h>.
31233         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
31234         (miss_F_GETOWN_EX): Remove all definitions.
31235         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
31236         macro definition.
31237         [!__ASSUME_FCNTL64]: Remove conditional code.
31238         [__ASSUME_FCNTL64]: Make code unconditional.
31239         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
31240         <kernel-features.h>.
31241         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
31242         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
31243         (lockf64) [__NR_fcntl64]: Make code unconditional.
31244         (lockf64) [__ASSUME_FCNTL64]: Likewise.
31245
31246         * sysdeps/unix/sysv/linux/kernel-features.h
31247         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
31248         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
31249         Make code unconditional.
31250         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
31251         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
31252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
31253         [__NR_vfork]: Make code unconditional.
31254         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
31255         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
31256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
31257         [__NR_vfork]: Make code unconditional.
31258         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
31259         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
31260
31261 2012-08-01  Roland McGrath  <roland@hack.frob.com>
31262
31263         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
31264         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
31265
31266         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31267         Define mkstemp64 as an alias.
31268         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31269         Define mkstemps64 as an alias.
31270         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31271         Define mkostemp64 as an alias.
31272         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31273         Define mkostemps64 as an alias.
31274         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
31275         Conditionalize body on this.
31276         * misc/mkostemp64.c: Likewise.
31277         * misc/mkostemps64.c: Likewise.
31278         * misc/mkstemps64.c: Likewise.
31279         * sysdeps/wordsize-64/mkstemp64.c: File removed.
31280         * sysdeps/wordsize-64/mkostemp64.c: File removed.
31281         * sysdeps/wordsize-64/mkostemp.c: File removed.
31282         * sysdeps/wordsize-64/mkstemp.c: File removed.
31283         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
31284         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
31285         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
31286         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
31287
31288         [BZ #14138]
31289         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
31290         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
31291         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
31292         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
31293
31294         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
31295         compat_symbol macros from <shlib-compat.h> rather than the underlying
31296         default_symbol_version and symbol_version macros, so that DEFAULT
31297         lines in shlib-versions are respected.
31298         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
31299
31300 2012-08-01  Florian Weimer  <fweimer@redhat.com>
31301
31302         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
31303         Declare with warn_unused_result.
31304         (setgid, setregid, setegid, setresgid): Likewise.
31305         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
31306         Likewise.
31307         * WUR-REPORT: Remove set*id functions.
31308
31309 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
31310
31311         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
31312
31313 2012-07-31  Roland McGrath  <roland@hack.frob.com>
31314
31315         [BZ #10191]
31316         * include/sys/socket.h (__libc_accept, __libc_accept4):
31317         Add attribute_hidden.
31318         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
31319
31320         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
31321         use of PTR_MANGLE.
31322         * inet/getnetgrent_r.c (setup): Likewise.
31323
31324         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
31325
31326 2012-07-31  David S. Miller  <davem@davemloft.net>
31327
31328         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31329
31330 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
31331
31332         [BZ #13629]
31333         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
31334         value between 1.0 and 2.0 and smaller part has absolute value less
31335         than 1.0.
31336         * math/s_clog10.c (__clog10): Likewise.
31337         * math/s_clog10f.c (__clog10f): Likewise.
31338         * math/s_clog10l.c (__clog10l): Likewise.
31339         * math/s_clogf.c (__clogf): Likewise.
31340         * math/s_clogl.c (__clogl): Likewise.
31341         * math/libm-test.inc (clog_test): Add more tests.
31342         (clog10_test): Likewise.
31343         * sysdeps/i386/fpu/libm-test-ulps: Update.
31344         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31345
31346 2012-07-31  Florian Weimer  <fweimer@redhat.com>
31347
31348         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
31349         Exit with zero in case no suitable GID is found, and write a
31350         message to standard error.
31351
31352 2012-07-30  Roland McGrath  <roland@hack.frob.com>
31353
31354         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
31355         rather than to 1.
31356         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
31357         (MAXPATHLEN): Removed.
31358         (NOGROUP, NODEV): New macros.
31359         (setbit, clrbit, isset, isclr): New macros.
31360         (howmany, roundup, powerof2): New macros.
31361         (DEV_BSIZE): New macro.
31362
31363         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
31364         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
31365
31366         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
31367         definition on [!__NO_LONG_DOUBLE_MATH].
31368
31369         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
31370         PTR_MANGLE and PTR_DEMANGLE.
31371
31372         * socket/accept4.c (accept4): Rename to __libc_accept4.
31373         Define accept4 as a weak alias.
31374
31375         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
31376         on [_DIRENT_HAVE_D_TYPE].
31377         * io/ftw.c (ftw_dir): Likewise.
31378
31379         * io/xmknod.c (__xmknod): Don't check PATH for being null.
31380
31381         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
31382
31383         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
31384         Use the BSD numbers rather than the arbitrary ones we had.
31385         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
31386         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
31387         (SIGXCPU, SIGXFSZ): New macros.
31388         (_NSIG): Now 32.
31389
31390         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
31391         initializer on [_LIBC_REENTRANT].
31392
31393         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
31394         definitions inside [_POSIX_MAPPED_FILES].
31395
31396         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
31397
31398         * dirent/opendir.c: Include <fcntl.h>.
31399
31400         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
31401         (__libc_getspecific): Likewise.
31402         (__libc_key_create): Likewise.
31403
31404         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
31405         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
31406         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
31407         (tmpfile64): Define as alias.
31408         * sysdeps/wordsize-64/tmpfile.c: File removed.
31409         * sysdeps/wordsize-64/tmpfile64.c: File removed.
31410         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
31411         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
31412
31413         * stdio-common/vfscanf.c: Include <stdbool.h>.
31414         * nss/makedb.c: Likewise.
31415         * stdio-common/_i18n_number.h: Likewise.
31416         * argp/argp-help.c: Likewise.
31417         * posix/wordexp.c: Likewise.
31418         * sysdeps/posix/spawni.c: Likewise.
31419         * nss/nss_files/files-initgroups.c: Likewise.
31420         * stdio-common/reg-modifier.c: Include <stdlib.h>.
31421         * nss/nss_files/files-initgroups.c: Likewise.
31422         * nss/nss_db/db-netgrp.c: Likewise.
31423         * nss/nss_db/db-initgroups.c: Likewise.
31424         * io/fchmodat.c: Include <sys/stat.h>.
31425
31426         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
31427         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
31428
31429         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
31430         [HAVE_MMAP].
31431
31432         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
31433         Add multiple inclusion protection.
31434
31435 2012-07-27  David S. Miller  <davem@davemloft.net>
31436
31437         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31438
31439 2012-07-27  Gary Benson  <gbenson@redhat.com>
31440
31441         [BZ #14298]
31442         * elf/rtld.c: Include <stap-probe.h>.
31443         (dl_main): Added static probes "init_start" and "init_complete".
31444         * elf/dl-load.c: Include <stap-probe.h>.
31445         (lose): Take new parameter "nsid".
31446         Added static probe "map_failed".
31447         (_dl_map_object_from_fd): Pass namespace id to lose.
31448         Added static probe "map_start".
31449         (open_verify): Pass namespace id to lose.
31450         * elf/dl-open.c: Include <stap-probe.h>.
31451         (dl_open_worker) Added static probes "map_complete", "reloc_start"
31452         and "reloc_complete".
31453         * elf/dl-close.c: Include <stap-probe.h>.
31454         (_dl_close_worker): Added static probes "unmap_start" and
31455         "unmap_complete".
31456         * elf/rtld-debugger-interface.txt: New file documenting the above.
31457
31458 2012-07-26  Roland McGrath  <roland@hack.frob.com>
31459
31460         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
31461         rather than a string variable.
31462         * sunrpc/rpc_main.c (h_output): Likewise.
31463         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
31464
31465 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
31466
31467         * inet/check_native.c: New file.
31468
31469 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
31470
31471         [BZ #13629]
31472         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
31473         if larger part has absolute value 1.0.
31474         * math/s_clog10.c (__clog10): Likewise.
31475         * math/s_clog10f.c (__clog10f): Likewise.
31476         * math/s_clog10l.c (__clog10l): Likewise.
31477         * math/s_clogf.c (__clogf): Likewise.
31478         * math/s_clogl.c (__clogl): Likewise.
31479         * math/libm-test.inc (clog_test): Add more tests.
31480         (clog10_test): Likewise.
31481         * sysdeps/i386/fpu/libm-test-ulps: Update.
31482         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31483
31484         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
31485         (pltexit): Likewise.
31486         (La_regs): Likewise.
31487         (La_retval): Likewise.
31488         (int_retval): Likewise.
31489         Update #error for removed macros to refer only to definitions in
31490         tst-audit.h.
31491         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
31492         macro.
31493         (pltexit): Likewise.
31494         (La_regs): Likewise.
31495         (La_retval): Likewise.
31496         (int_retval): Likewise.
31497         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
31498         macro.
31499         (pltexit): Likewise.
31500         (La_regs): Likewise.
31501         (La_retval): Likewise.
31502         (int_retval): Likewise.
31503         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
31504         macro.
31505         (pltexit): Likewise.
31506         (La_regs): Likewise.
31507         (La_retval): Likewise.
31508         (int_retval): Likewise.
31509         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
31510         macro.
31511         (pltexit): Likewise.
31512         (La_regs): Likewise.
31513         (La_retval): Likewise.
31514         (int_retval): Likewise.
31515         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
31516         macro.
31517         (pltexit): Likewise.
31518         (La_regs): Likewise.
31519         (La_retval): Likewise.
31520         (int_retval): Likewise.
31521         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
31522         macro.
31523         (pltexit): Likewise.
31524         (La_regs): Likewise.
31525         (La_retval): Likewise.
31526         (int_retval): Likewise.
31527         * sysdeps/generic/tst-audit.h: Update comment to refer only to
31528         macro definitions in tst-audit.h.
31529         * sysdeps/i386/tst-audit.h: New file.
31530         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
31531         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
31532         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
31533         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
31534         * sysdeps/sh/tst-audit.h: Likewise.
31535         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
31536         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
31537         * sysdeps/x86_64/tst-audit.h: Likewise.
31538
31539 2012-07-26  Andreas Jaeger  <aj@suse.de>
31540
31541         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
31542         ptrace.
31543
31544         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
31545         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
31546         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
31547         PTRACE_O_MASK.
31548         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
31549         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
31550         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
31551
31552         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
31553         value.
31554
31555         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
31556         _sigsys.
31557         (si_call_addr, si_syscall, si_arch): Define new macro.
31558         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
31559         _sigsys.
31560         (si_call_addr, si_syscall, si_arch): Define new marcro.
31561         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
31562         _sigsys.
31563         (si_call_addr, si_syscall, si_arch): Define new macro.
31564         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
31565         _sigsys.
31566         (si_call_addr, si_syscall, si_arch): Define new macro.
31567
31568 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
31569
31570         [BZ #13717]
31571         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
31572         Change to 2.4.21 where previously 2.4.1.
31573         * sysdeps/unix/sysv/linux/configure: Regenerated.
31574         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
31575         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
31576         Linux kernel version.
31577         (__ASSUME_STD_AUXV): Remove.
31578         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
31579         kernel version.
31580         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
31581         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
31582         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
31583         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
31584         (__ASSUME_NETLINK_SUPPORT): Likewise.
31585         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
31586         (__no_netlink_support): Remove conditional definition.
31587         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
31588         Remove.
31589         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
31590         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
31591         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
31592         (if_nameindex_ioctl): Remove.
31593         (if_nameindex_netlink): Do not handle __no_netlink_support.
31594         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
31595         code.
31596         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
31597         Remove conditional code.
31598         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
31599         code.
31600         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
31601         unconditional.
31602         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
31603         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
31604         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
31605         Remove.
31606         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
31607         [!__ASSUME_STD_AUXV]: Remove conditional code.
31608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
31609         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
31610         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
31611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
31612         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
31613         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
31614         code.
31615         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
31616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
31617         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
31618         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
31619         conditional code.
31620         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
31621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
31622         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
31623         code.
31624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
31625         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
31626         conditional code.
31627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
31628         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
31629         code unconditional.
31630         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31631         conditional code.
31632         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
31633         unconditional.
31634         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31635         conditional code.
31636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
31637         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
31638         unconditional.
31639         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31640         conditional code.
31641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
31642         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
31643         code unconditional.
31644         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31645         conditional code.
31646         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
31647         unconditional.
31648         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31649         conditional code.
31650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
31651         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
31652         code unconditional.
31653         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31654         conditional code.
31655         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
31656         unconditional.
31657         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31658         conditional code.
31659
31660 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
31661
31662         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
31663         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
31664         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
31665         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
31666         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
31667         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
31668         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
31669         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
31670         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
31671         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
31672         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
31673         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
31674         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
31675         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
31676         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
31677         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
31678         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
31679         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
31680         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
31681         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
31682         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
31683         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
31684         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
31685
31686 2012-07-25  Florian Weimer  <fweimer@redhat.com>
31687
31688         * Versions.def: Add GLIBC_2.17.
31689         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
31690         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
31691         Introduce __libc_secure_getenv.
31692         * stdlib/Versions (2.17): Add secure_getenv
31693         (GLIBC_PRIVATE): Add __libc_secure_getenv.
31694         * stdlib/secure-getenv.c: Rename __secure_getenv to
31695         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
31696         symbol __secure_getenv for GLIBC_2.0.
31697         * stdlib/tst-secure-getenv.c: New.
31698         * stdlib/Makefile (tests): Add testcase.
31699         * manual/startup.texi (Environment Access): Document
31700         secure_getenv.
31701         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
31702         __libc_secure_getenv.
31703         * inet/ruserpass.c (ruserpass): Likewise.
31704         * malloc/mtrace.c (mtrace): Likewise.
31705         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
31706         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
31707         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
31708         * sysdeps/posix/tempname.c: Likewise.  Evaluate
31709         HAVE_SECURE_GETENV.
31710         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
31711         __secure_getenv to __libc_secure_getenv.
31712         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
31713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
31714         Likewise.
31715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
31716         Likewise.
31717         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
31718         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
31719         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
31720         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
31721         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
31722         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
31723         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
31724
31725 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
31726
31727         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
31728         (struct La_i86_retval): Likewise.
31729         (struct La_x86_64_regs): Likewise.
31730         (struct La_x86_64_retval): Likewise.
31731         (struct La_x32_regs): Likewise.
31732         (struct La_x32_retval): Likewise.
31733         (struct La_ppc32_regs): Likewise.
31734         (struct La_ppc32_retval): Likewise.
31735         (struct La_ppc64_regs): Likewise.
31736         (struct La_ppc64_retval): Likewise.
31737         (struct La_sh_regs): Likewise.
31738         (struct La_sh_retval): Likewise.
31739         (struct La_s390_32_regs): Likewise.
31740         (struct La_s390_32_retval): Likewise.
31741         (struct La_s390_64_regs): Likewise.
31742         (struct La_s390_64_retval): Likewise.
31743         (struct La_sparc32_regs): Likewise.
31744         (struct La_sparc32_retval): Likewise.
31745         (struct La_sparc64_regs): Likewise.
31746         (struct La_sparc64_retval): Likewise.
31747         (struct audit_ifaces): Remove architecture-specific pltenter and
31748         pltexit members.
31749         * sysdeps/i386/ldsodefs.h: New file.
31750         * sysdeps/powerpc/ldsodefs.h: Likewise.
31751         * sysdeps/s390/ldsodefs.h: Likewise.
31752         * sysdeps/sh/ldsodefs.h: Likewise.
31753         * sysdeps/sparc/ldsodefs.h: Likewise.
31754         * sysdeps/x86_64/ldsodefs.h: Likewise.
31755
31756 2012-07-25  Marek Polacek  <polacek@redhat.com>
31757
31758         [BZ #6808]
31759         * math/libm-test.inc (yn_test): Add another test.
31760         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
31761         to ERANGE when the result is +-Inf.
31762         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
31763         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
31764         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
31765         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
31766
31767 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
31768
31769         * conform/data/time.h-data (NULL): Use macro-constant.  Require
31770         equal to 0.
31771         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
31772         clock_t.
31773         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
31774
31775 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
31776
31777         * configure.in <sysdeps resolving>: Correct printing
31778         Implies_before.
31779         * configure: Regenerate.
31780
31781 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
31782
31783         * math/w_ilogb.c: Include <limits.h>.
31784         * math/w_ilogbl.c: Likewise.
31785
31786 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
31787
31788         * manual/lang.texi (__va_copy): Document primarily as ISO C99
31789         va_copy.  Document allowing for unavailable va_copy only as
31790         pre-C99 compatibility.
31791         * manual/string.texi (Copying and Concatenation): Use va_copy
31792         instead of __va_copy in concat example.
31793
31794 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
31795
31796         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
31797         (__sendto): Use create_address_port.  Initialize APORT and deallocate
31798         it if not null.
31799
31800         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
31801         with O_NOLINK passed to __file_name_lookup.
31802
31803         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
31804         with O_NOLINK passed to __file_name_lookup.
31805
31806         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
31807         negative N or less than NGIDS.
31808
31809         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
31810         type to string_t.  Set ERANGE as errno and return it if NAME is not big
31811         enough.  Use memcpy instead of strncpy.
31812
31813 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
31814
31815         * elf/Makefile (check-data): Remove.
31816         (localplt.data): New vpath directive.
31817         ($(objpfx)check-localplt.out): Use localplt.data from vpath
31818         instead of $(check-data).
31819         * scripts/data/localplt-generic.data: Move to ...
31820         * sysdeps/generic/localplt.data: ... here.
31821         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
31822         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
31823         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
31824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
31825         ... here.
31826         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
31827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
31828         ... here.
31829         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
31830         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
31831         ... here.
31832         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
31833         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
31834         ... here.
31835         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
31836         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
31837         ... here.
31838         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
31839         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
31840         ... here.
31841
31842 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31843
31844         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
31845         PPC32 and PPC64 files.
31846         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
31847         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
31848
31849 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31850
31851         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
31852         __makecontext_ret to ...
31853         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
31854         ... here and call exit if uc_link is NULL.  New file.
31855         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
31856         __makecontext_ret.S.
31857         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
31858         __makecontext_ret to ...
31859         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
31860         ... here and call exit if uc_link is NULL.  New file.
31861         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
31862         __makecontext_ret.S.
31863
31864 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31865
31866         * elf/elf.h (R_390_IRELATIVE): New definition.
31867         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
31868         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
31869         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
31870         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
31871         (elf_machine_lazy_rel): Likewise.
31872         * sysdeps/s390/dl-irel.h: New file.
31873         * sysdeps/s390/s390-64/memcpy.S: New asm code.
31874         * sysdeps/s390/s390-64/memset.S: New asm code.
31875         * sysdeps/s390/s390-64/memcmp.S: New asm code.
31876         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
31877         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
31878         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
31879         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
31880         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
31881         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
31882         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
31883         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
31884         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
31885         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
31886         * sysdeps/s390/s390-32/memcpy.S: New asm code.
31887         * sysdeps/s390/s390-32/memset.S: New asm code.
31888         * sysdeps/s390/s390-32/memcmp.S: New asm code.
31889
31890 2012-07-17  Marek Polacek  <polacek@redhat.com>
31891
31892         [BZ #14349]
31893         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
31894         * sysdeps/s390/s390-64/configure.in: Likewise.
31895         * sysdeps/sparc/configure.in: Likewise.
31896         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
31897         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
31898         * sysdeps/i386/configure.in: Likewise.
31899         * sysdeps/x86_64/configure.in: Likewise.
31900         * sysdeps/sh/configure.in: Likewise.
31901         * sysdeps/s390/s390-32/configure: Regenerated.
31902         * sysdeps/s390/s390-64/configure: Likewise.
31903         * sysdeps/x86_64/configure: Likewise.
31904         * sysdeps/sh/configure: Likewise.
31905         * sysdeps/powerpc/powerpc64/configure: Likewise.
31906         * sysdeps/powerpc/powerpc32/configure: Likewise.
31907         * sysdeps/sparc/configure: Likwise.
31908         * sysdeps/i386/configure: Likewise.
31909
31910         * elf/dl-open.c: Comment fixes.
31911
31912 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
31913
31914         * Makefile [CXX] (check-data): Remove.
31915         [CXX] (c++-types.data): New vpath directive.
31916         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
31917         vpath.  Do not allow for C++ type data being missing.
31918         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
31919         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
31920         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
31921         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
31922         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
31923         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
31924         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
31925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
31926         ... here.
31927         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
31928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
31929         ... here.
31930         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
31931         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
31932         ... here.
31933         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
31934         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
31935         ... here.
31936         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
31937         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
31938         ... here.
31939         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
31940         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
31941         ... here.
31942         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
31943         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
31944         ... here.
31945         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
31946         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
31947
31948         * elf/tls-macros.h (TLS_LE): Move architecture-specific
31949         definitions to architecture-specific files.
31950         (TLS_IE): Likewise.
31951         (TLS_LD): Likewise.
31952         (TLS_GD): Likewise.
31953         * sysdeps/i386/tls-macros.h: New file.
31954         * sysdeps/powerpc/tls-macros.h: Likewise.
31955         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
31956         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
31957         * sysdeps/sh/tls-macros.h: Likewise.
31958         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
31959         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
31960         * sysdeps/x86_64/tls-macros.h: Likewise.
31961
31962 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
31963
31964         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
31965         zero value for regular exit case.
31966
31967         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
31968         (__start_context): Preserve zero value for regular exit case.
31969
31970 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
31971             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31972
31973         * manual/setjmp.texi (setcontext): Clarify normal process
31974         termination when uc_link is the null pointer.
31975         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
31976         exit call.
31977
31978 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
31979
31980         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
31981         preprocessor.  Test for each exception mask separately.
31982
31983 2012-07-16  Andreas Jaeger  <aj@suse.de>
31984
31985         * po/ru.po: Update from translation team.
31986
31987 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
31988
31989         * conform/data/string.h-data (NULL): Use macro-constant.  Require
31990         equal to 0.
31991         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
31992         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
31993         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
31994         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
31995         [ISO || ISO99 || ISO11] (*_t): Do not allow.
31996
31997 2012-07-13  Andreas Jaeger  <aj@suse.de>
31998
31999         * po/fr.po: Update from translation team.
32000
32001 2012-07-12  Marek Polacek  <polacek@redhat.com>
32002
32003         [BZ #14173]
32004         * math/libm-test.inc (yn_test): Add test for BZ #14173.
32005         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
32006         loop condition.
32007
32008 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
32009
32010         [BZ #13717]
32011         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32012         Change to 2.4.1 where previously 2.4.0.
32013         * sysdeps/unix/sysv/linux/configure: Regenerated.
32014         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
32015         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
32016         version.
32017         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
32018         (__ASSUME_AT_CLKTCK): Remove.
32019         (__ASSUME_AT_PAGESIZE): Likewise.
32020         (__ASSUME_AT_XID): Likewise.
32021         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
32022         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
32023         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
32024         unconditionally.
32025         (HAVE_AUX_PAGESIZE): Likewise.
32026         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
32027         [__ASSUME_AT_CLKTCK]: Make code unconditional.
32028         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
32029
32030 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
32031
32032         [BZ #14307]
32033         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
32034         the temporary buffer used to invoke __gethostbyname2_r,
32035         __gethostbyaddr_r and gethostbyname4_r to make room for struct
32036         host_data / struct gaih_addrtuple.
32037         * resolv/nss_dns/dns-host.c (global scope): Move definition of
32038         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
32039         header file nss/nsswitch.h.
32040         * nss/nsswitch.h (global scope): Add definition of implementation
32041         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
32042         resolv/nss_dns/dns-host.c).
32043
32044 2012-07-11  Andreas Jaeger  <aj@suse.de>
32045
32046         * po/fr.po: Update from translation team.
32047
32048         * po/sv.po: Update from translation team
32049         * po/fr.po: Another update from translation team.
32050
32051 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32052
32053         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
32054         for subnormals or multiply small sinh result by itself.
32055         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
32056         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32057
32058 2012-07-11  David S. Miller  <davem@davemloft.net>
32059
32060         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32061
32062 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
32063
32064         [BZ #14347]
32065         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
32066         (INTERNAL_MARK): Shift it here.
32067
32068 2012-07-10  Marek Polacek  <polacek@redhat.com>
32069
32070         [BZ #14151]
32071         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
32072         libc_cv_asm_global_directive with .globl.
32073         * configure: Regenerated.
32074         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
32075         with .globl.
32076         * sysdeps/i386/configure: Regenerated.
32077         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
32078         with .globl.
32079         * sysdeps/x86_64/configure: Regenerated.
32080         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
32081         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
32082         * elf/tst-unique2mod2.c: Likewise.
32083         * elf/tst-unique2mod1.c: Likewise.
32084         * elf/tst-unique1mod2.c: Likewise.
32085         * elf/tst-unique1mod1.c: Likewise.
32086         * sysdeps/s390/s390-32/sysdep.h: Likewise.
32087         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
32088         * sysdeps/s390/s390-64/sysdep.h: Likewise.
32089         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
32090         * sysdeps/mach/sysdep.h: Likewise.
32091         * sysdeps/i386/sysdep.h: Likewise.
32092         * sysdeps/i386/i386-mcount.S: Likewise.
32093         * sysdeps/x86_64/_mcount.S: Likewise.
32094         * sysdeps/x86_64/sysdep.h: Likewise.
32095         * sysdeps/sh/_mcount.S: Likewise.
32096         * sysdeps/sh/sysdep.h: Likewise.
32097         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
32098         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
32099         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
32100         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
32101         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
32102         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
32103         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
32104         * locale/localeinfo.h: Likewise.
32105         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
32106         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
32107
32108 2012-07-09  Roland McGrath  <roland@hack.frob.com>
32109
32110         [BZ #14336]
32111         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
32112         system".
32113         * manual/message.texi (The Uniforum approach): Likewise.
32114         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
32115         (glibc iconv Implementation): Likewise.
32116
32117 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
32118
32119         [BZ #14337]
32120         * math/s_clog.c (__clog): Avoid scaling a value down where that
32121         could result in underflow.
32122         * math/s_clog10.c (__clog10): Likewise.
32123         * math/s_clog10f.c (__clog10f): Likewise.
32124         * math/s_clog10l.c (__clog10l): Likewise.
32125         * math/s_clogf.c (__clogf): Likewise.
32126         * math/s_clogl.c (__clogl): Likewise.
32127         * math/libm-test.inc (clog_test): Add more tests.
32128         (clog10_test): Likewise.
32129         * sysdeps/i386/fpu/libm-test-ulps: Update.
32130         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32131
32132 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
32133
32134         [BZ #14283]
32135         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
32136         by 7 not 8 to examine high bit of fractional part.
32137
32138         [BZ #14042]
32139         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
32140         for call to __mcount_internal.
32141         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
32142         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
32143         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
32144
32145 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
32146
32147         [BZ #14154]
32148         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
32149         approximation for values within 0x1p-13f of an odd multiple of
32150         pi/4.
32151         * math/libm-test.inc (tan_test): Do not allow spurious underflow
32152         exception.  Add more tests.
32153         * sysdeps/i386/fpu/libm-test-ulps: Update.
32154
32155         [BZ #6778]
32156         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
32157         inputs and return -1 for them.  Do not check for +Inf in case not
32158         reachable for +Inf.
32159         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
32160         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not 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         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
32165         define.
32166         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
32167         and return -1 for them.  Do not check for +Inf in case not
32168         reachable for +Inf.
32169         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
32170         spurious underflow.
32171         * sysdeps/i386/fpu/libm-test-ulps: Update.
32172         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32173
32174 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
32175
32176         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
32177
32178 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
32179
32180         [BZ #14157]
32181         [BZ #14331]
32182         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
32183         could result in spurious underflow.  Scale down values above
32184         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
32185         * math/s_csqrtf.c (__csqrtf): Likewise.
32186         * math/s_csqrtl.c (__csqrtl): Likewise.
32187         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
32188         spurious underflow.
32189         * sysdeps/i386/fpu/libm-test-ulps: Update.
32190         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32191
32192 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
32193
32194         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
32195         xopen-msg.sed.
32196         * catgets/xopen-msg.awk: New file.
32197         * catgets/xopen-msg.sed: Removed.
32198
32199         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
32200         po2text.sed.
32201         * intl/po2test.awk: New file.
32202         * intl/po2test.sed: Removed.
32203
32204 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
32205
32206         [BZ #14328]
32207         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
32208         or multiply small sinh result by itself.
32209         * math/s_ctanf.c (__ctanf): Likewise.
32210         * math/s_ctanh.c (__ctanh): Likewise.
32211         * math/s_ctanhf.c (__ctanhf): Likewise.
32212         * math/s_ctanhl.c (__ctanhl): Likewise.
32213         * math/s_ctanl.c (__ctanl): Likewise.
32214         * math/libm-test.inc (ctan_test_tonearest): New function.
32215         (ctan_test_towardzero): Likewise.
32216         (ctan_test_downward): Likewise.
32217         (ctan_test_upward): Likewise.
32218         (ctanh_test_tonearest): Likewise.
32219         (ctanh_test_towardzero): Likewise.
32220         (ctanh_test_downward): Likewise.
32221         (ctanh_test_upward): Likewise.
32222         (main): Call these new functions.
32223         * sysdeps/i386/fpu/libm-test-ulps: Update.
32224         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32225
32226 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
32227
32228         * .gitignore: Delete /ports entry.
32229
32230 2012-07-03  Andreas Jaeger  <aj@suse.de>
32231
32232         * po/bg.po: Update from translation team.
32233         * po/cs.po: Likewise.
32234         * po/de.po: Likewise.
32235         * po/hr.po: Likewise.
32236         * po/nl.pl: Likewise.
32237         * po/pl.po: Likewise.
32238         * po/vi.po: Likewise.
32239
32240 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
32241
32242         * Makeconfig [!+link] (+link-before-libc): New variable.
32243         [!+link] (+link-after-libc): Likewise.
32244         [!+link] (+link-tests): Likewise.
32245         [!+link] (+link): Define in terms of $(+link-before-libc) and
32246         $(+link-after-libc).
32247         [!+link-static] (+link-static-before-libc): New variable.
32248         [!+link-static] (+link-static-after-libc): Likewise.
32249         [!+link-static] (+link-static-tests): Likewise.
32250         [!+link-static] (+link-static): Define in terms of
32251         $(+link-static-before-libc) and $(+link-static-after-libc).
32252         [build-shared] (link-libc-before-gnulib): New variable.
32253         [build-shared] (link-libc-tests): Likewise.
32254         [build-shared] (link-libc): Define in terms of
32255         $(link-libc-before-gnulib).
32256         [!build-shared] (link-libc-tests): New variable.
32257         (link-libc-static-tests): New variable.
32258         [!gnulib] (gnulib-arch): New variable.
32259         [!gnulib] (gnulib-tests): Likewise.
32260         [!gnulib] (static-gnulib-arch): Likewise.
32261         [!gnulib] (static-gnulib-tests): Likewise.
32262         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
32263         Define with "=" instead of ":=".
32264         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
32265         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
32266         * Rules (binaries-all-notests): New variable.
32267         (binaries-all-tests): Likewise.
32268         (binaries-static-notests): Likewise.
32269         (binaries-static-tests): Likewise.
32270         (binaries-all): Define using $(binaries-all-notests) and
32271         $(binaries-all-tests).
32272         (binaries-static): Define using $(binaries-static-notests) and
32273         $(binaries-static-tests).
32274         (binaries-shared-tests): New variable.
32275         (binaries-shared-notests): Likewise.
32276         (binaries-shared): Remove variable.
32277         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
32278         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
32279         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
32280         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
32281         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
32282         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
32283         * elf/Makefile (sln-modules): New variable.
32284         (extra-objs): Add $(sln-modules:=.o).
32285         (ldconfig-modules): Add static-stubs.
32286         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
32287         * elf/static-stubs.c: New file.
32288
32289         [BZ #14283]
32290         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
32291         by 7 not 8 to examine high bit of fractional part.  Use volatile
32292         variables when splitting into final array of floats if
32293         __FLT_EVAL_METHOD__ != 0.
32294         * math/libm-test.inc (cos_test): Add another test.
32295         (sin_test): Likewise.
32296         * sysdeps/i386/fpu/libm-test-ulps: Update.
32297
32298         [BZ #14273]
32299         * math/libm-test.inc (cosh_test): Add more tests.
32300
32301         * version.h (RELEASE): Set to "development".
32302         (VERSION): Set to "2.16.90".
32303
32304 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
32305
32306         * NEWS: Update copyright. Remove last-updated date.
32307         Mention math library bug fixes and timezone data changes.
32308         * README: Mention GNU/Hurd, x32, and HPPA support status.
32309
32310 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
32311
32312         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
32313
32314 2012-06-27  Andreas Jaeger  <aj@suse.de>
32315
32316         * manual/contrib.texi (Contributors): Add Samuel Thibault.
32317
32318 2012-06-25  Andreas Jaeger  <aj@suse.de>
32319
32320         * sysdeps/s390/fpu/libm-test-ulps: Update.
32321
32322 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
32323             Thomas Schwinge  <thomas@codesourcery.com>
32324
32325         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
32326         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
32327         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
32328         fanotify_mark.
32329
32330 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
32331
32332         * sysdeps/mach/start.c: Remove file.
32333         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
32334         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
32335         * sysdeps/sh/init-first.c: Likewise.
32336
32337         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
32338         registers for frame unwinding purposes, add CFI directives.
32339         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
32340         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
32341         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
32342         Likewise.
32343
32344         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
32345         __fortify_fail returning.
32346         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
32347
32348         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
32349         sysdeps/sh/____longjmp_chk.S.
32350         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
32351         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
32352         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
32353         (gen-as-const-headers): Append sigaltstack-offsets.sym.
32354
32355         * sysdeps/sh/abort-instr.h: New file.
32356         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
32357         process in case exit returns.
32358
32359         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
32360         initialize the GOT register before use.
32361
32362         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
32363         calculation of ARGC > 4.
32364
32365         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
32366         meaningful names to some local labels.
32367
32368 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
32369             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
32370
32371         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
32372         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
32373         (__arch_compare_and_exchange_val_16_acq): Likewise.
32374         (__arch_compare_and_exchange_val_32_acq): Likewise.
32375         (atomic_exchange_and_add): Fix gUSA sequence.
32376         (atomic_add): Likewise.
32377         (atomic_add_negative): Likewise.
32378         (atomic_add_zero): Likewise.
32379         (atomic_bit_test_set): Likewise.
32380
32381 2012-06-22  Andreas Schwab  <schwab@redhat.com>
32382
32383         [BZ #13579]
32384         * include/link.h (struct link_map): Add l_free_initfini.
32385         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
32386         l_initfini.
32387         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
32388         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
32389         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
32390         set.
32391
32392 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
32393
32394         * configure.in: Use AC_LANG_SOURCE.
32395         * configure: Regenerate.
32396
32397 2012-06-22  Roland McGrath  <roland@hack.frob.com>
32398
32399         * configure.in (libc_cv_localstatedir): New substituted variable.
32400         * configure: Regenerated.
32401         * config.make.in (localstatedir): New variable, substituted from
32402         libc_cv_localstatedir.
32403         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
32404         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
32405         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
32406         * sysdeps/gnu/configure: Regenerated.
32407
32408 2012-06-21  Jeff Law  <law@redhat.com>
32409
32410         [BZ #14277]
32411         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
32412         free.  Simplify list management for _LIBC case.
32413
32414 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
32415
32416         [BZ #14273]
32417         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
32418         Clear sign bit of 64-bit integer value before comparing against
32419         overflow value.
32420
32421         * sysdeps/mach/configure: Regenerated.
32422
32423 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
32424
32425         [BZ #14278]
32426         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
32427
32428 2012-06-21  Jeff Law  <law@redhat.com>
32429
32430         [BZ #13882]
32431         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
32432         uint16_t for elements in the "seen" array to avoid char overflows.
32433         * elf/dl-fini.c (_dl_sort_fini): Likewise.
32434         * elf/dl-open.c (dl_open_worker): Likewise.
32435
32436 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
32437
32438         * scripts/list-sources.sh: Scan PORTS for translations.
32439         * po/libc.pot: Regenerated.
32440
32441 2012-06-21  Andreas Jaeger  <aj@suse.de>
32442
32443         [BZ #12194]
32444         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
32445         warning.
32446         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
32447         * bits/byteswap-16.h (__bswap_16): Likewise.
32448         * bits/byteswap.h (__bswap_constant_16): Likewise.
32449
32450 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
32451
32452         [BZ #14117]
32453         * sysdeps/i386/fpu_control.h: Removed.
32454         * sysdeps/x86_64/fpu_control.h: Moved to ...
32455         * sysdeps/x86/fpu_control.h: Here.
32456
32457         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
32458         (_FPU_SETCW): Likewise.
32459
32460 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
32461
32462         [BZ #14117]
32463         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
32464         * sysdeps/x86/fpu/bits/mathinline.h: This.
32465         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
32466
32467         [BZ #14050]
32468         [BZ #14117]
32469         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
32470         functions if __x86_64__ is defined.
32471
32472 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
32473
32474         * string/endian.h: Add !__ASSEMBLER__ condition for including
32475         conversion interfaces.
32476
32477 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
32478
32479         [BZ #14241]
32480         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
32481         of ABS(x) in calculating zero to negative powers other than odd
32482         integers.
32483         * math/libm-test.inc (pow_test): Add more tests.
32484
32485 2012-06-15  Andreas Jaeger  <aj@suse.de>
32486
32487         * manual/contrib.texi (Contributors): Update entry of Liubov
32488         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
32489         Machado Filho.
32490
32491 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
32492
32493         * string/string.h: Add __wur to GNU version of strerror_r.
32494
32495 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
32496
32497         [BZ #14229]
32498         * string/Makefile (tests): Add tst-strtok_r.
32499         * string/tst-strtok_r.c: New file.
32500         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
32501         RAX_LP/RDX_LP on SAVE_PTR.
32502
32503 2012-06-14  Roland McGrath  <roland@hack.frob.com>
32504
32505         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
32506
32507 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
32508
32509         * libm_test.inc (csqrt_test): Allow more spurious underflow
32510         exceptions.
32511         (j0_test): Likewise.
32512         (j1_test): Likewise.
32513         (y0_test): Likewise.
32514         (y1_test): Likewise.
32515
32516 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
32517
32518         * po/Makefile (libc.pot): Use UTF-8 charset.
32519
32520 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
32521
32522         [BZ #14210]
32523         Suppress sign-conversion warning from FD_SET.
32524         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
32525         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
32526         not unsigned long int.
32527         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
32528
32529 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
32530
32531         [BZ #14050]
32532         [BZ #14117]
32533         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
32534         __extern_always_inline instead of __extern_inline.
32535         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
32536         (__signbit): Likewise.
32537         (__signbitl): Support C++ namespace.
32538         (lrintf): New inline function.
32539         (lrint): Likewise.
32540         (llrintf): Likewise.
32541         (llrint): Likewise.
32542         (fmaxf): Likewise.
32543         (fmax): Likewise.
32544         (fminf): Likewise.
32545         (fmin): Likewise.
32546         (rint): Likewise.
32547         (rintf): Likewise.
32548         (ceil): Likewise.
32549         (ceilf): Likewise.
32550         (floor): Likewise.
32551         (floorf): Likewise.
32552         (nearbyint): Likewise.
32553         (nearbyintf): Likewise.
32554
32555 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
32556
32557         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
32558         non-default versions.
32559
32560 2012-06-11  Roland McGrath  <roland@hack.frob.com>
32561
32562         [BZ #14218]
32563         * manual/argp.texi (Argp): Reword argp_parse description slightly.
32564
32565 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
32566
32567         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
32568         (FE_UPWARD, FE_DOWNWARD): Don't define.
32569         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
32570         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
32571
32572         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
32573         reading it.
32574         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
32575         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
32576
32577 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
32578
32579         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
32580         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
32581         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
32582         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
32583
32584 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
32585
32586         [BZ #14117]
32587         * sysdeps/i386/fpu/bits/fenv.h: Removed.
32588         * sysdeps/i386/fpu/Implies: New file.
32589         * sysdeps/x86_64/fpu/Implies: Likewise.
32590         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
32591         * sysdeps/x86/fpu/bits/fenv.h: This.
32592
32593         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
32594         __SSE_MATH__.
32595
32596 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
32597
32598         [BZ #14134]
32599         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
32600         character 0xffff that matches the last element of the
32601         conversion table.
32602
32603 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32604
32605         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
32606         fmodl commit.
32607
32608 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32609
32610         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
32611         values higher than 25.6283.
32612
32613 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32614
32615         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
32616         subnormal exponent extraction and add some __builtin_expect.
32617         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
32618         Fix for subnormal mantissa calculation.
32619
32620 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
32621
32622         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
32623         cpu2 is -1 and errno is not ENOSYS.
32624
32625 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
32626
32627         [BZ #14117]
32628         * sysdeps/i386/i486/bits/string.h: Renamed to ...
32629         * sysdeps/x86/bits/string.h: This.
32630         * sysdeps/x86_64/bits/string.h: Removed.
32631
32632         * sysdeps/i386/i486/bits/string.h: Define inline functions only
32633         if not compiling for x86-64, but compiling for >= i486.
32634
32635         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
32636         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
32637
32638         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
32639         New macro from Linux kernel 3.4.0.
32640         (FP_XSTATE_MAGIC2): Likewise.
32641         (FP_XSTATE_MAGIC2_SIZE): Likewise.
32642         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
32643         (struct _fpx_sw_bytes): New struct.
32644         (struct _xsave_hdr): Likewise.
32645         (struct _ymmh_state): Likewise.
32646         (struct _xstate): Likewise.
32647
32648         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
32649         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
32650         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
32651         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
32652         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
32653         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
32654
32655         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
32656         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
32657         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
32658         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
32659         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
32660         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
32661
32662 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32663
32664         [BZ #13743]
32665         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
32666         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
32667         (sysdep_headers): Include sys/platform/ppc.h.
32668         * sysdeps/powerpc/test-gettimebase.c: Test for
32669         __ppc_get_timebase() to catch future ISA opcode/insn changes.
32670         * manual/Makefile (appendices): Include platform.texi.
32671         * manual/contrib.texi (Contributors): Update @node pointers.
32672         * manual/maint.texi (Maintenance): Likewise.
32673         (Platform): New node.
32674         * manual/platform.texi: New file.  Document the new features.
32675
32676 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32677             Jakub Jelinek  <jakub@redhat.com>
32678
32679         [BZ #14188]
32680         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
32681         where __builtin_expect is unavailable.
32682
32683 2012-06-03  David S. Miller  <davem@davemloft.net>
32684
32685         * stdlib/longlong.h: Updated from GCC.
32686
32687 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
32688
32689         [BZ #14042]
32690         * sysdeps/powerpc/powerpc32/mcount.c: New file.
32691         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
32692         __mcount_internal.
32693         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
32694         (GLIBC_2.16): Likewise.
32695
32696 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
32697
32698         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
32699
32700 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
32701
32702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
32703         (default-abi): New variable.
32704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
32705         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
32706         variable.
32707         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
32708         Likewise.
32709         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
32710         Likewise.
32711         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
32712         Likewise.
32713
32714         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
32715         definition.  Document in comment.
32716
32717 2012-06-01  David S. Miller  <davem@davemloft.net>
32718
32719         * stdlib/longlong.h: Updated from GCC.
32720
32721 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
32722
32723         [BZ #14117]
32724         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
32725         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
32726         sys/debugreg.h sys/io.h here.
32727         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
32728         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
32729         sys/io.h.
32730         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
32731         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
32732         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
32733         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
32734         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
32735         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
32736
32737         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
32738         Define only if __x86_64__ is defined.
32739
32740 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
32741
32742         [BZ #14048]
32743         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
32744         Use int64_t for variable i.
32745         * math/libm-test.inc (fmod_test): Add more tests.
32746
32747         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
32748         z computation is not scheduled after fetestexcept.
32749         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
32750         Use math_force_eval instead of asm to ensure calculation scheduled
32751         before exception test.
32752         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
32753         Ensure a1 + u.d computation is not scheduled after fetestexcept.
32754
32755 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
32756
32757         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
32758         computation is not scheduled after fetestexcept.
32759
32760 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
32761
32762         [BZ #14117]
32763         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
32764         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
32765
32766 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32767
32768         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
32769         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
32770
32771 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
32772
32773         [BZ #14117]
32774         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
32775         <bits/wordsize.h>.
32776         (__WCHAR_MIN): Support __WORDSIZE == 64.
32777         (__WCHAR_MAX): Likewise.
32778
32779         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
32780         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
32781
32782         [BZ #14183]
32783         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
32784         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
32785
32786         [BZ #14117]
32787         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
32788         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
32789
32790         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
32791         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
32792
32793         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
32794         Defined to 1 if __x86_64__ isn't defined.
32795         (_STAT_VER_LINUX_OLD): New.
32796         (st_atime): Remove duplicate.
32797         (st_mtime): Likewise.
32798         (st_ctime): Likewise.
32799
32800 2012-05-31  David S. Miller  <davem@davemloft.net>
32801
32802         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
32803         entries.
32804
32805 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
32806
32807         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
32808         gen-libm-test.pl.
32809
32810         [BZ #14132]
32811         * elf/dl-reloc.c: Include <_itoa.h>.
32812         (_dl_reloc_bad_type): Remove use of INTUSE.
32813         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
32814         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
32815         * stdio-common/psiginfo.c (psiginfo): Likewise.
32816         * stdio-common/psignal.c (psignal): Likewise.
32817         * string/strsignal.c (strsignal): Likewise.
32818         * include/signal.h (_sys_siglist): Declare hidden proto.
32819         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
32820         INTVARDEF with libc_hidden_data_def.
32821         * stdio-common/itoa-udigits.c: Likewise.
32822         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
32823         (_itoa_lower_digits_internal): Remove declaration.
32824         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
32825         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
32826         (_sys_sigabbrev_internal): Remove aliases.
32827         (_sys_siglist): Define hidden alias.
32828
32829 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
32830
32831         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
32832         bits/sysctl.h.
32833
32834 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
32835
32836         [BZ #14117]
32837         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
32838         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
32839
32840         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
32841         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
32842         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
32843         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
32844         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
32845         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
32846
32847         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
32848         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
32849         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
32850
32851         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
32852         with __addr.
32853         (insw): Likewise.
32854         (insl): Likewise.
32855         (outsb): Likewise.
32856         (outsw): Likewise.
32857         (outsl): Likewise.
32858
32859         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
32860         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
32861         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
32862
32863         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
32864         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
32865         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
32866         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
32867         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
32868         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
32869
32870         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
32871         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
32872
32873         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
32874         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
32875
32876         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
32877         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
32878         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
32879
32880         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
32881         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
32882         to ...
32883         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
32884
32885         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
32886         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
32887         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
32888
32889         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
32890         for x86-64.
32891         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
32892
32893 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
32894
32895         * math/math.h (M_El): Use two more decimal places.
32896         (M_LOG2El): Likewise.
32897         (M_LOG10El): Likewise.
32898         (M_LN2l): Likewise.
32899         (M_LN10l): Likewise.
32900         (M_PIl): Likewise.
32901         (M_PI_2l): Likewise.
32902         (M_PI_4l): Likewise.
32903         (M_1_PIl): Likewise.
32904         (M_2_PIl): Likewise.
32905         (M_2_SQRTPIl): Likewise.
32906         (M_SQRT2l): Likewise.
32907         (M_SQRT1_2l): Likewise.
32908
32909 2012-05-31  David S. Miller  <davem@davemloft.net>
32910
32911         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
32912         values between float registers.
32913         * sysdeps/sparc/sparc64/memset.S: Likewise.
32914         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
32915
32916 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
32917
32918         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
32919         -D_FORTIFY_SOURCE=1.
32920         (CPPFLAGS-tst-longjmp_chk.c): Define.
32921         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
32922         (CPPFLAGS-tst-longjmp_chk2.c): Define.
32923         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
32924         CFLAGS-tst-wchar-h.c.
32925
32926 2012-05-31  Marek Polacek  <polacek@redhat.com>
32927
32928         [BZ #14132]
32929         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
32930         __endmntent_internal): Remove declaration.
32931         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
32932         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
32933         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
32934
32935 2012-05-30  David S. Miller  <davem@davemloft.net>
32936
32937         * sysdeps/sparc/sparc32/soft-fp/q_util.c
32938         (___Q_simulate_exceptions): Use real FP ops rather than writing
32939         into the %fsr.
32940         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
32941         Likewise.
32942
32943 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
32944
32945         [BZ #14117]
32946         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
32947         * sysdeps/x86/bits/xtitypes.h: This.
32948
32949         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
32950         * sysdeps/x86/bits/wordsize.h: This.
32951
32952         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
32953         * sysdeps/x86/bits/huge_vall.h: This.
32954
32955         * sysdeps/i386/bits/select.h: Removed.
32956         * sysdeps/x86_64/bits/select.h: Renamed to ...
32957         * sysdeps/x86/bits/select.h: This.
32958
32959         * sysdeps/i386/bits/setjmp.h: Removed.
32960         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
32961         * sysdeps/x86/bits/setjmp.h: This.
32962
32963         * sysdeps/i386/bits/mathdef.h: Removed.
32964         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
32965         * sysdeps/x86/bits/mathdef.h: This.
32966
32967 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
32968
32969         [BZ #14132]
32970         * include/sys/socket.h (__connect_internal)
32971         (__libc_sa_len_internal): Remove declaration.
32972         (__connect, __libc_sa_len): Declare hidden_proto.
32973         (SA_LEN): Remove use of INTUSE.
32974         * socket/connect.c: Add libc_hidden_def.
32975         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
32976         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
32977         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
32978         alias.
32979         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
32980         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
32981         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
32982         of adding _internal alias.
32983
32984 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
32985
32986         [BZ #14117]
32987         * sysdeps/i386/bits/link.h: Removed.
32988         * sysdeps/i386/bits/linkmap.h: Likewise.
32989         * sysdeps/x86_64/bits/link.h: Renamed to ...
32990         * sysdeps/x86/bits/link.h: This.
32991         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
32992         * sysdeps/x86/bits/linkmap.h: This.
32993
32994         * sysdeps/i386/bits/endian.h: Removed.
32995         * sysdeps/x86_64/bits/endian.h: Renamed to ...
32996         * sysdeps/x86/bits/endian.h: This.
32997
32998         * sysdeps/i386/bits/byteswap.h: Removed.
32999         * sysdeps/i386/bits/byteswap-16.h: Likewise.
33000         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
33001         * sysdeps/x86/bits/byteswap.h: This.
33002         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
33003         * sysdeps/x86/bits/byteswap-16.h: This.
33004         * sysdeps/i386/Implies: Add x86.
33005         * sysdeps/x86_64/Implies: Likewise.
33006
33007 2012-05-30  David S. Miller  <davem@davemloft.net>
33008
33009         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
33010         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
33011         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
33012         (FP_TRAPPING_EXCEPTIONS): Define.
33013         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
33014         (FP_TRAPPING_EXCEPTIONS): Define.
33015         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
33016         subnormals only when inexact has been signalled or underflow
33017         exceptions are enabled.
33018         (_FP_PACK_CANONICAL): Likewise.
33019
33020 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33021
33022         [BZ #14183]
33023         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
33024         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
33025
33026 2012-05-30  Richard Henderson  <rth@twiddle.net>
33027
33028         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
33029         with #ifndef NOT_IN_libc.
33030
33031         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
33032         marked to avoid plt entry.
33033
33034 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33035
33036         [BZ #14112]
33037         * Makeconfig (default-abi): New macro.
33038         (abi-includes): Likewise.
33039         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
33040         $(abi-$(default-abi)-lib-soname) for soname if defined.
33041         ($(common-objpfx)gnu/lib-names.stmp): Generate from
33042         abi-variants.
33043         * Makefile (installed-stubs): Likewise.
33044         * include/stubs-biarch.h: Removed.
33045         * scripts/lib-names.awk: Only handle one library at a time.
33046         * scripts/soversions.awk: Remove WORDSIZE support.
33047         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
33048         entries.
33049         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
33050         Removed.
33051         (syscall-list-default-condition): Likewise.
33052         (syscall-list-default-condition): Likewise.
33053         (syscall-list-includes): Likewise.
33054         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
33055         syscall-list-* with abi-*.  Handle undefined abi-variants.
33056         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
33057         * sysdeps/unix/sysv/linux/i386/Implies: New file.
33058         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
33059         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
33060         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
33061         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
33062         Removed.
33063         (syscall-list-32-options): Likewise.
33064         (syscall-list-32-condition): Likewise.
33065         (syscall-list-64-options): Likewise.
33066         (syscall-list-64-condition): Likewise.
33067         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
33068         macro.
33069         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
33070         Renamed to ...
33071         (abi-*): This.
33072         (abi-64-ld-soname): New macro.
33073         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
33074         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
33075         Renamed to ...
33076         (abi-*): This.
33077         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
33078         * sysdeps/x86_64/x32/shlib-versions: Likewise.
33079
33080 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
33081
33082         * sysdeps/unix/sysv/linux/kernel-features.h
33083         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
33084         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
33085         include <kernel-features.h>.
33086         [!__NR_ftruncate64]: Remove conditional code.
33087         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33088         [__NR_ftruncate64]: Make code unconditional.
33089         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33090         * sysdeps/unix/sysv/linux/truncate64.c: Do not
33091         include <kernel-features.h>.
33092         [!__NR_ftruncate64]: Remove conditional code.
33093         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33094         [__NR_ftruncate64]: Make code unconditional.
33095         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33096         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
33097         include <kernel-features.h>.
33098         [!__NR_ftruncate64]: Remove conditional code.
33099         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33100         [__NR_ftruncate64]: Make code unconditional.
33101         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33103         include <kernel-features.h>.
33104         [!__NR_ftruncate64]: Remove conditional code.
33105         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33106         [__NR_ftruncate64]: Make code unconditional.
33107         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33108
33109         * configure.in (libc_cv_fpie): Weaken to a compile test using
33110         LIBC_TRY_CC_OPTION.
33111         * configure: Regenerated.
33112
33113 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33114
33115         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
33116         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
33117         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
33118         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
33119         Refreshed.
33120         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
33121         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
33122         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
33123         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
33124         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
33125         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
33126         Refreshed.
33127
33128 2012-05-27  David S. Miller  <davem@davemloft.net>
33129
33130         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
33131         (___Q_zero): New.
33132         (__Q_simulate_exceptions): Return void.  Change to simulate
33133         exceptions by writing into the %fsr.
33134         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
33135         (__Qp_handle_exceptions): Likewise.
33136         (numbers): Delete.
33137         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
33138         __Qp_handle_exceptions.
33139         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
33140         __Qp_handle_exceptions.
33141         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
33142         as unused and give dummy FP_RND_NEAREST initializer.
33143         (FP_INHIBIT_RESULTS): Define.
33144         (___Q_simulate_exceptions): Update declaration.
33145         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
33146         formatting.
33147         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
33148         as unused and give dummy FP_RND_NEAREST initializer.
33149         (__Qp_handle_exceptions): Update declaration.
33150         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
33151         formatting.
33152
33153 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
33154
33155         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
33156         the temporary FPU control word.
33157         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
33158         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
33159         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
33160         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
33161         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
33162         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
33163         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
33164         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
33165         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
33166         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
33167         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
33168
33169 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33170
33171         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
33172         fields.
33173
33174 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
33175
33176         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
33177         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
33178         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
33179         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
33180         Likewise.
33181         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
33182         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
33183         Likewise.
33184
33185 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
33186
33187         * po/h.po: Update from translation team.
33188
33189 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
33190
33191         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
33192
33193         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
33194         handling of denormals.
33195         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
33196         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
33197         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
33198         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
33199         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33200         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
33201         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
33202         Likewise.
33203
33204 2012-05-26  Marek Polacek  <polacek@redhat.com>
33205
33206         [BZ #14152]
33207         * math/libm-test.inc (fma_test): Don't always expect underflow
33208         exception.
33209
33210 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
33211
33212         [BZ #12416]
33213         * elf/tst-execstack.c: Include stackinfo.h.
33214         (do_test): Adjust test case to ensure that pthread_getattr_np
33215         behaviour remains the same after marking stack executable.
33216
33217 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
33218
33219         * sysdeps/unix/sysv/linux/kernel-features.h
33220         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
33221         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
33222         kernel-features.h.
33223         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
33224         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
33225         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
33226         kernel-features.h.
33227         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
33228         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
33229
33230 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
33231
33232         * configure.in: Define the default includes to being none.
33233         * configure: Regenerated.
33234
33235 2012-05-25  Roland McGrath  <roland@hack.frob.com>
33236
33237         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
33238         * sysdeps/x86_64/setjmp.S: Likewise.
33239         * sysdeps/i386/bsd-setjmp.S: Likewise.
33240         * sysdeps/i386/bsd-_setjmp.S: Likewise.
33241         * sysdeps/i386/setjmp.S: Likewise.
33242         * sysdeps/i386/__longjmp.S: Likewise.
33243         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
33244         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
33245
33246         * include/stap-probe.h: New file.
33247         * configure.in: Handle --enable-systemtap.
33248         * configure: Regenerated.
33249         * config.h.in (USE_STAP_PROBE): New #undef.
33250         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
33251         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
33252         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
33253
33254 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
33255
33256         [BZ #13717]
33257         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
33258         to 2.4.0 where earlier.
33259         * sysdeps/unix/sysv/linux/configure: Regenerated.
33260         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33261         <kernel-features.h>.
33262         [__ASSUME_32BITUIDS]: Make code unconditional.
33263         [!__ASSUME_32BITUIDS]: Remove conditional code.
33264         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
33265         <kernel-features.h>.
33266         [__ASSUME_32BITUIDS]: Make code unconditional.
33267         [!__ASSUME_32BITUIDS]: Remove conditional code.
33268         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
33269         [__ASSUME_32BITUIDS]: Make code unconditional.
33270         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
33271         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
33272         <kernel-features.h>.
33273         [__ASSUME_32BITUIDS]: Make code unconditional.
33274         [!__ASSUME_32BITUIDS]: Remove conditional code.
33275         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
33276         <kernel-features.h>.
33277         [__ASSUME_32BITUIDS]: Make code unconditional.
33278         [!__ASSUME_32BITUIDS]: Remove conditional code.
33279         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
33280         <kernel-features.h>.
33281         [__ASSUME_32BITUIDS]: Make code unconditional.
33282         [!__ASSUME_32BITUIDS]: Remove conditional code.
33283         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
33284         <kernel-features.h>.
33285         [__ASSUME_32BITUIDS]: Make code unconditional.
33286         [!__ASSUME_32BITUIDS]: Remove conditional code.
33287         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33288         <kernel-features.h>.
33289         [__ASSUME_32BITUIDS]: Make code unconditional.
33290         [!__ASSUME_32BITUIDS]: Remove conditional code.
33291         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33292         <kernel-features.h>.
33293         [__ASSUME_32BITUIDS]: Make code unconditional.
33294         [!__ASSUME_32BITUIDS]: Remove conditional code.
33295         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
33296         <kernel-features.h>.
33297         [__ASSUME_32BITUIDS]: Make code unconditional.
33298         [!__ASSUME_32BITUIDS]: Remove conditional code.
33299         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33300         <kernel-features.h>.
33301         [__ASSUME_32BITUIDS]: Make code unconditional.
33302         [!__ASSUME_32BITUIDS]: Remove conditional code.
33303         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33304         <kernel-features.h>.
33305         [__ASSUME_32BITUIDS]: Make code unconditional.
33306         [!__ASSUME_32BITUIDS]: Remove conditional code.
33307         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
33308         <kernel-features.h>.
33309         [__ASSUME_32BITUIDS]: Make code unconditional.
33310         [!__ASSUME_32BITUIDS]: Remove conditional code.
33311         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
33312         <kernel-features.h>.
33313         [__NR_setresgid] (__setresgid): Do not declare.
33314         [__ASSUME_32BITUIDS]: Make code unconditional.
33315         [!__ASSUME_32BITUIDS]: Remove conditional code.
33316         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
33317         <kernel-features.h>.
33318         [__NR_setresuid] (__setresuid): Do not declare.
33319         [__ASSUME_32BITUIDS]: Make code unconditional.
33320         [!__ASSUME_32BITUIDS]: Remove conditional code.
33321         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
33322         <kernel-features.h>.
33323         [__ASSUME_32BITUIDS]: Make code unconditional.
33324         [!__ASSUME_32BITUIDS]: Remove conditional code.
33325         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
33326         <kernel-features.h>.
33327         [__ASSUME_32BITUIDS]: Make code unconditional.
33328         [!__ASSUME_32BITUIDS]: Remove conditional code.
33329         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
33330         <kernel-features.h>.
33331         [__ASSUME_32BITUIDS]: Make code unconditional.
33332         [!__ASSUME_32BITUIDS]: Remove conditional code.
33333         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
33334         <kernel-features.h>.
33335         [__ASSUME_32BITUIDS]: Make code unconditional.
33336         [!__ASSUME_32BITUIDS]: Remove conditional code.
33337         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
33338         <kernel-features.h>.
33339         [__ASSUME_32BITUIDS]: Make code unconditional.
33340         [!__ASSUME_32BITUIDS]: Remove conditional code.
33341         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
33342         <kernel-features.h>.
33343         [__ASSUME_32BITUIDS]: Make code unconditional.
33344         [!__ASSUME_32BITUIDS]: Remove conditional code.
33345         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
33346         <kernel-features.h>.
33347         [__ASSUME_32BITUIDS]: Make code unconditional.
33348         [!__ASSUME_32BITUIDS]: Remove conditional code.
33349         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
33350         <kernel-features.h>.
33351         [__ASSUME_32BITUIDS]: Make code unconditional.
33352         [!__ASSUME_32BITUIDS]: Remove conditional code.
33353         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
33354         <kernel-features.h>.
33355         [__ASSUME_32BITUIDS]: Make code unconditional.
33356         [!__ASSUME_32BITUIDS]: Remove conditional code.
33357         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33358         <kernel-features.h>.
33359         [__ASSUME_32BITUIDS]: Make code unconditional.
33360         [!__ASSUME_32BITUIDS]: Remove conditional code.
33361         * sysdeps/unix/sysv/linux/kernel-features.h
33362         (__ASSUME_SETRESUID_SYSCALL): Remove.
33363         (__ASSUME_SETRESGID_SYSCALL): Likewise.
33364         (__ASSUME_32BITUIDS): Likewise.
33365         (__ASSUME_LDT_WORKS): Likewise.
33366         (__ASSUME_O_DIRECTORY): Likewise.
33367         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
33368         architecture but not kernel version.
33369         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
33370         (__ASSUME_MMAP2_SYSCALL): Likewise.
33371         (__ASSUME_STAT64_SYSCALL): Likewise.
33372         (__ASSUME_IPC64): Likewise.
33373         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
33374         <kernel-features.h>.
33375         [__ASSUME_32BITUIDS]: Make code unconditional.
33376         [!__ASSUME_32BITUIDS]: Remove conditional code.
33377         * sysdeps/unix/sysv/linux/opendir.c: Do not include
33378         <kernel-features.h>.
33379         [__ASSUME_O_DIRECTORY]: Make code unconditional.
33380         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
33381         132096]: Remove conditional code.
33382         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
33383         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33384         <kernel-features.h>.
33385         [__ASSUME_32BITUIDS]: Make code unconditional.
33386         [!__ASSUME_32BITUIDS]: Remove conditional code.
33387         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33388         <kernel-features.h>.
33389         [__ASSUME_32BITUIDS]: Make code unconditional.
33390         [!__ASSUME_32BITUIDS]: Remove conditional code.
33391         * sysdeps/unix/sysv/linux/setegid.c: Do not include
33392         <kernel-features.h>.
33393         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
33394         unconditional.
33395         (__setresgid): Do not declare.
33396         [__ASSUME_32BITUIDS]: Make code unconditional.
33397         [!__ASSUME_32BITUIDS]: Remove conditional code.
33398         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
33399         <kernel-features.h>.
33400         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
33401         unconditional.
33402         (__setresuid): Do not declare.
33403         [__ASSUME_32BITUIDS]: Make code unconditional.
33404         [!__ASSUME_32BITUIDS]: Remove conditional code.
33405         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33406         <kernel-features.h>.
33407         [__ASSUME_32BITUIDS]: Make code unconditional.
33408         [!__ASSUME_32BITUIDS]: Remove conditional code.
33409         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
33410         <kernel-features.h>.
33411         [__ASSUME_32BITUIDS]: Make code unconditional.
33412         [!__ASSUME_32BITUIDS]: Remove conditional code.
33413
33414 2012-05-25  Richard Henderson  <rth@twiddle.net>
33415
33416         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
33417         dl_hwcap to ifunc resolver.
33418         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
33419         elf_ifunc_invoke.
33420         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
33421         dl_hwcap to ifunc resolver.
33422         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
33423
33424 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
33425
33426         [BZ #14153]
33427         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
33428         for |x| <= 2**-26, not 2**-57.
33429         * math/libm-test.inc (acos_test): Do not allow spurious underflow
33430         exception.
33431
33432 2012-05-24  Jeff Law  <law@redhat.com>
33433
33434         * stdio-common/Makefile (tests): Add bug25.
33435         * stdio-common/bug25.c: New test.
33436
33437 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
33438
33439         [BZ #13576]
33440         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
33441         multiple of MALLOC_ALIGNMENT in size.
33442         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
33443
33444 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
33445
33446         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
33447         Require >= 256.
33448         (FILENAME_MAX): Use macro-int-constant.
33449         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
33450         (_IOFBF): Use macro-int-constant.
33451         (_IOLBF): Likewise.
33452         (_IONBF): Likewise.
33453         (SEEK_CUR): Likewise.
33454         (SEEK_END): Likewise.
33455         (SEEK_SET): Likewise.
33456         (TMP_MAX): Likewise.
33457         (EOF): Use macro-int-constant.  Require < 0.
33458         (NULL): Use macro-constant.  Require == 0.
33459         (stdin): Require type to be FILE *.
33460         (stdout): Likewise.
33461         (stderr): Likewise.
33462         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
33463         macro-int-constant.
33464         (EXIT_SUCCESS): Likewise.
33465         (NULL): Use macro-constant.  Require == 0.
33466         (RAND_MAX): Use macro-int-constant.
33467         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
33468         [C99-based standards] (strtof): Require function.
33469         [C99-based standards] (strtold): Likewise.
33470         [C99-based standards] (strtoll): Likewise.
33471         [C99-based standards] (strtoull): Likewise.
33472         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
33473         [ISO || ISO99 || ISO11] (limits.h): Likewise.
33474         [ISO || ISO99 || ISO11] (math.h): Likewise.
33475         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
33476         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
33477         [ISO || ISO99 || ISO11] (*_t): Do not allow.
33478
33479 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
33480
33481         [BZ #14132]
33482         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
33483         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
33484         * intl/dgettext.c (DCGETTEXT): Likewise.
33485         * intl/gettext.c (DCGETTEXT): Likewise.
33486         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
33487         * posix/regex_internal.h (gettext): Likewise.
33488         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
33489         Remove declaration.
33490         * include/argz.h (__argz_count_internal)
33491         (__argz_stringify_internal): Remove declaration.
33492         (__argz_count, __argz_stringify): Declare hidden proto.
33493         * intl/dcgettext.c: Remove use of INTDEF.
33494         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
33495         * string/argz-stringify.c: Likewise.
33496         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
33497         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
33498         Declare hidden proto.
33499         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
33500         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
33501         Declare hidden proto.
33502         * include/stdio.h (__asprintf_internal): Don't declare.
33503         (__asprintf): Don't define as macro.  Declare hidden proto.
33504         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
33505         (__fsetlocking): Declare hidden proto.
33506         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
33507         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
33508         hidden proto.
33509         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
33510         (_IO_setlinebuf): Remove use of INTUSE.
33511         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
33512         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
33513         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
33514         Remove declaration.
33515         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
33516         (_IO_do_flush): Remove use of INTUSE.
33517         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
33518         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
33519         (_IO_adjust_column, _IO_least_wmarker)
33520         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
33521         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
33522         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
33523         (_IO_default_doallocate, _IO_wdefault_doallocate)
33524         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
33525         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
33526         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
33527         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
33528         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
33529         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
33530         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
33531         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
33532         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
33533         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
33534         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
33535         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
33536         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
33537         proto.
33538         (_IO_flush_all_internal, _IO_adjust_column_internal)
33539         (_IO_default_uflow_internal, _IO_default_finish_internal)
33540         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
33541         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
33542         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
33543         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
33544         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
33545         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
33546         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
33547         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
33548         (_IO_file_close_internal, _IO_file_close_it_internal)
33549         (_IO_file_underflow_internal, _IO_file_overflow_internal)
33550         (_IO_file_init_internal, _IO_file_attach_internal)
33551         (_IO_file_fopen_internal, _IO_file_read_internal)
33552         (_IO_file_sync_internal, _IO_file_seek_internal)
33553         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
33554         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
33555         (_IO_str_underflow_internal, _IO_str_overflow_internal)
33556         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
33557         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
33558         (_IO_list_all_internal, _IO_link_in_internal)
33559         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
33560         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
33561         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
33562         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
33563         (_IO_do_write_internal, _IO_padn_internal)
33564         (_IO_getline_info_internal, _IO_getline_internal)
33565         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
33566         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
33567         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
33568         (_IO_vfscanf_internal, _IO_vfprintf_internal)
33569         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
33570         (_IO_init_internal, _IO_un_link_internal): Don't declare.
33571         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
33572         with libc_hidden_ver, remove use of INTUSE.
33573         * libio/genops.c: Likewise.
33574         * libio/freopen.c: Likewise.
33575         * libio/freopen64.c: Likewise.
33576         * libio/iofclose.c: Likewise.
33577         * libio/iofdopen.c: Likewise.
33578         * libio/iofflush.c: Likewise.
33579         * libio/iofflush_u.c: Likewise.
33580         * libio/iofgets.c: Likewise.
33581         * libio/iofgets_u.c: Likewise.
33582         * libio/iofopen.c: Likewise.
33583         * libio/iofopncook.c: Likewise.
33584         * libio/iofread.c: Likewise.
33585         * libio/iofread_u.c: Likewise.
33586         * libio/ioftell.c: Likewise.
33587         * libio/iofwrite.c: Likewise.
33588         * libio/iogetline.c: Likewise.
33589         * libio/iogets.c: Likewise.
33590         * libio/iogetwline.c: Likewise.
33591         * libio/iopadn.c: Likewise.
33592         * libio/iopopen.c: Likewise.
33593         * libio/ioseekoff.c: Likewise.
33594         * libio/ioseekpos.c: Likewise.
33595         * libio/iosetbuffer.c: Likewise.
33596         * libio/iosetvbuf.c: Likewise.
33597         * libio/ioungetc.c: Likewise.
33598         * libio/ioungetwc.c: Likewise.
33599         * libio/iovdprintf.c: Likewise.
33600         * libio/iovsprintf.c: Likewise.
33601         * libio/iovsscanf.c: Likewise.
33602         * libio/memstream.c: Likewise.
33603         * libio/obprintf.c: Likewise.
33604         * libio/oldfileops.c: Likewise.
33605         * libio/oldiofclose.c: Likewise.
33606         * libio/oldiofdopen.c: Likewise.
33607         * libio/oldiofopen.c: Likewise.
33608         * libio/oldiopopen.c: Likewise.
33609         * libio/oldstdfiles.c: Likewise.
33610         * libio/putc.c: Likewise.
33611         * libio/setbuf.c: Likewise.
33612         * libio/setlinebuf.c: Likewise.
33613         * libio/stdfiles.c: Likewise.
33614         * libio/strops.c: Likewise.
33615         * libio/vasprintf.c: Likewise.
33616         * libio/vscanf.c: Likewise.
33617         * libio/vsnprintf.c: Likewise.
33618         * libio/vswprintf.c: Likewise.
33619         * libio/wfiledoalloc.c: Likewise.
33620         * libio/wfileops.c: Likewise.
33621         * libio/wgenops.c: Likewise.
33622         * libio/wmemstream.c: Likewise.
33623         * libio/wstrops.c: Likewise.
33624         * libio/__fpurge.c: Likewise.
33625         * libio/__fsetlocking.c: Likewise.
33626         * assert/assert.c: Likewise.
33627         * debug/fgets_chk.c: Likewise.
33628         * debug/fgets_u_chk.c: Likewise.
33629         * debug/fread_chk.c: Likewise.
33630         * debug/fread_u_chk.c: Likewise.
33631         * debug/gets_chk.c: Likewise.
33632         * debug/obprintf_chk.c: Likewise.
33633         * debug/vasprintf_chk.c: Likewise.
33634         * debug/vdprintf_chk.c: Likewise.
33635         * debug/vsnprintf_chk.c: Likewise.
33636         * debug/vsprintf_chk.c: Likewise.
33637         * malloc/mtrace.c: Likewise.
33638         * misc/error.c: Likewise.
33639         * misc/syslog.c: Likewise.
33640         * stdio-common/asprintf.c: Likewise.
33641         * stdio-common/fxprintf.c: Likewise.
33642         * stdio-common/getw.c: Likewise.
33643         * stdio-common/isoc99_fscanf.c: Likewise.
33644         * stdio-common/isoc99_scanf.c: Likewise.
33645         * stdio-common/isoc99_vfscanf.c: Likewise.
33646         * stdio-common/isoc99_vscanf.c: Likewise.
33647         * stdio-common/isoc99_vsscanf.c: Likewise.
33648         * stdio-common/printf-prs.c: Likewise.
33649         * stdio-common/printf_fp.c: Likewise.
33650         * stdio-common/printf_fphex.c: Likewise.
33651         * stdio-common/printf_size.c: Likewise.
33652         * stdio-common/putw.c: Likewise.
33653         * stdio-common/scanf.c: Likewise.
33654         * stdio-common/sprintf.c: Likewise.
33655         * stdio-common/tmpfile.c: Likewise.
33656         * stdio-common/vfprintf.c: Likewise.
33657         * stdio-common/vfscanf.c: Likewise.
33658         * stdlib/strfmon_l.c: Likewise.
33659         * sunrpc/openchild.c: Likewise.
33660         * sunrpc/xdr_stdio.c: Likewise.
33661         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
33662         * sysdeps/mach/hurd/tmpfile.c: Likewise.
33663
33664 2012-05-24  Roland McGrath  <roland@hack.frob.com>
33665
33666         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
33667
33668         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
33669         in the third column, to generate for the shared library an IFUNC
33670         that uses _dl_vdso_vsym.
33671         * Makerules (COMPILE.c, compile-stdin.c): New variables.
33672         * Makeconfig (object-suffixes-noshared): New variable.
33673
33674         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
33675         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
33676         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
33677         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
33678
33679         [BZ #14132]
33680         * include/sys/time.h (__gettimeofday): Remove macro.
33681         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
33682         * time/gettimeofday.c (__gettimeofday): Remove #undef.
33683         Remove INTDEF.
33684         (__gettimeofday): Add libc_hidden_def.
33685         (gettimeofday): Add libc_hidden_weak.
33686         * sysdeps/mach/gettimeofday.c: Likewise.
33687         * sysdeps/posix/gettimeofday.c: Likewise.
33688         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
33689         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
33690         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
33691         (__gettimeofday_internal): Remove strong_alias.
33692         (__gettimeofday): Add libc_hidden_def.
33693         (gettimeofday): Add libc_hidden_weak.
33694         * sysdeps/unix/syscalls.list (gettimeofday):
33695         Remove __gettimeofday_internal alias.
33696
33697 2012-05-24  Daniel Jacobowitz  <drow@false.org>
33698             H.J. Lu  <hongjiu.lu@intel.com>
33699
33700         [BZ #12495]
33701         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
33702         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
33703         (largebin_index_32_big): New.
33704         (largebin_index): Use it for 16-byte alignment.
33705         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
33706         correction with front_misalign.
33707
33708 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
33709
33710         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
33711         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
33712         Likewise.
33713         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
33714         Likewise.
33715         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
33716         Likewise.
33717         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
33718         Likewise.
33719         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
33720         Likewise.
33721         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
33722         Likewise.
33723         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
33724         Likewise.
33725         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
33726         Likewise.
33727         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
33728         Likewise.
33729         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
33730         Likewise.
33731         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
33732         Likewise.
33733         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
33734         Likewise.
33735
33736         * scripts/data/c++-types-x32-linux-gnu.data: New file.
33737         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
33738
33739 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
33740
33741         [BZ #10846]
33742         [BZ #14036]
33743         * math/libm-test.inc (exp_test): Add test from bug 14036.
33744         (pow_test): Add test from bug 10846.
33745
33746         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
33747         and other flags.
33748         (special_function): Do not include flags in test name.
33749         (parse_args): Likewise.
33750         * sysdeps/i386/fpu/libm-test-ulps: Update.
33751         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
33752         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
33753         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
33754         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33755
33756         * math/gen-libm-test.pl (%beautify): Add entries for underflow
33757         exceptions.
33758         * math/libm-test.inc ("Philosophy"): Update comment about
33759         exception testing.
33760         (UNDERFLOW_EXCEPTION): New macro.
33761         (UNDERFLOW_EXCEPTION_OK): Likewise.
33762         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
33763         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
33764         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
33765         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
33766         (INVALID_EXCEPTION_OK): Update value.
33767         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
33768         (OVERFLOW_EXCEPTION_OK): Likewise.
33769         (IGNORE_ZERO_INF_SIGN): Likewise.
33770         (test_exceptions): Handle underflow exceptions.
33771         (acos_test): Update for underflow exception expectations.
33772         (cexp_test): Likewise.
33773         (clog_test): Likewise.
33774         (clog10_test): Likewise.
33775         (csqrt_test): Likewise.
33776         (ctan_test): Likewise.
33777         (ctanh_test): Likewise.
33778         (exp_test): Likewise.
33779         (exp10_test): Likewise.
33780         (exp2_test): Likewise.
33781         (expm1_test): Likewise.
33782         (fma_test): Likewise.
33783         (j0_test): Likewise.
33784         (jn_test): Likewise.
33785         (nexttoward_test): Likewise.
33786         (pow_test): Likewise.
33787         (scalbn_test): Likewise.
33788         (scalbln_test): Likewise.
33789         (tan_test): Likewise.
33790         (y1_test): Likewise.
33791         * sysdeps/i386/fpu/libm-test-ulps: Update.
33792         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33793
33794 2012-05-23  David S. Miller  <davem@davemloft.net>
33795
33796         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
33797         (__libc_sigaction): Remove unused local variables.
33798
33799 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
33800
33801         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
33802
33803 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
33804
33805         mktime: avoid signed integer overflow
33806         * time/mktime.c (__mktime_internal): Do not mishandle the case
33807         where diff == INT_MIN.
33808
33809         mktime: simplify computation of average
33810         * time/mktime.c (ranged_convert): Use new time_t_avg function
33811         instead of rolling our own (probably-slower) code.
33812
33813         mktime: do not assume signed right shift propagates sign bit
33814         * time/mktime.c (isdst_differ): New static function.
33815         (__mktime_internal): No need to normalize tm_isdst now.
33816         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
33817         tm_isdst values.
33818
33819         mktime: merge another wrapv change from gnulib
33820         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
33821         from some compilers.
33822
33823         mktime: remove incorrect attempt at unusual arithmetics
33824         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
33825         The code didn't really work on such machines anyway.
33826         (TYPE_MINIMUM): Assume two's complement.
33827         (twos_complement_arithmetic): Verify that long_int and time_t
33828         are two's complement (or unsigned, in the latter case).
33829
33830         mktime: check signed shifts on long_int and time_t, too
33831         * time/mktime.c (SHR): Check that shifts work as desired
33832         on the types long_int and time_t too, as SHR is used on
33833         such types.
33834
33835         mktime: do not assume 'long' is wide enough
33836         * time/mktime.c (verify): Move decl up.
33837         (long_int): New type.
33838         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
33839         to remove assumption in the code that 'long' is wide enough to
33840         store year values.  This assumption is not true on x32 and on
33841         some non-glibc platforms.
33842
33843         mktime: merge wrapv change from gnulib
33844         * time/mktime.c (WRAPV): New macro.
33845         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
33846         (guess_time_tm, __mktime_internal): Do not assume that signed
33847         integer overflow wraps around; modern compilers generate code
33848         where this assumption is no longer valid.
33849
33850 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
33851
33852         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
33853         Replace "jmp L(pseudo_end)" with "ret".
33854         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
33855         Likewise.
33856
33857 2012-05-23  Andreas Jaeger  <aj@suse.de>
33858
33859         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
33860         * sysdeps/unix/sysv/linux/poll.c: Remove file.
33861
33862 2012-05-23  Andreas Jaeger  <aj@suse.de>
33863             Maximilian Attems  <max@stro.at>
33864
33865         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
33866         New macros.
33867
33868 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
33869
33870         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
33871         code so that pseudo_end is just ret and the stack pointer is
33872         correct also for static library in error case.
33873
33874 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
33875
33876         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
33877         move to syscalls.list.
33878         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
33879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
33880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
33881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
33882
33883         * manual/install.texi (Running make install): Do not mention Linux
33884         kernel version for which pt_chown is not needed.
33885         (Linux): Do not mention problems with nscd with 2.0 kernels.
33886         * INSTALL: Regenerated.
33887
33888 2012-05-23  Andreas Jaeger  <aj@suse.de>
33889
33890         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
33891         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
33892         macro.
33893         * sysdeps/unix/sysv/linux/s390/bits/mman.h
33894         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33895         * sysdeps/unix/sysv/linux/sh/bits/mman.h
33896         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33897         * sysdeps/unix/sysv/linux/i386/bits/mman.h
33898         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33899         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
33900         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33901         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
33902         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33903         * sysdeps/unix/sysv/linux/bits/in.h
33904         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
33905
33906 2012-05-22  Roland McGrath  <roland@hack.frob.com>
33907
33908         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
33909         (PREPARE_VERSION): Just use assert instead, it will be elided
33910         under [NDEBUG] anyway.
33911
33912 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
33913
33914         * sysdeps/unix/sysv/linux/Makefile: Include
33915         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
33916         (sysdep_routines): Remove sysctl.
33917         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
33918         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
33919         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
33920         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
33921         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
33922
33923 2012-05-22  Andreas Jaeger  <aj@suse.de>
33924
33925         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
33926         that pseudo_end is just ret and the stack pointer is correct also
33927         for static library in error case.
33928
33929 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
33930
33931         [BZ #14122]
33932         * nss/nsswitch.c (defconfig_entries): New variable.
33933         (__nss_database_lookup): Don't leak defconfig entries.
33934         (nss_parse_service_list): Don't leak on error paths.
33935         (free_database_entries): New function.
33936         (free_defconfig): New function.
33937         (free_mem): Move common code to free_database_entries.
33938
33939 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
33940
33941         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
33942         Add arch_prctl.
33943         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
33944
33945         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
33946         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
33947         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
33948         New macro.
33949         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
33950         (INTERNAL_SYSCALL_TYPES): Likewise.
33951         (LOAD_ARGS_TYPES_[1-6]): Likewise.
33952         (LOAD_REGS_TYPES_[1-6]): Likewise.
33953         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
33954         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
33955
33956 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33957
33958         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
33959         copysignl for GLIBC_2_0.
33960         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
33961         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
33962         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
33963         logbl for GLIBC_2_0.
33964         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
33965         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
33966
33967 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
33968
33969         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
33970         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
33971
33972         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
33973         Use "neg %eax".
33974
33975         * time/mktime.c: Update copyright years.
33976
33977 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
33978
33979         mktime: merge comment-quoting-style change from gnulib
33980         * time/mktime.c: Quote 'like this' in comments.
33981         The GNU coding standards suggest that we no longer quote `like this',
33982         as "`" and "'" are typically rendered asymmetrically nowadays.
33983         The typical gnulib style is to quote 'like this' when quoting
33984         code, and "like this" when quoting English.
33985
33986         * time/mktime.c (compile-command): Add "-I.".
33987
33988         mktime: merge mktime-internal.h change from gnulib
33989         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
33990
33991         mktime: merge time_r change from gnulib
33992         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
33993
33994         mktime: merge DEBUG change from gnulib
33995         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
33996         case system <time.h> has a #define.
33997
33998         mktime: merge <sys/types.h> change from gnulib
33999         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
34000         since <time.t> is now guaranteed to define time_t.
34001
34002         mktime: merge HAVE_CONFIG_H change from gnulib
34003         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
34004
34005 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34006
34007         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
34008         Use "neg %eax".
34009
34010         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
34011         __rlim_t cast.
34012         (struct rusage): Use anonymous union to pad each field to
34013         __syscall_slong_t.
34014
34015 2012-05-21  David S. Miller  <davem@davemloft.net>
34016
34017         * Makefules (o-iterator): Remove .s cases.
34018         (compile-command.s): Delete.
34019         (COMPILE.s): Delete.
34020         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
34021
34022 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
34023
34024         * configure.in (libc_cv_predef_stack_protector): Only consider
34025         "foobar" and "__stack_chk_fail" lines in libc_undefs.
34026         * configure: Regenerated.
34027
34028 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34029
34030         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
34031         New macro.  Use R*LP on int and pointer.
34032         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
34033         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
34034         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
34035         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
34036
34037         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
34038         [__WORDSIZE_TIME64_COMPAT32] instead of
34039         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
34040         (struct utmp): Likewise.
34041         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
34042         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
34043         Renamed to ...
34044         (__WORDSIZE_TIME64_COMPAT32): This.
34045         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
34046         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
34047         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
34048         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
34049         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
34050         (__WORDSIZE_TIME64_COMPAT32): New macro.
34051
34052 2012-05-21  Andreas Jaeger  <aj@suse.de>
34053
34054         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
34055         only if [SHARED]. Add prototype for __wcschr_ia32.
34056
34057 2012-05-21  Roland McGrath  <roland@hack.frob.com>
34058
34059         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
34060         of %rbp unmolested in the jmp_buf while mangling the low bits.
34061         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
34062         unmolested high bits of %rbp while demangling the low bits.
34063         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
34064
34065 2012-05-21  Andreas Jaeger  <aj@suse.de>
34066
34067         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
34068         * sunrpc/svc_simple.c: Use it for registerrpc.
34069         * sunrpc/xcrypt.c: Use it for passwd2des.
34070
34071         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
34072
34073 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34074
34075         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
34076         Don't define if [__SYSCALL_WORDSIZE != 32].
34077         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
34078         New macro.
34079
34080 2012-05-21  Bruno Haible  <bruno@clisp.org>
34081             Andreas Jaeger  <aj@suse.de>
34082
34083         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
34084         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
34085         inptr and inend for must_buffer_ch.
34086         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
34087         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
34088         * stdio-common/Makefile (tests): Remove bug15.
34089         (bug15-ENV): Remove macro.
34090         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
34091         anymore.
34092
34093 2012-05-19  Andreas Jaeger  <aj@suse.de>
34094             Roland McGrath  <roland@hack.frob.com>
34095
34096         * manual/contrib.texi: Completely rewritten. It contains now an
34097         alphabetical list of contributors and their contributions.
34098
34099 2012-05-21  Richard Henderson  <rth@twiddle.net>
34100
34101         * misc/getauxval.c (__getauxval): Use unsigned long int.
34102         * misc/sys/auxv.h: Include <sys/cdefs.h>.
34103         (getauxval): Use unsigned long int.
34104
34105 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34106
34107         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
34108
34109 2012-05-21  Roland McGrath  <roland@hack.frob.com>
34110
34111         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
34112         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
34113         __alignof__ (long double).
34114
34115 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34116
34117         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34118
34119 2012-05-20  Richard Henderson  <rth@twiddle.net>
34120
34121         * misc/getauxval.c: New file.
34122         * misc/sys/auxv.h: New file.
34123         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
34124         (routines): Add getauxval.
34125         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
34126         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
34127         * elf/dl-sysdep.c (_dl_auxv): Remove.
34128         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
34129         * elf/dl-support.c (_dl_auxv): New variable.
34130         (_dl_aux_init): Initialize it.
34131         * manual/startup.texi (Auxiliary Vector): New node.
34132         * sysdeps/generic/bits/hwcap.h: New file.
34133         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
34134         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
34135         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
34136         * sysdeps/sparc/sysdep.h: ... here.  Include it.
34137         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
34138         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
34139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34140         Update.
34141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
34142         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
34143         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
34144         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
34145         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
34146         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
34147         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
34148         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
34149
34150 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34151
34152         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34153
34154 2012-05-19  David S. Miller  <davem@davemloft.net>
34155
34156         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34157
34158 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
34159
34160         [BZ #14123]
34161         * math/s_ccosh.c: Include <float.h>
34162         (__ccosh): Avoid internal overflow calculating sinh and cosh
34163         values before multiplying by sin and cos values.
34164         * math/s_ccoshf.c: Likewise.
34165         * math/s_ccoshl.c: Likewise.
34166         * math/s_csin.c: Likewise.
34167         * math/s_csinf.c: Likewise.
34168         * math/s_csinl.c: Likewise.
34169         * math/s_csinh.c: Likewise.
34170         * math/s_csinhf.c: Likewise.
34171         * math/s_csinhl.c: Likewise.
34172         * math/libm-test.inc (ccos_test): Add more tests.
34173         (ccosh_test): Likewise.
34174         (csin_test): Likewise.
34175         (csinh_test): Likewise.
34176         * sysdeps/i386/fpu/libm-test-ulps: Update.
34177         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34178
34179 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
34180
34181         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
34182         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
34183
34184         * sysdeps/x86_64/x32/_itoa.h: Add comment.
34185
34186 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
34187
34188         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
34189         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
34190         * sysdeps/powerpc/soft-fp/Versions: Likewise.
34191         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
34192         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
34193         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
34194         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
34195         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
34196         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
34197         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
34198         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
34199         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
34200         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
34201         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
34202         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
34203         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
34204         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
34205         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
34206         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
34207         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
34208         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
34209         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
34210         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
34211         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
34212         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
34213         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
34214         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
34215         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
34216         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
34217         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
34218         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
34219
34220 2012-05-18  Andreas Jaeger  <aj@suse.de>
34221
34222         * csu/.gitignore: Delete.
34223
34224 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
34225
34226         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
34227         (timex): Use __syscall_slong_t.
34228
34229 2012-05-18  Andreas Jaeger  <aj@suse.de>
34230             Carlos O'Donell  <carlos_odonell@mentor.com>
34231
34232         * manual/install.texi (Configuring and compiling): Update
34233         description about files modified in the source directory.
34234         * INSTALL: Regenerated.
34235
34236 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
34237
34238         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
34239         value.  Use "or" to set return value to -1.
34240         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
34241         negate return value.
34242
34243 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34244
34245         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
34246         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
34247         failure if the compiler has Graphite support disabled.
34248         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
34249         Likewise.
34250         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
34251         (CFLAGS-memmove.c): Likewise.
34252         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
34253         Likewise.
34254
34255 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
34256
34257         * sysdeps/x86_64/x32/_itoa.h: New file.
34258
34259         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
34260         getdents system call only if kernel and user dirents have the
34261         same d_ino and d_off.
34262
34263         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
34264         LLONG_MAX != LONG_MAX.
34265         (_itoa_word): Use _ITOA_WORD_TYPE on value.
34266         (_fitoa_word): Likewise.
34267
34268         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
34269         years.
34270         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
34271         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
34272         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
34273
34274         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
34275         include <bits/wordsize.h>.  Check __x86_64__ instead of
34276         __WORDSIZE.
34277         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
34278         if __x86_64__ is defined.  Use anonymous union on fpstate.
34279
34280         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
34281         anonymous union.
34282
34283 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
34284
34285         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
34286         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
34287         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
34288         Refer to _rtld_local_ro instead of _rtld_global_ro.
34289         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
34290         Likewise.
34291         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
34292         Likewise.
34293         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
34294         Likewise.
34295         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
34296         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
34297         of _rtld_global, and rtld_progname instead of _dl_argv[0].
34298
34299         * sysdeps/powerpc/powerpc32/dl-machine.c
34300         (__elf_machine_runtime_setup) [PROF]: Don't reference
34301         _dl_prof_resolve.
34302
34303 2012-05-18  Andreas Jaeger  <aj@suse.de>
34304
34305         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
34306         function only available for GCCs before 3.4 since GCC 3.4
34307         introduced a builtin.
34308         (lrint): Likewise.
34309         (llrintf): Likewise.
34310         (llrint): Likewise.
34311         (fmaxf): Likewise.
34312         (fmax): Likewise.
34313         (fminf): Likewise.
34314         (fmin): Likewise.
34315         (rint): Likewise.
34316         (rintf): Likewise.
34317         (nearbyint): Likewise.
34318         (nearbyintf): Likewise.
34319         (ceil): Likewise.
34320         (ceilf): Likewise.
34321         (floor): Likewise.
34322         (floorf): Likewise.
34323
34324 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
34325
34326         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
34327         on both fields and cast pointer to __syscall_ulong_t.
34328
34329         * bits/types.h (__fsword_t): New type.
34330         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
34331         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
34332         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34333         (__FSWORD_T_TYPE): Likewise.
34334         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34335         (__FSWORD_T_TYPE): Likewise.
34336         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34337         (__FSWORD_T_TYPE): Likewise.
34338         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
34339         (__FSWORD_T_TYPE): Likewise.
34340         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
34341         __SWORD_TYPE with __fsword_t.
34342         (statfs64): Likewise.
34343
34344 2012-05-17  David S. Miller  <davem@davemloft.net>
34345
34346         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
34347
34348 2012-05-17  Andreas Jaeger  <aj@suse.de>
34349
34350         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
34351         warning.
34352
34353 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
34354
34355         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
34356
34357 2012-05-17  Andreas Jaeger  <aj@suse.de>
34358
34359         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
34360         when it is used.
34361
34362 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
34363
34364         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
34365
34366 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
34367
34368         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
34369         * sysdeps/x86_64/tst-mallocalign1.c: New file.
34370
34371 2012-05-17  Andreas Jaeger  <aj@suse.de>
34372             Carlos O'Donell  <carlos_odonell@mentor.com>
34373
34374         [BZ #14059]
34375         * sysdeps/x86_64/multiarch/init-arch.h
34376         (bit_YMM_Usable): Rename to...
34377         (bit_AVX_Usable): ... this.
34378         (bit_FMA4_Usable): New macro.
34379         (bit_XMM_state): New macro.
34380         (bit_YMM_state): New macro.
34381         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
34382         [__ASSEMBLER__] (index_AVX_Usable): ... this.
34383         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
34384         (CPUID_OSXSAVE): New macro.
34385         (CPUID_AVX): New macro.
34386         (CPUID_FMA4): New macro.
34387         (index_YMM_Usable): Rename to...
34388         (index_AVX_Usable): ... this.
34389         (HAS_AVX): Use HAS_ARCH_FEATURE.
34390         (HAS_FMA4): Likewise.
34391         (HAS_YMM_USABLE): Remove.
34392         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34393         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
34394         are present.
34395         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
34396         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
34397         * sysdeps/x86_64/multiarch/Makefile: Likewise.
34398         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
34399         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
34400
34401 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
34402
34403         * math/libm-test.c: Support platforms without multiple rounding modes.
34404         * math/bug-nextafter.c: Support platforms without FP exceptions.
34405         * math/bug-nexttoward.c: Likewise.
34406         * math/test-fenv.c: Likewise.
34407         * math/test-misc.c: Likewise.
34408         * stdlib/bug-getcontext.c: Likewise.
34409
34410 2012-05-17  Andreas Jaeger  <aj@suse.de>
34411
34412         * manual/examples/search.c (critter_cmp): Change signature to
34413         avoid warnings.
34414         * manual/string.texi (Collation Functions): Likewise.
34415
34416 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34417
34418         * bits/types.h: Fold copyright years.
34419         * bits/typesizes.h: Likewise.
34420         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
34421         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
34422         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
34423         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
34424         * time/time.h: Likewise.
34425
34426 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
34427
34428         [BZ #208]
34429         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
34430         in instead of returning them.  Return void.
34431         (__libc_mallinfo): Accumulate over all arenas.
34432         (__malloc_stats): Adjust for change in int_mallinfo interface.
34433
34434 2012-05-16  Roland McGrath  <roland@hack.frob.com>
34435
34436         [BZ #10375]
34437         * configure.in (NM): Add AC_CHECK_TOOL for it.
34438         (libc_extra_cflags): New substituted variable.
34439         Check for -fstack-protector being used implicitly.
34440         * configure: Regenerated.
34441         * config.make.in (config-extra-cflags): New variable,
34442         gets @libc_extra_cflags@.
34443         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
34444
34445         [BZ #10375]
34446         * configure.in: Check for _FORTIFY_SOURCE being predefined.
34447         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
34448         * configure: Regenerated.
34449         * config.make.in (CPPUNDEFS): New substituted variable.
34450         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
34451         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
34452         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
34453
34454 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34455
34456         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
34457         (mq_attr): Use __syscall_slong_t.
34458
34459 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34460
34461         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
34462         Check __x86_64__ instead of __WORDSIZE.
34463         (_STAT_VER_LINUX): Likewise.
34464         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
34465         __syscall_ulong_t and __syscall_slong_t.
34466         (stat64): Likewise.
34467
34468 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34469
34470         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
34471
34472 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34473
34474         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
34475
34476 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34477
34478         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
34479         __syscall_ulong_t.
34480
34481         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
34482         include <bits/wordsize.h>.  Check __x86_64__ instead of
34483         __WORDSIZE.
34484         (greg_t): Use "__extension__ long long int" if __x86_64__ is
34485         defined.
34486         (mcontext_t): Replace "unsigned long" with "unsigned long long".
34487
34488         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
34489         include <bits/wordsize.h>.  Check __x86_64__ instead of
34490         __WORDSIZE.
34491         (user_regs_struct): Use "__extension__ unsigned long long"
34492         instead of "unsigned long" if __x86_64__ is defined.
34493         (user): Likewise.  Pad after pointer field if __ILP32__ is
34494         defined.
34495
34496 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
34497
34498         * configure.in (makeinfo): Require version 4.5 or later.  Allow
34499         versions 5 to 9.
34500         * configure: Regenerated.
34501         * manual/install.texi (texinfo): Increase version requirement to
34502         4.5 or later.
34503         * INSTALL: Regenerated.
34504
34505         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
34506
34507 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34508
34509         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
34510
34511         * sysdeps/x86_64/x32/ffs.c: New file.
34512
34513         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
34514         __syscall_ulong_t.
34515         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
34516         defined.  Use __syscall_ulong_t.
34517         (shminfo): Use __syscall_ulong_t.
34518         (shm_info): Likewise.
34519
34520         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
34521         __syscall_ulong_t.
34522
34523         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
34524         <bits/wordsize.h>.
34525         (msgqnum_t): Use __syscall_ulong_t.
34526         (msglen_t): Likewise.
34527         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
34528         __syscall_ulong_t.
34529
34530         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
34531         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
34532
34533         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
34534
34535         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
34536         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
34537
34538         * sysvipc/sys/msg.h (msgbuf): Replace long int with
34539         __syscall_slong_t.
34540
34541         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
34542         include <bits/wordsize.h>.  Check __x86_64__ instead of
34543         __WORDSIZE.
34544
34545         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
34546         "unsigned long long int" if __x86_64__ is defined.
34547         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
34548
34549         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
34550         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
34551         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
34552
34553         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
34554         <stdint.h>.
34555         (GET_PC): Cast to uintptr_t first.
34556         (GET_FRAME): Likewise.
34557         (GET_STACK): Likewise.
34558
34559         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
34560         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
34561         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
34562         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
34563         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
34564         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
34565         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
34566         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
34567         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
34568         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
34569         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
34570         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
34571         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
34572         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
34573         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
34574         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
34575         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
34576         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
34577         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
34578         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
34579         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
34580         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
34581         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
34582         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
34583         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
34584         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
34585         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
34586         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
34587         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
34588
34589 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
34590
34591         * Makerules (+depfiles): Also collect depfiles from .oS in
34592         $(extra-objs).
34593         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
34594         .oS, $(libnldbl-routines)).
34595
34596         * Makerules (native-compile-mkdep-flags): Define.
34597         * sunrpc/Makefile (extra-objs): Add $(addprefix
34598         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
34599         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
34600         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
34601         calling $(make-target-directory).
34602
34603 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34604
34605         * bits/types.h (__snseconds_t): Removed.
34606         * time/time.h (struct timespec): Replace __snseconds_t with
34607         __syscall_slong_t.
34608         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
34609         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
34610         Likewise.
34611         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34612         (__SNSECONDS_T_TYPE): Likewise.
34613         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34614         (__SNSECONDS_T_TYPE): Likewise.
34615         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34616         (__SNSECONDS_T_TYPE): Likewise.
34617
34618 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34619
34620         * sysdeps/mach/hurd/bits/typesizes.h
34621         (__SYSCALL_SLONG_TYPE): New macro.
34622         (__SYSCALL_ULONG_TYPE): Likewise.
34623
34624 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34625
34626         * bits/types.h (__syscall_slong_t): New type.
34627         (__syscall_ulong_t): Likewise.
34628
34629         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
34630         (__SYSCALL_ULONG_TYPE): Likewise.
34631         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34632         (__SYSCALL_SLONG_TYPE): Likewise.
34633         (__SYSCALL_ULONG_TYPE): Likewise.
34634         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34635         (__SYSCALL_SLONG_TYPE): Likewise.
34636         (__SYSCALL_ULONG_TYPE): Likewise.
34637         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34638         (__SYSCALL_SLONG_TYPE): Likewise.
34639         (__SYSCALL_ULONG_TYPE): Likewise.
34640
34641 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34642
34643         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
34644         Add sigaltstack-offsets.sym.
34645         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
34646         <sigaltstack-offsets.h>.
34647         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
34648         longjmp_msg pointer.
34649         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
34650         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
34651         signal stack.
34652         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
34653
34654 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
34655
34656         * elf/stackguard-macros.h: Remove file.
34657         * sysdeps/generic/stackguard-macros.h: New file.
34658         * sysdeps/i386/stackguard-macros.h: Likewise.
34659         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
34660         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
34661         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
34662         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
34663         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
34664         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
34665         * sysdeps/x86_64/stackguard-macros.h: Likewise.
34666         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
34667         <elf/stackguard-macros.h>.
34668
34669         [BZ #14109]
34670         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
34671         __aligned__ in attribute.
34672         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
34673         (gregset_t): Likewise.
34674
34675 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34676
34677         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
34678         * sysdeps/x86_64/64/Implies-after: Here.  New file.
34679         * sysdeps/x86_64/x32/Implies-after: New file.
34680
34681 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34682
34683         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
34684         and access return value for _dl_profile_fixup.  Use R10_LP to
34685         load frame size.
34686
34687 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34688
34689         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
34690
34691 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34692
34693         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
34694         * sysdeps/x86_64/x32/sysdep.h: New file.
34695
34696 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34697
34698         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
34699         * sysdeps/x86_64/setjmp.S: Likewise.
34700
34701 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34702
34703         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
34704         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
34705         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
34706         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
34707         remove unused global constant.
34708
34709 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
34710
34711         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
34712         include of <not-cancel.h>.
34713
34714 2012-05-15  Roland McGrath  <roland@hack.frob.com>
34715
34716         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
34717
34718 2012-05-15  Jeff Law  <law@redhat.com>
34719             Andreas Jaeger  <aj@suse.de>
34720
34721         [BZ #13594]
34722         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
34723         out from...
34724         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
34725         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
34726         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
34727         code changing __hst_map_handle.map.
34728
34729 2012-05-15  Roland McGrath  <roland@hack.frob.com>
34730
34731         * configure.in (sysnames): Look for Implies-before and Implies-after
34732         files.
34733         * configure: Regenerated.
34734
34735 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34736
34737         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
34738         8-byte data alignment with LP_SIZE alignment.
34739
34740 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34741
34742         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
34743         into R10_LP.
34744
34745 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34746
34747         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
34748
34749 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34750
34751         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
34752         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
34753         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
34754         Likewise.
34755         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
34756
34757 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34758
34759         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
34760         (stackinfo_sub_sp): Likewise.
34761
34762 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34763
34764         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
34765         RAX_LP.
34766
34767 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34768
34769         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
34770         into R*_LP.
34771
34772 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34773
34774         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
34775         sizes into R*_LP.
34776
34777 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34778
34779         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
34780
34781 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34782
34783         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
34784         into R11_LP and load __x86_64_shared_cache_size_half into
34785         R8_LP.
34786
34787 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34788
34789         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
34790         R8_LP.
34791
34792 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34793
34794         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
34795         logb for POWER7.
34796         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
34797         logbf for POWER7.
34798         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
34799         logbl for POWER7.
34800         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
34801         powerpc32/power7/fpu/s_logb.c via #include.
34802         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
34803         powerpc32/power7/fpu/s_logbf.c via #include.
34804         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
34805         powerpc32/power7/fpu/s_logbl.c via #include.
34806
34807 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
34808
34809         * README.libm: Remove file.
34810
34811 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34812
34813         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
34814         count for x32.  Use R*_LP and omit operand-size suffix.
34815
34816 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34817
34818         * shlib-versions: Move x86_64-.*-linux.* entries to ...
34819         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
34820         * sysdeps/x86_64/x32/shlib-versions: New file.
34821
34822 2012-05-14  Roland McGrath  <roland@hack.frob.com>
34823
34824         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
34825         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
34826         Use _dl_fatal_printf instead.
34827
34828 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
34829
34830         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
34831         set if not set by the user.  Do not allow for being unset.
34832         * sysdeps/unix/sysv/linux/configure: Regenerated.
34833
34834 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34835
34836         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
34837         the `q' suffix from lea and replace .quad with ASM_ADDR.
34838
34839 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34840
34841         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
34842         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
34843         instead of $17.
34844         (PTR_DEMANGLE): Likewise.
34845
34846 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34847
34848         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
34849         (LP_OP): Likewise.
34850         (ASM_ADDR): Likewise.
34851         (RAX_LP): Likewise.
34852         (RBP_LP): Likewise.
34853         (RBX_LP): Likewise.
34854         (RCX_LP): Likewise.
34855         (RDI_LP): Likewise.
34856         (RSI_LP): Likewise.
34857         (RSP_LP): Likewise.
34858         (R8_LP): Likewise.
34859         (R9_LP): Likewise.
34860         (R10_LP): Likewise.
34861         (R10_LP): Likewise.
34862         (R11_LP): Likewise.
34863         (R12_LP): Likewise.
34864         (R13_LP): Likewise.
34865         (R14_LP): Likewise.
34866         (R15_LP): Likewise.
34867
34868 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34869
34870         * sysdeps/x86_64/x32/dl-machine.h: New file.
34871
34872 2012-05-14  Andreas Jaeger  <aj@suse.de>
34873
34874         * manual/Makefile (subdir): Remove export of subdir.
34875         (all): Remove target.
34876         (.PHONY): Remove all from list.
34877         (mkinstalldirs): Remove.
34878         (.PHONY): Remove installdirs from list.
34879         ($(inst_infodir)/libc.info): Use make-target-directory.
34880         (installdirs): Remove.
34881         (subdir_%): Remove.
34882         (glibc-targets): Remove.
34883         (lib): Remove.
34884         (stubs): Remove.
34885         ($(objpfx)stubs ../po/manual.pot): Remove.
34886         ($(objpfx)stamp%): Remove.
34887         (make-target-directory): Remove.
34888         (subdir_install): Remove.
34889         (routines): Remove.
34890         (aux): Remove.
34891         (sources): Remove.
34892         (objects): Remove.
34893         (headers): Remove.
34894
34895         [BZ #13750]
34896         * manual/.gitignore: Remove, it's not needed anymore.
34897         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
34898         all files in it.
34899         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
34900         directory.
34901         (texis): Renamed to $(objpfx)texis.
34902         (texis-path): New, contains path to generated files.
34903         (chapters.%): Use texis-path for complete path, add extra argument
34904         libc-texinfo.sh.
34905         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
34906         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
34907         (summary,texi, stamp-summary): Use complete path of
34908         files. Generate files in build dir.
34909         (dir-add.texi): Build in build dir.
34910         (libm-err.texi,stamp-libm-err): Likewise.
34911         (version.texi, stamp-version): Likewise.
34912         (.%c.texi): Likewise.
34913         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
34914         (mostlyclean): Remove target.
34915         (realclean): Remove target.
34916         (generated): Add new variable with contents from mostlyclean and
34917         realclean, remove entries duplicated in common-mostlyclean, add
34918         stamp-libm-err and stamp-version.
34919         (generated-dirs): Add libc directory.
34920         ($(inst_infodir)/libc.info): Install files from build dir.
34921
34922         * manual/install.texi (Configuring and compiling): Adjust since
34923         the info files are not part of the tar ball anymore.
34924
34925 2012-05-14  Andreas Jaeger  <aj@suse.de>
34926
34927         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
34928         variable.
34929
34930 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
34931
34932         [BZ #13717]
34933         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
34934         to 2.2.0 where earlier.
34935         * sysdeps/unix/sysv/linux/configure: Regenerated.
34936         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
34937         Remove conditional code.
34938         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
34939         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
34940         Remove conditional code.
34941         [!__NR_lchown]: Likewise.
34942         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
34943         [__NR_lchown]: Likewise.
34944         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
34945         comment referencing __ASSUME_LCHOWN_SYSCALL.
34946         * sysdeps/unix/sysv/linux/i386/sigaction.c
34947         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
34948         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
34949         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
34950         Remove conditional code.
34951         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
34952         (__protocol_available): Remove #if 0 code.
34953         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
34954         conditional code.
34955         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
34956         * sysdeps/unix/sysv/linux/kernel-features.h
34957         (__ASSUME_GETCWD_SYSCALL): Don't define.
34958         (__ASSUME_REALTIME_SIGNALS): Likewise.
34959         (__ASSUME_PREAD_SYSCALL): Likewise.
34960         (__ASSUME_PWRITE_SYSCALL): Likewise.
34961         (__ASSUME_POLL_SYSCALL): Likewise.
34962         (__ASSUME_LCHOWN_SYSCALL): Likewise.
34963         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
34964         non-SPARC.
34965         (__ASSUME_SIOCGIFNAME): Don't define.
34966         (__ASSUME_MSG_NOSIGNAL): Likewise.
34967         (__ASSUME_SENDFILE): Define unconditionally.
34968         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
34969         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
34970         conditional code.
34971         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
34972         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
34973         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
34974         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
34975         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
34976         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
34977         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
34978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
34979         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
34980         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
34981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
34982         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
34983         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
34984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
34985         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
34986         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
34987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
34988         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
34989         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
34990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
34991         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
34992         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
34993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
34994         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
34995         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
34996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
34997         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
34998         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
34999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
35000         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35001         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35002         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
35003         Remove conditional code.
35004         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35005         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
35006         Remove conditional code.
35007         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35008         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
35009         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
35010         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
35011         Remove conditional code.
35012         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35013         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
35014         Remove conditional code.
35015         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35016         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
35017         Remove conditional code.
35018         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35019         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
35020         Remove conditional code.
35021         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35022         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
35023         Remove conditional code.
35024         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35025         * sysdeps/unix/sysv/linux/sh/pwrite64.c
35026         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35027         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35028         * sysdeps/unix/sysv/linux/sigaction.c
35029         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35030         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35031         * sysdeps/unix/sysv/linux/sigpending.c
35032         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35033         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35034         * sysdeps/unix/sysv/linux/sigprocmask.c
35035         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35036         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35037         * sysdeps/unix/sysv/linux/sigsuspend.c
35038         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35039         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35040         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35041         (__libc_missing_rt_sigs): Remove.
35042         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
35043         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
35044         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
35045         Remove conditional code.
35046         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
35047         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
35048         return 1.
35049         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
35050         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
35051         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
35052         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
35053
35054 2012-05-14  Andreas Jaeger  <aj@suse.de>
35055
35056         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
35057         it's not used in glibc.
35058         (__coshm1): Likewise.
35059         (__acosh1p): Likewise.
35060         (__sgn): Likewise.
35061
35062         * manual/string.texi (Copying and Concatenation): Add missing
35063         variable in concat example.
35064         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
35065
35066 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35067
35068         [BZ #14103]
35069         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
35070         __builtin_clzl with __builtin_clzll.
35071
35072 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35073
35074         [BZ #14104]
35075         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
35076         libc_freeres_ptr.
35077
35078 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35079
35080         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
35081         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
35082         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
35083         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
35084
35085 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
35086
35087         * NEWS: Update ia64 info.
35088
35089 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
35090
35091         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
35092         used as bcopy.
35093
35094 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
35095
35096         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
35097         * sysdeps/unix/syscalls.list (dup3): Likewise.
35098         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
35099         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
35100
35101 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
35102
35103         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
35104         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
35105
35106 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
35107
35108         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
35109         thread pointer.
35110         (TLS_IE): Use mov/add instead of movq/addq to load thread
35111         pointer.
35112         (TLS_GD_PREFIX): New.
35113         (TLS_GD): Use it.
35114
35115 2012-05-11  David S. Miller  <davem@davemloft.net>
35116
35117         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
35118         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
35119         (_FPU_SETCW): Likewise.
35120
35121 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35122
35123         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
35124         is 32-byte aligned.
35125
35126 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
35127
35128         [BZ #11837]
35129         * iconvdata/gb18030.c: Update tables.
35130         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
35131         characters specially.
35132         (BODY for TO_LOOP): Add encoding of missing ranges.
35133
35134 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
35135
35136         [BZ #13673]
35137         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
35138         * sysdeps/mach/hurd/dup3.c: Likewise.
35139         * sysdeps/mach/hurd/readlinkat.c: Likewise.
35140         * sysdeps/powerpc/memmove.c:: Likewise.
35141
35142 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35143
35144         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
35145         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
35146
35147 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35148
35149         * elf/elf.h (R_X86_64_RELATIVE64): New.
35150         (R_X86_64_NUM): Updated.
35151         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
35152         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
35153         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
35154         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
35155         tst-quad1pie tst-quad2pie
35156         (modules-names): Add tst-quadmod1 tst-quadmod2.
35157         ($(objpfx)tst-quad1): New dependency.
35158         ($(objpfx)tst-quad2): Likewise.
35159         ($(objpfx)tst-quad1pie): Likewise.
35160         ($(objpfx)tst-quad2pie): Likewise.
35161         * sysdeps/x86_64/tst-quad1.c: New file.
35162         * sysdeps/x86_64/tst-quad1pie.c: New file.
35163         * sysdeps/x86_64/tst-quad2.c: Likewise.
35164         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
35165         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
35166         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
35167         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
35168         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
35169
35170 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35171
35172         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
35173         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
35174         * streams/stropts.h (t_scalar_t): Define type.
35175
35176         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
35177         (_PATH_PRESERVE): Set to "/var/lib".
35178         (_PATH_RWHODIR): Set to "/var/spool/rwho".
35179
35180         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
35181         instead of int.
35182
35183         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
35184         if __dir_mkfile succeeded.
35185
35186         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
35187         checking for _hurd_dtablesize.  Unlock it right after having
35188         finished _hurd_dtable allocation.
35189
35190 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35191
35192         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
35193         * sysdeps/mach/hurd/configure: Regenerated.
35194         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
35195         special-casing to...
35196         * sysdeps/gnu/configure.in: ... this new file.
35197         * sysdeps/unix/sysv/linux/configure: Regenerated.
35198         * sysdeps/gnu/configure: New generated file.
35199
35200         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
35201         for Linux: use nsec instead of usec, as well as:
35202         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
35203         members of type struct timespec.
35204         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
35205         New macros.
35206         (struct stat64): Likewise.
35207         (_STATBUF_ST_NSEC): New macro.
35208         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
35209
35210         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
35211         __strtoul_internal rather than strtoul.
35212
35213 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35214
35215         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
35216         and reject them.
35217
35218 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35219
35220         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
35221         which preserves existing values.
35222         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
35223
35224 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35225
35226         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
35227         TIMEOUT values.  Return EINVAL for NFDS values either negative or
35228         greater than FD_SETSIZE.
35229
35230 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35231
35232         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
35233         allocated, call __vm_protect to finish enabling the existing space, and
35234         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
35235         allocate the remainder.
35236
35237 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35238
35239         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
35240         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
35241
35242 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35243
35244         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
35245         sysdeps/mach/hurd/readlink.c.
35246
35247         * posix/tst-sysconf.c (posix_options): Only use
35248         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
35249         _POSIX_SYNCHRONIZED_IO when they are defined
35250         * sysdeps/mach/hurd/bits/posix_opt.h:
35251         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
35252         (_XOPEN_REALTIME): Undefine macro.
35253         (_XOPEN_REALTIME_THREADS): Undefine macro.
35254         (_XOPEN_SHM): Undefine macro.
35255         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
35256         macro to -1.
35257         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
35258         macro to -1.
35259         (_POSIX_ASYNC_IO): Undefine macro.
35260         (_POSIX_PRIORITIZED_IO): Undefine macro.
35261         (_POSIX_SPIN_LOCKS): Define macro to -1.
35262
35263         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
35264         SA_NODEFER, SA_RESETHAND.
35265         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
35266         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
35267         F_DUPFD_CLOEXEC.
35268
35269 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35270
35271         * elf/Makefile (pldd-modules): Define unconditionally.
35272
35273 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35274
35275         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
35276
35277 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35278
35279         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
35280         Return ENOENT when name is empty.
35281         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
35282
35283 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35284
35285         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
35286
35287         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
35288
35289 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35290
35291         Fix mlock in all cases except non-readable pages.
35292         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
35293         instead of VM_PROT_ALL as parameter to __vm_wire function.
35294
35295         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
35296         (__mkdir): When path is `/', just fail with EEXIST.
35297         * sysdeps/mach/hurd/mkdirat.c: Likewise.
35298
35299 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35300
35301         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
35302         <sys/uio.h> (for writev).
35303         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
35304         and <sys/param.h> (for MIN).
35305
35306 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35307
35308         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
35309         REQUESTED_TIME.  Properly set the remaining time and return EINTR
35310         if interrupted.
35311
35312 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35313
35314         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
35315         Depend on against $(link-rpcuserlibs).
35316
35317 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35318
35319         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
35320         (__libc_stack_end): Do not use attribute_relro.
35321         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
35322         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
35323         to libthread-provided value.
35324         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
35325         attribute_relro.
35326
35327 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35328
35329         [BZ #3748]
35330         * bits/libc-lock.h (__libc_once_get): New macro.
35331         * sysdeps/mach/bits/libc-lock.h: Likewise.
35332         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
35333         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
35334         instead of using implementation details.
35335
35336         * libio/fileops.c: Unconditionally include <kernel-features.h>.
35337         * libio/freopen.c: Likewise.
35338         * libio/freopen64.c: Likewise.
35339         * misc/syslog.c: Likewise.
35340         * nscd/connections.c: Likewise.
35341         * nscd/netgroupcache.c: Likewise.
35342         * sysdeps/posix/getcwd.c: Likewise.
35343
35344 2012-05-10  Roland McGrath  <roland@hack.frob.com>
35345
35346         * math/w_ilogbf.c: Add #include <limits.h>.
35347
35348 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35349
35350         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
35351         path instead of returning without unlocking.
35352
35353         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
35354         immediate-write ioctls.
35355         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
35356
35357 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35358
35359         * sysdeps/mach/hurd/i386/init-first.c (init): Use
35360         __builtin_frame_address instead of making assumptions about the
35361         location of the return address relative to DATA.  Force early load of
35362         the return address.
35363         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
35364         __builtin_frame_address.
35365
35366         dup3 for GNU Hurd.
35367         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
35368         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
35369         implement dup3 and do some further code clean-ups.
35370         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
35371         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
35372
35373 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35374
35375         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
35376
35377         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
35378         HURD_CRITICAL_END around holding _hurd_dtable_lock.
35379         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
35380         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
35381         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
35382         d->port.lock.
35383
35384         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
35385         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
35386         when handler == SIG_ERR, not when handler != SIG_ERR.
35387
35388 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35389
35390         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
35391         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
35392         definitions.
35393
35394         accept4 for GNU Hurd.
35395         * include/sys/socket.h (__libc_accept4): New prototype.
35396         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
35397         to implement __libc_accept4.
35398         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
35399         __libc_accept4.
35400         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
35401
35402         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
35403         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
35404         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
35405         signal-defines.sym.
35406
35407 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35408
35409         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
35410
35411 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35412
35413         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
35414         assertion on O_CLOEXEC flag.
35415         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
35416         * hurd/intern-fd.c: Likewise.
35417         * hurd/port2fd.c: Likewise.
35418
35419 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35420
35421         [BZ #3906]
35422         * bits/in.h (IPV6_PKTINFO): Define new macro.
35423         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
35424
35425 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35426
35427         [BZ #13954]
35428         [BZ #13955]
35429         [BZ #13956]
35430         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
35431         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
35432         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
35433         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
35434         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35435         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
35436         * math/libm-test.inc (logb_test) : Additional logb tests.
35437
35438 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
35439             Andreas Jaeger  <aj@suse.de>
35440
35441         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
35442         * configure: Regenerated.
35443         * config.h.in (LINK_OBSOLETE_RPC): New macro.
35444         * config.make.in (link-obsolete-rpc): New substituted variable.
35445         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
35446         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
35447         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
35448         (shared-only-routines): Don't set it under [link-obsolete-rpc],
35449         so that libc.a contains the symbols.
35450         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
35451         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
35452         * sunrpc/auth_none.c: Likewise.
35453         * sunrpc/auth_unix.c: Likewise.
35454         * sunrpc/authdes_prot.c: Likewise.
35455         * sunrpc/authuxprot.c: Likewise.
35456         * sunrpc/clnt_gen.c: Likewise.
35457         * sunrpc/clnt_perr.c: Likewise.
35458         * sunrpc/clnt_raw.c: Likewise.
35459         * sunrpc/clnt_simp.c: Likewise.
35460         * sunrpc/clnt_tcp.c: Likewise.
35461         * sunrpc/clnt_udp.c: Likewise.
35462         * sunrpc/clnt_unix.c: Likewise.
35463         * sunrpc/des_crypt.c: Likewise.
35464         * sunrpc/des_soft.c: Likewise.
35465         * sunrpc/get_myaddr.c: Likewise.
35466         * sunrpc/key_call.c: Likewise.
35467         * sunrpc/key_prot.c: Likewise.
35468         * sunrpc/netname.c: Likewise.
35469         * sunrpc/pm_getmaps.c: Likewise.
35470         * sunrpc/pm_getport.c: Likewise.
35471         * sunrpc/pmap_clnt.c: Likewise.
35472         * sunrpc/pmap_prot.c: Likewise.
35473         * sunrpc/pmap_prot2.c: Likewise.
35474         * sunrpc/pmap_rmt.c: Likewise.
35475         * sunrpc/publickey.c: Likewise.
35476         * sunrpc/rpc_cmsg.c: Likewise.
35477         * sunrpc/rpc_common.c: Likewise.
35478         * sunrpc/rpc_dtable.c: Likewise.
35479         * sunrpc/rpc_prot.c: Likewise.
35480         * sunrpc/rpc_thread.c: Likewise.
35481         * sunrpc/rtime.c: Likewise.
35482         * sunrpc/svc.c: Likewise.
35483         * sunrpc/svc_auth.c: Likewise.
35484         * sunrpc/svc_raw.c: Likewise.
35485         * sunrpc/svc_run.c: Likewise.
35486         * sunrpc/svc_tcp.c: Likewise.
35487         * sunrpc/svc_udp.c: Likewise.
35488         * sunrpc/svc_unix.c: Likewise.
35489         * sunrpc/svcauth_des.c: Likewise.
35490         * sunrpc/xcrypt.c: Likewise.
35491         * sunrpc/xdr.c: Likewise.
35492         * sunrpc/xdr_array.c: Likewise.
35493         * sunrpc/xdr_float.c: Likewise.
35494         * sunrpc/xdr_intXX_t.c: Likewise.
35495         * sunrpc/xdr_mem.c: Likewise.
35496         * sunrpc/xdr_rec.c: Likewise.
35497         * sunrpc/xdr_ref.c: Likewise.
35498         * sunrpc/xdr_sizeof.c: Likewise.
35499         * sunrpc/xdr_stdio.c: Likewise.
35500
35501 2012-05-10  Roland McGrath  <roland@hack.frob.com>
35502
35503         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
35504         change.  Update copyright years.
35505
35506 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
35507
35508         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
35509
35510 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
35511             Joseph Myers  <joseph@codesourcery.com>
35512             Paul Pluzhnikov  <ppluzhnikov@google.com>
35513
35514         [BZ #14012]
35515         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
35516         requiring rpcgen.
35517         [cross-compiling] (extra-libs): Likewise.
35518         [cross-compiling] (extra-libs-others): Likewise.
35519         [cross-compiling] (librpcsvc-routines): Likewise.
35520         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
35521         [cross-compiling] (omit-deps): Likewise.
35522         (sunrpc-CPPFLAGS): New variable.
35523         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
35524         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
35525         (cross-rpcgen-objs): New variable.
35526         (extra-objs): Append $(cross-rpcgen-objs).
35527         ($(cross-rpcgen-objs)): New rule.
35528         ($(objpfx)cross-rpcgen): Likewise.
35529         (rpcgen-cmd): Define to use $(built-program-file).  Expand
35530         comment.
35531         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
35532         ($(objpfx)x%.stmp): Likewise.
35533         * sunrpc/proto.h [IS_IN_build] (_): Define.
35534         [IS_IN_build] (_libc_intl_domainname): Likewise.
35535
35536 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35537
35538         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
35539         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
35540         and R_X86_64_TPOFF64.
35541
35542 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
35543
35544         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
35545         sysdeps/unix/sysv/syscalls.list.
35546         (stime): Likewise.
35547         (utime): Likewise.
35548         * sysdeps/unix/sysv/syscalls.list: Remove file.
35549
35550 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
35551
35552         [BZ #3440]
35553         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
35554         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
35555         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
35556         (__LC_IDENTIFICATION): Make these macros useful in #if
35557         expressions, as required by C99.
35558
35559 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
35560
35561         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
35562         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
35563         after this.
35564
35565 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
35566
35567         * stdlib/longlong.h: Updated from GCC.
35568
35569 2012-05-09  Andreas Jaeger  <aj@suse.de>
35570
35571         * nscd/nscd.c (run_modes): Make named enum, reorder so that
35572         default is first entry.
35573         (run_mode): Set type.
35574         (main): Remove informal message about syslog.
35575         (options): Fix typo.
35576
35577         [BZ #14053]
35578         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
35579         to asm.
35580         (lrint): Likewise.
35581         (llrintf): Likewise.
35582         (llrint): Likewise.
35583         (rint): Likewise.
35584         (rintf): Likewise.
35585         (nearbyint): Likewise.
35586         (nearbyintf): Likewise.
35587
35588 2012-05-09  Andreas Jaeger  <aj@suse.de>
35589             Pedro Alves  <palves@redhat.com>
35590
35591         * nscd/nscd.c (run_mode): Use enum.
35592         (main): Cleanup coding style issue.
35593
35594 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
35595             Andreas Jaeger  <aj@suse.de>
35596
35597         * nscd/nscd.c (go_background): Replaced with...
35598         (run_mode): ... this.
35599         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
35600         (options): Add -F --foreground.
35601         (main): Implement it.
35602         (parse_opt): Parse it.
35603
35604 2012-05-09  Andreas Jaeger  <aj@suse.de>
35605
35606         [BZ #14083]
35607         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
35608         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
35609         -Wconversion warning.
35610         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
35611         Likewise.
35612
35613 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
35614
35615         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
35616         == 0.
35617         (LC_ALL): Use macro-int-constant.
35618         (LC_COLLATE): Likewise.
35619         (LC_CTYPE): Likewise.
35620         (LC_MESSAGES): Likewise.
35621         (LC_MONETARY): Likewise.
35622         (LC_NUMERIC): Likewise.
35623         (LC_TIME): Likewise.
35624         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
35625         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
35626         [ISO || ISO99 || ISO11] (*_t): Do not allow.
35627         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
35628         Specify type.
35629         [C99-based standards] (float_t): Expect type.
35630         [C99-based standards] (double_t): Expect type.
35631         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
35632         type.
35633         [C99-based standards] (HUGE_VALL): Likewise.
35634         [C99-based standards] (INFINITY): Likewise.
35635         [C99-based standards] (NAN): Likewise.
35636         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
35637         [C99-based standards] (FP_NAN): Likewise.
35638         [C99-based standards] (FP_NORMAL): Likewise.
35639         [C99-based standards] (FP_SUBNORMAL): Likewise.
35640         [C99-based standards] (FP_ZERO): Likewise.
35641         [C99-based standards] (FP_FAST_FMA): Use
35642         optional-macro-int-constant.  Specify type.  Require == 1.
35643         [C99-based standards] (FP_FAST_FMAF): Likewise.
35644         [C99-based standards] (FP_FAST_FMAL): Likewise.
35645         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
35646         [C99-based standards] (FP_ILOGBNAN): Likewise.
35647         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
35648         Specify type.
35649         [C99-based standards] (MATH_ERREXCEPT): Likewise.
35650         [C99-based standards] (math_errhandling): Specify type.
35651         [ISO99 || ISO11] (signgam): Do not allow.
35652         [non-C99-based standards] (copysignf): Do not allow.
35653         [non-C99-based standards] (exp2f): Likewise.
35654         [non-C99-based standards] (log2f): Likewise.
35655         [non-C99-based standards] (modff): Allow.
35656         [non-C99-based standards] (erff): Do not allow.
35657         [non-C99-based standards] (erfcf): Likewise.
35658         [non-C99-based standards] (gammaf): Likewise.
35659         [non-C99-based standards] (hypotf): Likewise.
35660         [non-C99-based standards] (j0f): Likewise.
35661         [non-C99-based standards] (j1f): Likewise.
35662         [non-C99-based standards] (jnf): Likewise.
35663         [non-C99-based standards] (lgammaf): Likewise.
35664         [non-C99-based standards] (tgammaf): Likewise.
35665         [non-C99-based standards] (y0f): Likewise.
35666         [non-C99-based standards] (y1f): Likewise.
35667         [non-C99-based standards] (ynf): Likewise.
35668         [non-C99-based standards] (isnanf): Likewise.
35669         [non-C99-based standards] (acoshf): Likewise.
35670         [non-C99-based standards] (asinhf): Likewise.
35671         [non-C99-based standards] (atanhf): Likewise.
35672         [non-C99-based standards] (cbrtf): Likewise.
35673         [non-C99-based standards] (expm1f): Likewise.
35674         [non-C99-based standards] (ilogbf): Likewise.
35675         [non-C99-based standards] (log1pf): Likewise.
35676         [non-C99-based standards] (logbf): Likewise.
35677         [non-C99-based standards] (nextafterf): Likewise.
35678         [non-C99-based standards] (remainderf): Likewise.
35679         [non-C99-based standards] (rintf): Likewise.
35680         [non-C99-based standards] (scalbf): Likewise.
35681         [non-C99-based standards] (copysignl): Likewise.
35682         [non-C99-based standards] (exp2l): Likewise.
35683         [non-C99-based standards] (log2l): Likewise.
35684         [non-C99-based standards] (modfl): Allow.
35685         [non-C99-based standards] (erfl): Do not allow.
35686         [non-C99-based standards] (erfcl): Likewise.
35687         [non-C99-based standards] (gammal): Likewise.
35688         [non-C99-based standards] (hypotl): Likewise.
35689         [non-C99-based standards] (j0l): Likewise.
35690         [non-C99-based standards] (j1l): Likewise.
35691         [non-C99-based standards] (jnl): Likewise.
35692         [non-C99-based standards] (lgammal): Likewise.
35693         [non-C99-based standards] (tgammal): Likewise.
35694         [non-C99-based standards] (y0l): Likewise.
35695         [non-C99-based standards] (y1l): Likewise.
35696         [non-C99-based standards] (ynl): Likewise.
35697         [non-C99-based standards] (isnanl): Likewise.
35698         [non-C99-based standards] (acoshl): Likewise.
35699         [non-C99-based standards] (asinhl): Likewise.
35700         [non-C99-based standards] (atanhl): Likewise.
35701         [non-C99-based standards] (cbrtl): Likewise.
35702         [non-C99-based standards] (expm1l): Likewise.
35703         [non-C99-based standards] (ilogbl): Likewise.
35704         [non-C99-based standards] (log1pl): Likewise.
35705         [non-C99-based standards] (logbl): Likewise.
35706         [non-C99-based standards] (nextafterl): Likewise.
35707         [non-C99-based standards] (remainderl): Likewise.
35708         [non-C99-based standards] (rintl): Likewise.
35709         [non-C99-based standards] (scalbl): Likewise.
35710         [ISO || ISO99 || ISO11] (*_t): Do not allow.
35711         [non-C99-based standards] (FP_*): Do not allow.
35712         [C99-based standards] (FP_*): Change to
35713         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
35714         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
35715         allow.
35716         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
35717         (SIG_ERR): Likewise.
35718         [X/Open-based standards] (SIG_HOLD): Likewise.
35719         (SIG_IGN): Likewise.
35720         (SIGABRT): Use macro-int-constant.  Specify type.  Require
35721         positive value.
35722         (SIGFPE): Likewise.
35723         (SIGILL): Likewise.
35724         (SIGINT): Likewise.
35725         (SIGSEGV): Likewise.
35726         (SIGTER): Likewise.
35727         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
35728         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
35729         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
35730         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
35731         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
35732         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
35733         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
35734         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
35735         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
35736         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
35737         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
35738         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
35739         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
35740         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
35741         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
35742         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
35743         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
35744         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
35745         [X/Open-based standards] (SIGTRAP): Likewise.
35746         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
35747         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
35748         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
35749         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
35750         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
35751         allow.
35752
35753 2012-05-08  Ian Wienand  <ianw@vmware.com>
35754
35755         [BZ #14080]
35756         * time/tzset.c (__tzset_parse_tz): Update default rules for
35757         daylight time changes in the Energy Policy Act of 2005.
35758
35759 2012-05-09  Andreas Jaeger  <aj@suse.de>
35760
35761         [BZ #13983]
35762         * elf/ldconfig.c (parse_conf): Change string to make clear that
35763         ldconfig only issued a warning if ld.so.conf does not exist.
35764
35765 2012-05-08  David S. Miller  <davem@davemloft.net>
35766
35767         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
35768         movxtod instead of popping the value on the stack.
35769
35770         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35771
35772 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
35773
35774         * config.h.in: Add HAVE_ARM_PCS_VFP.
35775
35776 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
35777
35778         [BZ #13979]
35779         * include/features.h: Warn if user requests __FORTIFY_SOURCE
35780         checking but the checks are disabled for any reason.
35781
35782 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
35783
35784         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
35785         and ELF64_R_TYPE with ELFW(R_TYPE).
35786
35787 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
35788
35789         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
35790         (ulimit): Likewise.
35791
35792         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
35793         (settimeofday): Likewise.
35794
35795 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
35796
35797         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
35798         a struct th_u2 inside the union, and move tu_block/tu_code into
35799         a new th_u3 union of tu_block/tu_code inside of that.  Move
35800         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
35801         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
35802         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
35803         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
35804         (th_stuff): Change to th_u1.tu_stuff.
35805         (th_data): Define.
35806         (th_msg): Change to th_u1.th_u2.tu_data.
35807
35808 2012-05-07  David S. Miller  <davem@davemloft.net>
35809
35810         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35811
35812         [BZ #14074]
35813         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
35814         (SETUP_PIC_REG): Use it.
35815         (SETUP_PIC_REG_LEAF): Use it.
35816
35817 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
35818
35819         [BZ #13885]
35820         [BZ #13923]
35821         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
35822         USE_AS_EXPM1L.
35823         (EXPL_FINITE): Likewise.
35824         (FLDLOG): Likewise.
35825         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
35826         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
35827         e_expl.S.
35828         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
35829         USE_AS_EXPM1L.
35830         (EXPL_FINITE): Likewise.
35831         (FLDLOG): Likewise.
35832         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
35833         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
35834         e_expl.S.
35835         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
35836         test of -max_value argument for long double.
35837         * sysdeps/i386/fpu/libm-test-ulps: Update.
35838         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35839
35840 2012-05-06  David S. Miller  <davem@davemloft.net>
35841
35842         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
35843         quad soft-float symbols whose references which are compiler
35844         generated.
35845         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
35846
35847 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
35848
35849         [BZ #13884]
35850         [BZ #13914]
35851         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
35852         USE_AS_EXP10L.
35853         (EXPL_FINITE): Likewise.
35854         (FLDLOG): Likewise.
35855         (c0): Likewise.
35856         (c1): Likewise.
35857         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
35858         Adjust comments for base varying.
35859         (__expl_finite): Change alias to EXPL_FINITE.
35860         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
35861         e_expl.S.
35862         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
35863         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
35864         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
35865         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
35866         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
35867         USE_AS_EXP10L.
35868         (EXPL_FINITE): Likewise.
35869         (FLDLOG): Likewise.
35870         (c0): Likewise.
35871         (c1): Likewise.
35872         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
35873         Adjust comments for base varying.
35874         (__expl_finite): Change alias to EXPL_FINITE.
35875         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
35876         tests for bugs.
35877         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35878
35879         [BZ #14064]
35880         * math/libm-test.inc (check_float_internal): Correct ulp
35881         calculation for subnormal expected results.
35882
35883 2012-05-06  Andreas Jaeger  <aj@suse.de>
35884
35885         * Makeconfig (+math-flags): New, set to -frounding-math.
35886         (+cflags): Add +math-flags so that all of glibc gets compiled with
35887         it.
35888
35889         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
35890
35891 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
35892
35893         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
35894         Disable one test.
35895
35896         [BZ #13787]
35897         [BZ #13922]
35898         [BZ #14036]
35899         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
35900         (__ieee754_expl): Allow for and saturate large arguments.
35901         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
35902         (u_threshold): Likewise.
35903         (__exp): Call __ieee754_exp before checking for overflow and
35904         underflow.
35905         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
35906         (u_threshold): Likewise.
35907         (__expf): Call __ieee754_expf before checking for overflow and
35908         underflow.
35909         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
35910         (u_threshold): Likewise.
35911         (__expl): Call __ieee754_expl before checking for overflow and
35912         underflow.
35913         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
35914         (__ieee754_expl): Allow for and saturate large arguments.
35915         * math/libm-test.inc (exp_test): Add another test.  Do not allow
35916         missing overflow exception on overflow.
35917         (expm1_test): Do not allow missing overflow exception on overflow.
35918
35919         * sysdeps/i386/fpu/e_expl.c: Move to ...
35920         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
35921         rather than using inline asm.
35922         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
35923         * sysdeps/x86_64/fpu/e_expl.S: Copy from
35924         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
35925
35926         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
35927         (nice): Likewise.
35928         (poll): Likewise.
35929         (signal): Likewise.
35930         (time): Likewise.
35931         (times): Likewise.
35932
35933 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
35934
35935         * sysdeps/unix/syscalls.list (adjtime): Add entry from
35936         sysdeps/unix/common/syscalls.list.
35937         (fchmod): Likewise.
35938         (fchown): Likewise.
35939         (ftruncate): Likewise.
35940         (getrusage): Likewise.
35941         (gettimeofday): Likewise.
35942         (setpgid): Likewise.
35943         (setregid): Likewise.
35944         (setreuid): Likewise.
35945         (sigaction): Likewise.
35946         (truncate): Likewise.
35947         (vhangup): Likewise.
35948         * sysdeps/unix/common/syscalls.list: Remove file.
35949         * sysdeps/unix/bsd/Implies: Don't include unix/common.
35950         * sysdeps/unix/sysv/linux/Implies: Likewise.
35951
35952 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
35953
35954         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
35955         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
35956         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
35957         Moved to ...
35958         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
35959         Here.
35960         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
35961         to ...
35962         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
35963         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
35964         to ...
35965         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
35966         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
35967         to ...
35968         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
35969         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
35970         to ...
35971         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
35972         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
35973         to ...
35974         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
35975         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
35976         to ...
35977         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
35978         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
35979         to ...
35980         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
35981         Here.
35982         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
35983         to ...
35984         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
35985         Here.
35986         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
35987         to ...
35988         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
35989         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
35990         Moved to ...
35991         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
35992         Here.
35993         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
35994         to ...
35995         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
35996
35997 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
35998
35999         * sysdeps/unix/common/bits/dirent.h: Remove file.
36000         * sysdeps/unix/common/bits/fcntl.h: Likewise.
36001
36002         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
36003         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
36004         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
36005         * sysdeps/unix/bsd/isatty.c: Likewise.
36006         * sysdeps/unix/bsd/tcdrain.c: Likewise.
36007         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
36008         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
36009
36010 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36011
36012         [BZ #13563]
36013         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
36014         long double comparison inaccuracies.
36015         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
36016         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36017
36018 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
36019
36020         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
36021         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
36022
36023 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36024
36025         [BZ #14049]
36026         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
36027         nonzero digits before rounding a hex value.
36028         * stdlib/tst-strtod.c (tests): Add another test.
36029
36030 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36031
36032         * sysdeps/s390/fpu/libm-test-ulps: Update.
36033
36034 2012-05-03  Andreas Jaeger  <aj@suse.de>
36035
36036         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
36037         does not get optimized out.
36038         (malloc_opt_barrier): New.
36039
36040 2012-05-03  Andreas Jaeger  <aj@suse.de>
36041             Roland McGrath  <roland@hack.frob.com>
36042
36043         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
36044         intermediate file deletion.
36045         (generated): Add .symlist files.
36046
36047 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
36048
36049         [BZ #13775]
36050         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
36051         Redirect under this condition.
36052         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
36053         [__USE_GNU] (__dprintf_chk): Not under this condition.
36054         [__USE_GNU] (__vdprintf_chk): Likewise.
36055         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
36056         under this condition.
36057         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
36058         [__USE_XOPEN2K8] (dprintf): Define under this condition.
36059         [__USE_XOPEN2K8] (vdprintf): Likewise.
36060         [__USE_GNU] (__dprintf_chk): Not under this condition.
36061         [__USE_GNU] (__vdprintf_chk): Likewise.
36062         [__USE_GNU] (dprintf): Likewise.
36063         [__USE_GNU] (vdprintf): Likewise.
36064
36065 2012-05-03  Roland McGrath  <roland@hack.frob.com>
36066
36067         * elf/Makefile (common-generated): Set this instead of generated for
36068         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
36069         $(all-built-dso)-derived lists.
36070
36071 2012-05-03  Andreas Jaeger  <aj@suse.de>
36072
36073         * sysdeps/i386/fpu/libm-test-ulps: Update.
36074
36075         * FAQ: Removed.
36076         * FAQ.in: Likewise.
36077         * scripts/gen-FAQ.pl: Likewise.
36078         * manual/install.texi (Installation): Point to online location of
36079         FAQ.
36080         * Makefile (files-for-dist): Remove FAQ.
36081         (FAQ): Remove.
36082
36083 2012-05-02  Allan McRae  <allan@archlinux.org>
36084
36085         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
36086         (LDFLAGS-reldepmod5.so): Likewise.
36087         (LDFLAGS-reldep6mod1.so): Likewise.
36088         (LDFLAGS-reldep6mod4.so): Likewise.
36089         (LDFLAGS-reldep8mod3.so): Likewise.
36090         (LDFLAGS-unload4mod1.so): Likewise.
36091         (LDFLAGS-unload4mod2.so): Likewise.
36092         (LDFLAGS-tst-initorder): Likewise.
36093         (LDFLAGS-tst-initordera2.so): Likewise.
36094         (LDFLAGS-tst-initordera3.so): Likewise.
36095         (LDFLAGS-tst-initordera4.so): Likewise.
36096         (LDFLAGS-tst-initorderb2.so): Likewise.
36097         (LDFLAGS-noload): Likewise.
36098         (LDFLAGS-next): Likewise.
36099         (LDFLAGS-order2mod1.so): Likewise.
36100         (LDFLAGS-order2mod2.so): Likewise.
36101         (LDFLAGS-tst-initorder2): Likewise.
36102         (LDFLAGS-tst-initorder2a.so): Likewise.
36103         (LDFLAGS-tst-initorder2b.so): Likewise.
36104         (LDFLAGS-tst-initorder2c.so): Likewise.
36105         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
36106
36107 2012-05-02  David S. Miller  <davem@davemloft.net>
36108
36109         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36110
36111 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
36112
36113         [BZ #14055]
36114         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
36115
36116 2012-05-02  Andreas Jaeger  <aj@suse.de>
36117
36118         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
36119         since we manipulate rounding mode.
36120         (CPPFLAGS-test-idouble.c): Likewise.
36121         (CPPFLAGS-test-ifloat.c): Likewise.
36122         (CFLAGS-test-ldouble.c): Likewise.
36123         (CFLAGS-test-double.c): Likewise.
36124         (CFLAGS-test-float.c): Likewise.
36125         (CFLAGS-test-misc.c): Likewise.
36126         (CFLAGS-test-test-fenv.c): Likewise.
36127
36128 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36129
36130         [BZ #2550]
36131         [BZ #2570]
36132         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
36133         comparisons to determine direction to adjust input.
36134
36135 2012-05-01  Roland McGrath  <roland@hack.frob.com>
36136
36137         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
36138         output to the target.
36139
36140         * scripts/localplt.awk: New file.
36141         * elf/Makefile ($(objpfx)check-localplt): Target removed.
36142         (check-localplt-CFLAGS): Variable removed.
36143         ($(all-built-dso:=.jmprel)): New static pattern rule.
36144         (generated): Add those targets.
36145         (localplt-built-dso): New variable.
36146         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
36147
36148         * elf/check-localplt.c: File removed.
36149
36150         * scripts/check-execstack.awk: New file.
36151         * elf/Makefile ($(objpfx)check-execstack): Target removed.
36152         (check-execstack-CFLAGS): Variable removed.
36153         ($(objpfx)check-execstack.h): Target removed.
36154         ($(objpfx)execstack-default): New target.
36155         (generated): Add that instead of check-execstack.h.
36156         ($(all-built-dso:=.phdr)): New static pattern rule.
36157         (generated): Add those targets.
36158         * elf/check-execstack.c: File removed.
36159
36160         * scripts/check-textrel.awk: New file.
36161         * elf/Makefile ($(objpfx)check-textrel): Target removed.
36162         (check-textrel-CFLAGS): Variable removed.
36163         (all-built-dso): Use := to define.o
36164         ($(all-built-dso:=.dyn)): New static pattern rule.
36165         (generated): Add those targets.
36166         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
36167         * config.make.in (READELF): New substituted variable.
36168         * elf/check-textrel.c: File removed.
36169
36170 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
36171
36172         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36173         allow.
36174         * conform/data/ctype.h-data [C99-based standards] (isblank):
36175         Expect function.
36176         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
36177         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
36178         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36179         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
36180         Specify type.  Require positive value.
36181         (EILSEQ): Likewise.
36182         (ERANGE): Likewise.
36183         [ISO || POSIX] (EILSEQ): Do not expect.
36184         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
36185         Specify type.  Require positive value.
36186         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
36187         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
36188         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
36189         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
36190         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
36191         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
36192         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
36193         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
36194         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
36195         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
36196         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
36197         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
36198         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
36199         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
36200         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
36201         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
36202         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
36203         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
36204         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
36205         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
36206         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
36207         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
36208         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
36209         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
36210         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
36211         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
36212         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
36213         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
36214         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
36215         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
36216         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
36217         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
36218         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
36219         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
36220         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
36221         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
36222         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
36223         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
36224         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
36225         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
36226         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
36227         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
36228         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
36229         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
36230         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
36231         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
36232         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
36233         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
36234         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
36235         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
36236         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
36237         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
36238         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
36239         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
36240         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
36241         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
36242         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
36243         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
36244         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
36245         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
36246         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
36247         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
36248         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
36249         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
36250         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
36251         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
36252         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
36253         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
36254         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
36255         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
36256         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
36257         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
36258         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
36259         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
36260         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
36261         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
36262         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
36263         Require >= 2.
36264         (FLT_ROUNDS): Expect as macro, not constant.
36265         (FLT_MANT_DIG): Use macro-int-constant.
36266         (DBL_MANT_DIG): Likewise.
36267         (LDBL_MANT_DIG): Likewise.
36268         (FLT_DIG): Likewise.
36269         (DBL_DIG): Likewise.
36270         (LDBL_DIG): Likewise.
36271         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
36272         (DBL_MIN_EXP): Likewise.
36273         (LDBL_MIN_EXP): Likewise.
36274         (FLT_MAX_EXP): Use macro-int-constant.
36275         (DBL_MAX_EXP): Likewise.
36276         (LDBL_MAX_EXP): Likewise.
36277         (FLT_MAX_10_EXP): Likewise.
36278         (DBL_MAX_10_EXP): Likewise.
36279         (LDBL_MAX_10_EXP): Likewise.
36280         (FLT_MAX): Use macro-constant.
36281         (DBL_MAX): Likewise.
36282         (LDBL_MAX): Likewise.
36283         (FLT_EPSILON): Use macro-constant.  Give upper bound.
36284         (DBL_EPSILON): Likewise.
36285         (LDBL_EPSILON): Likewise.
36286         (FLT_MIN): Likewise.
36287         (DBL_MIN): Likewise.
36288         (LDBL_MIN): Likewise.
36289         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
36290         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
36291         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
36292         [ISO11] (FLT_HAS_SUBNORM): Likewise.
36293         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
36294         [ISO11] (DBL_DECIMAL_DIG): Likewise.
36295         [ISO11] (FLT_DECIMAL_DIG): Likewise.
36296         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
36297         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
36298         [ISO11] (FLT_TRUE_MIN): Likewise.
36299         [ISO11] (LDBL_TRUE_MIN): Likewise.
36300         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36301         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
36302         (SCHAR_MIN): Use macro-int-constant.  Specify type.
36303         (SCHAR_MAX): Likewise.
36304         (UCHAR_MAX): Likewise.
36305         (CHAR_MIN): Likewise.
36306         (CHAR_MAX): Likewise.
36307         (MB_LEN_MAX): Use macro-int-constant.
36308         (SHRT_MIN): Use macro-int-constant.  Specify type.
36309         (SHRT_MAX): Likewise.
36310         (USHRT_MAX): Likewise.
36311         (INT_MAX): Likewise.
36312         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
36313         bound negative.
36314         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
36315         bound with "U".
36316         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
36317         bound with "L".
36318         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
36319         bound negative.  Suffix upper bound with "L".
36320         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
36321         bound with "UL".
36322         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
36323         Specify type.
36324         [C99-based standards] (LLONG_MAX): Likewise.
36325         [C99-based standards] (ULLONG_MAX): Likewise.
36326         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
36327         == 0.
36328         [ISO11] (max_align_t): Require type.
36329         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36330
36331         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
36332         from $CFLAGS, without defining away __attribute__ calls.
36333         (checknamespace): Use $CFLAGS_namespace.
36334
36335         * conform/conformtest.pl (@keywords): Only include C99 keywords
36336         for standards based on C99 or C11.
36337
36338         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
36339         Disable tests.
36340         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
36341         UNIX98]: Likewise.
36342
36343         * conform/conformtest.pl: Handle "macro-int-constant" and test for
36344         usability of symbols in #if.
36345
36346         * conform/conformtest.pl: If macro or constant types start
36347         "promoted:", expect the symbol to be of the following type
36348         promoted by the integer promotions.
36349
36350         * conform/conformtest.pl: Parse all "constant" and "macro" lines
36351         in one place.  Also handle "macro-constant".
36352
36353         * conform/conformtest.pl: Only accept expected macro values with
36354         "==".  Parse all "macro" lines in one place.
36355         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
36356
36357         * conform/conformtest.pl: Handle braced types on "constant" lines
36358         instead of handling "typed-constant".
36359         * conform/data/signal.h-data: Use "constant" instead of
36360         "typed-constant".
36361
36362         * conform/conformtest.pl: Handle "optional-" at start of lines in
36363         one place rather than duplicating several cases.  Handle each
36364         format of "macro" line with initial "optional-".
36365
36366         * conform/conformtest.pl: Only accept expected constant or
36367         optional-constant values with "==".  Parse all "constant" lines in
36368         one place.  Parse all "optional-constant" lines in one place.
36369         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
36370         * conform/data/fmtmsg.h-data: Likewise.
36371         * conform/data/netinet/in.h-data: Likewise.
36372         * conform/data/tar.h-data: Likewise.
36373         * conform/data/limits.h-data: Use "==" form on "constant" and
36374         "optional-constant" lines.
36375
36376         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
36377         Use -std=c99 for XOPEN2K.
36378         (@knownproblems): Remove.
36379         (newtoken): Don't check %isknown.
36380
36381         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
36382         Do not expect macro.
36383         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
36384         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
36385         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
36386         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
36387         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
36388         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
36389         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
36390         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
36391         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
36392         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
36393         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
36394         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
36395         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
36396         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
36397         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
36398         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
36399         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
36400         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
36401         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
36402         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
36403         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
36404         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
36405         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
36406         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
36407         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
36408         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
36409         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
36410         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
36411         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
36412         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
36413         [XPG3] (acosh): Likewise.
36414         [XPG3] (asinh): Likewise.
36415         [XPG3] (atanh): Likewise.
36416         [XPG3] (cbrt): Likewise.
36417         [XPG3] (expm1): Likewise.
36418         [XPG3] (ilogb): Likewise.
36419         [XPG3] (log1p): Likewise.
36420         [XPG3] (logb): Likewise.
36421         [XPG3] (nextafter): Likewise.
36422         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
36423         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
36424         [XPG3] (remainder): Likewise.
36425         [XPG3] (rint): Likewise.
36426         [XPG3 || XPG4 || UNIX98] (round): Likewise.
36427         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
36428         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
36429         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
36430         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
36431         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
36432         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
36433         [UNIX98 || XOPEN2K] (scalb): Expect.
36434         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
36435         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
36436         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
36437         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
36438         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
36439         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
36440         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
36441         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
36442         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
36443         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
36444         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
36445         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
36446         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
36447         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
36448         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
36449         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
36450         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
36451         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
36452         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
36453         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
36454         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
36455         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
36456         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
36457         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
36458         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
36459         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
36460         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
36461         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
36462         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
36463         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
36464         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
36465         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
36466         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
36467         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
36468         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
36469         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
36470         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
36471         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
36472         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
36473         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
36474         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
36475         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
36476         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
36477         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
36478         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
36479         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
36480         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
36481         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
36482         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
36483         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
36484         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
36485         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
36486         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
36487         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
36488         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
36489         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
36490         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
36491         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
36492         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
36493         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
36494         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
36495         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
36496         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
36497         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
36498         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
36499         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
36500         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
36501         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
36502         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
36503         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
36504         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
36505         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
36506         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
36507         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
36508         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
36509         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
36510         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
36511         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
36512         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
36513         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
36514         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
36515         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
36516         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
36517         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
36518         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
36519         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
36520         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
36521         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
36522         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
36523         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
36524         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
36525         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
36526         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
36527         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
36528         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
36529         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
36530         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
36531         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
36532         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
36533         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
36534         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
36535         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
36536         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
36537         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
36538         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
36539         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
36540         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
36541         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
36542         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
36543         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
36544         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
36545         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
36546         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
36547         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
36548         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
36549         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
36550         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
36551         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
36552         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
36553         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
36554         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
36555         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
36556         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
36557         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
36558         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
36559         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
36560         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
36561         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
36562         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
36563         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
36564         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
36565         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
36566         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
36567         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
36568         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
36569         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
36570         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
36571
36572         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
36573         _XOPEN_SOURCE_EXTENDED for XPG4.
36574
36575         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
36576
36577         * Makeconfig (localtime): Remove variable.
36578         (inst_localtime-file): Likewise.
36579
36580 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
36581
36582         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
36583         Update.
36584         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36585         Update.
36586         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
36587         Update.
36588         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
36589         Update.
36590         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
36591         Update.
36592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
36593         Update.
36594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36595         Update.
36596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
36597         Update.
36598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
36599         Update.
36600
36601 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
36602
36603         [BZ #2550]
36604         [BZ #2570]
36605         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
36606         comparisons to determine direction to adjust input.
36607         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
36608         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
36609         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
36610         Likewise.
36611         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
36612         Likewise.
36613         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
36614         Likewise.
36615         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
36616         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
36617         Likewise.
36618         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
36619         Likewise.
36620         * math/libm-test.inc (nexttoward_test): Add more tests.
36621
36622 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
36623
36624         [BZ #14040]
36625         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
36626         in version GLIBC_2.1, not GLIBC_2.0.
36627         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
36628         Likewise.
36629
36630 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
36631
36632         [BZ #13942]
36633         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
36634         (1 - x) * (1 + x).
36635         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
36636         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
36637         * math/libm-test.inc (acos_test): Add more tests.
36638         (asin_test): Likewise.
36639         * sysdeps/i386/fpu/libm-test-ulps: Update.
36640         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36641
36642         [BZ #14034]
36643         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
36644         of square root.
36645         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
36646         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
36647         * math/libm-test.inc (acos_test_tonearest): New function.
36648         (acos_test_towardzero): Likewise.
36649         (acos_test_downward): Likewise.
36650         (acos_test_upward): Likewise.
36651         (asin_test_tonearest): Likewise.
36652         (asin_test_towardzero): Likewise.
36653         (asin_test_downward): Likewise.
36654         (asin_test_upward): Likewise.
36655         (main): Call the new functions.
36656         * sysdeps/i386/fpu/libm-test-ulps: Update.
36657         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36658
36659         [BZ #13884]
36660         [BZ #13924]
36661         * math/e_exp10.c: Include <float.h>.
36662         (__ieee754_exp10): Handle underflow here rather than multiplying
36663         large negative argument by M_LN10.
36664         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
36665         of __ieee754_expf.
36666         * math/e_exp10l.c: Include <float.h>.
36667         (__ieee754_exp10l): Handle underflow here rather than multiplying
36668         large negative argument by M_LN10l.
36669         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
36670         spurious overflow exception on underflow.
36671
36672 2012-04-29  Marek Polacek  <polacek@redhat.com>
36673
36674         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
36675         (__fortify_function): New macro.
36676         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
36677         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
36678         __extern_always_inline.
36679         * libio/bits/stdio2.h: Likewise.
36680         * libio/bits/stdio.h: Likewise.
36681         * string/string.h: Likewise.
36682         * string/bits/string3.h: Likewise.
36683         * include/stdio.h: Likewise.
36684         * stdlib/bits/stdlib.h: Likewise.
36685         * stdlib/stdlib.h: Likewise.
36686         * rt/bits/mqueue2.h: Likewise.
36687         * rt/mqueue.h: Likewise.
36688         * posix/bits/unistd.h: Likewise.
36689         * posix/unistd.h: Likewise.
36690         * io/bits/poll2.h: Likewise.
36691         * io/bits/fcntl2.h: Likewise.
36692         * io/fcntl.h: Likewise.
36693         * io/sys/poll.h: Likewise.
36694         * misc/bits/syslog.h: Likewise.
36695         * misc/bits/syslog-ldbl.h: Likewise.
36696         * misc/sys/syslog.h: Likewise.
36697         * socket/bits/socket2.h: Likewise.
36698         * socket/sys/socket.h: Likewise.
36699         * debug/tst-chk1.c: Likewise.
36700         * wcsmbs/bits/wchar2.h: Likewise.
36701         * wcsmbs/bits/wchar-ldbl.h: Likewise.
36702         * wcsmbs/wchar.h: Likewise.
36703
36704 2012-04-29  Andreas Jaeger  <aj@suse.de>
36705
36706         * Makerules (tests): Remove enable-check-abi protection.
36707         (check-abi-warn): Remove.
36708         (check-abi-%): Remove check-abi-warn usage.
36709
36710         * configure.in: Remove check-abi configure option.
36711         * configure: Regenerated.
36712         * config.make.in (enable-check-abi): Remove.
36713
36714 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
36715
36716         [BZ #14033]
36717         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
36718         double functions to double *_finite functions.
36719
36720         [BZ #13941]
36721         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
36722         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
36723         LDBL_MIN_EXP.
36724         * stdio-common/Makefile (tests): Add tst-sprintf3.
36725         * stdio-common/tst-sprintf3.c: New file.
36726
36727         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
36728         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
36729
36730 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
36731
36732         * conform/conformtest.pl: Remove duplicate typed-constant
36733         handling.
36734
36735 2012-04-28  David S. Miller  <davem@davemloft.net>
36736
36737         * Makerules (%.abilist): Add vpath on sysdep_dirs.
36738         (check-abi-%): Remove AWK script prerequisite and explicit
36739         abilist directory.
36740         (check-abi): Rewrite to just diff the symlist with the abilist.
36741         (config-tls, config-abi-config): Delete, no longer used.
36742         (update-abi-%): Remove AWK script and explicit abilist directory.
36743         (update-abi): Rewrite to simply compare and conditionally copy the
36744         symlist and the sysdep abilist file.  Remove update-abi-config
36745         checks.
36746         * abilist/ld.abilist: Remove.
36747         * abilist/libBrokenLocale.abilist: Remove.
36748         * abilist/libanl.abilist: Remove.
36749         * abilist/libcrypt.abilist: Remove.
36750         * abilist/libdl.abilist: Remove.
36751         * abilist/librt.abilist: Remove.
36752         * abilist/libthread_db.abilist: Remove.
36753         * abilist/libutil.abilist: Remove.
36754         * scripts/extract-abilist.awk: Remove.
36755         * scripts/merge-abilist.awk: Remove.
36756         * sysdeps/generic/libcidn.abilist: New file.
36757         * sysdeps/generic/libnss_compat.abilist: New file.
36758         * sysdeps/generic/libnss_db.abilist: New file.
36759         * sysdeps/generic/libnss_dns.abilist: New file.
36760         * sysdeps/generic/libnss_files.abilist: New file.
36761         * sysdeps/generic/libnss_hesiod.abilist: New file.
36762         * sysdeps/generic/libnss_nis.abilist: New file.
36763         * sysdeps/generic/libnss_nisplus.abilist: New file.
36764         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
36765         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
36766         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
36767         file.
36768         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
36769         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
36770         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
36771         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
36772         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
36773         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
36774         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
36775         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
36776         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
36777         file.
36778         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
36779         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
36780         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
36781         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
36782         file.
36783         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
36784         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
36785         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
36786         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
36787         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
36788         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
36789         file.
36790         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
36791         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
36792         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
36793         file.
36794         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
36795         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
36796         New file.
36797         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
36798         New file.
36799         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
36800         New file.
36801         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
36802         New file.
36803         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
36804         New file.
36805         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
36806         New file.
36807         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
36808         New file.
36809         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
36810         New file.
36811         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
36812         New file.
36813         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
36814         New file.
36815         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
36816         New file.
36817         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
36818         New file.
36819         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
36820         New file.
36821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
36822         file.
36823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
36824         New file.
36825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
36826         New file.
36827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
36828         file.
36829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
36830         New file.
36831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
36832         New file.
36833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
36834         file.
36835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
36836         New file.
36837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
36838         New file.
36839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
36840         New file.
36841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
36842         New file.
36843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
36844         New file.
36845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
36846         New file.
36847         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
36848         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
36849         file.
36850         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
36851         New file.
36852         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
36853         file.
36854         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
36855         file.
36856         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
36857         file.
36858         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
36859         file.
36860         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
36861         file.
36862         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
36863         New file.
36864         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
36865         file.
36866         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
36867         file.
36868         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
36869         New file.
36870         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
36871         file.
36872         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
36873         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
36874         file.
36875         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
36876         New file.
36877         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
36878         file.
36879         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
36880         file.
36881         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
36882         file.
36883         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
36884         file.
36885         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
36886         file.
36887         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
36888         New file.
36889         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
36890         file.
36891         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
36892         file.
36893         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
36894         New file.
36895         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
36896         file.
36897         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
36898         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
36899         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
36900         file.
36901         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
36902         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
36903         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
36904         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
36905         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
36906         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
36907         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
36908         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
36909         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
36910         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
36911         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
36912         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
36913         file.
36914         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
36915         New file.
36916         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
36917         file.
36918         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
36919         file.
36920         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
36921         file.
36922         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
36923         file.
36924         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
36925         file.
36926         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
36927         New file.
36928         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
36929         New file.
36930         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
36931         file.
36932         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
36933         New file.
36934         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
36935         file.
36936         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
36937         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
36938         file.
36939         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
36940         New file.
36941         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
36942         file.
36943         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
36944         file.
36945         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
36946         file.
36947         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
36948         file.
36949         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
36950         file.
36951         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
36952         New file.
36953         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
36954         New file.
36955         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
36956         file.
36957         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
36958         New file.
36959         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
36960         file.
36961
36962 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
36963
36964         * conform/conformtest.pl: Fix typo in handling typed-constant from
36965         allow-header.
36966
36967 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
36968
36969         * README: Cut down references to pre-2.6 Linux kernels and
36970         Linuxthreads.  Update lists of configurations in libc and ports
36971         and sort alphabetically.  Say "or newer" with Linux kernel version
36972         requirements.
36973
36974         * config.h.in [IS_IN_build]: Allow compiling without optimization.
36975
36976 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
36977
36978         [BZ #887]
36979         * math/libm-test.inc (logb_test_downward): New test to expose
36980         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
36981         rounding mode.
36982
36983 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
36984
36985         [BZ #14027]
36986         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
36987         to be done.
36988         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
36989         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
36990
36991 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
36992
36993         * sysdeps/unix/i386/brk.S: Remove file.
36994         * sysdeps/unix/i386/dl-brk.S: Likewise.
36995         * sysdeps/unix/i386/pipe.S: Likewise.
36996         * sysdeps/unix/i386/sigreturn.S: Likewise.
36997         * sysdeps/unix/i386/syscall.S: Likewise.
36998         * sysdeps/unix/i386/vfork.S: Likewise.
36999         * sysdeps/unix/i386/wait.S: Likewise.
37000
37001         * sysdeps/unix/common/tcsendbrk.c: Move to ...
37002         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
37003
37004         * configure.in (arm*-none*): Do not allow without
37005         --enable-hacker-mode.
37006         (netbsd*): Remove case setting base_os.
37007         (386bsd*): Likewise.
37008         (freebsd*): Likewise.
37009         (bsdi*): Likewise.
37010         (osf*): Likewise.
37011         (sunos*): Likewise.
37012         (ultrix*): Likewise.
37013         (newsos*): Likewise.
37014         (dynix*): Likewise.
37015         (*bsd*): Likewise.
37016         (sysv*): Likewise.
37017         (isc*): Likewise.
37018         (esix*): Likewise.
37019         (sco*): Likewise.
37020         (minix*): Likewise.
37021         (irix4*): Likewise.
37022         (irix6*): Likewise.
37023         (solaris[2-9]*): Likewise.
37024         (none): Likewise.
37025         * configure: Regenerated.
37026
37027 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37028
37029         [BZ #11521]
37030         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
37031         overflow or cancellation in calculating denominator.
37032         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
37033         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
37034         down expression to avoid unexpected rounding in newer GCCs.
37035         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
37036
37037 2012-04-26  David S. Miller  <davem@davemloft.net>
37038
37039         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
37040         long-double compat symbols.
37041         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
37042         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
37043         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
37044         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
37045         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
37046         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
37047         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
37048         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
37049         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
37050         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
37051         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
37052         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
37053         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
37054
37055 2012-04-25  David S. Miller  <davem@davemloft.net>
37056
37057         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
37058         HWCAP_* values only after the memory barriers have been defined.
37059         (atomic_full_barrier): Define.
37060         (atomic_read_barrier): Define.
37061         (atomic_write_barrier): Define.
37062
37063 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
37064
37065         * shlib-versions: Add libgcc_s version information.
37066         * sysdeps/generic/libgcc_s.h: Remove.
37067         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
37068         libgcc_s.h.
37069         * sysdeps/gnu/unwind-resume.c: Likewise.
37070         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
37071
37072 2012-04-25  David S. Miller  <davem@davemloft.net>
37073
37074         * sysdeps/unix/sparc/brk.S: Delete.
37075         * sysdeps/unix/sparc/dl-brk.S: Delete.
37076         * sysdeps/unix/sparc/pipe.S: Delete.
37077         * sysdeps/unix/sparc/sysdep.S: Delete.
37078         * sysdeps/unix/sparc/sysdep.h: Delete.
37079         * sysdeps/unix/sparc/vfork.S: Delete.
37080         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
37081         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
37082         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
37083         (ret_ERRVAL, r0, r1, MOVE): Define.
37084         (JUMPTARGET): Remove.
37085         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
37086         sysdeps/unix/sparc/sysdep.h
37087         (ENTRY, END): Remove.
37088         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
37089
37090 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
37091
37092         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
37093         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
37094         -DIS_IN_build.
37095
37096         * timezone/README: Update upstream location and email address for
37097         tzcode and tzdata.
37098         * timezone/zdump.c: Update from tzcode 2012b.
37099         * timezone/zic.c: Likewise.
37100
37101         * configure.in (libc_cv_as_needed): Remove test.
37102         * configure: Regenerated.
37103         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
37104         conditional definition.
37105         [$(have-as-needed) != yes] (no-as-needed): Likewise.
37106         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
37107         * config.make.in (have-as-needed): Remove variable.
37108
37109 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37110             Paul Pluzhnikov  <ppluzhnikov@google.com>
37111
37112         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
37113         strings correctly.
37114
37115 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
37116
37117         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
37118         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
37119         * sysdeps/sh/strlen.S: Likewise.
37120
37121 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37122
37123         * sysdeps/unix/fork.S: Remove file.
37124         * sysdeps/unix/i386/fork.S: Likewise.
37125         * sysdeps/unix/sparc/fork.S: Likewise.
37126
37127         * sysdeps/unix/system.c: Remove file.
37128         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
37129
37130         * sysdeps/unix/getegid.S: Remove file.
37131         * sysdeps/unix/geteuid.S: Likewise.
37132
37133 2012-04-24  Roland McGrath  <roland@hack.frob.com>
37134
37135         * scripts/check-localplt.awk: New file.
37136         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
37137         of diff.
37138         * scripts/data/localplt-generic.data: Add a comment.
37139
37140         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
37141         NODE when __dir_mkfile failed.
37142         * sysdeps/mach/hurd/symlinkat.c: Likewise.
37143         Reported by Ludovic Courtès <ludo@gnu.org>.
37144
37145 2012-04-24  Andreas Jaeger  <aj@suse.de>
37146
37147         * Makerules (common-clean): Also remove gen-as-const-headers
37148         files.
37149
37150 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37151
37152         * Makerules (native-compile): Do not change working directory for
37153         build.  Use $(OUTPUT_OPTION) in command.
37154         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
37155
37156 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37157
37158         [BZ #13886]
37159         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
37160         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
37161         * math/libm-test.inc (floor_test): Add more tests.
37162         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
37163
37164 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37165
37166         * sysdeps/unix/getdents.c: Remove file.
37167         * sysdeps/unix/sysv/getdents.c: Likewise.
37168         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
37169
37170         * sysdeps/unix/syscalls.list (madvise): Add syscall from
37171         sysdeps/unix/mman/syscalls.list.
37172         (mmap): Likewise.
37173         (mprotect): Likewise.
37174         (msync): Likewise.
37175         (munmap): Likewise.
37176         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
37177         * sysdeps/unix/mman/syscalls.list: Remove.
37178         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
37179
37180         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
37181         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
37182         * configure: Regenerated.
37183         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
37184         $(libgcc_s_suffix).
37185         * config.make.in (libgcc_s_suffix): Remove variable.
37186
37187 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
37188
37189         * sysdeps/unix/sysv/gethostname.c: Move to ...
37190         * sysdeps/posix/gethostname.c: ... here.
37191
37192         * sysdeps/unix/execve.S: Remove file.
37193
37194         * sysdeps/unix/_exit.S: Remove file.
37195
37196 2012-04-23  Andreas Jaeger  <aj@suse.de>
37197
37198         [BZ #13739]
37199         * manual/Makefile: Remove make dist support, there's no
37200         need for a stand-alone documentation tar ball.
37201         (TEXI2DVI): Define always, it's not in Makeconfig.
37202         (dist): Removed.
37203         (tar-it): Removed.
37204         (edition): Removed.
37205         (glibc-doc-$(edition).tar): Removed
37206         (%.Z): Removed.
37207         (%.gz): Removed.
37208         (%.uu): Removed.
37209         (ETAGS): Remove, it's in Makeconfig.
37210         (move-if-change): Remove, it's in Makeconfig.
37211
37212 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
37213
37214         [BZ #13970]
37215         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
37216         (strtod, strtof, strtold, strtol, strtoul, strtoq)
37217         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
37218         (strtod_l, strtof_l, strtold_l): Remove __wur.
37219         It is not necessarily an error to ignore strtol's return value.
37220         One can reliably look at the stored endptr to decide whether
37221         the number had valid syntax.
37222
37223 2012-04-21  Andreas Jaeger  <aj@suse.de>
37224
37225         [BZ #13739]
37226         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
37227
37228 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
37229
37230         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
37231         * sysdeps/unix/sysv/Versions: Remove file.
37232
37233 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
37234
37235         [BZ #13927]
37236         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37237
37238 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
37239
37240         [BZ #7064]
37241         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
37242         version from __vm86.
37243
37244 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
37245
37246         * sysdeps/unix/common/lxstat.c: Remove file.
37247         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
37248
37249         * sysdeps/unix/sysv/Makefile: Remove file.
37250
37251         * sysdeps/unix/sysv/direct.h: Remove file.
37252
37253         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
37254         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
37255         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
37256         * sysdeps/unix/sysv/bits/signum.h: Likewise.
37257         * sysdeps/unix/sysv/bits/stat.h: Likewise.
37258         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
37259         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
37260
37261         * sysdeps/unix/sysv/setrlimit.c: Remove file.
37262
37263         * sysdeps/unix/xmknod.c: Remove file.
37264         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
37265
37266         * sysdeps/unix/sysv/settimeofday.c: Remove file.
37267
37268         * sysdeps/unix/sysv/i386/time.S: Remove file.
37269
37270         * sysdeps/unix/fxstat.c: Remove file.
37271         * sysdeps/unix/xstat.c: Likewise.
37272         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
37273
37274         * sysdeps/unix/sysv/sigaction.c: Remove file.
37275
37276         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
37277         (sysdep_headers): Remove variable.
37278         [termio.h not in sysdep_headers] (generated): Likewise.
37279         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
37280         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
37281         * sysdeps/unix/sysv/tcdrain.c: Likewise.
37282         * sysdeps/unix/sysv/tcflow.c: Likewise.
37283         * sysdeps/unix/sysv/tcflush.c: Likewise.
37284         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
37285         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
37286         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
37287         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
37288         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
37289
37290         * sysdeps/unix/siglist.c: Remove file.
37291
37292         * sysdeps/unix/getppid.S: Remove file.
37293
37294         * sysdeps/unix/mkdir.c: Remove file.
37295         * sysdeps/unix/rmdir.c: Likewise.
37296
37297 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
37298
37299         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
37300         ERR_MAX value.
37301         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
37302         errlist-compat value.
37303
37304 2012-04-18  David S. Miller  <davem@davemloft.net>
37305
37306         * sysdeps/generic/memcopy.h (reg_char): Delete.
37307         * debug/strcat_chk.c: Use char, not reg_char.
37308         * debug/strcpy_chk.c: Likewise.
37309         * debug/strncat_chk.c: Likewise.
37310         * debug/strncpy_chk.c: Likewise.
37311         * string/memchr.c: Likewise.
37312         * string/memrchr.c: Likewise.
37313         * string/rawmemchr.c: Likewise.
37314         * string/strcat.c: Likewise.
37315         * string/strchr.c: Likewise.
37316         * string/strchrnul.c: Likewise.
37317         * string/strcmp.c: Likewise.
37318         * string/strcpy.c: Likewise.
37319         * string/strncat.c: Likewise.
37320         * string/strncmp.c: Likewise.
37321         * string/strncpy.c: Likewise.
37322
37323 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
37324
37325         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
37326         __builtin_memcopy is called when src and dest ranges are known to not
37327         overlap.
37328
37329 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
37330
37331         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
37332         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
37333         fwd_align_merge macro call.
37334         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
37335         bwd_align_merge macro call.
37336         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
37337
37338 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
37339
37340         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
37341         bwd_align_merge macros.
37342         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
37343         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
37344         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
37345
37346 2012-04-18  David S. Miller  <davem@davemloft.net>
37347
37348         * sysdeps/sparc/sparc64/memcopy.h: Delete.
37349
37350 2012-04-18  Andreas Jaeger  <aj@suse.de>
37351
37352         [BZ# 6794]
37353         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
37354         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
37355         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
37356
37357         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
37358         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
37359         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
37360
37361         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
37362         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
37363         Adjust for changed ldbl-128 files.
37364
37365         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
37366         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
37367         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
37368
37369 2012-04-17  David S. Miller  <davem@davemloft.net>
37370
37371         * sysdeps/sparc/sparc32/memcopy.h: Delete.
37372
37373 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
37374
37375         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
37376         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
37377         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
37378         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
37379         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
37380         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
37381
37382 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37383
37384         [BZ #6794]
37385         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
37386         * math/libm-test.inc: Add ilogb errno and exception tests.
37387         * math/w_ilogb.c: New file: ilogb wrapper.
37388         * math/w_ilogbf.c: New file: ilogbf wrapper.
37389         * math/w_ilogbl.c: New file: ilogbl wrapper.
37390         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
37391         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
37392         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
37393         exception being thrown with 0.0 as argument.
37394         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
37395         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
37396         exception being thrown with 0.0 as argument.
37397         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
37398         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
37399         exception being thrown with 0.0 as argument.
37400         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
37401         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
37402         exception being thrown with 0.0 as argument.
37403         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
37404         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
37405         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
37406         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
37407         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
37408         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
37409         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
37410         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
37411         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
37412
37413 2012-04-17  Petr Baudis  <pasky@ucw.cz>
37414
37415         * include/sys/uio.h: Change __vector to __iovec to avoid clash
37416         with altivec.
37417
37418 2012-04-16  Marek Polacek  <polacek@redhat.com>
37419
37420         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
37421
37422 2012-04-16  Marek Polacek  <polacek@redhat.com>
37423
37424         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
37425         operands of fdivp instruction.
37426
37427 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
37428
37429         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
37430         * elf/tst-auditmod3b.c: Likewise.
37431         * elf/tst-auditmod4b.c: Likewise.
37432         * elf/tst-auditmod5b.c: Likewise.
37433         * elf/tst-auditmod6b.c: Likewise.
37434         * elf/tst-auditmod6c.c: Likewise.
37435         * elf/tst-auditmod7b.c: Likewise.
37436         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
37437         * sysdeps/x86_64/preconfigure.in: Likewise.
37438         * sysdeps/x86_64/preconfigure: Regenerated.
37439
37440 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
37441
37442         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
37443         __ILP32__.
37444
37445 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
37446
37447         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37448         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
37449
37450 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
37451
37452         [BZ #13973]
37453         * locale/iso-639.def: Fix gl language name. Spotted by
37454         Yaron Shahrabani.
37455
37456 2012-04-12  Roland McGrath  <roland@hack.frob.com>
37457
37458         [BZ #2074]
37459         * libio/libio.h (__io_write_fn): Update comment.
37460
37461 2012-04-12  Petr Baudis  <pasky@ucw.cz>
37462
37463         [BZ #2074]
37464         * stdio.texi (Hook Functions): The user provided writer function
37465         is not allowed to return -1.
37466
37467 2012-04-11  David S. Miller  <davem@davemloft.net>
37468
37469         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37470
37471 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
37472
37473         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
37474         Add a leading slash to rtkaio.
37475
37476 2012-04-11  Jim Meyering  <meyering@redhat.com>
37477
37478         [BZ #11959]
37479         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
37480         It is not necessarily an error to ignore fwrite's return
37481         value.  One can reliably use ferror to test for errors after
37482         the fact.
37483
37484 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
37485
37486         * bits/types.h (__snseconds_t): New type.
37487         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
37488
37489         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
37490         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37491         (__SNSECONDS_T_TYPE): Likewise.
37492         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37493         (__SNSECONDS_T_TYPE): Likewise.
37494         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37495         (__SNSECONDS_T_TYPE): Likewise.
37496
37497 2012-04-10  Andreas Jaeger  <aj@suse.de>
37498
37499         [BZ #2636]
37500         * manual/time.texi (Processor Time): Return type of times is
37501         elapsed real time since an arbitrary point in the past.
37502         (CPU Time): Move CLK_TCK from here...
37503         (Processor Time): ...to here.  Correct description.
37504         * manual/conf.texi (Constants for Sysconf): Correct description of
37505         _SC_CLK_TCK.
37506
37507 2012-04-10  David S. Miller  <davem@davemloft.net>
37508
37509         [BZ #13967]
37510         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
37511         where the is a gap between DT_REL(A) and DT_JMPREL.
37512
37513 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
37514
37515         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
37516         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
37517         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
37518
37519 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
37520
37521         * elf/dl-support.c (_dl_inhibit_cache): New variable.
37522         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
37523         (dl_main): Handle --inhibit-cache.
37524         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
37525         _dl_inhibit_cache.
37526         * elf/dl-load.c (_dl_map_object): Use it.
37527         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
37528
37529 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
37530
37531         [BZ #13872]
37532         * sysdeps/i386/fpu/e_powl.S (p78): New object.
37533         (__ieee754_powl): Saturate large exponents rather than testing for
37534         overflow of y*log2(x).
37535         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
37536         * math/libm-test.inc (pow_test): Do not permit spurious overflow
37537         exceptions.
37538
37539         [BZ #11521]
37540         * math/s_ctan.c: Include <float.h>.
37541         (__ctan): Avoid internal overflow or cancellation in calculating
37542         denominator.
37543         * math/s_ctanf.c: Likewise.
37544         * math/s_ctanl.c: Likewise.
37545         * math/s_ctanh.c: Likewise.
37546         * math/s_ctanhf.c: Likewise.
37547         * math/s_ctanhl.c: Likewise.
37548         * math/libm-test.inc (ctan_test): Add more tests.
37549         (ctanh_test): Likewise.
37550         * sysdeps/i386/fpu/libm-test-ulps: Update.
37551         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37552
37553 2012-04-09  Andreas Jaeger  <aj@suse.de>
37554
37555         [BZ #6894]
37556         * manual/filesys.texi (Directory Entries): Mention that d_namlen
37557         is an optional BSD extension.
37558
37559         [BZ #10254]
37560         * manual/stdio.texi (Opening Streams): Document additional fopen
37561         parameters.
37562
37563 2012-04-09  Roland McGrath  <roland@hack.frob.com>
37564
37565         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
37566         %eax without telling the compiler.
37567
37568 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
37569
37570         [BZ # 13963]
37571         * manual/install.texi: Use sourceware.org.
37572
37573 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
37574
37575         [BZ #13873]
37576         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
37577         (__ieee754_pow): Generate overflow and underflow using huge*huge
37578         and tiny*tiny rather than just returning constant infinity or zero
37579         for large exponents.
37580         * math/libm-test.inc (pow_test): Require overflow exceptions for
37581         applicable cases of large exponents.
37582
37583         [BZ #706]
37584         * sysdeps/i386/fpu/e_pow.S (p10): New object.
37585         (__ieee754_pow): Use iterative multiplication algorithm only for
37586         integer exponents with absolute value below 1024.  Check for odd
37587         integer exponents when using algorithm for real exponents.
37588         * math/libm-test.inc (pow_test): Add more tests.
37589         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37590
37591 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
37592
37593         [BZ #13705]
37594         * math/libm-test.inc (exp_test): Do not allow overflow exception
37595         on underflow test.
37596
37597 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
37598
37599         [BZ #13705]
37600         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
37601         instead of __kernel_standard_f.
37602
37603 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
37604
37605         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
37606         * sysdeps/x86_64/memset_chk.S: Likewise.
37607
37608 2012-04-08  Andreas Jaeger  <aj@suse.de>
37609
37610         [BZ #10153]
37611         * manual/startup.texi (Environment Access): Describe return value
37612         for putenv and setenv.
37613
37614         [BZ #6895]
37615         * manual/filesys.texi (Directory Entries): Add description for
37616         DT_LNK.
37617
37618         [BZ #6890]
37619         * manual/filesys.texi (Directory Entries): Clarify that it's file
37620         system not operating system in the description of DT_UNKNOWN.
37621
37622         [BZ #6578]
37623         * manual/syslog.texi (closelog): Fix reference, it's openlog.
37624
37625 2012-04-08  Stephen Compall  <s11@member.fsf.org>
37626
37627         [BZ #6649]
37628         * manual/llio.texi (Opening and Closing Files): Add cross
37629         reference to explain mode argument.
37630
37631 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
37632
37633         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
37634         * sysdeps/x86_64/memset_chk.S: Likewise.
37635
37636 2012-04-07  David S. Miller  <davem@davemloft.net>
37637
37638         * elf/elf.h (R_SPARC_WDISP10): Define.
37639         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
37640         R_SPARC_SIZE32.
37641         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
37642         R_SPARC_SIZE64 and R_SPARC_H34.
37643
37644 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
37645
37646         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
37647         conditions and remove no longer applicable assertion.
37648
37649 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
37650
37651         * bits/byteswap.h: Include <features.h>.
37652         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
37653         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
37654
37655 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
37656
37657         * bits/byteswap.h (__bswap_16): Removed.
37658         Include <bits/byteswap-16.h> to get __bswap_16.
37659         * sysdeps/i386/bits/byteswap.h: Likewise.
37660         * sysdeps/s390/bits/byteswap.h: Likewise.
37661         * sysdeps/x86_64/bits/byteswap.h: Likewise.
37662         * bits/byteswap-16.h: New file.
37663         * sysdeps/i386/bits/byteswap-16.h: Likewise.
37664         * sysdeps/s390/bits/byteswap-16.h: Likewise.
37665         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
37666         * string/Makefile (headers): Add bits/byteswap-16.h.
37667
37668 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
37669
37670         [BZ #13895]
37671         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
37672         extra indirection.
37673         * nss/Makefile (tests-static, tests): Add tst-nss-static.
37674         * nss/tst-nss-static.c: New.
37675
37676 2012-04-06  Robert Millan  <rmh@gnu.org>
37677
37678         [BZ #6486]
37679         * manual/llio.texi (File Position Primitive): lseek
37680         refers to WHENCE when it really means OFFSET.
37681
37682 2012-04-06  Andreas Jaeger  <aj@suse.de>
37683
37684         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
37685         strncmp declarations.
37686
37687         * abilist/libc.abilist: Add __poll and __ppoll.
37688
37689 2012-04-05  David S. Miller  <davem@davemloft.net>
37690
37691         * scripts/check-local-headers.sh: Accept a host triplet in the
37692         path matched by the exclude regexp.
37693
37694         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
37695         definition.
37696         * sysdeps/powerpc/powerpc32/dl-machine.h
37697         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
37698         * sysdeps/s390/s390-32/dl-machine.h
37699         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
37700         * sysdeps/sparc/sparc32/dl-machine.h
37701         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
37702         * sysdeps/sparc/sparc64/dl-machine.h
37703         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
37704
37705         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
37706         lazy binding.
37707         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
37708         undefined symbol errors.
37709
37710         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
37711         DT_NEEDED entries.
37712
37713 2012-04-05  Michael Matz  <matz@suse.de>
37714
37715         [BZ #13592]
37716         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
37717
37718 2012-04-05  Andreas Jaeger  <aj@suse.de>
37719
37720         [BZ #13908]
37721         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
37722         comment.
37723
37724 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37725
37726         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
37727         which ROUND is no valid rounding mode.
37728
37729 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37730
37731         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
37732         read again.
37733         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
37734
37735 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37736
37737         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
37738         an exception using FPU order intentionally.
37739
37740 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37741
37742         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
37743         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
37744         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
37745         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
37746
37747 2012-04-05  Simon Josefsson  <simon@josefsson.org>
37748
37749         [BZ #12340]
37750         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
37751         EINVAL when BUFLEN is too smal.
37752
37753 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
37754
37755         [BZ #13553]
37756         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
37757         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
37758
37759 2012-04-03  Andreas Jaeger  <aj@suse.de>
37760
37761         [BZ #13938]
37762         * manual/setjmp.texi (System V contexts): Fix sentence.
37763
37764         [BZ #13926]
37765         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
37766         New macro for this case.
37767         [!__GNUC__] (__bswap_64): New inline function for this case.
37768         * sysdeps/x86_64/bits/byteswap.h: Likewise.
37769         * bits/byteswap.h: Likewise.
37770         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
37771         ull, guard with __GLIBC_HAVE_LONG_LONG.
37772
37773         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
37774         __GLIBC_HAVE_LONG_LONG.
37775
37776         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
37777         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
37778
37779 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
37780
37781         [BZ #13691]
37782         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
37783         inptr and inend, rather than using last_ch.
37784
37785 2012-04-02  David S. Miller  <davem@davemloft.net>
37786
37787         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
37788         * stdio-common/printf-parse.h (read_int): Change return type to
37789         'int', return -1 on INT_MAX overflow.
37790         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
37791         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
37792         overflows INT_MAX.  Check for overflow of in-format-string precision
37793         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
37794         SIZE_MAX not INT_MAX for integer overflow test.
37795         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
37796         skip the construct in the format string but do not record anything.
37797         * stdio-common/bug22.c: Adjust to test both width/prevision
37798         INT_MAX overflow as well as total length INT_MAX overflow.  Check
37799         explicitly for proper errno values.
37800
37801 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
37802
37803         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
37804         CHAR_MAX.
37805         * string/test-strcmp.c [! WIDE]: Likewise.
37806         * time/tst-mktime2.c: Likewise for INT_MAX.
37807         * string/test-string.h: #include <sys/param.h> for MIN.
37808
37809         * csu/init-first.c (__libc_init_first): Call __ctype_init.
37810         * sysdeps/i386/init-first.c (init): Likewise.
37811         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
37812         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
37813         * sysdeps/sh/init-first.c (init): Likewise.
37814
37815 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
37816
37817         * po/ru.po: Update from translation team.
37818         * po/vi.po: Likewise.
37819
37820 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
37821
37822         * resolv/nss_dns/dns-host.c: Merge copyright years.
37823
37824 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37825
37826         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
37827         Optimize memcpy with prefetch if
37828         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
37829         src, dst pointers have unequal 16 byte alignments.
37830
37831 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
37832
37833         [BZ #13928]
37834         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
37835         from a CNAME entry and return the minimum ttl for the query.
37836         (gaih_getanswer_slice): Likewise.
37837
37838 2012-03-30  Jeff Law  <law@redhat.com>
37839
37840         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
37841         due to long keys.
37842         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
37843         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
37844
37845         * resolv/nss_dns/dns-host.c: Update copyright year.
37846
37847 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
37848
37849         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
37850         requests to save a system call.  Fix check that all bytes are sent.
37851
37852         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
37853         comments for sendmmsg.
37854
37855 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37856
37857         [BZ #13691]
37858         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
37859         with only 1 character between 0x0041 and 0x01b0.
37860         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
37861         * wcsmbs/tst-mbsnrtowcs.c: New file.
37862
37863 2012-03-29  David S. Miller  <davem@davemloft.net>
37864
37865         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
37866         small copies by hand.
37867
37868 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37869
37870         [BZ #13761]
37871         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
37872         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
37873         group memberships.
37874
37875 2012-03-28  David S. Miller  <davem@davemloft.net>
37876
37877         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
37878         that branches into memcpy.
37879         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
37880         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
37881         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
37882         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
37883         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
37884         bits.
37885         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
37886         implementation too.
37887         * sysdeps/sparc/mempcpy.S: New file.
37888
37889         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
37890         the IFUNC routine in the libc case.
37891         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
37892
37893         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
37894         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
37895         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
37896         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
37897         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
37898         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
37899         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
37900         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
37901
37902         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
37903         loop to 256 bytes instead of 64 bytes and fix test signedness.
37904
37905         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
37906         * sysdeps/sparc/sparc32/Makefile: rather than here...
37907         * sysdeps/sparc/sparc64/Makefile: and here.
37908
37909 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
37910
37911         * malloc/mallocbug.c: Avoid warnings about unused variables.
37912
37913 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
37914
37915         [BZ #13760]
37916         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
37917         in the right place. Discard and retry query if response is
37918         larger than input buffer size.
37919
37920 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
37921
37922         [BZ #369]
37923         [BZ #2678]
37924         [BZ #3866]
37925         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
37926         x for large integer exponent.
37927         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
37928         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
37929         sign of result as needed afterwards.
37930         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
37931         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
37932         result for underflowing pow the same as for overflow.
37933         (__kernel_standard_l): Handle powl overflow and underflow here
37934         rather than calling __kernel_standard.
37935         * math/libm-test.inc (pow_test): Add more tests.
37936
37937         [BZ #3868]
37938         [BZ #13879]
37939         [BZ #13910]
37940         [BZ #13911]
37941         [BZ #13912]
37942         [BZ #13913]
37943         [BZ #13915]
37944         [BZ #13916]
37945         [BZ #13917]
37946         [BZ #13918]
37947         [BZ #13919]
37948         [BZ #13920]
37949         [BZ #13921]
37950         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
37951         * sysdeps/ieee754/k_standard.c: Include <float.h>.
37952         (__kernel_standard_l): New function.
37953         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
37954         __kernel_standard.
37955         * math/w_acosl.c (__acosl): Likewise.
37956         * math/w_asinl.c (__asinl): Likewise.
37957         * math/w_atan2l.c (__atan2l): Likewise.
37958         * math/w_atanhl.c (__atanhl): Likewise.
37959         * math/w_coshl.c (__coshl): Likewise.
37960         * math/w_exp10l.c (__exp10l): Likewise.
37961         * math/w_exp2l.c (__exp2l): Likewise.
37962         * math/w_fmodl.c (__fmodl): Likewise.
37963         * math/w_hypotl.c (__hypotl): Likewise.
37964         * math/w_j0l.c (__j0l, __y0l): Likewise.
37965         * math/w_j1l.c (__j1l, __y1l): Likewise.
37966         * math/w_jnl.c (__jnl, __ynl): Likewise.
37967         * math/w_lgammal.c (__lgammal): Likewise.
37968         * math/w_log10l.c (__log10l): Likewise.
37969         * math/w_log2l.c (__log2l): Likewise.
37970         * math/w_logl.c (__logl): Likewise.
37971         * math/w_powl.c (__powl): Likewise.
37972         * math/w_remainderl.c (__remainderl): Likewise.
37973         * math/w_scalbl.c (sysv_scalbl): Likewise.
37974         * math/w_sinhl.c (__sinhl): Likewise.
37975         * math/w_sqrtl.c (__sqrtl): Likewise.
37976         * math/w_tgammal.c (__tgammal): Likewise.
37977         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
37978         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
37979         * math/libm-test.inc (acos_test): Add more tests.
37980         (acosh_test): Likewise.
37981         (asin_test): Likewise.
37982         (atanh_test): Likewise.
37983         (exp_test): Likewise.
37984         (exp10_test): Likewise.
37985         (exp2_test): Likewise.
37986         (expm1_test): Likewise.
37987         (lgamma_test): Likewise.
37988         (log_test): Likewise.
37989         (log10_test): Likewise.
37990         (log1p_test): Likewise.
37991         (log2_test): Likewise.
37992         (pow_test): Do not allow some spurious overflow exceptions.
37993         (sqrt_test): Add more tests.
37994         (tgamma_test): Likewise.
37995         (y0_test): Likewise.
37996         (y1_test): Likewise.
37997         (yn_test): Likewise.
37998
37999 2012-03-27  Anton Blanchard  <anton@samba.org>
38000
38001         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
38002         MAP_HUGETLB.
38003         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
38004         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
38005         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
38006
38007 2012-03-27  David S. Miller  <davem@davemloft.net>
38008
38009         * conform/Makefile: Run run-conformtest.sh using $(BASH).
38010
38011         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
38012         have-as-vis3 check.
38013
38014 2012-03-27  Andreas Jaeger  <aj@suse.de>
38015
38016         * sysdeps/x86_64/elf/configure.in: Moved to ...
38017         * sysdeps/x86_64/configure.in: ... here.
38018         * sysdeps/x86_64/elf/start.S: Moved to ...
38019         * sysdeps/x86_64/start.S: ... here.
38020         * sysdeps/x86_64/elf/configure: Delete.
38021
38022         * sysdeps/x86_64/configure.in: Merge contents from
38023         sysdeps/i386/configure.in (without i686 check).
38024
38025         * sysdeps/i386/elf/Versions: Merge into ...
38026         * sysdeps/i386/Versions: ... this.
38027         * sysdeps/i386/elf/Versions: Delete file.
38028         * sysdeps/i386/elf/start.S: Moved to ...
38029         * sysdeps/i386/start.S: ...here.
38030         * sysdeps/i386/elf/configure.in: Merge into...
38031         * sysdeps/i386/configure.in: ...here.
38032         * sysdeps/i386/elf/configure.in: Delete file.
38033         * sysdeps/i386/elf/configure: Delete file.
38034
38035         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
38036         * debug/backtracesyms.c: ... here.
38037         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
38038         * debug/backtracesymsfd.c: ... here.
38039         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
38040         * sysdeps/generic/ifunc-sel.h: ... here.
38041
38042         * sysdeps/unix/i386/start.c: Delete file.
38043         * sysdeps/unix/sparc/start.c: Delete file.
38044         * sysdeps/unix/start.c: Delete file.
38045
38046         * sysdeps/sh/elf/configure.in: Moved to ...
38047         * sysdeps/sh/configure.in: ... here.
38048         * sysdeps/sh/elf/start.S: Moved to ...
38049         * sysdeps/sh/start.S: ... here.
38050         * sysdeps/sh/elf/configure: Delete file.
38051
38052         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
38053         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
38054         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
38055         * sysdeps/powerpc/powerpc64/entry.h: ... here.
38056         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
38057         * sysdeps/powerpc/powerpc64/start.S: here.
38058         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
38059         * sysdeps/powerpc/powerpc64/Makefile: ... this.
38060         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
38061         * sysdeps/powerpc/powerpc64/configure.in: ... this.
38062         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
38063
38064         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
38065         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
38066         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
38067         * sysdeps/powerpc/powerpc32/start.S: ... here.
38068         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
38069         * sysdeps/powerpc/powerpc32/configure.in: ... this.
38070         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
38071
38072         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
38073         * sysdeps/powerpc/ifunc-sel.h: ... here.
38074         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
38075         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
38076
38077         * sysdeps/sparc/elf/configure.in: Moved to ...
38078         * sysdeps/sparc/configure.in: ... here.
38079         * sysdeps/sparc/elf/configure: Delete file.
38080         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
38081         * sysdeps/sparc/sparc32/start.S: ... here.
38082         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
38083         * sysdeps/sparc/sparc64/start.S: ... here.
38084         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
38085         * sysdeps/sparc/sparc32/Makefile: ... this.
38086         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
38087         * sysdeps/sparc/sparc64/Makefile: ... this.
38088
38089         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
38090         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
38091         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
38092         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
38093         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
38094         * sysdeps/s390/s390-32/setjmp.S: ... here.
38095         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
38096         * sysdeps/s390/s390-32/configure.in: ... here.
38097         * sysdeps/s390/s390-32/elf/configure: Delete file.
38098         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
38099         * sysdeps/s390/s390-32/start.S: ... here.
38100
38101         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
38102         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
38103         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
38104         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
38105         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
38106         * sysdeps/s390/s390-64/setjmp.S: ... here.
38107         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
38108         * sysdeps/s390/s390-64/configure.in: ... here
38109         * sysdeps/s390/s390-64/elf/configure: Delete file.
38110         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
38111         * sysdeps/s390/s390-64/start.S: ... here.
38112         * sysdeps/s390/s390-64/elf/configure: Delete.
38113
38114         * configure.in: Remove support for elf directories in sysdeps.
38115
38116         * configure: Regenerated.
38117         * sysdeps/i386/configure: Regenerated.
38118         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38119         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38120         * sysdeps/s390/s390-32/configure: Regenerated.
38121         * sysdeps/s390/s390-64/configure: Regenerated.
38122         * sysdeps/sh/configure: Regenerated.
38123         * sysdeps/sparc/configure: Regenerated.
38124         * sysdeps/x86_64/configure: Regenerated.
38125
38126 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
38127
38128         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38129
38130         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
38131         denormal result into account.
38132
38133 2012-03-25  Roland McGrath  <roland@hack.frob.com>
38134
38135         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
38136         Reported by Allan McRae <allan@archlinux.org>.
38137
38138 2012-03-23  Jeff Law  <law@redhat.com>
38139
38140         * nss/getnssent.c (__nss_getent): Fix typo.
38141
38142 2012-03-23  David S. Miller  <davem@davemloft.net>
38143
38144         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38145
38146 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
38147
38148         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
38149         to pad to uint64_t for each field.
38150         (dl_tls_index): Replace unsigned long with uint64_t.
38151
38152 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
38153         Paul Pluzhnikov  <ppluzhnikov@google.com>
38154
38155         [BZ #6528]
38156         * grp/Makefile (otherlibs): Don't set it.
38157         * inet/Makefile (otherlibs): Likewise.
38158         * login/Makefile (otherlibs): Likewise.
38159         * nscd/Makefile (otherlibs): Likewise.
38160         * posix/Makefile (otherlibs): Likewise.
38161         * pwd/Makefile (otherlibs): Likewise.
38162         * rt/Makefile (otherlibs): Likewise.
38163         * sunrpc/Makefile (otherlibs): Likewise.
38164         * nss/Makefile (otherlibs): Likewise.
38165         Add libnss_files to routines and static-only-routines.
38166         ($(objpfx)getent): Remove rule.
38167         * resolv/Makefile: Add libnss_dns and libresolv to routines and
38168         static-only-routines.
38169
38170 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
38171
38172         [BZ #13892]
38173         * math/s_cexp.c: Include <float.h>.
38174         (__cexp): Handle exp result overflowing not necessarily
38175         overflowing both real and imaginary parts of result.
38176         * math/s_cexpf.c: Likewise.
38177         * math/s_cexpl.c: Likewise.
38178         * math/libm-test.inc (cexp_test): Add more tests.
38179         * sysdeps/i386/fpu/libm-test-ulps: Update.
38180         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38181
38182 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38183
38184         * include/link.h (ELFW): New macro.
38185         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
38186         Replace ELF64_R_TYPE with ELFW(R_TYPE).
38187
38188 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38189
38190         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
38191         with uint64_t.
38192
38193 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38194
38195         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
38196         declaration.
38197         (struct La_x32_retval): Likewise.
38198
38199 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38200
38201         * sysdeps/x86_64/preconfigure.in: New file.
38202         * sysdeps/x86_64/preconfigure: New generated file.
38203
38204 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
38205
38206         [BZ #13824]
38207         * math/e_exp2l.c: Include <float.h>.
38208         (__ieee754_exp2l): Handle overflow and underflow cases
38209         separately.  Only pass fractional part of argument to
38210         __ieee754_expl.
38211         * math/libm-test.inc (exp2_test): Add more tests.
38212
38213         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
38214         negating x to take absolute value.
38215         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
38216         Likewise.
38217         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
38218         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
38219         Likewise.
38220         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
38221         computing low part if x was negated.
38222         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
38223
38224 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
38225
38226         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
38227         la_x32_gnu_pltexit.
38228         (pltexit): Cast int_retval to ptrdiff_t.
38229         * elf/tst-auditmod3b.c: Likewise.
38230         * elf/tst-auditmod4b.c: Likewise.
38231         * elf/tst-auditmod5b.c: Likewise.
38232         * elf/tst-auditmod6b.c: Likewise.
38233         * elf/tst-auditmod6c.c: Likewise.
38234         * elf/tst-auditmod7b.c: Likewise.
38235
38236         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
38237         and x32_gnu_pltexit.
38238
38239         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
38240         __ELF_NATIVE_CLASS.
38241         (La_x32_regs): New macro.
38242         (La_x32_retval): Likewise.
38243         (la_x32_gnu_pltenter): New function prototype.
38244         (la_x32_gnu_pltexit): Likewise.
38245
38246 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
38247
38248         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
38249         exponent.
38250
38251         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38252
38253         * configure.in (libc_cv_cc_nofma): Check for option to disable
38254         generation of FMA instructions.
38255         * configure: Regenerate.
38256         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
38257         * sysdeps/ieee754/dbl-64/Makefile: New file.
38258         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
38259         Remove brandred-fma4.
38260         (CFLAGS-brandred-fma4.c): Remove.
38261         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
38262         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
38263         define.
38264         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
38265         define.
38266
38267 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
38268
38269         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
38270         LLONG_MAX != LONG_MAX.
38271         (_itoa_word): Use _ITOA_WORD_TYPE on value.
38272         (_fitoa_word): Likewise.
38273         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
38274         LLONG_MAX != LONG_MAX.
38275         * stdio-common/_itowa.h: Include <_itoa.h>.
38276         (_itowa_word): Use _ITOA_WORD_TYPE on value.
38277         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
38278         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
38279         only if not defined.
38280         (_ITOA_WORD_TYPE): Likewise.
38281         (_itoa_word): Use _ITOA_WORD_TYPE on value.
38282         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
38283
38284 2012-03-21  David S. Miller  <davem@davemloft.net>
38285
38286         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38287
38288 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
38289
38290         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
38291         of x86_64 when setting libc_cv_slibdir, libdir and
38292         libc_cv_localedir.
38293         * sysdeps/unix/sysv/linux/configure: Regenerated.
38294
38295 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
38296
38297         * manual/lang.texi (Old Varargs): Remove section.
38298         (How Variadic): Update menu.
38299         (va_start): Do not mention varargs.h.
38300
38301 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
38302             Joseph Myers  <joseph@codesourcery.com>
38303
38304         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
38305         link test.
38306         * configure: Regenerated.
38307
38308 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
38309
38310         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
38311         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
38312         conformtest.pl
38313
38314 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
38315
38316         * NOTES: Remove.
38317         * Makefile (files-for-dist): Remove NOTES.
38318         (NOTES): Remove rule.
38319         * README: Don't refer to NOTES.
38320         * manual/creature.texi: Don't include macros.texi.
38321         * manual/intro.texi (creature.texi): Remove comment referring to
38322         NOTES.
38323
38324         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
38325         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
38326         * configure: Regenerated.
38327         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
38328         LIBC_TRY_CC_OPTION.
38329         (libc_cv_as_i686): Likewise.
38330         (libc_cv_cc_avx): Likewise.
38331         (libc_cv_cc_sse2avx): Likewise.
38332         (libc_cv_cc_fma4): Likewise.
38333         (libc_cv_cc_novzeroupper): Likewise.
38334         * sysdeps/i386/configure: Regenerated.
38335
38336         [BZ #13883]
38337         * sysdeps/i386/fpu/s_cexp.S: Remove.
38338         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
38339         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
38340         * math/libm-test.inc (cexp_test): Add more tests.
38341         * sysdeps/i386/fpu/libm-test-ulps: Update.
38342         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38343
38344 2012-03-21  Allan McRae  <allan@archlinux.org>
38345
38346         * timezone/Makefile: Do not install iso3166.tab and zone.tab
38347
38348 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
38349
38350         [BZ #13871]
38351         * math/w_exp2.c: Do not include <float.h>.
38352         (o_threshold, u_threshold): Remove.
38353         (__exp2): Calculate result before checking finiteness and calling
38354         __kernel_standard.
38355         * math/w_exp2f.c: Likewise.
38356         * math/w_exp2l.c: Likewise.
38357         * math/libm-test.inc (exp2_test): Require overflow exception for
38358         1e6 input.
38359
38360         [BZ #3866]
38361         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
38362         range of signed 64-bit integers before using fistpll.  Remove
38363         checks for whether integers fit in mantissa bits.
38364         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
38365         the range of signed 32-bit integers before using fistpl.  Remove
38366         checks for whether integers fit in mantissa bits.
38367         * sysdeps/i386/fpu/e_powl.S (p64): New object.
38368         (__ieee754_powl): Test for y outside the range of signed 64-bit
38369         integers before using fistpll.  Reduce 64-bit values to 63-bit
38370         ones as needed.
38371         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
38372         divide-by-zero is raised for zero to large negative powers.
38373         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
38374         (__ieee754_powl): Test for y outside the range of signed 64-bit
38375         integers before using fistpll.  Reduce 64-bit values to 63-bit
38376         ones as needed.
38377         * math/libm-test.inc (pow_test): Add more tests.
38378
38379 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
38380
38381         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
38382         <stdio-common/_itoa.h>.
38383         * debug/segfault.c: Likewise.
38384         * elf/dl-cache.c: Likewise.
38385         * elf/dl-minimal.c: Likewise.
38386         * elf/dl-misc.c: Likewise.
38387         * elf/dl-sysdep.c: Likewise.
38388         * elf/dl-version.c: Likewise.
38389         * elf/rtld.c: Likewise.
38390         * hurd/hurdsock.c: Likewise.
38391         * hurd/lookup-retry.c: Likewise.
38392         * malloc/malloc.c: Likewise.
38393         * malloc/mtrace.c: Likewise.
38394         * nscd/nscd_getgr_r.c: Likewise.
38395         * nscd/nscd_getpw_r.c: Likewise.
38396         * nscd/nscd_getserv_r.c: Likewise.
38397         * posix/getopt_init.c: Likewise.
38398         * posix/wordexp.c: Likewise.
38399         * stdio-common/_itoa.c: Likewise.
38400         * stdio-common/printf_fphex.c: Likewise.
38401         * stdio-common/vfprintf.c: Likewise.
38402         * string/_strerror.c: Likewise.
38403         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
38404         * sysdeps/i386/i686/hp-timing.h: Likewise.
38405         * sysdeps/mach/_strerror.c: Likewise.
38406         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
38407         * sysdeps/mach/hurd/sethostid.c: Likewise.
38408         * sysdeps/mach/hurd/xmknodat.c: Likewise.
38409         * sysdeps/mach/xpg-strerror.c: Likewise.
38410         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
38411         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
38412         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
38413         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
38414         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
38415         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
38416         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
38417         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
38418         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
38419         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
38420         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
38421         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
38422         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
38423         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
38424         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
38425         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
38426         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
38427         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
38428         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
38429         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
38430         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
38431
38432         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
38433
38434         * stdio-common/_itoa.h: Moved to ...
38435         * sysdeps/generic/_itoa.h: Here.
38436
38437         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
38438
38439         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
38440         instead of "_itoa.h" and "_itowa.h".
38441         * stdio-common/vfprintf.: Likewise.
38442
38443 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
38444
38445         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
38446         <bits/wordsize.h>.
38447         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
38448         (__signbit): Likwise.
38449         (llrintf): Likwise.
38450         (llrint): Likwise.
38451
38452 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
38453
38454         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
38455         __WORDSIZE != 64.
38456
38457 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
38458
38459         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
38460         OVERFLOW_EXCEPTION_OK.
38461         * math/libm-test.inc ("Philosophy"): Update comment about
38462         exception testing.
38463         (OVERFLOW_EXCEPTION): Define.
38464         (OVERFLOW_EXCEPTION_OK): Likewise.
38465         (INVALID_EXCEPTION_OK): Renumber.
38466         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38467         (IGNORE_ZERO_INF_SIGN): Likewise.
38468         (test_exceptions): Handle FE_OVERFLOW.
38469         (exp10_test): Expect overflow exceptions.
38470         (exp2_test): Likewise.
38471         (expm1_test): Likewise.
38472         (nextafter_test): Likewise.
38473         (pow_test): Likewise.
38474         (scalbn_test): Likewise.
38475         (scalbln_test): Likewise.
38476
38477 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38478
38479         * sysdeps/x86_64/bits/atomic.h
38480         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
38481         64bit integer.
38482         (atomic_exchange_acq): Likewise.
38483         (__arch_exchange_and_add_body): Likewise.
38484         (__arch_add_body): Likewise.
38485         (atomic_add_negative): Likewise.
38486         (atomic_add_zero): Likewise.
38487
38488 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38489
38490         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
38491         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
38492
38493 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38494
38495         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
38496         Check __x86_64__ instead of __WORDSIZE.
38497
38498 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38499
38500         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
38501
38502 2012-03-19  David S. Miller  <davem@davemloft.net>
38503
38504         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38505
38506         * sysdeps/sparc/fpu/fenv_private.h: New file.
38507         * sysdeps/sparc/fpu/math_private.h: Use it.
38508         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
38509         Remove.
38510         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
38511         (libc_feholdexcept_setroundl): Remove.
38512         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
38513         Remove.
38514         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
38515         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
38516
38517 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38518
38519         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
38520         int64_t instead of long int.
38521         (INSERT_WORDS64): Likwise.
38522
38523 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38524
38525         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
38526         _Unwind_GetCFA return to _Unwind_Ptr first.
38527
38528 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
38529
38530         [BZ #13629]
38531         * math/s_clog.c: Include <float.h>.
38532         (__clog): Scale large or subnormal inputs.
38533         * math/s_clogf.c: Likewise.
38534         * math/s_clogl.c: Likewise.
38535         * math/s_clog10.c: Include <float.h>.
38536         (M_LOG10_2): Define.
38537         (__clog10): Scale large or subnormal inputs.
38538         * math/s_clog10f.c: Likewise.
38539         * math/s_clog10l.c: Likewise.
38540         * math/libm-test.inc (clog_test): Add more tests.
38541         (clog10_test): Likewise.
38542         * sysdeps/i386/fpu/libm-test-ulps: Update.
38543         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38544
38545         [BZ #11451]
38546         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
38547         x and y.
38548         * math/libm-test.inc (atan2_test): Add another test.
38549
38550         * Makerules (common-objdir-compile): Remove.
38551         * sysdeps/unix/Makefile (config-generated): Do not add
38552         $(unix-generated) to variable.
38553         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
38554         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
38555         Remove rule.
38556         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
38557         Likewise.
38558         [generic bits/local_lim.h] (before-compile): Do not append to
38559         variable.
38560         [generic bits/local_lim.h] (common-generated): Likewise.
38561         [generic sys/param.h] (before-compile): Do not append to variable.
38562         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
38563         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
38564         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
38565         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
38566         include.
38567         [generic sys/param.h] (sys/param.h-includes): Remove variable.
38568         [generic sys/param.h] (sys/param.h-includes): Remove rule.
38569         [generic sys/param.h] ($(addprefix
38570         $(common-objpfx),$(sys/param.h-includes))): Likewise.
38571         [generic sys/param.h] (common-generated): Do not append to
38572         variable.
38573         [generic sys/param.h] (sysdep_headers): Likewise.
38574         [generic bits/errno.h] (before-compile): Do not append to
38575         variable.
38576         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
38577         rule.
38578         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
38579         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
38580         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
38581         [generic bits/errno.h] (common-generated): Do not append to
38582         variable.
38583         [generic bits/ioctls.h] (before-compile): Do not append to
38584         variable.
38585         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
38586         rule.
38587         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
38588         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
38589         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
38590         rule.
38591         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
38592         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
38593         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
38594         [generic bits/ioctls.h] (common-generated): Do not append to
38595         variable.
38596         [generic sys/syscall.h] (syscall.h): Remove variable.
38597         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
38598         rule.
38599         [generic sys/syscall.h] (before-compile): Do not append to
38600         variable.
38601         [generic sys/syscall.h] (common-generated): Likewise.
38602         * sysdeps/unix/errnos-tmpl.c: Remove file.
38603         * sysdeps/unix/errnos.awk: Likewise.
38604         * sysdeps/unix/ioctls-tmpl.c: Likewise.
38605         * sysdeps/unix/ioctls.awk: Likewise.
38606         * sysdeps/unix/mk-local_lim.c: Likewise.
38607         * sysdeps/unix/snarf-ioctls: Likewise.
38608
38609 2012-03-19  Richard Henderson  <rth@twiddle.net>
38610
38611         * sysdeps/i386/fpu/fenv_private.h: New file.
38612         * sysdeps/i386/fpu/math_private.h: Use it.
38613         (math_opt_barrier, math_force_eval): Remove.
38614         (libc_feholdexcept_setround_53bit): Remove.
38615         (libc_feupdateenv_53bit): Remove.
38616         * sysdeps/x86_64/fpu/math_private.h: Likewise.
38617         (math_opt_barrier, math_force_eval): Remove.
38618         (libc_feholdexcept): Remove.
38619         (libc_feholdexcept_setround): Remove.
38620         (libc_fetestexcept, libc_fesetenv): Remove.
38621         (libc_feupdateenv_test): Remove.
38622         (libc_feupdateenv, libc_feholdsetround): Remove.
38623         (libc_feresetround): Remove.
38624
38625         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
38626         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
38627
38628         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
38629         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
38630         (libc_feupdateenv_testl): New.
38631         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
38632         (libc_feupdateenv_testf): New.
38633         (libc_feupdateenv): Use libc_feupdateenv_test.
38634         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
38635         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
38636
38637         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
38638         (libc_feholdsetroundf, libc_feholdsetroundl): New.
38639         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
38640         (libc_feresetround_noex): New.
38641         (libc_feresetround_noexf): New.
38642         (libc_feresetround_noexl): New.
38643         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
38644         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
38645         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
38646         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
38647         SET_RESTORE_ROUND.
38648         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
38649         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
38650         (__cos): Likewise.
38651         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
38652         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
38653         SET_RESTORE_ROUND_NOEX.
38654         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
38655         SET_RESTORE_ROUND_NOEXF.
38656         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
38657         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
38658         (libc_feholdsetroundf): New.
38659         (libc_feresetround, libc_feresetroundf): New.
38660
38661         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
38662         (libc_feholdexcept_setround_53bit): Convert from macro to function.
38663         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
38664
38665         * sysdeps/generic/math_private.h: Include <fenv.h>.
38666         (default_libc_feholdexcept): New.
38667         (default_libc_feholdexcept_setround): New.
38668         (default_libc_fesetenv, default_libc_feupdateenv): New.
38669         (libc_feholdexcept): Only define if undefined.
38670         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
38671         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
38672         (libc_feholdexcept_setroundl): Likewise.
38673         (libc_feholdexcept_setround_53bit): Likewise.
38674         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
38675         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
38676         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
38677         (libc_feupdateenv_53bit): Likewise.
38678         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
38679         (libc_feholdexcept): Convert from macro to inline function.
38680         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
38681         (libc_fesetenv, libc_feupdateenv): Likewise.
38682
38683         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
38684         not previously defined.
38685         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
38686         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
38687         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
38688         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
38689         * sysdeps/ieee754/flt-32/math_private.h: New file.
38690         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
38691         math_private.h below SET_FLOAT_WORD.
38692         (__isnan, __isinf_ns, __finite): Remove.
38693         (__isnanf, __isinf_nsf, __finitef): Remove.
38694
38695 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
38696
38697         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38698
38699 2012-03-17  David S. Miller  <davem@davemloft.net>
38700
38701         [BZ #6471]
38702         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
38703         for 2.16.
38704
38705 2012-03-16  David S. Miller  <davem@davemloft.net>
38706
38707         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
38708         warnings.
38709
38710         [BZ #6471]
38711         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
38712         properly.
38713         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
38714         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
38715         sysdep_routines when subdir is sysvipc.
38716         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
38717         __getshmlba helper.
38718
38719         * sysdeps/sparc/fpu/libm-test/ulps: Update.
38720
38721 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38722
38723         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
38724         [__LP64__].
38725
38726 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38727
38728         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
38729         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
38730         (__lround): Renamed to ...
38731         (__llround): This.  Replace long int with long long int.
38732         Define lround functions as aliases of llround functions.
38733         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
38734
38735 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38736
38737         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
38738         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
38739         adresses to uintptr_t.  Replace "long int" and "unsigned long
38740         int" with "greg_t" on va_arg.
38741
38742 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38743
38744         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
38745         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
38746
38747         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
38748         Move e_machine check before EI_CLASS check.  Handle x32
38749         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
38750         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
38751         SKIP_EM_IA_64 and include
38752         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
38753
38754         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
38755         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
38756         (add_system_dir): New macro.
38757
38758         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
38759         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
38760
38761 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
38762
38763         [BZ #2551]
38764         [BZ #2552]
38765         [BZ #2553]
38766         [BZ #2554]
38767         [BZ #2562]
38768         [BZ #2563]
38769         [BZ #2565]
38770         [BZ #2566]
38771         [BZ #2576]
38772         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
38773         (y0): Likewise.
38774         * math/w_j0f.c (j0f): Likewise.
38775         (y0f): Likewise.
38776         * math/w_j0l.c (__j0l): Likewise.
38777         (__y0l): Likewise.
38778         * math/w_j1.c (j1): Likewise.
38779         (y1): Likewise.
38780         * math/w_j1f.c (j1f): Likewise.
38781         (y1f): Likewise.
38782         * math/w_j1l.c (__j1l): Likewise.
38783         (__y1l): Likewise.
38784         * math/w_jn.c (jn): Likewise.
38785         (yn): Likewise.
38786         * math/w_jnf.c (jnf): Likewise.
38787         (ynf): Likewise.
38788         * math/w_jnl.c (__jnl): Likewise.
38789         (__ynl): Likewise.
38790         * math/libm-test.inc (j0_test): Add more tests.
38791         (j1_test): Likewise.
38792         (jn_test): Likewise.  Add trailing semicolon to existing test.
38793         (y0_test): Likewise.
38794         (y1_test): Likewise.
38795         * sysdeps/i386/fpu/libm-test-ulps: Update.
38796         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38797
38798         [BZ #13851]
38799         [BZ #13854]
38800         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
38801         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
38802         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
38803         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
38804         (__tanl): Set errno for infinite argument.
38805         * sysdeps/i386/fpu/mptan.c: Remove.
38806         * sysdeps/i386/fpu/s_tan.S: Likewise.
38807         * sysdeps/i386/fpu/s_tanl.S: Likewise.
38808         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
38809         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
38810         * math/libm-test.inc (tan_test): Add more tests and enable more
38811         tests for double and long double.
38812         * sysdeps/i386/fpu/libm-test-ulps: Update.
38813         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38814
38815 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
38816
38817         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
38818         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
38819
38820 2012-03-16  Roland McGrath  <roland@hack.frob.com>
38821
38822         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
38823         * configure.in: Use it for both main tree and add-ons.
38824         * configure: Regenerated.
38825
38826 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38827
38828         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
38829
38830 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
38831
38832         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
38833         in comment.
38834
38835         [BZ #13851]
38836         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
38837         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
38838         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
38839         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
38840         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
38841         infinite argument.
38842         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
38843         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
38844         != 0 for prec == 2.
38845         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
38846         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
38847         * sysdeps/i386/fpu/s_cosl.S: Likewise.
38848         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
38849         * sysdeps/i386/fpu/s_sinl.S: Likewise.
38850         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
38851         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
38852         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
38853         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
38854         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
38855         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
38856         * math/libm-test.inc (cos_test): Add more tests and enable more
38857         tests for long double.
38858         (sin_test): Likewise.
38859         (sincos_test): Likewise.
38860         * sysdeps/i386/fpu/libm-test-ulps: Update.
38861         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38862
38863 2012-03-16  David S. Miller  <davem@davemloft.net>
38864
38865         * sysdeps/sparc/fpu/math_private.h: New file.
38866
38867 2012-03-15  David S. Miller  <davem@davemloft.net>
38868
38869         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
38870         file.
38871         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
38872         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
38873         file.
38874         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
38875         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
38876         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
38877         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
38878         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
38879         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
38880         sysdep routines.
38881         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
38882
38883         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
38884         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
38885
38886         * sysdeps/sparc/sparc-ifunc.h: New file.
38887         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
38888         sparc-ifunc.h
38889         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
38890         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
38891         Likewise.
38892         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
38893         Likewise.
38894         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
38895         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
38896         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
38897         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
38898         Likewise.
38899         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
38900         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
38901         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
38902         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
38903         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
38904         Likewise.
38905         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
38906         Likewise.
38907         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
38908         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
38909         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
38910         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
38911         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
38912         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
38913         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
38914         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
38915         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
38916         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
38917         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
38918         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
38919         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
38920         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
38921         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
38922         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
38923         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
38924         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
38925         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
38926         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
38927         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
38928         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
38929         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
38930         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
38931
38932 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
38933
38934         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
38935         scaling.
38936         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38937
38938 2012-03-15  Andreas Jaeger  <aj@suse.de>
38939
38940         [BZ #13852]
38941         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
38942         ieee754/flt-32 implementation for sin, cos and sincos.
38943         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
38944         * sysdeps/i386/fpu/s_cosf.S: Likewise.
38945         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
38946         * sysdeps/i386/fpu/s_sinf.S: Likewise.
38947         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
38948         ieee754/flt-32 implementation for tan.
38949
38950         * math/libm-test.inc (cos_test): Enable some large input tests for
38951         float as well
38952         (sin_test): Likewise.
38953         (sincos_test): Likewise.
38954         (tan_test): Add tests for large input.
38955
38956         * sysdeps/i386/fpu/libm-test-ulps: Update.
38957
38958 2012-03-15  Andreas Jaeger  <aj@suse.de>
38959
38960         [BZ #13658]
38961         * math/libm-test.inc (cos_test): Add more test cases.
38962         (sin_test): Likewise.
38963         (sincos_test): Likewise.
38964
38965 2012-03-15  Andreas Jaeger  <aj@suse.de>
38966
38967         [BZ #13837]
38968         * math/libm-test.inc (cos_test): Add a test case for large input
38969         value.
38970         (sin_test): Likewise.
38971         (sincos_test): Likewise.
38972
38973 2012-03-15  Andreas Jaeger  <aj@suse.de>
38974             Joseph Myers  <joseph@codesourcery.com>
38975
38976         [BZ #13658]
38977         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
38978         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
38979         * sysdeps/i386/fpu/branred.c: Likewise.
38980         * sysdeps/i386/fpu/dosincos.c: Likewise.
38981         * sysdeps/i386/fpu/mpa.c: Likewise.
38982         * sysdeps/i386/fpu/s_cos.S: Likewise.
38983         * sysdeps/i386/fpu/s_sin.S: Likewise.
38984         * sysdeps/i386/fpu/s_sincos.S: Likewise.
38985         * sysdeps/i386/fpu/sincos32.c: Likewise.
38986
38987         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
38988         Define.
38989         (libc_feupdateenv_53bit): Define.
38990         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
38991         Define.
38992         (libc_feupdateenv_53bit): Define.
38993
38994         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
38995         53 bit (without extend i386 double precision).
38996
38997         * math/libm-test.inc (sincos_test): Add tests for large input.
38998         (sin): Likewise.
38999         (cos): Likewise.
39000
39001         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
39002
39003 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
39004
39005         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39006
39007 2012-03-15  David S. Miller  <davem@davemloft.net>
39008
39009         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
39010         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
39011         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
39012         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
39013         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
39014         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
39015         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
39016         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
39017         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
39018         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
39019         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
39020         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
39021         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
39022         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
39023         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
39024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
39025         file.
39026         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
39027         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
39028         file.
39029         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
39030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
39031         file.
39032         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
39033         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
39034         file.
39035         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
39036         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
39037         fmin/fmax sysdep routines.
39038         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
39039
39040 2012-03-14  David S. Miller  <davem@davemloft.net>
39041
39042         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
39043         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
39044         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
39045         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
39046         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
39047         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
39048         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
39049         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
39050         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
39051         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
39052         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
39053         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
39054         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
39055         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
39056         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
39057         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
39058         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
39059         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
39060         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
39061         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
39062         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
39063         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
39064         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
39065         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
39066         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
39067         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
39068         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
39069         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
39070         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
39071         routines.
39072         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
39073         file.
39074         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
39075         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
39076         file.
39077         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
39078         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
39079         file.
39080         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
39081         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
39082         file.
39083         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
39084         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
39085         file.
39086         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
39087         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
39088         file.
39089         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
39090         file.
39091         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
39092         file.
39093         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
39094         file.
39095         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
39096         New file.
39097         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
39098         file.
39099         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
39100         file.
39101         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
39102         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
39103         file.
39104         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
39105         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
39106         file.
39107         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
39108         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
39109         file.
39110         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
39111         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
39112         VIS3 routines.
39113
39114         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
39115         New file.
39116
39117         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39118
39119         * sysdeps/sparc/configure.in: New file.
39120         * sysdeps/sparc/configure: Generate.
39121         * configure.in (libc_cv_sparc_as_vis3): Substitute.
39122         * configure: Regenerate.
39123         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
39124         * config.make.in (have-as-vis3): New.
39125         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
39126         available use -Av9d instead of -Av9a.
39127         * sysdeps/sparc/sparc64/Makefile: Likewise.
39128         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
39129         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
39130         New file.
39131         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
39132         file.
39133         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
39134         New file.
39135         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
39136         file.
39137         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
39138         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
39139         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
39140         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
39141         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
39142
39143         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
39144         fzeros/fnegs to load 0x80000000 into a float register instead of
39145         using the stack.
39146         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
39147
39148 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
39149
39150         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39151         bits/syscall.h.
39152         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
39153         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
39154         ($(inst_includedir)/bits/syscall.h): Remove rule.
39155         ($(objpfx)bits/syscall.d): Include instead of
39156         $(objpfx)syscall-list.d.
39157         (generated): Change syscall-list.h and syscall-list.d to
39158         bits/syscall.h and bits/syscall.d.
39159
39160 2012-03-14  Roland McGrath  <roland@hack.frob.com>
39161
39162         [BZ #13846]
39163         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
39164
39165 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
39166
39167         [BZ #13841]
39168         * math/s_csqrt.c: Include <float.h>.
39169         (__csqrt): Scale large or subnormal inputs.
39170         * math/s_csqrtf.c: Likewise.
39171         * math/s_csqrtl.c: Likewise.
39172         * math/libm-test.inc (csqrt_test): Add more tests.
39173         * sysdeps/i386/fpu/libm-test-ulps: Update.
39174         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39175
39176         [BZ #13840]
39177         * math/libm-test.inc (hypot_test): Add more tests.
39178
39179 2012-03-13  David S. Miller  <davem@davemloft.net>
39180
39181         [BZ #13840]
39182         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
39183         double-precision for the calculation instead of scaling.
39184
39185 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
39186
39187         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
39188         manipulate bits before adding and subtracting TWO52[sx].
39189         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
39190         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
39191         Likewise.
39192         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
39193
39194 2012-03-13  David S. Miller  <davem@davemloft.net>
39195
39196         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
39197         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
39198         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
39199         rtld-global-offsets.h
39200         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
39201
39202         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
39203         large parameters.
39204
39205         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
39206
39207         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
39208         'err' in the ifdef scope in which it is actually used.
39209
39210         * nss/nss_db/db-init.c: Include string.h
39211
39212 2012-03-12  David S. Miller  <davem@davemloft.net>
39213
39214         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
39215         masking out of the most significant byte of random value used.
39216         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
39217         Fix coding style in previous change.
39218
39219         * sysdeps/unix/sysv/linux/kernel-features.h
39220         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
39221         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
39222         expression.
39223         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
39224         later.
39225
39226 2012-03-11  David S. Miller  <davem@davemloft.net>
39227
39228         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
39229         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
39230         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
39231         for 'resultvar' otherwise things get truncated on 64-bit.
39232
39233         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
39234         Fix masking out of the most significant byte of random value used.
39235
39236         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39237
39238 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
39239
39240         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39241
39242 2012-03-09  David S. Miller  <davem@davemloft.net>
39243
39244         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
39245         variables with appropriate CPP guards.
39246         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
39247         from the frame pointer, not the stack pointer.  Correct layout
39248         comments.  Fix test on resulting framesize and the management of
39249         the outregs buffer for pltexit.  Preserve floating point return
39250         values across _dl_call_pltexit call.
39251         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
39252         framesize and the management of the outregs buffer for pltexit.
39253         Preserve floating point return values across _dl_call_pltexit
39254         call.
39255         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
39256         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
39257         (la_sparc64_gnu_pltexit): New functions.
39258         (print_exit): Fix format string for return register value.
39259
39260 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
39261
39262         * sunrpc/Makefile (others): Add rpcgen.
39263         ($(objpfx)rpcgen): Remove special build rule and dependency on
39264         libc.
39265         * sunrpc/rpcgen.c: New file.
39266
39267 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
39268
39269         [BZ #13673]
39270         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
39271         * stdio-common/bug-vfprintf-nargs.c: Likewise.
39272         * sysdeps/i386/crti.S: Likewise.
39273         * sysdeps/i386/crtn.S: Likewise.
39274         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
39275         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
39276         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
39277         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
39278         * sysdeps/sh/crti.S: Likewise.
39279         * sysdeps/sh/crtn.S: Likewise.
39280         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
39281
39282         [BZ #13673]
39283         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
39284         with URL.
39285         * locale/programs/locfile-kw.gperf: Likewise.
39286         * locale/programs/charmap-kw.h: Regenerated.
39287         * locale/programs/locfile-kw.h: Likewise.
39288
39289         [BZ #13673]
39290         * intl/plural.y: Replace FSF snail mail address with URL.
39291         * intl/plural.c: Regenerated.
39292
39293 2012-03-09  Richard Henderson  <rth@twiddle.net>
39294
39295         * include/math_private.h: Remove file.
39296         * math/math_private.h: Move file ...
39297         * sysdeps/generic/math_private.h: ... here.
39298
39299         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
39300         * sysdeps/powerpc/fpu/math_private.h: Likewise.
39301         * sysdeps/x86_64/fpu/math_private.h: Likewise.
39302
39303         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
39304         and <math_private.h>.
39305         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
39306         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
39307         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
39308         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
39309         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
39310         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
39311         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
39312         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
39313         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
39314         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
39315         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
39316         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
39317         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
39318         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
39319         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
39320         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
39321         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
39322         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
39323         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
39324         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
39325         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
39326         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
39327         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
39328         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
39329         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
39330         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
39331         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
39332         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
39333         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
39334         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
39335         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
39336         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
39337         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
39338         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
39339         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
39340         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
39341         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
39342         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
39343         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
39344         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
39345         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
39346         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
39347         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
39348         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
39349         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
39350         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
39351         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
39352         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
39353         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
39354         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
39355         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
39356         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
39357         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
39358         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
39359         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
39360         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
39361         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
39362         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
39363         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
39364         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
39365         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
39366         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
39367         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
39368         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
39369         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
39370         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
39371         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
39372         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
39373         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
39374         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
39375         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
39376         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
39377         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
39378         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
39379         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
39380         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
39381         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
39382         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
39383         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
39384         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
39385         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
39386         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
39387         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
39388         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
39389         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
39390         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
39391         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
39392         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
39393         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
39394         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
39395         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
39396         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
39397         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
39398         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
39399         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
39400         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
39401         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
39402         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
39403         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
39404         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
39405         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
39406         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
39407         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
39408         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
39409         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
39410         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
39411         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
39412         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
39413         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
39414         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
39415         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
39416         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
39417         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
39418         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
39419         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
39420         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
39421         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
39422         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
39423         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
39424         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
39425         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
39426         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
39427         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
39428         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
39429         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
39430         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
39431         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
39432         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
39433         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
39434         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
39435         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
39436         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
39437         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
39438         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
39439         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
39440         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
39441         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
39442         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
39443         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
39444         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
39445         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
39446         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
39447         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
39448         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
39449         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
39450         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
39451         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
39452         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
39453         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
39454         * sysdeps/ieee754/k_standard.c: Likewise.
39455         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
39456         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
39457         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
39458         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
39459         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
39460         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
39461         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
39462         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
39463         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
39464         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
39465         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
39466         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
39467         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
39468         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
39469         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
39470         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
39471         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
39472         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
39473         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
39474         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
39475         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
39476         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
39477         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
39478         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
39479         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
39480         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
39481         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
39482         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
39483         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
39484         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
39485         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
39486         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
39487         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
39488         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
39489         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
39490         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
39491         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
39492         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
39493         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
39494         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
39495         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
39496         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
39497         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
39498         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
39499         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
39500         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
39501         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
39502         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
39503         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
39504         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
39505         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
39506         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
39507         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
39508         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
39509         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
39510         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
39511         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
39512         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
39513         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
39514         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
39515         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
39516         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
39517         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
39518         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
39519         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
39520         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
39521         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
39522         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
39523         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
39524         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
39525         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
39526         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
39527         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
39528         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
39529         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
39530         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
39531         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
39532         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
39533         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
39534         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
39535         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
39536         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
39537         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
39538         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
39539         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
39540         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
39541         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
39542         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
39543         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
39544         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
39545         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
39546         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
39547         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
39548         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
39549         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
39550         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
39551         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
39552         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
39553         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
39554         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
39555         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
39556         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
39557         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
39558         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
39559         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
39560         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
39561         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
39562         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
39563         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
39564         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
39565         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
39566         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
39567         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
39568         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
39569         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
39570         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
39571         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
39572         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
39573         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
39574         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
39575         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
39576         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
39577         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
39578         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
39579         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
39580         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
39581         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
39582         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
39583         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
39584         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
39585         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
39586         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
39587         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
39588         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
39589         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
39590         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
39591         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
39592         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
39593         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
39594         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
39595         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
39596         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
39597         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
39598         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
39599         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
39600         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
39601         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
39602         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
39603         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
39604         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
39605         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
39606         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
39607         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
39608         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
39609         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
39610         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
39611         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
39612         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
39613         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
39614         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
39615         * sysdeps/ieee754/s_lib_version.c: Likewise.
39616         * sysdeps/ieee754/s_matherr.c: Likewise.
39617         * sysdeps/ieee754/s_signgam.c: Likewise.
39618         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
39619         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
39620         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
39621         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
39622         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
39623         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
39624         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
39625         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
39626         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
39627         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
39628         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
39629         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
39630         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
39631         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
39632         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
39633         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
39634         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
39635         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
39636         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
39637         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
39638         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
39639
39640 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
39641
39642         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
39643         * sunrpc/rpc_main.c: Likewise.
39644         * sunrpc/rpc_svcout.c: Likewise.
39645
39646 2012-03-09  David S. Miller  <davem@davemloft.net>
39647
39648         * include/math_private.h: New file.
39649
39650 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
39651
39652         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
39653         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
39654         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
39655         from <bits/socket_type.h>.
39656         (enum __socket_type): Don't define here.
39657         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
39658         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39659         bits/socket_type.h.
39660
39661         [BZ #13566]
39662         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
39663         checking __USE_GNU.
39664
39665         * Makerules ($(inst_includedir)/%.h): New rule.
39666         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
39667         (install-others): Remove variable setting.
39668         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
39669
39670 2012-03-08  Richard Henderson  <rth@twiddle.net>
39671
39672         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
39673         from macro to inline function; merge with the
39674         !__LIBC_INTERNAL_MATH_INLINES version.
39675         (__ieee754_sqrtf): Likewise.
39676
39677         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
39678         to inline function.
39679         (__rintf, __floor, __floorf): Likewise.
39680
39681         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
39682         macro to inline function.
39683         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
39684
39685         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
39686         not <math/math_private.h>.
39687
39688 2012-03-08  David S. Miller  <davem@davemloft.net>
39689
39690         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
39691         copyright year.
39692         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
39693
39694 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
39695
39696         * resolv/gai_misc.c (handle_requests): Fix struct timespec
39697         normalization.
39698         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
39699         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
39700
39701 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
39702
39703         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
39704         be defined individually, they must be defined as a block.  Define
39705         S for printing a string instead of hidint the different by using a
39706         macro for adding the 'l'.
39707         * stdio-common/tst-fphex-wide.c: Adjust.
39708
39709 2012-03-07  Marek Polacek  <polacek@redhat.com>
39710
39711         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
39712
39713 2012-03-08  Marek Polacek  <polacek@redhat.com>
39714
39715         [BZ #13806]
39716         * stdio-common/Makefile (tests): Add tst-fphex-wide.
39717         * stdio-common/tst-fphex.c: Define a few macros to make the
39718         test reusable.  Use them.
39719         * stdio-common/tst-fphex-wide.c: New file.
39720
39721 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
39722
39723         [BZ #6911]
39724         * manual/macros.texi (gnusystems): New macro.
39725         (nongnusystems): Likewise.
39726         (gnulinuxhurdsystems): Likewise.
39727         (gnuhurdsystems): Likewise..
39728         (gnulinuxsystems): Likewise.
39729         * manual/charset.texi: Use new macros or @theglibc{} to refer to
39730         variants of the GNU system, not "GNU system".
39731         * manual/conf.texi: Likewise.
39732         * manual/errno.texi: Likewise.  Update example of errno macro
39733         expansion.
39734         * manual/filesys.texi: Likewise.
39735         (getumask): Document as specific to GNU/Hurd.
39736         * manual/install.texi: Likewise.  Reword some references to
39737         GNU/Linux.
39738         * manual/intro.texi: Likewise.
39739         * manual/io.texi: Likewise.
39740         (File Name Portability): Detail which constraints are inapplicable
39741         to all GNU systems and which are only inapplicable to GNU/Hurd.
39742         * manual/job.texi: Likewise.
39743         * manual/llio.texi: Likewise.
39744         (O_NOCTTY): Document as present on GNU/Linux.
39745         * manual/maint.texi: Likewise.
39746         * manual/memory.texi: Likewise.
39747         * manual/pattern.texi: Likewise.
39748         * manual/pipe.texi: Likewise.
39749         * manual/process.texi: Likewise.
39750         * manual/resource.texi: Likewise.
39751         (RUSAGE_CHILDREN): Remove statement about specifying a particular
39752         child on GNU/Hurd.
39753         * manual/setjmp.texi: Likewise.
39754         * manual/signal.texi: Likewise.
39755         * manual/startup.texi: Likewise.
39756         * manual/stdio.texi: Likewise.
39757         * manual/terminal.texi: Likewise.
39758         (ONLCR): Document as POSIX.
39759         (OXTABS): Document availability on GNU/Linux as XTABS.
39760         (ONOEOT): Document availability separately from other bits.
39761         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
39762         * manual/time.texi: Likewise.
39763         * manual/users.texi: Likewise.
39764         * INSTALL: Regenerated.
39765         * sysdeps/gnu/errlist.c: Regenerated.
39766
39767         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
39768         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
39769         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
39770         puts.
39771         * configure: Regenerated.
39772
39773 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
39774
39775         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
39776         default includes instead of AC_HEADER_CHECK.
39777         * sysdeps/i386/configure: Regenerated.
39778
39779         [BZ #10716]
39780         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
39781         * math/s_cacoshf.c (__cacoshf): Likewise.
39782         * math/s_cacoshl.c (__cacoshl): Likewise.
39783         * math/s_casinh.c (__casinh): Set signs of result from argument.
39784         * math/s_casinhf.c (__casinhf): Likewise.
39785         * math/s_casinhl.c (__casinhl): Likewise.
39786         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
39787         (casinh_test): Add more tests.
39788         * sysdeps/i386/fpu/libm-test-ulps: Update.
39789         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39790
39791 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
39792
39793         * po/zh_TW.po: Update from translation team.
39794
39795         * login/Makefile (distribute): Remove variable.
39796         * catgets/Makefile: Likewise.
39797         * mach/Makefile: Likewise.
39798         * malloc/Makefile: Likewise.
39799         * misc/Makefile: Likewise.
39800         * iconv/Makefile: Likewise.
39801         * nscd/Makefile: Likewise.
39802         * hurd/Makefile: Likewise.
39803         * manual/Makefile: Likewise.
39804         * locale/Makefile: Likewise.
39805         * intl/Makefile: Likewise.
39806         * conform/Makefile: Likewise.
39807         * nss/Makefile: Likewise.
39808         * time/Makefile: Likewise.
39809         * soft-fp/Makefile: Likewise.
39810         * dirent/Makefile: Likewise.
39811         * gmon/Makefile: Likewise.
39812         * po/Makefile: Likewise.
39813         * rt/Makefile: Likewise.
39814         * socket/Makefile: Likewise.
39815         * math/Makefile: Likewise.
39816         * signal/Makefile: Likewise.
39817         * debug/Makefile: Likewise.
39818         * elf/Makefile: Likewise.
39819         * timezone/Makefile: Likewise.
39820         * stdlib/Makefile: Likewise.
39821         * iconvdata/Makefile: Likewise.
39822         * sunrpc/Makefile: Likewise.
39823         * io/Makefile: Likewise.
39824         * argp/Makefile: Likewise.
39825         * inet/Makefile: Likewise.
39826         * hesiod/Makefile: Likewise.
39827         * grp/Makefile: Likewise.
39828         * csu/Makefile: Likewise.
39829         * wctype/Makefile: Likewise.
39830         * crypt/Makefile: Likewise.
39831         * libio/Makefile: Likewise.
39832         * string/Makefile: Likewise.
39833         * nis/Makefile: Likewise.
39834         * resolv/Makefile: Likewise.
39835         * stdio-common/Makefile: Likewise.
39836         * wcsmbs/Makefile: Likewise.
39837         * dlfcn/Makefile: Likewise.
39838         * posix/Makefile: Likewise.
39839
39840         [BZ #6959]
39841         * timezone/Makefile: Don't install timezone files, just the programs
39842         and scripts.
39843
39844 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
39845
39846         * nss/databases.def: Add missing gshadow entry.
39847
39848         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
39849
39850 2012-03-06  Marek Polacek  <polacek@redhat.com>
39851
39852         [BZ #13726]
39853         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
39854         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
39855         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
39856         * stdio-common/tst-long-dbl-fphex.c: New file.
39857
39858 2012-03-06  David S. Miller  <davem@davemloft.net>
39859
39860         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
39861         (set_obp_int): New function.
39862         (get_obp_int): New function.
39863         (__get_clockfreq_via_dev_openprom): Likewise.
39864         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
39865         Avoid unused variable warnings on 'val' and use builtin_expect.
39866         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
39867         __builtin_expect.
39868         (INLINE_CLONE_SYSCALL): Likewise.
39869
39870 2012-03-05  David S. Miller  <davem@davemloft.net>
39871
39872         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39873
39874 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
39875
39876         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39877
39878         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
39879         only for |x| >= 40.
39880         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
39881
39882 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
39883
39884         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
39885         Replace gettimeofday with __vdso_gettimeofday.
39886
39887         * sysdeps/unix/sysv/linux/x86_64/init-first.c
39888         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
39889         __vdso_clock_gettime and __vdso_getcpu.
39890
39891         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
39892         time with __vdso_time.
39893
39894 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
39895
39896         * manual/lang.texi (size_t): Note types to which size_t may be
39897         equivalent with the GNU C Library, but do not describe when
39898         differences between them are significant.
39899
39900 2012-03-05  Andreas Jaeger  <aj@suse.de>
39901
39902         * sysdeps/i386/fpu/libm-test-ulps: Update.
39903
39904 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
39905
39906         [BZ #3976]
39907         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
39908         (__ieee754_pow): Save and restore rounding mode and use
39909         round-to-nearest for main computations.
39910         * math/libm-test.inc (pow_test_tonearest): New function.
39911         (pow_test_towardzero): Likewise.
39912         (pow_test_downward): Likewise.
39913         (pow_test_upward): Likewise.
39914         (main): Call the new functions.
39915         * sysdeps/i386/fpu/libm-test-ulps: Update.
39916         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39917
39918         [BZ #3976]
39919         * math/libm-test.inc (cosh_test_tonearest): New function.
39920         (cosh_test_towardzero): Likewise.
39921         (cosh_test_downward): Likewise.
39922         (cosh_test_upward): Likewise.
39923         (sinh_test_tonearest): Likewise.
39924         (sinh_test_towardzero): Likewise.
39925         (sinh_test_downward): Likewise.
39926         (sinh_test_upward): Likewise.
39927         (main): Call the new functions.
39928         * sysdeps/i386/fpu/libm-test-ulps: Update.
39929         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39930
39931 2012-03-05  Tom de Vries  <tom@codesourcery.com>
39932
39933         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
39934         default stack guard is set in last bytes.
39935         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
39936
39937 2012-03-05  Kees Cook  <keescook@chromium.org>
39938
39939         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
39940
39941         [BZ #13656]
39942         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
39943         possibly allocate from heap instead of stack.
39944         * stdio-common/bug-vfprintf-nargs.c: New file.
39945         * stdio-common/Makefile (tests): Add nargs overflow test.
39946
39947 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
39948
39949         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39950
39951 2012-03-03  Marek Polacek  <polacek@redhat.com>
39952
39953         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
39954         * math/math_private.h: Likewise.
39955         * stdlib/tst-strtod.c: Likewise.
39956         * sysdeps/i386/i486/bits/atomic.h: Likewise.
39957         * sysdeps/x86_64/bits/atomic.h: Likewise.
39958
39959 2012-03-02  David S. Miller  <davem@davemloft.net>
39960
39961         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
39962         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
39963         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
39964         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
39965         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
39966         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
39967         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
39968         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
39969
39970 2012-03-02  Roland McGrath  <roland@hack.frob.com>
39971
39972         [BZ #13792]
39973         * manual/examples/README: New file, says the example source files
39974         can be used under GPL>=2.
39975         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
39976         line containing just "*/".
39977         * manual/examples/add.c: Add copyright header (GPL>=2).
39978         * manual/examples/argp-ex1.c: Likewise.
39979         * manual/examples/argp-ex2.c: Likewise.
39980         * manual/examples/argp-ex3.c: Likewise.
39981         * manual/examples/argp-ex4.c: Likewise.
39982         * manual/examples/atexit.c: Likewise.
39983         * manual/examples/db.c: Likewise.
39984         * manual/examples/dir.c: Likewise.
39985         * manual/examples/dir2.c: Likewise.
39986         * manual/examples/execinfo.c: Likewise.
39987         * manual/examples/filecli.c: Likewise.
39988         * manual/examples/filesrv.c: Likewise.
39989         * manual/examples/fmtmsgexpl.c: Likewise.
39990         * manual/examples/genpass.c: Likewise.
39991         * manual/examples/inetcli.c: Likewise.
39992         * manual/examples/inetsrv.c: Likewise.
39993         * manual/examples/isockad.c: Likewise.
39994         * manual/examples/longopt.c: Likewise.
39995         * manual/examples/memopen.c: Likewise.
39996         * manual/examples/memstrm.c: Likewise.
39997         * manual/examples/mkfsock.c: Likewise.
39998         * manual/examples/mkisock.c: Likewise.
39999         * manual/examples/mygetpass.c: Likewise.
40000         * manual/examples/pipe.c: Likewise.
40001         * manual/examples/popen.c: Likewise.
40002         * manual/examples/rprintf.c: Likewise.
40003         * manual/examples/search.c: Likewise.
40004         * manual/examples/select.c: Likewise.
40005         * manual/examples/setjmp.c: Likewise.
40006         * manual/examples/sigh1.c: Likewise.
40007         * manual/examples/sigusr.c: Likewise.
40008         * manual/examples/stpcpy.c: Likewise.
40009         * manual/examples/strdupa.c: Likewise.
40010         * manual/examples/strftim.c: Likewise.
40011         * manual/examples/strncat.c: Likewise.
40012         * manual/examples/subopt.c: Likewise.
40013         * manual/examples/swapcontext.c: Likewise.
40014         * manual/examples/termios.c: Likewise.
40015         * manual/examples/testopt.c: Likewise.
40016         * manual/examples/testpass.c: Likewise.
40017         * manual/examples/timeval_subtract.c: Likewise.
40018
40019         [BZ #13792]
40020         * manual/time.texi (Elapsed Time): Move timeval_subtract example
40021         function to ...
40022         * manual/timeval_subtract.c.texi: ... here, new file.
40023
40024 2012-03-02  David S. Miller  <davem@davemloft.net>
40025
40026         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
40027
40028 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
40029
40030         [BZ #3976]
40031         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
40032         (__sin): Save and restore rounding mode and use round-to-nearest
40033         for all computations.
40034         (__cos): Save and restore rounding mode and use round-to-nearest
40035         for all computations.
40036         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
40037         <fenv.h>.
40038         (tan): Save and restore rounding mode and use round-to-nearest for
40039         all computations.
40040         * math/libm-test.inc (cos_test_tonearest): New function.
40041         (cos_test_towardzero): Likewise.
40042         (cos_test_downward): Likewise.
40043         (cos_test_upward): Likewise.
40044         (sin_test_tonearest): Likewise.
40045         (sin_test_towardzero): Likewise.
40046         (sin_test_downward): Likewise.
40047         (sin_test_upward): Likewise.
40048         (tan_test_tonearest): Likewise.
40049         (tan_test_towardzero): Likewise.
40050         (tan_test_downward): Likewise.
40051         (tan_test_upward): Likewise.
40052         (main): Call the new functions.
40053         * sysdeps/i386/fpu/libm-test-ulps: Update.
40054         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40055
40056         [BZ #10135]
40057         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
40058         small n, then large n, before computing and testing k+n.
40059         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
40060         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
40061         Likewise.
40062         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
40063         Likewise.
40064         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
40065         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
40066         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
40067         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
40068         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
40069         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
40070         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
40071         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
40072         * math/libm-test.inc (scalbn_test): Add more tests.
40073         (scalbln_test): Likewise.
40074
40075         * manual/filesys.texi (mode_t): Describe constraints on size and
40076         signedness, not exact equivalence to a particular type.
40077         (ino_t): Likewise.
40078         (ino64_t): Likewise.
40079         (dev_t): Likewise.
40080         (nlink_t): Likewise.
40081         (blkcnt_t): Likewise.
40082         (blkcnt64_t): Likewise.
40083         * manual/llio.texi (off_t): Likewise.
40084
40085         [BZ #3976]
40086         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
40087         (__ieee754_exp): Save and restore rounding mode and use
40088         round-to-nearest for all computations.
40089         * math/libm-test.inc (exp_test_tonearest): New function.
40090         (exp_test_towardzero): Likewise.
40091         (exp_test_downward): Likewise.
40092         (exp_test_upward): Likewise.
40093         (main): Call the new functions.
40094         * sysdeps/i386/fpu/libm-test-ulps: Update.
40095         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40096
40097 2012-03-01  Chris Demetriou  <cgd@google.com>
40098
40099         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
40100         have predictable order.
40101
40102 2012-03-01  David S. Miller  <davem@davemloft.net>
40103
40104         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
40105
40106         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
40107         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
40108         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
40109         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
40110
40111         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
40112         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
40113         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
40114         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
40115         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
40116         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
40117         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
40118         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
40119         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
40120
40121         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40122
40123         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
40124         * sysdeps/sparc/fpu/libm-test-ulps: to here.
40125         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
40126
40127         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
40128         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
40129         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
40130         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
40131         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
40132         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
40133         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
40134         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
40135         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
40136         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
40137         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
40138         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
40139         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
40140         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
40141         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
40142         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
40143         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
40144         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
40145         * sysdeps/sparc/elf/configure: Regenerated.
40146
40147 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
40148
40149         * configure.in (AS, LD): Require binutils 2.20 or later.
40150         * configure: Regenerated.
40151         * manual/install.texi (Tools for Compilation): Give binutils 2.20
40152         as required minimum version.
40153         * INSTALL: Regenerated.
40154
40155         [BZ #2541]
40156         [BZ #4108]
40157         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
40158         before squaring exponent.
40159         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
40160         bottom long double and 27 bits of top long double before squaring
40161         exponent.
40162         * math/libm-test.inc (erfc_test): Add more tests.
40163         * sysdeps/i386/fpu/libm-test-ulps: Update.
40164         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
40165         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40166
40167 2012-03-01  Kai Tietz  <ktietz@redhat.com>
40168
40169         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
40170         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
40171         containing bit-fields.
40172         * soft-fp/extended.h (_FP_UNION_E): Likewise.
40173         * soft-fp/single.h (_FP_UNION_S): Likewise.
40174         * soft-fp/double.h (_FP_UNION_D): Likewise.
40175
40176 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
40177
40178         [BZ #13786]
40179         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
40180         not include ../strcmp.S.
40181         [USE_AS_STRNCASECMP_L]: Likewise.
40182         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
40183         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
40184         * sysdeps/i386/i686/multiarch/strncase_l-c.c
40185         (__strncasecmp_l_ia32): Define as alias to
40186         __strncasecmp_l_nonascii.
40187
40188         [BZ #5794]
40189         * math/libm-test.inc (expm1_test): Add test for bug 5794.
40190         * sysdeps/i386/fpu/libm-test-ulps: Update.
40191         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40192
40193         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
40194         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40195
40196 2012-02-29  Jeff Law  <law@redhat.com>
40197
40198         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
40199         out of bounds read.
40200
40201 2012-02-29  Marek Polacek  <polacek@redhat.com>
40202
40203         [BZ #13706]
40204         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
40205         * elf/Makefile: Add rules to run tst-unused-dep.out.
40206
40207 2012-02-28  David S. Miller  <davem@davemloft.net>
40208
40209         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
40210         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
40211         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
40212         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
40213         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
40214         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
40215
40216 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
40217
40218         * math/libm-test.inc (llround_test): Move one test from
40219         lround_test.  Use TEST_f_L in moved test.
40220         (lround_test): Move misplaced test to llround_test.  Add testcase
40221         from bug 2561.
40222
40223 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
40224
40225         * sysdeps/x86_64/fpu/e_expf.S: New file.
40226         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
40227
40228 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
40229
40230         [BZ #13637]
40231         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
40232         of remain_len that may cause incomplete multi-byte character and
40233         false match.
40234         * posix/bug-regex33.c: New file.
40235         * posix/Makefile (tests): Add bug-regex33.
40236
40237 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
40238
40239         * manual/macros.texi: New file.
40240         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
40241         * manual/libc.texinfo: Include macros.texi.
40242         * manual/creatute.texi: Likewise.
40243         * manual/install.texi: Likewise.
40244         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
40245         @glibcadj{} in references to the GNU C Library.
40246         * manual/charset.texi: Likewise.
40247         * manual/conf.texi: Likewise.
40248         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
40249         when not using those macros.
40250         * manual/creature.texi: Likewise.
40251         * manual/crypt.texi: Likewise.
40252         * manual/errno.texi: Likewise.
40253         * manual/filesys.texi: Likewise.
40254         * manual/header.texi: Likewise.
40255         * manual/install.texi: Likewise.
40256         * manual/intro.texi: Likewise.
40257         * manual/io.texi: Likewise.
40258         * manual/job.texi: Likewise.
40259         * manual/lang.texi: Likewise.
40260         * manual/libc.texiinfo: Likewise.
40261         * manual/llio.texi: Likewise.
40262         * manual/locale.texi: Likewise.
40263         * manual/maint.texi: Likewise.
40264         * manual/math.texi: Likewise.
40265         * manual/memory.texi: Likewise.
40266         * manual/message.texi: Likewise.
40267         * manual/nss.texi: Likewise.
40268         * manual/pattern.texi: Likewise.
40269         * manual/process.texi: Likewise.
40270         * manual/resource.texi: Likewise.
40271         * manual/search.texi: Likewise.
40272         * manual/setjmp.texi: Likewise.
40273         * manual/signal.texi: Likewise.
40274         * manual/socket.texi: Likewise.
40275         * manual/startup.texi: Likewise.
40276         * manual/stdio.texi: Likewise.
40277         * manual/string.texi: Likewise.
40278         * manual/sysinfo.texi: Likewise.
40279         * manual/syslog.texi: Likewise.
40280         * manual/terminal.texi: Likewise.
40281         * manual/time.texi: Likewise.
40282         * manual/users.texi: Likewise.
40283         * INSTALL: Regenerated.
40284         * NOTES: Regenerated.
40285         * sysdeps/gnu/errlist.c: Regenerated.
40286
40287 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
40288
40289         * include/dirent.h: Include <dirstream.h> before
40290         <dirent/dirent.h>.
40291
40292 2012-02-28  David S. Miller  <davem@davemloft.net>
40293
40294         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
40295         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
40296         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
40297         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
40298
40299 2012-02-27  David S. Miller  <davem@davemloft.net>
40300
40301         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
40302         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
40303         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
40304         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
40305
40306         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
40307         frame pointer instead of stack pointer relative arg slot.
40308         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
40309         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
40310         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
40311
40312 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
40313
40314         [BZ #3992]
40315         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
40316
40317 2012-02-27  David S. Miller  <davem@davemloft.net>
40318
40319         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
40320         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
40321         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
40322         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
40323         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
40324         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
40325         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
40326         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
40327
40328 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
40329
40330         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
40331         later.  Allow versions 5-9.
40332         * configure: Regenerated.
40333         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
40334         required minimum version and 4.6 as recommended version.  Do not
40335         mention bugs in GCC 2.7 and 2.8.
40336         * INSTALL: Regenerated.
40337
40338 2012-02-27  David S. Miller  <davem@davemloft.net>
40339
40340         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
40341         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
40342         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
40343         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
40344         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
40345         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
40346         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
40347         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
40348
40349         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
40350         manipulate bits before adding and subtracting TWO112[sx].
40351         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
40352
40353 2012-02-27  Roland McGrath  <roland@hack.frob.com>
40354
40355         [BZ #13775]
40356         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
40357         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
40358         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
40359         being in POSIX, because they are in 1003.1-2008.
40360
40361         * rt/tst-aio.c: Include <fcntl.h>.
40362         * rt/tst-aio7.c: Likewise.
40363         * rt/tst-aio64.c: Likewise.
40364
40365         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
40366
40367 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
40368
40369         * manual/install.texi (--with-headers): Describe headers as
40370         interface headers, not private headers.
40371         (Specific advice for GNU/Linux systems): Describe use of headers
40372         from "make headers_install", not private headers from older
40373         kernels.
40374         * INSTALL: Regenerated.
40375         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
40376         Change to 2.6.19.
40377         * sysdeps/unix/sysv/linux/configure: Regenerated.
40378
40379         * manual/llio.texi (fclean): Remove documentation.
40380
40381         * manual/Makefile (libc-texi-generated): New variable.  Include
40382         version.texi.
40383         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
40384         $(libc-texi-generated), not duplicated list of files.
40385         (version.texi, stamp-version): New rules.
40386         (realclean): Remove $(libc-texi-generated), not individual files
40387         from that list.  Do not remove dir-add.texinfo.
40388         * manual/libc.texinfo: Comment out uses of edition numbers and
40389         references to printed manual.  Remove last-updated dates.
40390         (EDITION): Comment out.
40391         (ISBN): Likewise.
40392         (VERSION, UPDATED): Remove.
40393         (version.texi): Include.
40394
40395 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
40396
40397         * sysdeps/posix/spawni.c: Include <signal.h>.
40398         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
40399         * sysdeps/pthread/aio_fsync.c: Likewise.
40400
40401 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
40402
40403         * conform/Makefile (tests): Run only when not cross-compiling and
40404         when fast-check is not defined.
40405
40406         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
40407         * conform/data/limits.h-data: Fixes for POSIX2008.
40408         * conform/run-conformtest.sh: Run all tests.
40409         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
40410         headers.
40411         * include/bits/dlfcn.h: Likewise.
40412         * include/langinfo.h: Likewise.
40413         * include/monetary.h: Likewise.
40414         * include/sys/poll.h: Likewise.
40415
40416         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
40417         for __USE_GNU.
40418         * posix/spawn.h: Define __need_sigset_t.
40419         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
40420         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
40421         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
40422         to get sigevent_t only.
40423         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
40424         only for __USE_GNU.
40425         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
40426         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
40427         process_vm_writev only for __USE_GNU.
40428         * termios/termios.h: Declare tcgetsid also for POSIX2008.
40429
40430         * conform/Makefile: For now ignore errors from run-conformtest.
40431         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
40432         POSIX to avoid namespace pollution.  Don't prepend headers.
40433         * conform/data/aio.h-data: Fixes for POSIX testing.
40434         * conform/data/fcntl.h-data: Likewise.
40435         * conform/data/glob.h-data: Likewise.
40436         * conform/data/grp.h-data: Likewise.
40437         * conform/data/pthread.h-data: Likewise.
40438         * conform/data/pwd.h-data: Likewise.
40439         * conform/data/signal.h-data: Likewise.
40440         * conform/data/spawn.h-data: Likewise.
40441         * conform/data/stdio.h-data: Likewise.
40442         * conform/data/stdlib.h-data: Likewise.
40443         * conform/data/stropts.h-data: Likewise.
40444         * conform/data/sys/mman.h-data: Likewise.
40445         * conform/data/sys/stat.h-data: Likewise.
40446         * conform/data/sys/types.h-data: Likewise.
40447         * conform/data/sys/wait.h-data: Likewise.
40448         * conform/data/time.h-data: Likewise.
40449         * conform/data/unistd.h-data: Likewise.
40450         * conform/data/utime.h-data: Likewise.
40451
40452         * io/sys/stat.h: fchmod was always in POSIX.
40453         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
40454         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
40455         * rt/aio.h: Define __need_timespec before including <time.h>.
40456         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
40457         struct.  Add forward declaration of pthread_attr_t and use it in
40458         sigevent.
40459         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
40460         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
40461         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
40462         always remove CLK_TCK definition.
40463
40464 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
40465
40466         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
40467
40468 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
40469
40470         * conform/run-conformtest.sh: New file.
40471         * conform/Makefile: Run run-conformtest for tests.
40472         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
40473         support.
40474
40475         * conform/data/uchar.h-data: New file.
40476         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
40477         * conform/data/arpa/inet.h-data: Likewise.
40478         * conform/data/assert.h-data: Likewise.
40479         * conform/data/complex.h-data: Likewise.
40480         * conform/data/cpio.h-data: Likewise.
40481         * conform/data/ctype.h-data: Likewise.
40482         * conform/data/dirent.h-data: Likewise.
40483         * conform/data/dlfcn.h-data: Likewise.
40484         * conform/data/errno.h-data: Likewise.
40485         * conform/data/fcntl.h-data: Likewise.
40486         * conform/data/float.h-data: Likewise.
40487         * conform/data/fmtmsg.h-data: Likewise.
40488         * conform/data/fnmatch.h-data: Likewise.
40489         * conform/data/ftw.h-data: Likewise.
40490         * conform/data/glob.h-data: Likewise.
40491         * conform/data/grp.h-data: Likewise.
40492         * conform/data/iconv.h-data: Likewise.
40493         * conform/data/inttypes.h-data: Likewise.
40494         * conform/data/langinfo.h-data: Likewise.
40495         * conform/data/libgen.h-data: Likewise.
40496         * conform/data/limits.h-data: Likewise.
40497         * conform/data/locale.h-data: Likewise.
40498         * conform/data/math.h-data: Likewise.
40499         * conform/data/monetary.h-data: Likewise.
40500         * conform/data/mqueue.h-data: Likewise.
40501         * conform/data/ndbm.h-data: Likewise.
40502         * conform/data/net/if.h-data: Likewise.
40503         * conform/data/netdb.h-data: Likewise.
40504         * conform/data/netinet/in.h-data: Likewise.
40505         * conform/data/nl_types.h-data: Likewise.
40506         * conform/data/poll.h-data: Likewise.
40507         * conform/data/pthread.h-data: Likewise.
40508         * conform/data/pwd.h-data: Likewise.
40509         * conform/data/regex.h-data: Likewise.
40510         * conform/data/sched.h-data: Likewise.
40511         * conform/data/search.h-data: Likewise.
40512         * conform/data/semaphore.h-data: Likewise.
40513         * conform/data/setjmp.h-data: Likewise.
40514         * conform/data/signal.h-data: Likewise.
40515         * conform/data/spawn.h-data: Likewise.
40516         * conform/data/stdarg.h-data: Likewise.
40517         * conform/data/stdio.h-data: Likewise.
40518         * conform/data/stdlib.h-data: Likewise.
40519         * conform/data/string.h-data: Likewise.
40520         * conform/data/strings.h-data: Likewise.
40521         * conform/data/stropts.h-data: Likewise.
40522         * conform/data/sys/ipc.h-data: Likewise.
40523         * conform/data/sys/mman.h-data: Likewise.
40524         * conform/data/sys/msg.h-data: Likewise.
40525         * conform/data/sys/resource.h-data: Likewise.
40526         * conform/data/sys/select.h-data: Likewise.
40527         * conform/data/sys/sem.h-data: Likewise.
40528         * conform/data/sys/shm.h-data: Likewise.
40529         * conform/data/sys/socket.h-data: Likewise.
40530         * conform/data/sys/stat.h-data: Likewise.
40531         * conform/data/sys/statvfs.h-data: Likewise.
40532         * conform/data/sys/time.h-data: Likewise.
40533         * conform/data/sys/timeb.h-data: Likewise.
40534         * conform/data/sys/times.h-data: Likewise.
40535         * conform/data/sys/types.h-data: Likewise.
40536         * conform/data/sys/uio.h-data: Likewise.
40537         * conform/data/sys/un.h-data: Likewise.
40538         * conform/data/sys/utsname.h-data: Likewise.
40539         * conform/data/sys/wait.h-data: Likewise.
40540         * conform/data/syslog.h-data: Likewise.
40541         * conform/data/tar.h-data: Likewise.
40542         * conform/data/termios.h-data: Likewise.
40543         * conform/data/utime.h-data: Likewise.
40544         * conform/data/utmpx.h-data: Likewise.
40545         * conform/data/varargs.h-data: Likewise.
40546         * conform/data/wchar.h-data: Likewise.
40547         * conform/data/wctype.h-data: Likewise.
40548         * conform/data/wordexp.h-data: Likewise.
40549
40550         * include/stropts.h: New file.
40551         * include/uchar.h: New file.
40552         * include/aio.h: Changes to allow conformtest.pl to use the headers.
40553         * include/assert.h: Likewise.
40554         * include/ctype.h: Likewise.
40555         * include/dirent.h: Likewise.
40556         * include/dlfcn.h: Likewise.
40557         * include/fcntl.h: Likewise.
40558         * include/fnmatch.h: Likewise.
40559         * include/glob.h: Likewise.
40560         * include/grp.h: Likewise.
40561         * include/libio.h: Likewise.
40562         * include/locale.h: Likewise.
40563         * include/math.h: Likewise.
40564         * include/net/if.h: Likewise.
40565         * include/netdb.h: Likewise.
40566         * include/netinet/in.h: Likewise.
40567         * include/pthread.h: Likewise.
40568         * include/pwd.h: Likewise.
40569         * include/regex.h: Likewise.
40570         * include/sched.h: Likewise.
40571         * include/search.h: Likewise.
40572         * include/setjmp.h: Likewise.
40573         * include/signal.h: Likewise.
40574         * include/stdio.h: Likewise.
40575         * include/stdlib.h: Likewise.
40576         * include/string.h: Likewise.
40577         * include/sys/cdefs.h: Likewise.
40578         * include/sys/mman.h: Likewise.
40579         * include/sys/msg.h: Likewise.
40580         * include/sys/resource.h: Likewise.
40581         * include/sys/select.h: Likewise.
40582         * include/sys/socket.h: Likewise.
40583         * include/sys/stat.h: Likewise.
40584         * include/sys/statvfs.h: Likewise.
40585         * include/sys/time.h: Likewise.
40586         * include/sys/times.h: Likewise.
40587         * include/sys/uio.h: Likewise.
40588         * include/sys/utsname.h: Likewise.
40589         * include/sys/wait.h: Likewise.
40590         * include/termios.h: Likewise.
40591         * include/time.h: Likewise.
40592         * include/ulimit.h: Likewise.
40593         * include/unistd.h: Likewise.
40594         * include/utime.h: Likewise.
40595         * include/wchar.h: Likewise.
40596         * include/wctype.h: Likewise.
40597         * include/wordexp.h: Likewise.
40598
40599         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
40600
40601         * time/time.h: TIME_UTC must be a macro.
40602         Make timespec_get available for ISO C11 only as well.
40603
40604 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
40605
40606         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
40607         Reported by Peng Haitao <penght@cn.fujitsu.com>.
40608
40609 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
40610
40611         * configure.in: Use -o not -a in test for unsupported multi-arch.
40612
40613 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
40614
40615         * manual/texinfo.tex: Update to version 2012-01-19.16.
40616
40617 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
40618
40619         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
40620
40621 2012-02-24  Roland McGrath  <roland@hack.frob.com>
40622
40623         [BZ #13738]
40624         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
40625         * manual/fdl-1.3.texi: New file.
40626         * manual/fdl-1.1.texi: File removed.
40627
40628         [BZ #13738]
40629         * manual/libc.texinfo (FDL_VERSION): New @set.
40630         Use it for mention of FDL in cover text.
40631         (Documentation License): Use it in @include file name.
40632
40633 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40634             Roland McGrath  <roland@hack.frob.com>
40635
40636         [BZ #5461]
40637         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
40638         (not LONG_LONG_MAX and LONG_LONG_MIN.
40639         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
40640         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
40641         name.
40642         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
40643
40644 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40645
40646         [BZ #2547]
40647         [BZ #11365]
40648         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
40649         manipulate bits before adding and subtracting TWO23[sx].
40650         * math/libm-test.inc (nearbyint_test): Add more tests.
40651
40652 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40653
40654         [BZ #2548]
40655         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
40656         bits before adding and subtracting TWO23[sx].
40657         * math/libm-test.inc (rint_test): Add more tests.
40658         (rint_test_tonearest): Likewise.
40659         (rint_test_towardzero): Likewise.
40660         (rint_test_downward): Likewise.
40661         (rint_test_upward: Likewise.
40662
40663 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40664
40665         [BZ #10110]
40666         * include/stdc-predef.h: New file.  Extracted from features.h.
40667         * include/features.h: Include stdc-predef.h.
40668         * Makefile (headers): Add stdc-predef.h.
40669         * CONFORMANCE (Compiler limitations): Update.
40670
40671 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40672
40673         * manual/libc.texinfo (VERSION, UPDATED): Revert.
40674
40675 2012-02-21  David S. Miller  <davem@davemloft.net>
40676
40677         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
40678         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
40679
40680 2012-02-20  David S. Miller  <davem@davemloft.net>
40681
40682         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
40683         using a normal save/restore sequence, rather than allocating a
40684         dummy stack frame just to store a frame pointer and restore.
40685         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
40686
40687 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
40688
40689         * manual/install.texi: Fix stray word in line-wrapped comment.
40690
40691 2012-02-20  David S. Miller  <davem@davemloft.net>
40692
40693         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
40694         both binutils and gcc support GOTDATA.
40695
40696         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
40697         "rd %pc" in the PIC register setup sequences.
40698
40699         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
40700         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
40701         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
40702         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
40703         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
40704         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
40705         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
40706         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
40707         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
40708         (SYSCALL_ERROR_HANDLER): Likewise.
40709         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
40710         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
40711         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
40712         (SYSCALL_ERROR_HANDLER): Likewise.
40713
40714         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
40715         (HAVE_GCC_GOTDATA): New.
40716         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
40717         relocation support in both binutils and gcc.
40718         * sysdeps/sparc/elf/configure: Regenerate.
40719
40720         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
40721         * sysdeps/sparc/sparc32/elf/configure: Delete.
40722         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
40723         * sysdeps/sparc/sparc64/elf/configure: Delete.
40724         * sysdeps/sparc/elf/configure.in: New file.
40725         * sysdeps/sparc/elf/configure: Generate.
40726
40727         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
40728         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
40729         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
40730         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
40731         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
40732
40733 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
40734
40735         * manual/install.texi: Do not mention specific glibc version
40736         numbers.
40737         * manual/libc.texinfo (VERSION, UPDATED): Update.
40738         (@copying): Use @copyright{} and range of years.
40739
40740 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
40741
40742         [BZ #13695]
40743         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
40744         [crti.S not in sysdirs] (generated): Do not append.
40745         [crti.S not in sysdirs] (omit-deps): Likewise.
40746         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
40747         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
40748         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
40749         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
40750         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
40751         Likewise.
40752         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
40753         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
40754         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
40755         * csu/defs.awk: Remove file.
40756         * sysdeps/generic/initfini.c: Likewise.
40757         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
40758         variable.
40759         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
40760         Likewise.
40761
40762 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
40763
40764         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
40765         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
40766         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
40767         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
40768         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
40769         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
40770         <bits/epoll.h>.
40771         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
40772         (__EPOLL_PACKED): Define to empty if not defined by
40773         <bits/epoll.h>.
40774         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
40775         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40776         bits/epoll.h.
40777
40778 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
40779
40780         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
40781         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
40782         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
40783         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
40784         <bits/timerfd.h>.
40785         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
40786         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40787         bits/timerfd.h.
40788
40789 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
40790
40791         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
40792         in C locale.
40793         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
40794         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
40795         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
40796         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40797
40798 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
40799
40800         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
40801         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
40802
40803 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
40804
40805         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
40806         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
40807         defined.
40808         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
40809         Likewise.
40810         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
40811         entry for 2.16.
40812
40813 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
40814
40815         * math/w_acos.c: Use non-signaling floating-point comparisons.
40816         * math/w_acosf.c: Likewise.
40817         * math/w_acosh.c: Likewise.
40818         * math/w_acoshf.c: Likewise.
40819         * math/w_acoshl.c: Likewise.
40820         * math/w_acosl.c: Likewise.
40821         * math/w_asin.c: Likewise.
40822         * math/w_asinf.c: Likewise.
40823         * math/w_asinl.c: Likewise.
40824         * math/w_atanh.c: Likewise.
40825         * math/w_atanhf.c: Likewise.
40826         * math/w_atanhl.c: Likewise.
40827         * math/w_exp2.c: Likewise.
40828         * math/w_exp2f.c: Likewise.
40829         * math/w_exp2l.c: Likewise.
40830         * math/w_j0.c: Likewise.
40831         * math/w_j0f.c: Likewise.
40832         * math/w_j0l.c: Likewise.
40833         * math/w_j1.c: Likewise.
40834         * math/w_j1f.c: Likewise.
40835         * math/w_j1l.c: Likewise.
40836         * math/w_jn.c: Likewise.
40837         * math/w_jnf.c: Likewise.
40838         * math/w_log.c: Likewise.
40839         * math/w_log10.c: Likewise.
40840         * math/w_log10f.c: Likewise.
40841         * math/w_log10l.c: Likewise.
40842         * math/w_log2.c: Likewise.
40843         * math/w_log2f.c: Likewise.
40844         * math/w_log2l.c: Likewise.
40845         * math/w_logf.c: Likewise.
40846         * math/w_logl.c: Likewise.
40847         * math/w_sqrt.c: Likewise.
40848         * math/w_sqrtf.c: Likewise.
40849         * math/w_sqrtl.c: Likewise.
40850         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
40851         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
40852         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
40853         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
40854         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
40855
40856 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
40857
40858         [BZ #9739]
40859         * manual/string.texi (strnlen): Use correct parameter name in
40860         equivalent expression.
40861
40862 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
40863
40864         [BZ #11174]
40865         * manual/users.texi (seteuid): Consistently use neweuid for
40866         argument name.
40867
40868 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
40869
40870         [BZ #13704]
40871         * manual/nss.texi (Services in the NSS configuration): Correct
40872         list of services in example configuration file.
40873
40874 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
40875
40876         [BZ #11322]
40877         * manual/arith.texi: Remove statements about negative zero
40878         behaving identically to zero.
40879
40880 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
40881
40882         [BZ #5993]
40883         * manual/install.texi: Do not document upgrading from libc5.
40884
40885 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
40886
40887         [BZ #4596]
40888         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
40889
40890 2012-02-18  David S. Miller  <davem@davemloft.net>
40891
40892         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
40893         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
40894         %o7 across the call.
40895         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
40896         instead.
40897         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
40898         SETUP_PIC_REG_LEAF.
40899         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
40900         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
40901         * sysdeps/sparc/crtn.S: Likewise.
40902
40903 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
40904
40905         * aout/Makefile: Remove.
40906
40907 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
40908
40909         [BZ #13058]
40910         * manual/examples/argp-ex1.c (main): Format definition in GNU
40911         style.
40912         * manual/examples/argp-ex2.c (main): Likewise.
40913         * manual/examples/argp-ex3.c (main): Likewise.
40914         * manual/examples/argp-ex4.c (main): Likewise.
40915         * manual/examples/longopt.c (main): Use new-style prototype
40916         definition.
40917         * manual/examples/strncat.c (main): Specify return type and use
40918         (void) for arguments.
40919         * manual/examples/subopt.c (main): Use char **argv argument.
40920
40921 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
40922
40923         [BZ #5077]
40924         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
40925         rounding modes.
40926
40927 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
40928
40929         [BZ #6907]
40930         * manual/string.texi (strchr): Change when strchrnul is
40931         recommended.
40932
40933 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
40934
40935         [BZ #174]
40936         * manual/locale.texi (setlocale): Document LOCPATH.
40937
40938 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
40939
40940         [BZ #10210]
40941         * manual/process.texi (execle): Move @dots{} before last argument.
40942
40943 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
40944
40945         [BZ #12047]
40946         * manual/charset.texi (Generic Charset Conversion): Fix typo
40947         (LC_TYPE -> LC_CTYPE).
40948
40949 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
40950
40951         [BZ #5805]
40952         * manual/arith.texi (scalbn): Use @var{} on parameter names.
40953         (scalbnf): Likewise.
40954         (scalbnl): Likewise.
40955         (scalbln): Likewise.
40956         (scalblnf): Likewise.
40957         (scalblnl): Likewise.
40958         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
40959         (vwarnx): Likewise.
40960         (verr): Likewise.
40961         (verrx): Likewise.
40962         * manual/filesys.texi (telldir): Use braces around return type.
40963         * manual/llio.texi (mmap): Add space after comma.
40964         (mmap64): Likewise.
40965         * manual/math.texi (jn): Use @var{} on parameter names.
40966         (jnf): Likewise.
40967         (jnl): Likewise.
40968         (yn): Likewise.
40969         (ynf): Likewise.
40970         (ynl): Likewise.
40971         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
40972         line.
40973         * manual/resource.texi (ulimit): Use @dots{} instead of literal
40974         "...".
40975         (sched_get_priority_min): Remove semicolon on @deftypefun line.
40976         (sched_get_priority_max): Likewise.
40977         * manual/signal.texi (sigvec): Add space after comma.
40978         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
40979         names.
40980         (if_indextoname): Likewise.
40981         (if_freenameindex): Likewise.
40982         (sendto): Use ',' instead of '.' in prototype.
40983         * manual/startup.texi (syscall): Use @dots{} instead of literal
40984         "...".
40985         * manual/stdio.texi (__fpending): Separate initial words of
40986         paragraph from @deftypefun line.
40987         * manual/syslog.texi (syslog): Use @dots{} instead of literal
40988         "...".
40989         (vsyslog): Use @var{} on parameter names.
40990         * manual/terminal.texi (stty): Use @var{} on parameter names.
40991         * manual/users.texi (getutmp): Use @var{} on parameter names.
40992         (getutmpx): Likewise.
40993
40994 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
40995
40996         [BZ #6884]
40997         * manual/stdio.texi (fopen): Fix typos in description of
40998         ",ccs=STRING".
40999
41000 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
41001
41002         [BZ #4026]
41003         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
41004         get clock_id definition.
41005
41006 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
41007
41008         [BZ #4822]
41009         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
41010         (madvise): Cast every argument to void on its own.
41011
41012 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41013
41014         [BZ #9902]
41015         * manual/startup.texi (Exit Status): Fix typo.
41016
41017 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41018
41019         [BZ #10140]
41020         * manual/examples/argp-ex1.c: Include <stdlib.h>.
41021         * manual/examples/argp-ex2.c: Likewise.
41022         * manual/examples/argp-ex3.c: Likewise.
41023
41024 2012-02-16  Richard Henderson  <rth@redhat.com>
41025
41026         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
41027         * sysdeps/s390/s390-32/initfini.c: Remove.
41028         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
41029         * sysdeps/s390/s390-64/initfini.c: Remove.
41030
41031 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41032
41033         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
41034         compiler output for sysdeps/generic/initfini.c.
41035         * sysdeps/sh/elf/initfini.c: Remove file.
41036
41037 2012-02-16  David S. Miller  <davem@davemloft.net>
41038
41039         [BZ #11494]
41040         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
41041
41042         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
41043         * sysdeps/sparc/crti.S: New file.
41044         * sysdeps/sparc/crtn.S: New file.
41045         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
41046         * sysdeps/sparc/sparc64/Makefile: Likewise.
41047
41048 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
41049
41050         [BZ #3335]
41051         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
41052
41053 2012-02-15  Roland McGrath  <roland@hack.frob.com>
41054
41055         [BZ #4822]
41056         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
41057
41058         * mach/devstream.c (cookie_io_functions_t): Macro removed.
41059         (write, read, close): Likewise.
41060         Patch by Aurelien Jarno <aurelien@aurel32.net>.
41061
41062 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
41063
41064         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
41065         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
41066         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
41067         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
41068         <bits/signalfd.h>.
41069         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
41070         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41071         bits/signalfd.h.
41072
41073 2012-02-14  Marek Polacek  <polacek@redhat.com>
41074
41075         * sysdeps/x86_64/crti.S: New file.
41076         * sysdeps/x86_64/crtn.S: New file.
41077         * sysdeps/x86_64/elf/initfini.c: Remove file.
41078
41079 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
41080
41081         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
41082         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
41083         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
41084         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
41085         <bits/inotify.h>.
41086         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
41087         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41088         bits/inotify.h.
41089
41090 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
41091
41092         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
41093         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
41094         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
41095         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
41096         <bits/eventfd.h>.
41097         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
41098         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41099         bits/eventfd.h.
41100
41101 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
41102
41103         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
41104         __feraiseexcept instead of feraiseexcept.
41105
41106         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
41107         nanosleep invocations.
41108         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
41109         strings, and add error checking for a nanosleep invocations.
41110
41111 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
41112
41113         Replace FSF snail mail address with URLs, as per GNU coding standards.
41114         Most of the snail mail addresses were wrong anyway, and omitting
41115         them makes the source code easier to maintain.  Almost all of the
41116         changes are to license notices and to locale LC_IDENTIFICATION
41117         addresses, except for this one:
41118         * manual/libc.texinfo: In "Published by", give the FSF's URL,
41119         not its snail mail address.
41120
41121 2012-02-09  Richard Henderson  <rth@twiddle.net>
41122
41123         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
41124         of kernel-features.h.
41125
41126         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
41127
41128 2012-02-08  Marek Polacek  <polacek@redhat.com>
41129
41130         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
41131         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
41132         * sysdeps/gnu/_G_config.h: Likewise.
41133         * sysdeps/generic/_G_config.h: Likewise.
41134
41135 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
41136
41137         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
41138         tests.
41139         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41140
41141         * sysdeps/powerpc/powerpc32/crti.S: New file.
41142         * sysdeps/powerpc/powerpc32/crtn.S: New file.
41143         * sysdeps/powerpc/powerpc64/crti.S: New file.
41144         * sysdeps/powerpc/powerpc64/crtn.S: New file.
41145
41146         * Makeconfig (have-initfini): Don't set.
41147         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
41148         * configure.in (nopic_initfini): Don't substitute.
41149         * config.h.in (HAVE_INITFINI): Don't #undef.
41150         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
41151         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
41152
41153 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
41154
41155         Support crti.S and crtn.S provided directly by architectures.
41156         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
41157         [crti.S in sysdirs] (omit-deps): Likewise.
41158         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
41159         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
41160         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
41161         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
41162         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
41163         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
41164         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
41165         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
41166         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
41167         compiler output for sysdeps/generic/initfini.c.
41168         * sysdeps/i386/elf/Makefile: Remove file.
41169         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
41170
41171 2012-02-07  Marek Polacek  <polacek@redhat.com>
41172
41173         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
41174         * sysdeps/gnu/_G_config.h: Likewise.
41175         * sysdeps/mach/hurd/_G_config.h: Likewise.
41176
41177 2012-02-07  Marek Polacek  <polacek@redhat.com>
41178
41179         * math/Makefile (tests): Add tst-CMPLX2.
41180         * math/tst-CMPLX2.c: New file.
41181
41182 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
41183
41184         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
41185
41186         * math/libm-test.inc (jn_test): Add missing L suffix.
41187
41188 2012-02-06  Marek Polacek  <polacek@redhat.com>
41189
41190         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
41191         * sysdeps/i386/fpu/e_powf.S: Likewise.
41192         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
41193         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
41194         * sysdeps/i386/fpu/e_acosh.S: Likewise.
41195         * sysdeps/i386/fpu/e_pow.S: Likewise.
41196         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
41197         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
41198         * sysdeps/i386/fpu/s_expm1.S: Likewise.
41199         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
41200         * sysdeps/i386/fpu/e_log2.S: Likewise.
41201         * sysdeps/i386/fpu/e_log2l.S: Likewise.
41202         * sysdeps/i386/fpu/e_scalb.S: Likewise.
41203         * sysdeps/i386/fpu/e_powl.S: Likewise.
41204         * sysdeps/i386/fpu/s_log1p.S: Likewise.
41205         * sysdeps/i386/fpu/e_log10f.S: Likewise.
41206         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
41207         * sysdeps/i386/fpu/e_logl.S: Likewise.
41208         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
41209         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
41210         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
41211         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
41212         * sysdeps/i386/fpu/e_log2f.S: Likewise.
41213         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
41214         * sysdeps/i386/fpu/e_log.S: Likewise.
41215         * sysdeps/i386/fpu/s_cexp.S: Likewise.
41216         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
41217         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
41218         * sysdeps/i386/fpu/e_logf.S: Likewise.
41219         * sysdeps/i386/fpu/e_log10l.S: Likewise.
41220         * sysdeps/i386/fpu/e_atanh.S: Likewise.
41221         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
41222         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
41223         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
41224         * sysdeps/i386/fpu/e_log10.S: Likewise.
41225         * sysdeps/i386/fpu/s_frexp.S: Likewise.
41226         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
41227         * sysdeps/i386/fpu/s_asinh.S: Likewise.
41228         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
41229         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
41230         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
41231         * sysdeps/i386/asm-syntax.h: Likewise.
41232         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
41233         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
41234         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
41235         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
41236         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
41237         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
41238         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
41239         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
41240         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
41241         * sysdeps/powerpc/sysdep.h: Likewise.
41242         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
41243         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41244
41245 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
41246
41247         [BZ #411]
41248         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
41249
41250 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
41251
41252         * sysdeps/i386/sysdep.h: Include <features.h>.
41253         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
41254         version.
41255
41256 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
41257
41258         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
41259         Define.
41260         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
41261         LOAD_PIC_REG_STR.
41262
41263 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
41264
41265         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
41266         (SETUP_PIC_REG): Use GET_PC_THUNK.
41267         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
41268         macro.
41269
41270 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
41271
41272         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
41273         for non-PIC compilation.
41274         (SETUP_PIC_REG): Add .p2align directive.
41275         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
41276         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
41277         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
41278         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
41279         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
41280         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
41281         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
41282         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
41283         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
41284         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
41285         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
41286         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
41287         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
41288         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
41289         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
41290         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
41291         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
41292         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
41293         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
41294         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
41295         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
41296         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
41297         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
41298         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
41299         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
41300         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
41301         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
41302         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
41303         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
41304         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
41305         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
41306         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
41307         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
41308         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
41309         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
41310         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
41311         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
41312         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
41313         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
41314         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
41315         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
41316
41317 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
41318
41319         * math/tst-CMPLX.c: Include <stdio.h>.
41320
41321 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
41322
41323         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
41324         float.
41325         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
41326         * sysdeps/sparc/bits/mathdef.h: Likewise.
41327
41328 2012-01-31  Marek Polacek  <polacek@redhat.com>
41329
41330         * libio/libio.h: Don't define _PARAMS.
41331         * locale/programs/config.h: Don't define PARAMS.
41332         * stdlib/strtol_l.c: Likewise.
41333         (__strtol_l): Remove PARAMS from the prototype.
41334
41335 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
41336
41337         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
41338         names.  Just use the correct names.  Remove unnecessary wrapper
41339         functions.
41340         * malloc/arena.c: Likewise.
41341         * malloc/hooks.c: Likewise.
41342
41343         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
41344         ARENA_TEST says not to.  Simplify test for creation of a new arena.
41345         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
41346
41347 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
41348
41349         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
41350         into tail calls.
41351         (update_get_addr): New function.
41352         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
41353         GET_ADDR_MODULE parameter.
41354
41355 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
41356
41357         * crypt/cert.c: Remove __STDC__ conditionals.
41358         * crypt/crypt-entry.c: Likewise.
41359         * crypt/crypt_util.c: Likewise.
41360         * libio/filedoalloc.c: Likewise.
41361         * libio/fileops.c: Likewise.
41362         * libio/genops.c: Likewise.
41363         * libio/iofclose.c: Likewise.
41364         * libio/iofdopen.c: Likewise.
41365         * libio/iofopen.c: Likewise.
41366         * libio/iofopen64.c: Likewise.
41367         * libio/iogetdelim.c: Likewise.
41368         * libio/iopopen.c: Likewise.
41369         * libio/obprintf.c: Likewise.
41370         * libio/oldfileops.c: Likewise.
41371         * libio/oldiofclose.c: Likewise.
41372         * libio/oldiofdopen.c: Likewise.
41373         * libio/oldiofopen.c: Likewise.
41374         * libio/oldiopopen.c: Likewise.
41375         * libio/wfiledoalloc.c: Likewise.
41376         * libio/wgenops.c: Likewise.
41377         * locale/programs/xmalloc.c: Likewise.
41378         * misc/syslog.c: Likewise.
41379         * stdio-common/xbug.c: Likewise.
41380         * string/memchr.c: Likewise.
41381         * string/memcmp.c: Likewise.
41382         * string/memrchr.c: Likewise.
41383         * string/rawmemchr.c: Likewise.
41384         * sysdeps/posix/getcwd.c: Likewise.
41385         * time/strftime_l.c: Likewise.
41386
41387 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
41388
41389         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
41390         * config.make.in (config-cflags-sse2avx): Define.
41391         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
41392         Fix typo.
41393
41394 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
41395
41396         * scripts/config.guess: Update from upstream config git repository.
41397         * scripts/config.sub: Likewise.
41398
41399 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
41400
41401         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
41402         (EM_NUM): Update.
41403         (R_TILEPRO_*, R_TILEGX_*): New macros.
41404
41405         * scripts/firstversions.awk: Fix bug in version range handling.
41406
41407         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
41408
41409         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
41410
41411         * include/sys/epoll.h: New file.
41412         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
41413         libc_hidden_def.
41414
41415 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
41416
41417         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
41418         Avoid unnecessary __WORDSIZE == 64 test.
41419         (fmaxf): Use VEX format if possible.
41420         (fmax): Likewise.
41421         (fminf): Likewise.
41422         (fmin): Likewise.
41423
41424         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
41425         * math/math_private.h: Remove libc_fegetround* and
41426         libc_fesetround*.
41427         * sysdeps/i386/configure.in: Check for -msse2avx.
41428         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
41429         also if SSE2AVX is defined.
41430         Remove libc_fegetround* and libc_fesetround*.
41431         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
41432         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
41433         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
41434         of HAS_YMM_USABLE.
41435         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
41436         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
41437         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
41438         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
41439         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
41440
41441         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
41442
41443 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41444
41445         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
41446         size is not set.
41447         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
41448
41449 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
41450
41451         [BZ #13618]
41452         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
41453         relocation.
41454         * Makeconfig (libm): Define.
41455         * elf/Makefile: Add rules to build and run tst-relsort1.
41456         * elf/tst-relsort1.c: New file.
41457         * elf/tst-relsort1mod1.c: New file.
41458         * elf/tst-relsort1mod2.c: New file.
41459
41460 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
41461
41462         * math/s_ldexp.c: Remove __STDC__ conditionals.
41463         * math/s_ldexpf.c: Likewise.
41464         * math/s_ldexpl.c: Likewise.
41465         * math/s_nextafter.c: Likewise.
41466         * math/s_nexttowardf.c: Likewise.
41467         * math/s_significand.c: Likewise.
41468         * math/s_significandf.c: Likewise.
41469         * math/s_significandl.c: Likewise.
41470         * math/w_jnl.c: Likewise.
41471         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
41472         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
41473         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
41474         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
41475         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
41476         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
41477         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
41478         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
41479         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
41480         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
41481         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
41482         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
41483         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
41484         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
41485         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
41486         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
41487         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
41488         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
41489         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
41490         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
41491         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
41492         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
41493         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
41494         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41495         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
41496         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
41497         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
41498         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
41499         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
41500         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
41501         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
41502         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
41503         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
41504         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
41505         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
41506         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
41507         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
41508         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
41509         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
41510         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
41511         * sysdeps/ieee754/k_standard.c: Likewise.
41512         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
41513         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
41514         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
41515         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
41516         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
41517         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
41518         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
41519         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
41520         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
41521         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
41522         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
41523         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
41524         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
41525         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
41526         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
41527         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
41528         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
41529         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
41530         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
41531         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
41532         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
41533         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
41534         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
41535         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
41536         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
41537         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
41538         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
41539         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
41540         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
41541         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
41542         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
41543         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
41544         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
41545         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
41546         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
41547         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
41548         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
41549         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
41550         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
41551         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
41552         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
41553         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
41554         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
41555         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
41556         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
41557         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
41558         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
41559         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
41560         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
41561         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
41562         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
41563         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
41564         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
41565         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
41566         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
41567         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
41568         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
41569         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
41570         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
41571         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
41572         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
41573         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
41574         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
41575         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
41576         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
41577         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
41578         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
41579         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
41580         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
41581         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
41582         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
41583         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
41584         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
41585         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
41586         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
41587         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
41588         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
41589         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
41590         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
41591         * sysdeps/ieee754/s_matherr.c: Likewise.
41592         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
41593         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
41594         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
41595         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
41596
41597 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
41598
41599         * crypt/md5.h: Remove __STDC__ conditionals.
41600         * libio/libioP.h: Likewise.
41601         * locale/programs/config.h: Likewise.
41602         * sysdeps/generic/sysdep.h: Likewise.
41603         * sysdeps/i386/asm-syntax.h: Likewise.
41604         * sysdeps/s390/asm-syntax.h: Likewise.
41605         * sysdeps/unix/sysdep.h: Likewise.
41606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
41607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
41608
41609 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
41610
41611         * libio/libio.h: Remove __STDC__ conditionals.
41612         * malloc/obstack.h: Likewise.
41613         * math/complex.h: Likewise.
41614         * math/math.h: Likewise.
41615         * sysdeps/generic/_G_config.h: Likewise.
41616         * sysdeps/gnu/_G_config.h: Likewise.
41617         * sysdeps/mach/hurd/_G_config.h: Likewise.
41618         * sysdeps/powerpc/bits/mathdef.h: Likewise.
41619         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
41620         * sysdeps/sparc/bits/mathdef.h: Likewise.
41621
41622 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
41623
41624         [BZ #13583]
41625         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
41626         Clean up HAS_* macros.
41627         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
41628         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
41629         possible.
41630         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
41631         HAS_AVX.
41632         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
41633         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
41634         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
41635         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
41636         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
41637
41638 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
41639
41640         * elf/tst-unique3.cc (gets): Remove declaration.
41641         * elf/tst-unique3lib.cc (gets): Likewise.
41642         * elf/tst-unique3lib2.cc (gets): Likewise.
41643         * elf/tst-unique4.cc (gets): Likewise.
41644
41645 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
41646
41647         * include/stdio.h: Add C++ protection.  Add gets declarations and
41648         definitions.
41649         * debug/tst-chk1.c: Don't declare gets here.
41650         * stdio-common/tst-gets.c: Likewise.
41651
41652 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
41653
41654         * posix/glob: Remove directory.
41655
41656 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
41657
41658         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
41659
41660 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
41661
41662         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
41663         of the non-standard EPFNOSUPPORT.
41664
41665 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41666
41667         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
41668         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
41669         ANYWHERE set to 1 only on KERN_NO_SPACE error.
41670
41671 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
41672
41673         * wcsmbs/uchar.h: Test __STDC_VERSION__.
41674
41675 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
41676
41677         * nscd/aicache.c (addhstaiX): Do not cache negative results of
41678         transient errors.
41679         * nscd/grpcache.c (cache_addgr): Likewise.
41680         * nscd/hstcache.c (cache_addhst): Likewise.
41681         * nscd/initgrcache.c (addinitgroupsX): Likewise.
41682         * nscd/pwdcache.c (cache_addpw): Likewise.
41683         * nscd/servicescache.c (cache_addserv): Likewise.
41684
41685 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
41686
41687         * malloc/malloc.c: Various cleanups.
41688         * malloc/hooks.c: Likewise.
41689
41690         * stdlib/Makefile (tests): Add bug-fmtmsg1.
41691         * stdlib/bug-fmtmsg1.c: New file.
41692
41693         * stdlib/fmtmsg.c (init): Add missing unlock.
41694         Patch by Peng Haitao <penght@cn.fujitsu.com>.
41695
41696 2012-01-12  Marek Polacek  <polacek@redhat.com>
41697
41698         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
41699         and _GNU_SOURCE.
41700
41701 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
41702
41703         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
41704         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
41705         macro to ensure uniqueness of label name.
41706         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
41707         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
41708
41709 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
41710
41711         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
41712
41713         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
41714         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
41715         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
41716         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
41717
41718 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
41719
41720         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
41721
41722         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
41723         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
41724         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
41725
41726         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
41727
41728         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
41729         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
41730         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41731         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
41732
41733         * math/bits/math-finite.h: Add ldexp support.
41734
41735 2012-01-10  Marek Polacek  <polacek@redhat.com>
41736
41737         * locale/programs/localedef.h (show_archive_content): Add noreturn
41738         attribute.
41739
41740 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
41741
41742         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
41743
41744 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
41745
41746         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
41747
41748         * io/Makefile (headers): Add bits/poll2.h.
41749
41750 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
41751
41752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
41753         typo #include statement.
41754
41755 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
41756
41757         * include/sys/cdefs.h: Define __attribute_alloc_size.
41758         * catgets/gencat.c: Add alloc_size attribute and apply consistently
41759         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
41760         * elf/pldd.c: Likewise.
41761         * iconv/iconv_charmap.c: Likewise.
41762         * iconv/iconvconfig.c: Likewise.
41763         * iconv/strtab.c: Likewise.
41764         * locale/programs/locale.c: Likewise.
41765         * locale/programs/localedef.h: Likewise.
41766         * locale/programs/simple-hash.c: Likewise.
41767         * nscd/nscd.h: Likewise.
41768         * nss/makedb.c: Likewise.
41769         * sysdeps/generic/ldconfig.h: Likewise.
41770         * locale/programs/localedef.c: Remove xmalloc prototype.
41771         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
41772
41773 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
41774
41775         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
41776         appropriate.
41777
41778 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
41779
41780         * math/Makefile (tests): Add tst-CMPLX.
41781         * math/tst-CMPLX.c: New file.
41782
41783         * math/complex.h (CMPLXL): Fix typo.
41784
41785         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
41786         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
41787         GLIBC_2.16.
41788         * debug/tst-chk1.c: Add poll and ppoll tests.
41789         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
41790         * include/sys/poll.h: Add hidden proto for ppoll.
41791         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
41792         * sysdeps/mach/hurd/ppoll.c: Likewise.
41793         * io/ppoll.c: Likewise.
41794         * debug/poll_chk.c: New file.
41795         * debug/ppoll_chk.c: New file.
41796         * include/bits/poll2.h: New file.
41797         * io/bits/poll2.h: New file.
41798
41799         [BZ #1350]
41800         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
41801
41802         * configure.in: static is always set to yes.  Remove.
41803         * config.make.in: Don't set build-static.
41804         * Makeconfig: Remove use of build-static.
41805         * dlfcn/Makefile: Likewise.
41806         * elf/Makefile: Likewise.
41807         * math/Makefile: Likewise.
41808         * misc/Makefile: Likewise.
41809         * nptl/Makefile: Likewise.
41810         * sysdeps/mach/hurd/Makefile: Likewise.
41811
41812         * configure.in: PWD_P is not used anymore.
41813         * config.make.in: Remove PWD_P entry.
41814
41815         * configure.in: Remove last remnants of RANLIB.
41816         No need to check for signed size_t anymore.
41817         Don't set libc_commonpagesize and libc_relro_required here for Alpha
41818         and IA-64.
41819         Remove __builtin_expect test because we require at least gcc 3.4.
41820         * aclocal.m4: Likewise.
41821
41822         * wcsmbs/mbrtoc16.c: Implement using towc function.
41823         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
41824         * wcsmbs/wcsmbsload.c: Likewise.
41825         * iconv/gconv_simple.c: Likewise.
41826         * iconv/gconv_int.h: Likewise.
41827         * iconv/gconv_builtin.h: Likewise.
41828         * iconv/iconv_prog.c: Remove CHAR16 handling.
41829
41830         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
41831
41832         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
41833
41834         * configure.in: Remove --with-elf and --enable-bounded options.
41835         Dont set base_machine for ia64.  More non-ELF conditions removed.
41836         Remove testing and setting of leading underscore information.
41837         * config.make.in (build-bounded): Set to no.
41838         * config.h.in: Remove NO_UNDERSCORES entry.
41839         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
41840         them.
41841         * csu/start.c: Remove !NO_UNDERSCORE code.
41842         * locale/localeinfo.h: Likewise.
41843         * sysdeps/generic/machine-gmon.h: Likewise.
41844         * sysdeps/generic/sysdep.h: Likewise.
41845         * sysdeps/i386/sysdep.h: Likewise.
41846         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
41847         * sysdeps/mach/sysdep.h: Likewise.
41848         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41849         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41850         * sysdeps/sh/sysdep.h: Likewise.
41851         * sysdeps/sparc/sparc32/alloca.S: Likewise.
41852         * sysdeps/unix/i386/sysdep.S: Likewise.
41853         * sysdeps/unix/sparc/start.c: Likewise.
41854         * sysdeps/unix/sparc/sysdep.S: Likewise.
41855         * sysdeps/unix/sparc/sysdep.h: Likewise.
41856         * sysdeps/unix/start.c: Likewise.
41857         * sysdeps/unix/x86_64/sysdep.S: Likewise.
41858         * sysdeps/x86_64/sysdep.h: Likewise.
41859
41860 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
41861
41862         [BZ #13553]
41863         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
41864         for non-gcc.
41865         * argp/argp-fmtstream.h: Use const instead __const.
41866         * argp/argp.h: Likewise.
41867         * assert/assert.h: Likewise.
41868         * bits/fenv.h: Likewise.
41869         * bits/sched.h: Likewise.
41870         * bits/sigset.h: Likewise.
41871         * bits/sigthread.h: Likewise.
41872         * catgets/nl_types.h: Likewise.
41873         * conform/data/pthread.h-data: Likewise.
41874         * crypt/crypt-private.h: Likewise.
41875         * crypt/crypt.h: Likewise.
41876         * crypt/crypt_util.c: Likewise.
41877         * ctype/ctype.h: Likewise.
41878         * debug/execinfo.h: Likewise.
41879         * debug/mbsnrtowcs_chk.c: Likewise.
41880         * debug/mbsrtowcs_chk.c: Likewise.
41881         * debug/wcsnrtombs_chk.c: Likewise.
41882         * debug/wcsrtombs_chk.c: Likewise.
41883         * debug/wcstombs_chk.c: Likewise.
41884         * dirent/dirent.h: Likewise.
41885         * dlfcn/dlfcn.h: Likewise.
41886         * elf/neededtest4.c: Likewise.
41887         * grp/grp.h: Likewise.
41888         * gshadow/gshadow.h: Likewise.
41889         * iconv/gconv.h: Likewise.
41890         * iconv/gconv_int.h: Likewise.
41891         * iconv/gconv_simple.c: Likewise.
41892         * iconv/iconv.h: Likewise.
41893         * iconv/loop.c: Likewise.
41894         * iconv/skeleton.c: Likewise.
41895         * include/aio.h: Likewise.
41896         * include/aliases.h: Likewise.
41897         * include/argz.h: Likewise.
41898         * include/arpa/inet.h: Likewise.
41899         * include/assert.h: Likewise.
41900         * include/dirent.h: Likewise.
41901         * include/dlfcn.h: Likewise.
41902         * include/execinfo.h: Likewise.
41903         * include/fcntl.h: Likewise.
41904         * include/fenv.h: Likewise.
41905         * include/glob.h: Likewise.
41906         * include/grp.h: Likewise.
41907         * include/libintl.h: Likewise.
41908         * include/mntent.h: Likewise.
41909         * include/netdb.h: Likewise.
41910         * include/pwd.h: Likewise.
41911         * include/rpc/netdb.h: Likewise.
41912         * include/sched.h: Likewise.
41913         * include/search.h: Likewise.
41914         * include/shadow.h: Likewise.
41915         * include/signal.h: Likewise.
41916         * include/stdio.h: Likewise.
41917         * include/stdlib.h: Likewise.
41918         * include/string.h: Likewise.
41919         * include/sys/socket.h: Likewise.
41920         * include/sys/stat.h: Likewise.
41921         * include/sys/statfs.h: Likewise.
41922         * include/sys/statvfs.h: Likewise.
41923         * include/sys/syslog.h: Likewise.
41924         * include/sys/time.h: Likewise.
41925         * include/sys/uio.h: Likewise.
41926         * include/time.h: Likewise.
41927         * include/unistd.h: Likewise.
41928         * include/utmp.h: Likewise.
41929         * include/wchar.h: Likewise.
41930         * include/wctype.h: Likewise.
41931         * inet/aliases.h: Likewise.
41932         * inet/arpa/inet.h: Likewise.
41933         * inet/netinet/ether.h: Likewise.
41934         * inet/netinet/in.h: Likewise.
41935         * intl/libintl.h: Likewise.
41936         * io/bits/fcntl2.h: Likewise.
41937         * io/fcntl.h: Likewise.
41938         * io/ftw.h: Likewise.
41939         * io/sys/poll.h: Likewise.
41940         * io/sys/stat.h: Likewise.
41941         * io/sys/statfs.h: Likewise.
41942         * io/sys/statvfs.h: Likewise.
41943         * io/utime.h: Likewise.
41944         * libio/bits/stdio.h: Likewise.
41945         * libio/bits/stdio2.h: Likewise.
41946         * libio/libio.h: Likewise.
41947         * libio/libioP.h: Likewise.
41948         * libio/stdio.h: Likewise.
41949         * locale/lc-ctype.c: Likewise.
41950         * locale/locale.h: Likewise.
41951         * login/utmp.h: Likewise.
41952         * malloc/arena.c: Likewise.
41953         * malloc/malloc.c: Likewise.
41954         * malloc/malloc.h: Likewise.
41955         * malloc/mcheck.c: Likewise.
41956         * malloc/mtrace.c: Likewise.
41957         * math/bits/mathcalls.h: Likewise.
41958         * math/fenv.h: Likewise.
41959         * math/math_private.h: Likewise.
41960         * misc/bits/error.h: Likewise.
41961         * misc/bits/syslog.h: Likewise.
41962         * misc/err.h: Likewise.
41963         * misc/error.h: Likewise.
41964         * misc/fstab.h: Likewise.
41965         * misc/mntent.h: Likewise.
41966         * misc/regexp.h: Likewise.
41967         * misc/search.h: Likewise.
41968         * misc/sgtty.h: Likewise.
41969         * misc/sys/mman.h: Likewise.
41970         * misc/sys/syslog.h: Likewise.
41971         * misc/sys/uio.h: Likewise.
41972         * misc/sys/xattr.h: Likewise.
41973         * misc/ttyent.h: Likewise.
41974         * nis/rpcsvc/ypclnt.h: Likewise.
41975         * nss/nss.h: Likewise.
41976         * posix/bits/unistd.h: Likewise.
41977         * posix/fnmatch.h: Likewise.
41978         * posix/glob.h: Likewise.
41979         * posix/sched.h: Likewise.
41980         * posix/spawn.h: Likewise.
41981         * posix/sys/wait.h: Likewise.
41982         * posix/unistd.h: Likewise.
41983         * posix/wordexp.h: Likewise.
41984         * pwd/pwd.h: Likewise.
41985         * resolv/netdb.h: Likewise.
41986         * resource/sys/resource.h: Likewise.
41987         * rt/aio.h: Likewise.
41988         * rt/bits/mqueue2.h: Likewise.
41989         * rt/mqueue.h: Likewise.
41990         * shadow/shadow.h: Likewise.
41991         * signal/signal.h: Likewise.
41992         * socket/send.c: Likewise.
41993         * socket/sendto.c: Likewise.
41994         * socket/sys/socket.h: Likewise.
41995         * stdio-common/printf.h: Likewise.
41996         * stdlib/bits/stdlib.h: Likewise.
41997         * stdlib/fmtmsg.h: Likewise.
41998         * stdlib/monetary.h: Likewise.
41999         * stdlib/stdlib.h: Likewise.
42000         * stdlib/ucontext.h: Likewise.
42001         * streams/stropts.h: Likewise.
42002         * string/argz.h: Likewise.
42003         * string/bits/string2.h: Likewise.
42004         * string/string.h: Likewise.
42005         * string/strings.h: Likewise.
42006         * sunrpc/rpc/auth.h: Likewise.
42007         * sunrpc/rpc/auth_des.h: Likewise.
42008         * sunrpc/rpc/clnt.h: Likewise.
42009         * sunrpc/rpc/netdb.h: Likewise.
42010         * sunrpc/rpc/pmap_clnt.h: Likewise.
42011         * sunrpc/rpc/xdr.h: Likewise.
42012         * sysdeps/generic/inttypes.h: Likewise.
42013         * sysdeps/generic/net/if.h: Likewise.
42014         * sysdeps/generic/sys/swap.h: Likewise.
42015         * sysdeps/gnu/net/if.h: Likewise.
42016         * sysdeps/gnu/utmpx.h: Likewise.
42017         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
42018         * sysdeps/i386/i486/bits/string.h: Likewise.
42019         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
42020         * sysdeps/s390/bits/string.h: Likewise.
42021         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
42022         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
42023         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
42024         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
42025         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
42026         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
42027         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
42028         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
42029         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
42030         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
42031         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
42032         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
42033         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
42034         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
42035         * sysdeps/unix/sysv/linux/readv.c: Likewise.
42036         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
42037         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
42038         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42039         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
42040         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
42041         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
42042         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
42043         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
42044         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
42045         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
42046         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
42047         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
42048         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42049         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
42050         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
42051         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
42052         * sysvipc/sys/ipc.h: Likewise.
42053         * sysvipc/sys/msg.h: Likewise.
42054         * sysvipc/sys/sem.h: Likewise.
42055         * sysvipc/sys/shm.h: Likewise.
42056         * termios/termios.h: Likewise.
42057         * time/sys/time.h: Likewise.
42058         * time/time.h: Likewise.
42059         * wcsmbs/bits/wchar2.h: Likewise.
42060         * wcsmbs/uchar.h: Likewise.
42061         * wcsmbs/wchar.h: Likewise.
42062         * wctype/wctype.h: Likewise.
42063
42064         [BZ #13551]
42065         * Makeconfig: Remove all but ELF support including AIX support.
42066         * Makerules: Likewise.
42067         * config.h.in: Likewise.
42068         * config.make.in: Likewise.
42069         * configure: Likewise.
42070         * configure.in: Likewise.
42071         * csu/Makefile: Likewise.
42072         * csu/version.c: Likewise.
42073         * debug/Makefile: Likewise.
42074         * dlfcn/Makefile: Likewise.
42075         * elf/Makefile: Likewise.
42076         * extra-lib.mk: Likewise.
42077         * iconv/Makefile: Likewise.
42078         * include/libc-symbols.h: Likewise.
42079         * include/shlib-compat.h: Likewise.
42080         * resolv/Makefile: Likewise.
42081         * resolv/res_libc.c: Likewise.
42082         * rt/Makefile: Likewise.
42083         * sysdeps/i386/asm-syntax.h: Likewise.
42084         * sysdeps/i386/sysdep.h: Likewise.
42085         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
42086         * sysdeps/mach/sysdep.h: Likewise.
42087         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
42088         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
42089         * sysdeps/s390/asm-syntax.h: Likewise.
42090         * sysdeps/s390/s390-32/sysdep.h: Likewise.
42091         * sysdeps/s390/s390-64/sysdep.h: Likewise.
42092         * sysdeps/sh/sysdep.h: Likewise.
42093         * sysdeps/unix/sparc/sysdep.h: Likewise.
42094         * sysdeps/wordsize-32/divdi3.c: Likewise.
42095         * sysdeps/x86_64/sysdep.h: Likewise.
42096
42097         * argp/Versions: Remove _argp_unlock_xxx.
42098
42099         [BZ #13559]
42100         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
42101         * abilist/libBrokenLocale.abilist: Likewise.
42102         * abilist/libanl.abilist: Likewise.
42103         * abilist/libc.abilist: Likewise.
42104         * abilist/libcrypt.abilist: Likewise.
42105         * abilist/libdl.abilist: Likewise.
42106         * abilist/libm.abilist: Likewise.
42107         * abilist/libnsl.abilist: Likewise.
42108         * abilist/libpthread.abilist: Likewise.
42109         * abilist/libresolv.abilist: Likewise.
42110         * abilist/librt.abilist: Likewise.
42111         * abilist/libthread_db.abilist: Likewise.
42112         * abilist/libutil.abilist: Likewise.
42113         * abilist/libnss_db.abilist: New file.
42114
42115         * scripts/abilist.awk: Add support for indirect functions.
42116
42117         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
42118
42119         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
42120
42121         * shlib-versions: Remove entries for ports architectures.
42122
42123         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
42124         files in ports.
42125         * elf/stackguard-macros.h: Remove support for IA-64.
42126         * elf/tst-auditmod1.c: Likewise.
42127         * sysdeps/generic/ldsodefs.h: Likewise.
42128
42129         * sysdeps/unix/sysv/linux/configure.in: Ports should define
42130         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
42131         configure files.
42132
42133         [BZ #13552]
42134         * configure.in: Remove --enable-omitfp support.
42135         * FAQ.in: Adjust.
42136         * config.make.in: Likewise.
42137         * Makeconfig: Likewise.
42138         * manual/install.texi: Likewise.
42139
42140         In case anyone cares, the IA-64 architecture could move to ports.
42141         * sysdeps/ia64/*: Removed.
42142         * sysdeps/unix/sysv/linux/ia64/*: Removed.
42143         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
42144
42145         [BZ #13555]
42146         * configure.in: Remove entries for unsupported architectures.
42147
42148         [BZ #13533]
42149         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
42150         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
42151         routines.
42152         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
42153         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
42154         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
42155         fall back to using wcrtomb.
42156         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
42157         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
42158         renaming.
42159         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
42160         * wcsmbs/tst-c16c32-1.c: New file.
42161
42162         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
42163         local variable.
42164
42165         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
42166
42167         * elf/tst-unique3.cc: Add explicit declaration of gets.
42168         * elf/tst-unique3lib.cc: Likewise.
42169         * elf/tst-unique3lib2.cc: Likewise.
42170         * elf/tst-unique4.cc: Likewise.
42171
42172         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
42173
42174 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
42175
42176         [BZ #13566]
42177         * assert/assert.h (static_assert): Don't define for C++.
42178         * libio/stdio.h (gets): Do declare for C++ <= C++11.
42179         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
42180
42181 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
42182
42183         * iconv/loop.c (single loop): Fix assertion in storing of
42184         remaining bytes.
42185
42186         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
42187
42188 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
42189
42190         * posix/getconf.c: Update copyright year.
42191         * nss/getent.c: Likewise.
42192         * nss/makedb.c: Likewise.
42193         * iconv/iconvconfig.c: Likewise.
42194         * iconv/iconv_prog.c: Likewise.
42195         * elf/ldconfig.c: Likewise.
42196         * elf/pldd.c: Likewise.
42197         * elf/sotruss.ksh: Likewise.
42198         * catgets/gencat.c: Likewise.
42199         * csu/version.c: Likewise.
42200         * elf/ldd.bash.in: Likewise.
42201         * elf/sprof.c (print_version): Likewise.
42202         * locale/programs/locale.c: Likewise.
42203         * locale/programs/localedef.c: Likewise.
42204         * login/programs/pt_chown.c: Likewise.
42205         * nscd/nscd.c (print_version): Likewise.
42206         * debug/xtrace.sh: Likewise.
42207         * malloc/memusage.sh: Likewise.
42208         * malloc/mtrace.pl: Likewise.
42209         * debug/catchsegv.sh: Likewise.
42210
42211 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
42212
42213         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
42214         pure attribute.
42215
42216 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
42217
42218         [BZ #13533]
42219         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
42220         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
42221         transformations.
42222         * iconv/gconv_int.h: Likewise.
42223         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
42224         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
42225         from libc for GLIBC_2.16.
42226         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
42227         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
42228         * wcsmbs/uchar.h: Really define mbstate_t.
42229         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
42230         * wcsmbs/c16rtomb.c: New file.
42231         * wcsmbs/mbrtoc16.c: New file.
42232         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
42233         for C/POSIX locale.
42234         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
42235         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
42236
42237         * wcsmbs/wchar.h: Add missing __restrict.
42238
42239 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
42240
42241         [BZ #13532]
42242         * time/Makefile (routines): Add timespec_get.
42243         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
42244         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
42245         timespec for ISO C11.
42246         * time/timespec_get.c: New file.
42247         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
42248         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
42249
42250         [BZ #13531]
42251         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
42252         * stdlib/stdlib.h: Declare aligned_alloc.
42253         * Versions.def: Add GLIBC_2.16 for libc.
42254         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
42255
42256         [BZ 13527]
42257         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
42258         ISO C11.
42259
42260         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
42261         code.
42262
42263         [BZ #13528]
42264         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
42265
42266         [BZ #13529]
42267         * assert/assert.h (static_assert): Define.
42268
42269         * version.h: Update for 2.16 development version.
42270
42271         [BZ #13526]
42272         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
42273         _ISOC11_SOURCE.
42274
42275         * version.h (RELEASE): Bump for 2.15 release.
42276         * include/features.h (__GLIBC_MINOR__): Bump to 15.
42277
42278         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
42279         Patch by Marek Polacek <mpolacek@redhat.com>.
42280
42281         * bits/byteswap.h: Protect long long constants with __extension__.
42282         * sysdeps/i386/bits/byteswap.h: Likewise.
42283         * sysdeps/ia64/bits/byteswap.h: Likewise.
42284         * sysdeps/s390/bits/byteswap.h: Likewise.
42285         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42286
42287 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42288
42289         [BZ #13540]
42290         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
42291         destination buffer.
42292         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
42293
42294 2011-12-23  Marek Polacek  <polacek@redhat.com>
42295
42296         * elf/dl-addr.c (determine_info): Add inline keyword.
42297         * elf/tst-auditmod4b.c (check_avx): Likewise.
42298         * elf/tst-auditmod6b.c (check_avx): Likewise.
42299         * elf/tst-auditmod6c.c (check_avx): Likewise.
42300         * elf/tst-auditmod7b.c (check_avx): Likewise.
42301
42302 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
42303
42304         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
42305         !__SSE_MATH__.
42306
42307 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42308
42309         [BZ #13540]
42310         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
42311         processing for last bytes.
42312
42313 2011-08-06  Bruno Haible  <bruno@clisp.org>
42314
42315         [BZ #13061]
42316         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
42317         U+0385, not to U+1FEE.
42318
42319         [BZ #13062]
42320         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
42321         entry for U+00A5 U+0301.
42322
42323 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
42324
42325         [BZ #13166]
42326         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
42327         buffer for the output is too small.
42328
42329         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
42330         optimization.
42331
42332         [BZ #13185]
42333         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
42334         SSE flags if possible.
42335
42336 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42337
42338         [BZ #13540]
42339         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
42340         processing for last bytes.
42341
42342 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
42343
42344         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
42345         (syscall-list-default-options, syscall-list-default-condition)
42346         (syscall-list-includes): Define.
42347         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
42348         list of ABIs and options and #if conditions for each ABI.  Do not
42349         handle common syscalls between ABIs specially.
42350         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
42351         Remove.
42352         (syscall-list-variants, syscall-list-32bit-options)
42353         (syscall-list-32bit-condition, syscall-list-64bit-options)
42354         (syscall-list-64bit-condition): Define.
42355         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): 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/sparc/Makefile (64bit-predefine):
42360         Remove.
42361         (syscall-list-variants, syscall-list-32bit-options)
42362         (syscall-list-32bit-condition, syscall-list-64bit-options)
42363         (syscall-list-64bit-condition): Define.
42364         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
42365         Remove.
42366         (syscall-list-variants, syscall-list-32bit-options)
42367         (syscall-list-32bit-condition, syscall-list-64bit-options)
42368         (syscall-list-64bit-condition): Define.
42369
42370 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
42371
42372         * locale/iso-639.def: Add brx entry.
42373
42374         [BZ #13328]
42375         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
42376         Proposed by Mariusz_Cukr <marcukr@op.pl>.
42377
42378         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
42379         __feraiseexcept_renamed.
42380
42381 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
42382
42383         [BZ #13538]
42384         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
42385         EPOLLET with unsigned values.
42386         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42387         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
42388
42389         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
42390         to large cancellation.
42391         * math/s_cacoshf.c: Likewise.
42392         * math/s_cacoshl.c: Likewise.
42393
42394 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
42395
42396         [BZ #13305]
42397         [BZ #12786]
42398         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
42399         * math/s_cacoshf.c: Likewise.
42400         * math/s_cacoshl.c: Likewise.
42401
42402 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
42403
42404         [BZ #13439]
42405         * iconv/gconv.h: Define __GCONV_SWAP.
42406         * iconvdata/unicode.c: The swap bit must be stored in __flags.
42407         * iconvdata/utf-16.c: Likewise.
42408         * iconvdata/utf-32.c: Likewise.
42409
42410 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
42411
42412         [BZ #13524]
42413         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
42414         numerator after shifting it by one limb.
42415
42416 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
42417
42418         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
42419         under [__USE_EXTERN_INLINES].
42420
42421 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
42422
42423         [BZ #13446]
42424         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
42425
42426 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42427
42428         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
42429         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
42430         optimized code.
42431         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
42432         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
42433         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
42434         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
42435         for strncasecmp/strncasecmp_l compilation.
42436         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
42437         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
42438
42439 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
42440
42441         [BZ #13484]
42442         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
42443         of __asm__.
42444
42445 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
42446
42447         [BZ #13506]
42448         * time/tzfile.c (__tzfile_read): Check values from file header.
42449
42450 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
42451
42452         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
42453         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
42454         * powerpc/powerpc32/dl-start.S: Likewise.
42455         * powerpc/powerpc32/elf/start.S: Likewise.
42456         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
42457         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
42458         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
42459         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
42460         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
42461         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
42462         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
42463         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
42464         * powerpc/powerpc32/fpu/s_round.S: Likewise.
42465         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
42466         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
42467         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
42468         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
42469         * powerpc/powerpc32/memset.S: Likewise.
42470         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
42471         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
42472         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
42473         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
42474         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
42475         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
42476         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
42477         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
42478         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
42479         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
42480         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
42481         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
42482         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
42483
42484 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42485
42486         * math/libm-test.inc: Added more nearbyint tests.
42487         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
42488         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
42489         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
42490         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
42491
42492 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
42493
42494         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
42495         FD_CLOEXEC.
42496
42497 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42498
42499         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
42500         Add wcscpy-ssse3 wcscpy-c.
42501         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
42502         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
42503         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
42504         * sysdeps/x86_64/wcschr.S: New file.
42505         * sysdeps/x86_64/wcsrchr.S: New file.
42506         * string/test-strcmp.c: Remove checking of wcscmp function for
42507         wrong alignments.
42508         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
42509         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
42510         wcsrchr-sse2 wcsrchr-c.
42511         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
42512         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
42513         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
42514         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
42515         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
42516         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
42517         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
42518         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
42519         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
42520         * wcsmbc/wcschr.c (WCSCHR): New macro.
42521
42522 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42523
42524         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
42525         * wcsmbs/test-wcsrchr.c: New file.
42526         * string/test-strrchr.c: Add wcsrchr support.
42527         (WIDE): New macro.
42528         * wcsmbs/test-wcscpy.c: New file.
42529         * string/test-strcpy.c: Add wcscpy support.
42530         (WIDE): New macro.
42531
42532 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
42533
42534         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
42535         the inner loop.
42536
42537 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
42538
42539         [BZ #13472]
42540         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
42541
42542 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
42543
42544         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
42545         Minor optimizations.
42546
42547         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
42548         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
42549         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
42550
42551 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
42552
42553         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
42554         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
42555         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
42556         for gcc to avoid warnings.
42557         * inet/Makefile (tests): Add tst-checks.
42558         * inet/tst-checks.c: New file.
42559
42560         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
42561         warning.
42562
42563         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
42564         __wmemcmp_sse2.
42565
42566         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
42567         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
42568
42569         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
42570
42571 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
42572
42573         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
42574         problem.
42575
42576         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
42577
42578 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
42579
42580         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
42581         conditional on GCC version.
42582         (__arch_compare_and_exchange_val_8_acq)
42583         (__arch_compare_and_exchange_val_16_acq)
42584         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
42585         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
42586         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
42587
42588 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
42589
42590         * sysdeps/sh/backtrace.c: New file.
42591
42592 2011-12-02  Andreas Schwab  <schwab@redhat.com>
42593
42594         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
42595         parenthesis.
42596
42597 2011-12-01  Andreas Schwab  <schwab@redhat.com>
42598
42599         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
42600         falling back to utime.
42601
42602 2011-11-30  Andreas Schwab  <schwab@redhat.com>
42603
42604         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
42605         expectations for float.
42606
42607 2011-11-29  Andreas Schwab  <schwab@redhat.com>
42608
42609         * locale/weight.h (findidx): Add parameter len.
42610         * locale/weightwc.h (findidx): Likewise.
42611         * posix/fnmatch_loop.c (FCT): Adjust caller.
42612         * posix/regcomp.c (build_equiv_class): Likewise.
42613         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
42614         * posix/regexec.c (check_node_accept_bytes): Likewise.
42615         * string/strcoll_l.c (STRCOLL): Likewise.
42616         * string/strxfrm_l.c (STRXFRM): Likewise.
42617
42618 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
42619
42620         * Makefile.in: Remove CVSOPT handling.
42621         * configure.in: Remove use of AC_REVISION.
42622         * iconvdata/Makefile (distribute): No need to filter out CVS.
42623         * scripts/list-sources.sh: Remove CVS, subversion and monotone
42624         handling.
42625
42626 2011-11-16  Andreas Schwab  <schwab@redhat.com>
42627
42628         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
42629         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
42630         [USE_AS_STRNCASECMP_L]: Likewise.
42631         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
42632         NO_TLS_DIRECT_SEG_REFS.
42633         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
42634         Fix argument offsets for non-PIC.
42635         [USE_AS_STRNCASECMP_L]: Likewise.
42636         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
42637         NO_TLS_DIRECT_SEG_REFS.
42638
42639 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
42640
42641         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
42642         O_CLOEXEC.
42643         * locale/loadlocale.c (_nl_load_locale): Likewise.
42644
42645 2011-11-15  Andreas Schwab  <schwab@redhat.com>
42646
42647         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
42648         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
42649         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
42650         (SYSCALL_GETTIME): Set errno on error.
42651
42652         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
42653         count references to noai6ai_cached.
42654
42655 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
42656
42657         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
42658
42659         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
42660         FD_CLOEXEC for /proc/self/maps.
42661
42662         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
42663         FD_CLOEXEC for /proc/meminfo.
42664
42665         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
42666         gai.conf.
42667
42668         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
42669         FD_CLOEXEC for given file.
42670
42671         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
42672
42673         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
42674         FD_CLOEXEC for /etc/hosts.
42675         (_gethtent): Likewise.
42676
42677         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
42678
42679         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
42680         cancellation and set FD_CLOEXEC for /etc/netgroup.
42681
42682         * nss/nss_files/files-key.c (search): Don't allow cancellation when
42683         reading /etc/publickey.
42684
42685         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
42686         allow cancellation when reading /etc/group.
42687
42688         * nss/nss_files/files-alias.c (internal_setent): Don't allow
42689         cancellation.
42690         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
42691
42692         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
42693         when using data file.
42694
42695         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
42696
42697         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
42698         (write_nis_obj): Use "c" and "e" in fopen.
42699
42700         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
42701
42702         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
42703
42704         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
42705
42706         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
42707
42708         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
42709         locale.alias.
42710
42711         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
42712
42713         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
42714
42715         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
42716
42717         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
42718         file parsing and set FD_CLOEXEC.
42719
42720 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
42721
42722         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
42723
42724 2011-11-14  Andreas Schwab  <schwab@redhat.com>
42725
42726         * malloc/arena.c (arena_get2): Don't call reused_arena when
42727         _int_new_arena failed.
42728
42729 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
42730
42731         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
42732         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
42733         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
42734         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
42735         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
42736         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
42737         to compile strcasecmp and strncasecmp.
42738         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
42739         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
42740
42741         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
42742
42743 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
42744
42745         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
42746         locale-defines.sym to gen-as-const-headers.
42747         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
42748         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
42749         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
42750         to compile strcasecmp and strncasecmp.
42751         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
42752         strcasecmp_l and strncasecmp_l.
42753         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
42754         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
42755         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
42756         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
42757         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
42758         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
42759         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
42760         * sysdeps/i386/i686/multiarch/strncase.S: New file.
42761         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
42762         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
42763         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
42764
42765 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
42766
42767         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
42768         result of SYSDEP_GETTIME_CPU to retval.
42769         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
42770         parameter list to macro.  Remove trailing semicolon.  Adjust users.
42771
42772         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
42773         variable.
42774
42775         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
42776         mantissa words.
42777         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
42778
42779         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
42780         from unused variable.
42781
42782         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
42783         DWARF definitions.
42784         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
42785         for assembling.
42786
42787         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
42788         over namespaces.
42789
42790         * sunrpc/rpc_prot.c (rejected): Fix case value.
42791
42792         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
42793         unsigned long long int to avoid warnings in shift.
42794
42795         * posix/regex_internal.c (re_string_reconstruct): Actually use result
42796         of use of trans.
42797         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
42798         variable tmp.
42799
42800         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
42801         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
42802         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
42803
42804         * nis/nis_table.c (nis_list): Use variable of correct type for
42805         result of __follow_path call.
42806
42807 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42808
42809         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
42810         of math functions ceil, trunc, floor, round, and sqrt, when
42811         avaliable on the platform.
42812         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
42813         name clash.
42814         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
42815         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
42816         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
42817
42818 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
42819
42820         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
42821         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
42822
42823 2011-11-11  Roland McGrath  <roland@hack.frob.com>
42824
42825         * include/unistd.h: Fix __readlink return type.
42826         Reported by Chris Metcalf <cmetcalf@tilera.com>.
42827
42828 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
42829
42830         * stdlib/ucontext.h: Undo last change for makecontext.
42831
42832 2011-11-11  Andreas Schwab  <schwab@redhat.com>
42833
42834         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
42835
42836         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
42837         * setjmp/setjmp.h: Mark functions as non-leaf.
42838         * setjmp/bits/setjmp2.h: Likewise.
42839         * stdlib/ucontext.h: Likewise.
42840
42841 2011-11-10  Andreas Schwab  <schwab@redhat.com>
42842
42843         * malloc/arena.c (_int_new_arena): Don't increment narenas.
42844         (reused_arena): Don't check arena limit.
42845         (arena_get2): Atomically check arena limit.
42846
42847 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
42848
42849         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
42850         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
42851
42852         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
42853         instructions.
42854
42855 2011-11-07  Andreas Schwab  <schwab@redhat.com>
42856
42857         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
42858         handler when locking.
42859
42860         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
42861         Fix size of allocated buffer.
42862
42863 2011-11-04  Andreas Schwab  <schwab@redhat.com>
42864
42865         [BZ #10103]
42866         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
42867         declarations for long double functions.
42868         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
42869
42870         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
42871
42872 2011-11-03  Andreas Schwab  <schwab@redhat.com>
42873
42874         * nscd/nscd.c (main): Don't start AVC thread until credentials are
42875         installed.
42876
42877         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
42878         is disabled.
42879
42880 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42881
42882         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
42883
42884 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
42885
42886         * include/alloca.h (stackinfo_alloca_round): Define.
42887         (extend_alloca): Use it.
42888         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
42889         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
42890         here.
42891
42892         * scripts/check-local-headers.sh: Ignore libaudit.h.
42893
42894         * nscd/Makefile (extra-objs): Make recursively expanded.
42895
42896 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
42897
42898         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
42899         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
42900
42901         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
42902         * posix/tst-rfc3484-2.c: Likewise.
42903         * posix/tst-rfc3484-3.c: Likewise.
42904
42905         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
42906         process_vm_writev.
42907         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
42908         process_vm_writev.
42909         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
42910         process_vm_writev from libc using GLIBC_2.15 version.
42911
42912         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
42913
42914 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
42915
42916         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
42917         stack usage.
42918
42919 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
42920
42921         [BZ #13367]
42922         * nss/getent.c (initgroups_keys): Show error message in case no group
42923         names are given.
42924
42925         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
42926         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
42927         __bump_nl_timestamp.
42928         * nscd/connections (nscd_init): When host database is served open
42929         netlink socket and request notification about configuration changes.
42930         (main_loop_poll): Track netlink file descriptor and bump timestamp
42931         in case data becomes available.
42932         (main_loop_epoll): Likewise.
42933         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
42934         (database_pers_head): Add extra_data fileds.
42935         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
42936         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
42937         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
42938         Adjust caller.
42939         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
42940         in6ai data, call __free_in6ai.
42941         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
42942         Add -DHAVE_NETLINK.
42943         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
42944         interface information.  Reuse previous data if netlink timestamp
42945         is not changed.
42946         (__bump_nl_timestamp): New function.
42947         (__free_in6ai): New function.
42948
42949 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
42950
42951         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
42952         close_not_cancel_no_status here.
42953         (__check_pf): Reorganize code a bit to not call close twice if OOM.
42954
42955 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
42956
42957         [BZ #13276]
42958         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
42959         return value.
42960
42961         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
42962         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
42963         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
42964
42965 2011-07-03  Andreas Jaeger  <aj@suse.de>
42966
42967         [BZ #10709]
42968         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
42969         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
42970         * math/libm-test.inc (sin_test): Add test case.
42971
42972 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
42973
42974         [BZ #13337]
42975         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
42976         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
42977
42978         * elf/chroot_canon.c (chroot_canon): Cleanups.
42979
42980         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
42981
42982         [BZ #13335]
42983         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
42984         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
42985
42986         * string/test-strchr.c: Make usable for strchrnul testing.
42987         * string/test-strchrnul.c: New file.
42988         * string/Makefile (strop-tests): Add strchrnul.
42989
42990         * po/it.po: Update from translation team.
42991         * po/es.po: Likewise.
42992
42993 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
42994
42995         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
42996         the three constants needed as parameters.  Drop the others.
42997         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
42998         __m128i_strloadu_tolower.
42999         Create and initialize variable zero and use it in all the places
43000         where _mm_setzero_si128 was used.
43001
43002         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
43003         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
43004         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
43005         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
43006         anymore.
43007         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
43008         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
43009         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
43010         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
43011         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
43012         __mpranred, __mptan.
43013         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
43014         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
43015         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
43016         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
43017         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
43018         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
43019         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
43020         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
43021         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
43022
43023 2011-10-28  Andreas Schwab  <schwab@redhat.com>
43024
43025         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
43026         redefine if SHARED.
43027         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
43028
43029         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
43030         wide char related routines to wcsmbs subdir.
43031
43032 2011-10-27  Andreas Schwab  <schwab@redhat.com>
43033
43034         [BZ #13344]
43035         * misc/sys/cdefs.h (__THROWNL): Define.
43036         * posix/unistd.h: Use __THREADNL instead of __THREAD
43037         for memory synchronization functions.
43038
43039 2011-10-26  Roland McGrath  <roland@hack.frob.com>
43040
43041         [BZ #13349]
43042         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
43043         doesn't exist.
43044         * manual/stdio.texi (Obstack Streams): Node removed.
43045
43046 2011-10-26  Andreas Schwab  <schwab@redhat.com>
43047
43048         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
43049         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
43050         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
43051
43052         * math/math_private.h (math_force_eval): Allow non-addressable
43053         arguments.
43054         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
43055
43056 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43057
43058         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
43059         file is not needed.
43060
43061         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
43062         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
43063         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43064         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43065         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43066         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43067         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43068         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
43069         Add AVX variants.
43070         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
43071         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
43072         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
43073         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
43074         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
43075         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
43076         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
43077         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
43078         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
43079         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
43080         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
43081         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
43082         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
43083         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
43084         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
43085         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
43086         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
43087         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
43088         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
43089
43090         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
43091         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
43092
43093         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
43094         place.  Use VEX encoding when compiling for AVX.
43095
43096 2011-10-25  Andreas Schwab  <schwab@redhat.com>
43097
43098         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
43099         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
43100
43101         * string/test-strchr.c (do_test): Don't generate NUL bytes.
43102
43103 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43104
43105         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
43106         useless if() expression.
43107         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
43108         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
43109         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
43110         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43111         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
43112         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
43113         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
43114         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
43115         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
43116         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43117         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
43118         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
43119         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
43120         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
43121         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
43122         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
43123         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
43124         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
43125         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
43126
43127         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
43128
43129 2011-10-25  Andreas Schwab  <schwab@redhat.com>
43130
43131         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
43132         condition.
43133         * elf/dl-fini.c (_dl_sort_fini): Likewise.
43134
43135 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43136
43137         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
43138         .text section.  Avoid duplicate constants.
43139         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
43140         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43141         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
43142         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43143         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43144         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43145         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43146         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43147         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
43148         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
43149         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
43150         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
43151         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
43152         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
43153         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
43154         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
43155         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
43156         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
43157         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
43158         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43159         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
43160         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
43161         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
43162         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
43163         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
43164         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
43165         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
43166         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
43167         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
43168         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
43169         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
43170         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
43171         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
43172         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
43173         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
43174         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
43175         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
43176         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
43177         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
43178         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
43179         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
43180         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
43181         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
43182         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
43183         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
43184
43185 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
43186
43187         * sysdeps/x86_64/dla.h: Move to ...
43188         * sysdeps/x86_64/fpu/dla.h: ...here.
43189         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
43190         situations.  Use __builtin_fma only for gcc 4.6 and up.
43191
43192         * config.make.in: Add have-mfma4 entry.
43193         * configure.in: Substitute libc_cv_cc_fma4.
43194         * math/Makefile (dbl-only-routines): Add sincostab.
43195         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
43196         Use __sincostab not sincos.
43197         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
43198         name is a macro.
43199         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43200         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43201         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43202         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
43203         using __copysign.
43204         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
43205         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
43206         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
43207         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
43208         and __inv.
43209         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
43210         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
43211         __copysign.
43212         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
43213         define aliases when function name is a macro.
43214         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
43215         sysdeps/ieee754/dbl-64/sincos.tbl.
43216         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
43217         fma4-enabled routines.
43218         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
43219         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
43220         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
43221         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
43222         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
43223         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
43224         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
43225         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
43226         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
43227         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
43228         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
43229         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
43230         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
43231         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
43232         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
43233         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
43234         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
43235         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
43236         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
43237         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
43238         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
43239         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
43240         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
43241         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
43242         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
43243         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
43244         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
43245         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
43246         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
43247         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
43248
43249         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
43250         rename.
43251         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43252         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43253         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43254         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43255         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43256         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43257         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43258         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43259
43260 2011-10-24  Andreas Schwab  <schwab@redhat.com>
43261
43262         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
43263
43264 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
43265
43266         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
43267
43268         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
43269         prediction.
43270         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
43271
43272         * string/strnlen.c: Don't define STRNLEN, reverse logic.
43273         Remove unused variable magic_bits.
43274         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
43275
43276         * string/strnlen.c: Define and use STRNLEN macro.
43277         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
43278         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
43279         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
43280         * wcsmbs/wcslen.c: Define and use WCSLEN.
43281         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
43282         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
43283         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
43284         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
43285         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
43286         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
43287         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
43288
43289 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43290
43291         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
43292         strnlen-sse2-no-bsf.
43293         Rename strlen-no-bsf to strlen-sse2-no-bsf.
43294         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
43295         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
43296         Add strnlen support.
43297         (USE_AS_STRNLEN): New macro.
43298         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
43299         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
43300         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
43301         * sysdeps/x86_64/wcslen.S: New file.
43302
43303 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
43304
43305         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43306         XMM-moves are used for copying on small sizes.
43307
43308 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43309
43310         * wcsmbs/Makefile (strop-tests): Add wcschr.
43311         * wcsmbs/test-wcschr.c: New file.
43312         * string/test-strchr.c: Update.
43313         Add wcschr support.
43314         (WIDE): New macro.
43315
43316 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43317
43318         * wcsmbs/Makefile (strop-tests): Add wcslen.
43319         * wcsmbs/test-wcslen.c: New file.
43320         * string/test-strlen.c: Update.
43321         Add wcslen support.
43322         (WIDE): New macro.
43323
43324 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
43325
43326         * po/it.po: Update from translation team.
43327
43328 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43329
43330         * sysdeps/x86_64/wcscmp.S: Update.
43331         Fix wrong comparison semantics.
43332         wcscmp shall use signed comparison not unsigned.
43333         Don't use substraction to avoid overflow bug.
43334         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
43335         * wcsmbc/wcscmp.c: Likewise.
43336         * string/test-strcmp.c: Likewise.
43337         Add new tests to check cases with negative values.
43338
43339 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
43340
43341         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
43342         * sysdeps/x86_64/dla.h: ...here.  New file.
43343         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
43344         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43345         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43346         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43347         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43348         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
43349         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43350         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43351         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43352
43353 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
43354
43355         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
43356         __ynl_finite aliases.
43357
43358 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
43359
43360         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43361
43362         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
43363         define DLA_FMA.
43364         [DLA_FMA] (EMULV): Use DLA_FMA.
43365         [DLA_FMA] (MUL12): Use EMULV.
43366         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
43367         that are not needed.
43368         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43369         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43370         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43371         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43372         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43373         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43374         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43375
43376 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
43377
43378         * math/s_nan.c: Undef __nan.
43379         * math/s_nanf.c: Undef __nanf.
43380         * math/s_nanl.c: Undef __nanl.
43381         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
43382         "math_private.h".
43383
43384 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
43385
43386         * math/s_catan.c: Add branch predictions.
43387         * math/s_catanf.c: Likewise.
43388         * math/s_catanh.c: Likewise.
43389         * math/s_catanhf.c: Likewise.
43390         * math/s_catanhl.c: Likewise.
43391         * math/s_catanl.c: Likewise.
43392         * math/s_cexp.c: Likewise.
43393         * math/s_cexpf.c: Likewise.
43394         * math/s_cexpl.c: Likewise.
43395         * math/s_clog.c: Likewise.
43396         * math/s_clog10.c: Likewise.
43397         * math/s_clog10f.c: Likewise.
43398         * math/s_clog10l.c: Likewise.
43399         * math/s_clogf.c: Likewise.
43400         * math/s_clogl.c: Likewise.
43401         * math/s_csqrt.c: Likewise.
43402         * math/s_csqrtf.c: Likewise.
43403         * math/s_csqrtl.c: Likewise.
43404         * math/s_ctanf.c: Likewise.
43405         * math/s_ctanh.c: Likewise.
43406         * math/s_ctanhf.c: Likewise.
43407         * math/s_ctanhl.c: Likewise.
43408         * math/s_ctanl.c: Likewise.
43409
43410         * math/math_private.h: Define __nan, __nanf, __nanl.
43411         * math/s_cacosh.c: Include <math_private.h>.
43412         * math/s_cacoshl.c: Likewise.
43413         * math/s_casinh.c: Likewise.
43414         * math/s_casinhf.c: Likewise.
43415         * math/s_casinhl.c: Likewise.
43416         * math/s_ccos.c: Rely entire on ccosh.
43417         * math/s_ccosf.c: Rely entire on ccoshf.
43418         * math/s_ccosl.c: Rely entirely on ccoshl.
43419         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
43420         Remove tests for FE_INVALID.
43421         * math/s_ccoshf.c: Likewise.
43422         * math/s_ccoshl.c: Likewise.
43423         * math/s_csin.c: Likewise.
43424         * math/s_csinf.c: Likewise.
43425         * math/s_csinh.c Likewise.
43426         * math/s_csinhf.c: Likewise.
43427         * math/s_csinhl.c: Likewise.
43428         * math/s_csinl.c: Likewise.
43429         * math/s_ctan.c: Likewise.
43430         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
43431         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
43432         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
43433
43434 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
43435
43436         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
43437         compilation problems.
43438
43439         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
43440         __builtin_expect.
43441
43442 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
43443
43444         * sysdeps/i386/configure.in: Test for -mfma4 option.
43445         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
43446         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
43447         COMMON_CPUID_INDEX_80000001.
43448         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
43449         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
43450         use it if FMA3 is not supported.
43451         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
43452
43453         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
43454         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
43455
43456 2011-10-20  Andreas Schwab  <schwab@redhat.com>
43457
43458         [BZ #12892]
43459         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
43460         it would create a cycle with a link time dependency.
43461
43462 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
43463
43464         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
43465         instruction.
43466         * string/Makefile (strop-tests): Add rawmemchr.
43467         * string/test-rawmemchr.c: New file.
43468
43469         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
43470         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
43471         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
43472         when compiling str{,n}casecmp and when AVX is available.  Hook up
43473         new optimized code in initializers.
43474
43475 2011-10-19  Andreas Schwab  <schwab@redhat.com>
43476
43477         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
43478         __feraiseexcept instead of feraiseexcept.
43479
43480 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
43481
43482         * math/math_private.h: Define defaults for libc_fetestexcept and
43483         libc_feupdateenv.
43484         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
43485         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
43486         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
43487         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
43488         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
43489         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
43490         libc_fetestexcept and libc_feupdateenv.
43491
43492         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
43493         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
43494         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
43495         * sysdeps/x86_64/fpu/math_private.h: Define special version of
43496         libc_feholdexcept_setround.
43497
43498         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
43499         Add s_nearbyint-c and s_nearbyintf-c.
43500         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
43501         nearbyintf inlines.
43502         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
43503         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
43504         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
43505         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
43506
43507         * math/math_private.h: Define defaults for libc_fegetround,
43508         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
43509         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
43510         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
43511         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
43512         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
43513         standard functions.
43514         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
43515         Remove comments and hacks for old compiler versions.
43516         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
43517         libc_fegetround, libc_fesetround, libc_feholdexcept, and
43518         libc_feholdexceptl.
43519
43520 2011-10-18  Andreas Schwab  <schwab@redhat.com>
43521
43522         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
43523         (__feraiseexcept_renamed): Add __NTH.
43524         (feraiseexcept): Add __NTH.  Rename local variables to fix
43525         namespace violations.
43526
43527 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
43528
43529         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
43530
43531         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
43532
43533         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
43534         recently added interfaces.
43535         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
43536
43537         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
43538         about macro parameter expansion.
43539
43540         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
43541         __NO_MATH_INLINES is defined.  Cleanups.
43542
43543         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
43544         and __floorf is target has SSE4.1.
43545         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
43546         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
43547         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
43548         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
43549
43550         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
43551         name.
43552         (floorf): Likewise.
43553
43554         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
43555
43556 2011-10-17  Andreas Schwab  <schwab@redhat.com>
43557
43558         * misc/sys/cdefs.h: Fix last change.
43559
43560         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
43561         database lookup.
43562
43563 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
43564
43565         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
43566
43567         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
43568         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43569         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
43570         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
43571         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
43572         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
43573         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
43574         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
43575         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
43576         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
43577         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
43578         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
43579         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
43580         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
43581         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
43582         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
43583         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
43584         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
43585         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
43586         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
43587         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
43588         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
43589
43590         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
43591         ceil, ceilf, floor, floorf.
43592
43593         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
43594         Perform IRELATIVE relocations last.
43595
43596         * elf/do-rel.h: Add another parameter nrelative, replacing the
43597         local variable with the same name.  Change name of the function
43598         to end in Rel or Rela (uppercase).
43599         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
43600         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
43601         elf_dynamic_do_##reloc function.
43602
43603 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
43604
43605         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
43606         is sufficient, at least on modern CPUs.
43607
43608         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
43609
43610         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
43611         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
43612
43613         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
43614         __expl_finite.
43615         * math/bits/math-finite.h: Add entries for exp.
43616         * math/e_expl.c: Add __*_finite alias.
43617         * sysdeps/i386/fpu/e_exp.S: Likewise.
43618         * sysdeps/i386/fpu/e_expf.S: Likewise.
43619         * sysdeps/i386/fpu/e_expl.c: Likewise.
43620         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43621         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
43622         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
43623         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
43624         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
43625         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
43626         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
43627
43628         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
43629         is sufficient, at least on modern CPUs.
43630
43631         * ctype/ctype-info.c (__ctype_init): Define.
43632         * include/ctype.h (__ctype_init): Declare.
43633         (__ctype_b_loc): The variable is always initialized.
43634         (__ctype_toupper_loc): Likewise.
43635         (__ctype_tolower_loc): Likewise.
43636         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
43637         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
43638
43639 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
43640
43641         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
43642
43643         * configure.in: Also look in $cxxmachine/include for C++ system
43644         headers.
43645
43646 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43647
43648         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
43649         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
43650         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
43651         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
43652         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
43653         (USE_AS_WMEMCMP): New macro.
43654         Fixing indents.
43655         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
43656         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
43657         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
43658         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
43659         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
43660         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
43661         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
43662         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
43663         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
43664         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
43665         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
43666         (USE_AS_WMEMCMP): New macro.
43667         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
43668         * sysdeps/string/test-memcmp.c: Update.
43669         Fix simple_wmemcmp.
43670         Add new tests.
43671         * wcsmbs/wmemcmp.c: Update.
43672         (WMEMCMP): New macro.
43673         Fix overflow bug.
43674
43675 2011-10-12  Andreas Jaeger  <aj@suse.de>
43676
43677         [BZ #13268]
43678         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
43679
43680 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
43681
43682         * libio/iofwide.c (do_length): Avoid warning.
43683
43684         * ctype/ctype.h (__isctype_f): Add missing __THROW.
43685
43686 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
43687
43688         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
43689
43690         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
43691         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
43692         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
43693         * sysdeps/i386/i686/fpu/e_log.S: New file.
43694         * sysdeps/i386/i686/fpu/e_logf.S: New file.
43695         * sysdeps/i386/i686/fpu/e_logl.S: New file.
43696
43697         * ctype/ctype.h: Add support for inlined isXXX functions when
43698         compiling C++ code.
43699
43700 2011-10-14  Andreas Schwab  <schwab@redhat.com>
43701
43702         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43703
43704         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
43705
43706 2011-10-13  Roland McGrath  <roland@hack.frob.com>
43707
43708         [BZ #13291]
43709         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
43710
43711 2011-10-13  Andreas Schwab  <schwab@redhat.com>
43712
43713         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
43714         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
43715         feraiseexcept.
43716
43717         * sysdeps/x86_64/memrchr.S: Check for zero size.
43718
43719         * string/stratcliff.c: Add memrchr tests.
43720
43721 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43722
43723         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
43724         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
43725         rawmemchr-sse2 rawmemchr-sse2-bsf.
43726         * sysdeps/i386/i686/multiarch/memchr.S: New file.
43727         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
43728         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
43729         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
43730         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
43731         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
43732         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
43733         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
43734         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
43735         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
43736         * string/memrchr.c (MEMRCHR): New macro.
43737
43738 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
43739
43740         Add integration with gcc's -ffinite-math-only and optimize wrapper
43741         functions in libm.
43742         * Versions.def: Define GLIBC_2.15 version for libm.
43743         * math/Makefile (headers): Add bits/math-finite.h.
43744         * math/bits/math-finite.h: New file.
43745         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
43746         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
43747         * math/e_acoshl.c: Add __*_finite alias.
43748         * math/e_acosl.c: Likewise.
43749         * math/e_asinl.c: Likewise.
43750         * math/e_atan2l.c: Likewise.
43751         * math/e_atanhl.c: Likewise.
43752         * math/e_coshl.c: Likewise.
43753         * math/e_exp10.c: Likewise.
43754         * math/e_exp10f.c: Likewise.
43755         * math/e_exp10l.c: Likewise.
43756         * math/e_exp2l.c: Likewise.
43757         * math/e_fmodl.c: Likewise.
43758         * math/e_gammal_r.c: Likewise.
43759         * math/e_hypotl.c: Likewise.
43760         * math/e_j0l.c: Likewise.
43761         * math/e_j1l.c: Likewise.
43762         * math/e_jnl.c: Likewise.
43763         * math/e_lgammal_r.c: Likewise.
43764         * math/e_log10l.c: Likewise.
43765         * math/e_log2l.c: Likewise.
43766         * math/e_logl.c: Likewise.
43767         * math/e_powl.c: Likewise.
43768         * math/e_sinhl.c: Likewise.
43769         * math/e_sqrtl.c: Likewise.
43770         * math/e_scalb.c: Completely rewritten and optimized.
43771         * math/e_scalbf.c: Likewise.
43772         * math/e_scalbl.c: Likewise.
43773         * math/w_acos.c: Likewise.
43774         * math/w_acosf.c: Likewise.
43775         * math/w_acosl.c: Likewise.
43776         * math/w_acosh.c: Likewise.
43777         * math/w_acoshf.c: Likewise.
43778         * math/w_acoshl.c: Likewise.
43779         * math/w_asin.c: Likewise.
43780         * math/w_asinf.c: Likewise.
43781         * math/w_asinl.c: Likewise.
43782         * math/w_atan2.c: Likewise.
43783         * math/w_atan2f.c: Likewise.
43784         * math/w_atan2l.c: Likewise.
43785         * math/w_atanh.c: Likewise.
43786         * math/w_atanhf.c: Likewise.
43787         * math/w_atanhl.c: Likewise.
43788         * math/w_exp10.c: Likewise.
43789         * math/w_exp10f.c: Likewise.
43790         * math/w_exp10l.c: Likewise.
43791         * math/w_fmod.c: Likewise.
43792         * math/w_fmodf.c: Likewise.
43793         * math/w_fmodl.c: Likewise.
43794         * math/w_j0.c: Likewise.
43795         * math/w_j0f.c: Likewise.
43796         * math/w_j0l.c: Likewise.
43797         * math/w_j1.c: Likewise.
43798         * math/w_j1f.c: Likewise.
43799         * math/w_j1l.c: Likewise.
43800         * math/w_jn.c: Likewise.
43801         * math/w_jnf.c: Likewise.
43802         * math/w_log.c: Likewise.
43803         * math/w_logf.c: Likewise.
43804         * math/w_logl.c: Likewise.
43805         * math/w_log10.c: Likewise.
43806         * math/w_log10f.c: Likewise.
43807         * math/w_log10l.c: Likewise.
43808         * math/w_log2.c: Likewise.
43809         * math/w_log2f.c: Likewise.
43810         * math/w_log2l.c: Likewise.
43811         * math/w_pow.c: Likewise.
43812         * math/w_powf.c: Likewise.
43813         * math/w_powl.c: Likewise.
43814         * math/w_remainder.c: Likewise.
43815         * math/w_remainderf.c: Likewise.
43816         * math/w_remainderl.c: Likewise.
43817         * math/w_scalb.c: Likewise.
43818         * math/w_scalbf.c: Likewise.
43819         * math/w_scalbl.c: Likewise.
43820         * math/w_sqrt.c: Likewise.
43821         * math/w_sqrtf.c: Likewise.
43822         * math/w_sqrtl.c: Likewise.
43823         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
43824         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
43825         used.
43826         * math/math_private.h: Declare __kernel_standard_f.
43827         * math/w_cosh.c: Remove cruft and optimize a bit.
43828         * math/w_coshf.c: Likewise.
43829         * math/w_coshl.c: Likewise.
43830         * math/w_exp2.c: Likewise.
43831         * math/w_exp2f.c: Likewise.
43832         * math/w_exp2l.c: Likewise.
43833         * math/w_hypot.c: Likewise.
43834         * math/w_hypotf.c: Likewise.
43835         * math/w_hypotl.c: Likewise.
43836         * math/w_lgamma.c: Likewise.
43837         * math/w_lgamma_r.c: Likewise.
43838         * math/w_lgammaf.c: Likewise.
43839         * math/w_lgammaf_r.c: Likewise.
43840         * math/w_lgammal.c: Likewise.
43841         * math/w_lgammal_r.c: Likewise.
43842         * math/w_sinh.c: Likewise.
43843         * math/w_sinhf.c: Likewise.
43844         * math/w_sinhl.c: Likewise.
43845         * math/w_tgamma.c: Likewise.
43846         * math/w_tgammaf.c: Likewise.
43847         * math/w_tgammal.c: Likewise.
43848         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
43849         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43850         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
43851         Minor optimizations.  Pretty printing.  Remove cruft.
43852         * sysdeps/i386/fpu/e_acosf.S: Likewise.
43853         * sysdeps/i386/fpu/e_acosh.S: Likewise.
43854         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
43855         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
43856         * sysdeps/i386/fpu/e_acosl.c: Likewise.
43857         * sysdeps/i386/fpu/e_asin.S: Likewise.
43858         * sysdeps/i386/fpu/e_asinf.S: Likewise.
43859         * sysdeps/i386/fpu/e_atan2.S: Likewise.
43860         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
43861         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
43862         * sysdeps/i386/fpu/e_atanh.S: Likewise.
43863         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
43864         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
43865         * sysdeps/i386/fpu/e_exp10.S: Likewise.
43866         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
43867         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
43868         * sysdeps/i386/fpu/e_exp2.S: Likewise.
43869         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
43870         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
43871         * sysdeps/i386/fpu/e_fmod.S: Likewise.
43872         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
43873         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
43874         * sysdeps/i386/fpu/e_hypot.S: Likewise.
43875         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
43876         * sysdeps/i386/fpu/e_log.S: Likewise.
43877         * sysdeps/i386/fpu/e_log10.S: Likewise.
43878         * sysdeps/i386/fpu/e_log10f.S: Likewise.
43879         * sysdeps/i386/fpu/e_log10l.S: Likewise.
43880         * sysdeps/i386/fpu/e_log2.S: Likewise.
43881         * sysdeps/i386/fpu/e_log2f.S: Likewise.
43882         * sysdeps/i386/fpu/e_log2l.S: Likewise.
43883         * sysdeps/i386/fpu/e_logf.S: Likewise.
43884         * sysdeps/i386/fpu/e_logl.S: Likewise.
43885         * sysdeps/i386/fpu/e_pow.S: Likewise.
43886         * sysdeps/i386/fpu/e_powf.S: Likewise.
43887         * sysdeps/i386/fpu/e_powl.S: Likewise.
43888         * sysdeps/i386/fpu/e_remainder.S: Likewise.
43889         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
43890         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
43891         * sysdeps/i386/fpu/e_scalb.S: Likewise.
43892         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
43893         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
43894         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
43895         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
43896         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
43897         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
43898         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
43899         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43900         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
43901         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
43902         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
43903         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
43904         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
43905         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
43906         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
43907         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
43908         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
43909         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43910         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
43911         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
43912         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43913         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
43914         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
43915         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
43916         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43917         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
43918         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
43919         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
43920         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
43921         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
43922         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
43923         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
43924         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
43925         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
43926         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
43927         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
43928         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
43929         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
43930         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
43931         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
43932         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
43933         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
43934         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
43935         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
43936         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
43937         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
43938         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
43939         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
43940         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
43941         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
43942         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
43943         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
43944         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
43945         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
43946         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
43947         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
43948         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
43949         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
43950         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
43951         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
43952         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
43953         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
43954         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
43955         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
43956         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
43957         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
43958         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
43959         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
43960         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
43961         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
43962         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
43963         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
43964         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
43965         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
43966         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
43967         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
43968         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
43969         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
43970         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
43971         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
43972         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
43973         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
43974         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
43975         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
43976         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
43977         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
43978         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
43979         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
43980         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
43981         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
43982         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
43983         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
43984         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
43985         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
43986         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
43987         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
43988         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
43989         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
43990         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
43991         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
43992         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
43993         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
43994         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
43995         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
43996         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
43997         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
43998         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
43999         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
44000         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
44001         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
44002         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
44003         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
44004         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
44005         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
44006         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
44007         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
44008         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
44009         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
44010         (__isnanf): Likewise.
44011         (__isinf_ns): Likewise.
44012         (__isinf_nsf): Likewise.
44013         (__finite): Likewise.
44014         (__finitef): Likewise.
44015         (__ieee754_sqrt): Define as macro.
44016         (__ieee754_sqrtf): Define as macro.
44017         (__ieee754_sqrtl): Define as macro.
44018         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
44019         inlined copy.
44020         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
44021         __FINITE_MATH_ONLY__ consistent.
44022         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
44023
44024 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
44025
44026         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
44027         of rawmemchr.
44028
44029         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
44030
44031 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
44032
44033         * po/ja.po: Update from translation team.
44034
44035 2011-10-08  Roland McGrath  <roland@hack.frob.com>
44036
44037         * locale/programs/locarchive.c (prepare_address_space): New function.
44038         (create_archive, enlarge_archive, open_archive): Use it.
44039
44040         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
44041         inside [SHARED], where it is used.
44042
44043         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
44044
44045         * nss/getent.c (netgroup_keys): Remove unused variable.
44046         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44047
44048 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
44049
44050         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
44051         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
44052         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
44053         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
44054         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
44055         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
44056         * math/Makefile (libm-calls): Add s_isinf_ns.
44057         * math/divtc3.c: Use __isinf_nsl instead of isinf.
44058         * math/multc3.c: Likewise.
44059         * math/s_casin.c: Likewise.
44060         * math/s_casinf.c: Likewise.
44061         * math/s_casinl.c: Likewise.
44062         * math/s_ccos.c: Likewise.
44063         * math/s_ccosf.c: Likewise.
44064         * math/s_ccosl.c: Likewise.
44065         * math/s_ctan.c: Likewise.
44066         * math/s_ctanf.c: Likewise.
44067         * math/s_ctanh.c: Likewise.
44068         * math/s_ctanhf.c: Likewise.
44069         * math/s_ctanhl.c: Likewise.
44070         * math/s_ctanl.c: Likewise.
44071         * math/w_fmod.c: Likewise.
44072         * math/w_fmodf.c: Likewise.
44073         * math/w_fmodl.c: Likewise.
44074         * math/w_remainder.c: Likewise.
44075         * math/w_remainderf.c: Likewise.
44076         * math/w_remainderl.c: Likewise.
44077         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
44078         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
44079         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
44080         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
44081         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
44082         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
44083         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
44084         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
44085
44086         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
44087         of the number.
44088         * stdio-common/printf_fphex.c: Likewise.
44089         * stdio-common/printf_size.c: Likewise.
44090
44091         * math/e_exp10.c: Include math_private.h using <...> not "...".
44092         * math/e_exp10f.c: Likewise.
44093         * math/e_exp10l.c: Likewise.
44094         * math/e_exp2l.c: Likewise.
44095         * math/e_j0l.c: Likewise.
44096         * math/e_j1l.c: Likewise.
44097         * math/e_jnl.c: Likewise.
44098         * math/e_lgammal_r.c: Likewise.
44099         * math/e_rem_pio2l.c: Likewise.
44100         * math/e_scalb.c: Likewise.
44101         * math/e_scalbf.c: Likewise.
44102         * math/e_scalbl.c: Likewise.
44103         * math/k_cosl.c: Likewise.
44104         * math/k_sinl.c: Likewise.
44105         * math/k_tanl.c: Likewise.
44106         * math/s_cacoshf.c: Likewise.
44107         * math/s_catan.c: Likewise.
44108         * math/s_catanf.c: Likewise.
44109         * math/s_catanh.c: Likewise.
44110         * math/s_catanhf.c: Likewise.
44111         * math/s_catanhl.c: Likewise.
44112         * math/s_catanl.c: Likewise.
44113         * math/s_ccosh.c: Likewise.
44114         * math/s_ccoshf.c: Likewise.
44115         * math/s_ccoshl.c: Likewise.
44116         * math/s_cexp.c: Likewise.
44117         * math/s_cexpf.c: Likewise.
44118         * math/s_cexpl.c: Likewise.
44119         * math/s_clog.c: Likewise.
44120         * math/s_clog10.c: Likewise.
44121         * math/s_clog10f.c: Likewise.
44122         * math/s_clog10l.c: Likewise.
44123         * math/s_clogf.c: Likewise.
44124         * math/s_clogl.c: Likewise.
44125         * math/s_csin.c: Likewise.
44126         * math/s_csinf.c: Likewise.
44127         * math/s_csinh.c: Likewise.
44128         * math/s_csinhf.c: Likewise.
44129         * math/s_csinhl.c: Likewise.
44130         * math/s_csinl.c: Likewise.
44131         * math/s_csqrt.c: Likewise.
44132         * math/s_csqrtf.c: Likewise.
44133         * math/s_csqrtl.c: Likewise.
44134         * math/s_ctan.c: Likewise.
44135         * math/s_ctanf.c: Likewise.
44136         * math/s_ctanh.c: Likewise.
44137         * math/s_ctanhf.c: Likewise.
44138         * math/s_ctanhl.c: Likewise.
44139         * math/s_ctanl.c: Likewise.
44140         * math/s_ldexp.c: Likewise.
44141         * math/s_ldexpf.c: Likewise.
44142         * math/s_ldexpl.c: Likewise.
44143         * math/s_significand.c: Likewise.
44144         * math/s_significandf.c: Likewise.
44145         * math/s_significandl.c: Likewise.
44146         * math/w_acos.c: Likewise.
44147         * math/w_acosf.c: Likewise.
44148         * math/w_acosh.c: Likewise.
44149         * math/w_acoshf.c: Likewise.
44150         * math/w_acoshl.c: Likewise.
44151         * math/w_acosl.c: Likewise.
44152         * math/w_asin.c: Likewise.
44153         * math/w_asinf.c: Likewise.
44154         * math/w_asinl.c: Likewise.
44155         * math/w_atan2.c: Likewise.
44156         * math/w_atan2f.c: Likewise.
44157         * math/w_atan2l.c: Likewise.
44158         * math/w_atanh.c: Likewise.
44159         * math/w_atanhf.c: Likewise.
44160         * math/w_atanhl.c: Likewise.
44161         * math/w_cosh.c: Likewise.
44162         * math/w_coshf.c: Likewise.
44163         * math/w_coshl.c: Likewise.
44164         * math/w_dremf.c: Likewise.
44165         * math/w_exp10.c: Likewise.
44166         * math/w_exp10f.c: Likewise.
44167         * math/w_exp10l.c: Likewise.
44168         * math/w_exp2.c: Likewise.
44169         * math/w_exp2f.c: Likewise.
44170         * math/w_fmod.c: Likewise.
44171         * math/w_fmodf.c: Likewise.
44172         * math/w_fmodl.c: Likewise.
44173         * math/w_hypot.c: Likewise.
44174         * math/w_hypotf.c: Likewise.
44175         * math/w_hypotl.c: Likewise.
44176         * math/w_j0.c: Likewise.
44177         * math/w_j0f.c: Likewise.
44178         * math/w_j0l.c: Likewise.
44179         * math/w_j1.c: Likewise.
44180         * math/w_j1f.c: Likewise.
44181         * math/w_j1l.c: Likewise.
44182         * math/w_jn.c: Likewise.
44183         * math/w_jnf.c: Likewise.
44184         * math/w_jnl.c: Likewise.
44185         * math/w_lgamma.c: Likewise.
44186         * math/w_lgamma_r.c: Likewise.
44187         * math/w_lgammaf.c: Likewise.
44188         * math/w_lgammaf_r.c: Likewise.
44189         * math/w_lgammal.c: Likewise.
44190         * math/w_lgammal_r.c: Likewise.
44191         * math/w_log.c: Likewise.
44192         * math/w_log10.c: Likewise.
44193         * math/w_log10f.c: Likewise.
44194         * math/w_log10l.c: Likewise.
44195         * math/w_log2.c: Likewise.
44196         * math/w_log2f.c: Likewise.
44197         * math/w_log2l.c: Likewise.
44198         * math/w_logf.c: Likewise.
44199         * math/w_logl.c: Likewise.
44200         * math/w_pow.c: Likewise.
44201         * math/w_powf.c: Likewise.
44202         * math/w_powl.c: Likewise.
44203         * math/w_remainder.c: Likewise.
44204         * math/w_remainderf.c: Likewise.
44205         * math/w_remainderl.c: Likewise.
44206         * math/w_scalb.c: Likewise.
44207         * math/w_scalbf.c: Likewise.
44208         * math/w_scalbl.c: Likewise.
44209         * math/w_sinh.c: Likewise.
44210         * math/w_sinhf.c: Likewise.
44211         * math/w_sinhl.c: Likewise.
44212         * math/w_sqrt.c: Likewise.
44213         * math/w_sqrtf.c: Likewise.
44214         * math/w_sqrtl.c: Likewise.
44215         * math/w_tgamma.c: Likewise.
44216         * math/w_tgammaf.c: Likewise.
44217         * math/w_tgammal.c: Likewise.
44218
44219         * po/ja.po: Update from translation team.
44220
44221 2011-09-29  Andreas Jaeger  <aj@suse.de>
44222
44223         [BZ #13179]
44224         * sunrpc/netname.c (netname2host): Fix logic.
44225
44226         [BZ #6779]
44227         [BZ #6783]
44228         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
44229         correctly.
44230         * math/w_remainder.c (__remainder): Likewise.
44231         * math/w_remainderf.c (__remainderf): Likewise.
44232         * math/libm-test.inc (remainder_test): Add test cases.
44233
44234 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44235
44236         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
44237         sdiv_qrnnd.
44238
44239 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
44240
44241         * string/test-memcmp.c: Avoid unncessary #defines.
44242         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
44243
44244 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44245
44246         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
44247         Use new sse2 version for core i3 - i7 as it's faster
44248         than sse42 version.
44249         (bit_Prefer_PMINUB_for_stringop): New.
44250         * sysdeps/x86_64/rawmemchr.S: Update.
44251         Replace with faster SSE2 version.
44252         * sysdeps/x86_64/memrchr.S: New file.
44253         * sysdeps/x86_64/memchr.S: Update.
44254         Replace with faster SSE2 version.
44255
44256 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
44257
44258         * elf/dl-load.c (lose): Add cast to avoid warning.
44259
44260 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
44261
44262         * po/ca.po: Update from translation team.
44263
44264         * inet/getnetgrent_r.c: Hook up nscd.
44265         * nscd/Makefile (routines): Add nscd_netgroup.
44266         (nscd-modules): Add netgroupcache.
44267         (CFLAGS-netgroupcache.c): Define.
44268         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
44269         (cache_search): Add const to second parameter.
44270         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
44271         INNETGR.
44272         (dbs): Add netgrdb entry.
44273         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
44274         (verify_persistent_db): Handle netgrdb.
44275         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
44276         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
44277         GETFDNETGR.
44278         (netgroup_response_header): Define.
44279         (innetgroup_response_header): Define.
44280         (datahead): Add netgroup_response_header and innetgroup_response_header
44281         elements.
44282         * nscd/nscd.conf: Add entries for netgroup cache.
44283         * nscd/nscd.h (dbtype): Add netgrdb.
44284         (_PATH_NSCD_NETGROUP_DB): Define.
44285         (netgroup_iov_disabled): Declare.
44286         (xmalloc, xcalloc, xrealloc): Move declarations here.
44287         (cache_search): Adjust prototype.
44288         Add netgroup-related prototypes.
44289         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
44290         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
44291         (__nscd_innetgr): Declare.
44292         * nscd/selinux.c (perms): Use access_vector_t as element type and
44293         add netgroup-related initializers.
44294         * nscd/netgroupcache.c: New file.
44295         * nscd/nscd_netgroup.c: New file.
44296         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
44297         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
44298         For four parameters use innetgr.
44299         * nss/nss_files/files-init.c: Add definition and callback for netgr.
44300         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
44301         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
44302         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
44303
44304         * nscd/connections.c (register_traced_file): Don't register file
44305         for disabled databases.
44306
44307 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
44308
44309         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
44310
44311         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
44312         from tree and freeing node.
44313
44314 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
44315
44316         * nss/nsswitch.c (__nss_database_lookup): Handle
44317         nss_parse_service_list out of memory case.
44318
44319 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
44320
44321         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
44322         out of memory case.
44323
44324 2011-10-04  Andreas Schwab  <schwab@redhat.com>
44325
44326         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
44327         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
44328         pass it down.
44329         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
44330         elf_machine_rela, elf_machine_lazy_rel.
44331         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
44332         (ELF_DYNAMIC_DO_REL): Likewise.
44333         (ELF_DYNAMIC_DO_RELA): Likewise.
44334         (ELF_DYNAMIC_RELOCATE): Likewise.
44335         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
44336         to ELF_DYNAMIC_DO_REL.
44337         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
44338         (dl_main): In trace mode always set __RTLD_NOIFUNC.
44339         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
44340         elf_machine_rela.
44341         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
44342         skip_ifunc, don't call ifunc function if non-zero.
44343         (elf_machine_rela): Likewise.
44344         (elf_machine_lazy_rel): Likewise.
44345         (elf_machine_lazy_rela): Likewise.
44346         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
44347         (elf_machine_lazy_rel): Likewise.
44348         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
44349         Likewise.
44350         (elf_machine_lazy_rel): Likewise.
44351         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
44352         Likewise.
44353         (elf_machine_lazy_rel): Likewise.
44354         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
44355         (elf_machine_lazy_rel): Likewise.
44356         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
44357         (elf_machine_lazy_rel): Likewise.
44358         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
44359         (elf_machine_lazy_rel): Likewise.
44360         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
44361         (elf_machine_lazy_rel): Likewise.
44362         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
44363         (elf_machine_lazy_rel): Likewise.
44364         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
44365         (elf_machine_lazy_rel): Likewise.
44366
44367 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
44368
44369         * nss/nss_files/files-init.c (_nss_files_init): Use static
44370         initialization for all the *_traced_file variables.
44371
44372 2011-09-28  Andreas Schwab  <schwab@redhat.com>
44373
44374         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44375
44376 2011-09-27  Roland McGrath  <roland@hack.frob.com>
44377
44378         [BZ #13226]
44379         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
44380
44381 2011-09-27  Andreas Schwab  <schwab@redhat.com>
44382
44383         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44384         Reread the line before reparsing it.
44385
44386 2011-09-26  Andreas Schwab  <schwab@redhat.com>
44387
44388         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
44389
44390 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
44391             Maxim Kuvyrkov  <maxim@codesourcery.com>
44392             Joseph Myers  <joseph@codesourcery.com>
44393
44394         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
44395         if needed for __stack_chk_guard.
44396
44397 2011-09-19  Roland McGrath  <roland@hack.frob.com>
44398
44399         * sysdeps/posix/spawni.c (script_execute): Always define it.
44400         It will be optimized away if unused.
44401         (maybe_script_execute): New function.
44402         (__spawni): Call it.
44403
44404         * Makerules: Don't include tls.make.
44405         (config-tls): Always set to thread.
44406         * tls.make.c: File removed.
44407
44408 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
44409
44410         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
44411         * config.make.in (CPPFLAGS-config): New substituted variable.
44412
44413 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
44414
44415         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
44416
44417         [BZ #13192]
44418         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
44419         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
44420
44421 2011-09-15  Roland McGrath  <roland@hack.frob.com>
44422
44423         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
44424         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
44425         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
44426         (CALL_FAIL): Likewise.
44427         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
44428         (CALL_FAIL): Macro removed.
44429         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
44430
44431 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
44432
44433         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
44434         for __FINITE_MATH_ONLY__ == 1.
44435
44436 2011-09-15  Andreas Schwab  <schwab@redhat.com>
44437
44438         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
44439         __ieee754_sqrt instead of sqrt.
44440         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
44441         __ieee754_sqrtf instead of sqrtf.
44442         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
44443         __floorf instead of floorf.
44444         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
44445         __floorf, __truncf instead of floorf, truncf.
44446
44447 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
44448
44449         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
44450
44451         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
44452         __extern_always_inline.
44453         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
44454         32-bit.
44455
44456 2011-09-14  Andreas Schwab  <schwab@redhat.com>
44457
44458         * elf/rtld.c (dl_main): Also relocate in dependency order when
44459         doing symbol dependency testing.
44460
44461 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
44462
44463         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
44464         Always define `refsym'.
44465
44466 2011-09-13  Andreas Schwab  <schwab@redhat.com>
44467
44468         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
44469         (__FD_ELT): Renamed from __FDELT.
44470         * misc/bits/select2.h (__FD_ELT): Likewise.
44471         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
44472         __FD_MASK instead of __FDELT, __FDMASK.
44473         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
44474         Likewise.
44475         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
44476         Likewise.
44477
44478         * elf/Makefile (gen-ldd): Fix pattern.
44479
44480         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
44481         (init_tls): Likewise.
44482
44483 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
44484
44485         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
44486
44487 2011-09-12  Andreas Schwab  <schwab@redhat.com>
44488
44489         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
44490         `struct cmsghdr *' instead of `void *'.
44491         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
44492         Likewise.
44493
44494 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
44495
44496         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
44497         if non-absolute.
44498         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
44499         ldd_rewrite_script.
44500
44501 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
44502
44503         * configure.in: Remove --with-tls option.
44504         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
44505         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
44506         out in case it is missing.
44507         * sysdeps/ia64/elf/configure.in: Likewise.
44508         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
44509         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
44510         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
44511         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
44512         * sysdeps/sh/elf/configure.in: Likewise.
44513         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
44514         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
44515         * sysdeps/x86_64/elf/configure.in: Likewise.
44516         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
44517         * sysdeps/mach/hurd/tls.h: Likewise.
44518
44519         [BZ #13067]
44520         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
44521
44522         [BZ #13090]
44523         * configure.in: Fix use of AC_INIT.
44524
44525         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
44526
44527 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
44528
44529         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
44530         __set_errno.
44531         * malloc/hooks.c: Likewise.
44532
44533         [BZ #11929]
44534         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
44535         variables statically.
44536         (narenas): Initialize.
44537         (list_lock): Initialize.
44538         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
44539         initializtion of main_arena and list_lock.  Small cleanups.
44540         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
44541         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
44542         Add initializers to main_arena and mp_.
44543         (malloc_state): Remove pagesize member.  Change all users to use
44544         GLRO(dl_pagesize).
44545
44546         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
44547         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
44548         is always initialized.
44549
44550         * malloc/malloc.c: Removed unused configurations and dead code.
44551         * malloc/arena.c: Likewise.
44552         * malloc/hooks.c: Likewise.
44553         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
44554
44555         * include/tls.h: Removed.  USE___THREAD must always be defined.
44556         * bits/libc-tsd.h: Don't handle !USE___THREAD.
44557         * elf/dl-libc.c: Likewise.
44558         * elf/dl-tsd.c: Likewise.
44559         * include/errno.h: Likewise.
44560         * include/netdb.h: Likewise.
44561         * include/resolv.h: Likewise.
44562         * inet/herrno-loc.c: Likewise.
44563         * inet/herrno.c: Likewise.
44564         * malloc/arena.c: Likewise.
44565         * malloc/hooks.c: Likewise.
44566         * malloc/malloc.c: Likewise.
44567         * resolv/res-state.c: Likewise.
44568         * resolv/res_libc.c: Likewise.
44569         * sysdeps/i386/dl-machine.h: Likewise.
44570         * sysdeps/ia64/dl-machine.h: Likewise.
44571         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
44572         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
44573         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
44574         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
44575         * sysdeps/sh/dl-machine.h: Likewise.
44576         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
44577         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
44578         * sysdeps/unix/i386/sysdep.S: Likewise.
44579         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
44580         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
44581         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
44582         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
44583         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
44584         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
44585         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
44586         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
44587         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44588         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
44589         * sysdeps/unix/x86_64/sysdep.S: Likewise.
44590         * sysdeps/x86_64/dl-machine.h: Likewise.
44591         * tls.make.c: Likewise.
44592
44593         * configure.in: Remove --with-__thread option.  Make tests for
44594         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
44595         tls_model attribute fail if no support is available.  Remove
44596         USE_IN_LIBIO.
44597         * Makeconfig: Adjust for dropped configure option.  All features are
44598         now mandatory.
44599         * Makerules: Likewise.
44600         * Versions.def: Likewise.
44601         * argp/argp-fmtstream.c: Likewise.
44602         * argp/argp-fmtstream.h: Likewise.
44603         * argp/argp-help.c: Likewise.
44604         * assert/assert.c: Likewise.
44605         * config.h.in: Likewise.
44606         * config.make.in: Likewise.
44607         * configure: Likewise.
44608         * configure.in: Likewise.
44609         * csu/Versions: Likewise.
44610         * csu/init.c: Likewise.
44611         * elf/tst-audit2.c: Likewise.
44612         * elf/tst-tls10.c: Likewise.
44613         * elf/tst-tls10.h: Likewise.
44614         * elf/tst-tls11.c: Likewise.
44615         * elf/tst-tls12.c: Likewise.
44616         * elf/tst-tls14.c: Likewise.
44617         * elf/tst-tlsmod11.c: Likewise.
44618         * elf/tst-tlsmod12.c: Likewise.
44619         * elf/tst-tlsmod13.c: Likewise.
44620         * elf/tst-tlsmod13a.c: Likewise.
44621         * elf/tst-tlsmod14a.c: Likewise.
44622         * elf/tst-tlsmod15b.c: Likewise.
44623         * elf/tst-tlsmod16a.c: Likewise.
44624         * elf/tst-tlsmod16b.c: Likewise.
44625         * elf/tst-tlsmod7.c: Likewise.
44626         * elf/tst-tlsmod8.c: Likewise.
44627         * elf/tst-tlsmod9.c: Likewise.
44628         * gmon/gmon.c: Likewise.
44629         * grp/fgetgrent_r.c: Likewise.
44630         * grp/putgrent.c: Likewise.
44631         * hurd/fopenport.c: Likewise.
44632         * include/libc-symbols.h: Likewise.
44633         * include/tls.h: Likewise.
44634         * intl/gettextP.h: Likewise.
44635         * intl/loadinfo.h: Likewise.
44636         * locale/global-locale.c: Likewise.
44637         * locale/localeinfo.h: Likewise.
44638         * mach/devstream.c: Likewise.
44639         * malloc/arena.c: Likewise.
44640         * malloc/set-freeres.c: Likewise.
44641         * misc/err.c: Likewise.
44642         * misc/getttyent.c: Likewise.
44643         * misc/mntent_r.c: Likewise.
44644         * posix/getopt.c: Likewise.
44645         * posix/wordexp.c: Likewise.
44646         * pwd/fgetpwent_r.c: Likewise.
44647         * resolv/Versions: Likewise.
44648         * resolv/res_hconf.c: Likewise.
44649         * shadow/fgetspent_r.c: Likewise.
44650         * shadow/putspent.c: Likewise.
44651         * stdio-common/printf_fphex.c: Likewise.
44652         * stdio-common/tmpfile.c: Likewise.
44653         * stdlib/abort.c: Likewise.
44654         * stdlib/fmtmsg.c: Likewise.
44655         * sunrpc/auth_unix.c: Likewise.
44656         * sunrpc/clnt_perr.c: Likewise.
44657         * sunrpc/clnt_tcp.c: Likewise.
44658         * sunrpc/clnt_udp.c: Likewise.
44659         * sunrpc/clnt_unix.c: Likewise.
44660         * sunrpc/openchild.c: Likewise.
44661         * sunrpc/svc_simple.c: Likewise.
44662         * sunrpc/svc_tcp.c: Likewise.
44663         * sunrpc/svc_udp.c: Likewise.
44664         * sunrpc/svc_unix.c: Likewise.
44665         * sunrpc/xdr.c: Likewise.
44666         * sunrpc/xdr_array.c: Likewise.
44667         * sunrpc/xdr_rec.c: Likewise.
44668         * sunrpc/xdr_ref.c: Likewise.
44669         * sunrpc/xdr_stdio.c: Likewise.
44670
44671 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
44672
44673         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44674
44675 2011-07-03  Andreas Jaeger  <aj@suse.de>
44676
44677         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
44678         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
44679         regenerate with gen-libm-tests.pl.
44680
44681 2010-05-12  Petr Baudis  <pasky@suse.cz>
44682
44683         [BZ #11589]
44684         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
44685         around j0() zero points by switching to j1().
44686         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44687         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44688         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44689         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44690
44691 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
44692
44693         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
44694         instead of 0.
44695         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
44696         instead of 0.
44697         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
44698         Patch in part by Pavel Roskin <proski@gnu.org>.
44699
44700         [BZ #13138]
44701         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
44702         realloc.
44703         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
44704         Free memory block if necessary.
44705
44706         [BZ #12847]
44707         * libio/genops.c (INTDEF): For string streams the _lock pointer can
44708         be NULL.  Don't lock in this case.
44709
44710 2011-09-09  Roland McGrath  <roland@hack.frob.com>
44711
44712         * elf/elf.h (ELFOSABI_GNU): New macro.
44713         (ELFOSABI_LINUX): Define to that.
44714
44715 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
44716
44717         * string/strncat.c (strncat): Undef the symbol in case it has been
44718         defined in bits/string.h.
44719
44720 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
44721
44722         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
44723
44724         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
44725         link map.
44726
44727 2011-08-17  Andreas Jaeger  <aj@suse.de>
44728
44729         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
44730
44731 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
44732             Ian Lance Taylor  <iant@google.com>
44733
44734         * math/libm-test.inc (lround_test): New testcase.
44735         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
44736
44737 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
44738
44739         * Makefile: Remove support for automatic cvs check-ins.
44740         * Makerules: Likewise.
44741         * config.make.in: Likewise.
44742         * configure.in: Likewise.
44743         * intl/Makefile: Likewise.
44744         * locale/Makefile: Likewise.
44745         * po/Makefile: Likewise.
44746         * posix/Makefile: Likewise.
44747         * sysdeps/gnu/Makefile: Likewise.
44748         * sysdeps/mach/hurd/Makefile: Likewise.
44749         * sysdeps/sparc/sparc32/Makefile: Likewise.
44750
44751         [BZ #13118]
44752         * posix/Makefile (bug-regex32-ENV): Define.
44753         Patch by John Stanley <jpsinthemix@verizon.net>.
44754
44755         * misc/Makefile (headers): Add bits/select2.h.
44756         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
44757         * misc/bits/select2.h: New file.
44758         * include/bits/select2.h: New file.
44759         * debug/Makefile (routines): Add fdelt_chk.
44760         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
44761         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
44762         FD_ISSET.
44763         * debug/fdelt_chk.c: New file.
44764
44765         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
44766         * wcsmbs/test-wmemcmp.c: Likewise.
44767         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
44768         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
44769
44770 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44771
44772         * string/Makefile (strop-tests): Add memcmp.
44773         * string/test-wmemcmp.c: New file.
44774         * string/test-memcmp.c: Add wmemcmp support.
44775
44776 2011-09-08  Roland McGrath  <roland@hack.frob.com>
44777
44778         [BZ #13153]
44779         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
44780         2011-07-19 change.
44781
44782         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
44783         garbage value in a __mach_port_mod_refs call in the cases of the
44784         task-self and thread-self ports.
44785
44786 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44787
44788         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
44789
44790 2011-09-08  Andreas Schwab  <schwab@redhat.com>
44791
44792         * elf/dl-load.c (lose): Check for non-null L.
44793
44794 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
44795
44796         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
44797
44798         * elf/dl-libc.c (dlerror_run): Pass back error code from
44799         dl_catch_error.
44800
44801         [BZ #13123]
44802         * elf/dl-load.c (lose): Free l_origin if it is valid.
44803
44804         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
44805         names.
44806         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
44807         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
44808         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
44809         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
44810         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
44811         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
44812
44813 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44814
44815         * sysdeps/powerpc/fpu/e_hypot.c: New file.
44816         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
44817         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
44818         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
44819         * sysdeps/powerpc/fpu/k_cosf.c: New file.
44820         * sysdeps/powerpc/fpu/k_sinf.c: New file.
44821         * sysdeps/powerpc/fpu/s_cosf.c: New file.
44822         * sysdeps/powerpc/fpu/s_sinf.c: New file.
44823         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
44824         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
44825
44826 2011-08-15  Alan Modra  <amodra@gmail.com>
44827
44828         [BZ #13092]
44829         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
44830         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
44831         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
44832         ppc_mcount to static-only-routines.
44833         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
44834         __mcount_internal.
44835         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
44836         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
44837
44838 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
44839
44840         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
44841         for finite and infinity parameters.
44842
44843 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
44844
44845         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
44846         and add nop instructions for throughput optimization.
44847         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
44848
44849 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
44850
44851         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
44852         aligned copy for power7 with vector-scalar instructions.
44853         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
44854
44855 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
44856
44857         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
44858         AVX check.
44859
44860 2011-09-07  Andreas Schwab  <schwab@redhat.com>
44861
44862         [BZ #13144]
44863         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
44864         last change.
44865
44866 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
44867
44868         * sysdeps/unix/sysv/linux/x86_64/init-first.c
44869         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
44870         syscall wrapper around clock_gettime in __vdso_clock_gettime.
44871         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
44872         clock_gettime.
44873
44874 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
44875
44876         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
44877         Forgot to demangle the pointer.
44878
44879         * sysdeps/i386/sysdep.h: Define atom_text_section.
44880         * sysdeps/x86_64/sysdep.h: Likewise.
44881         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
44882         section with atom_text_section.
44883         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
44884         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
44885         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
44886         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
44887         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
44888
44889         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
44890         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
44891         already be defined.  Change to take two parameters and don't assign
44892         result to variable.  Adjust all users.
44893         Define INTERNAL_GETTIME if not already defined.
44894         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
44895         call.
44896         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
44897         HAVE_CLOCK_GETTIME_VSYSCALL.
44898         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
44899
44900         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
44901         gettimeofday vsyscall, just use time.
44902
44903 2011-09-06  Andreas Schwab  <schwab@redhat.com>
44904
44905         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
44906         <errno.h>.
44907
44908 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
44909
44910         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
44911         syscall on x86-64.
44912         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
44913         syscall.
44914         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
44915         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
44916         syscall if possible.
44917
44918 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
44919
44920         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
44921         e_ident.  Don't pass to find_mapsXX.
44922         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
44923
44924 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
44925
44926         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
44927         strchr-sse2-no-bsf strrchr-sse2-no-bsf
44928         * sysdeps/x86_64/multiarch/strchr.S: Update.
44929         Check bit_slow_BSF bit.
44930         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
44931         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
44932         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
44933
44934 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
44935
44936         [BZ #13134]
44937         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
44938         before glibc 2.15.
44939         (tryshell): Define.
44940         (__spawni): Change last parameter to be flag.  Test
44941         SPAWN_XFLAGS_USE_PATH flag to use path or not.
44942         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
44943         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
44944         * posix/spawni.c: Likewise.
44945         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
44946         * posix/spawnp.c: Likewise.  Change normal version to use
44947         SPAWN_XFLAGS_USE_PATH.
44948         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
44949         SPAWN_XFLAGS_TRY_SHELL.
44950
44951         [BZ #13150]
44952         * posix/glob.h: Remove gcc 1.x support.
44953
44954         [BZ #13068]
44955         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
44956
44957 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
44958
44959         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44960         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
44961         strrchr-sse2-bsf
44962         * sysdeps/i386/i686/multiarch/strchr.S: New file.
44963         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
44964         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
44965         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
44966         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
44967         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
44968
44969 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44970
44971         * sysdeps/x86_64/wcscmp.S: New file.
44972
44973         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
44974         wcscmp-c wcscmp-sse2
44975         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
44976         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
44977         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
44978         * wcsmbs/wcscmp.c: Allow renaming.
44979
44980 2011-09-05  David S. Miller  <davem@davemloft.net>
44981
44982         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
44983         stack slot, rather than the struct return pointer slot.
44984         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
44985         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
44986         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
44987         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
44988
44989 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
44990
44991         * po/ja.po: Update from translation team.
44992
44993         [BZ #13144]
44994         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
44995         kernel in 64-bit binaries.
44996
44997 2011-09-01  David S. Miller  <davem@davemloft.net>
44998
44999         * elf/elf.h (HWCAP_SPARC_*): Move to..
45000         * sysdeps/sparc/sysdep.h: this new file and add new values.
45001         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
45002         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
45003         _DL_HWCAP_COUNT to 24.
45004         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
45005         entries.
45006         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
45007         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
45008         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
45009         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
45010         instead of magic constants.
45011         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45012
45013 2011-08-31  David S. Miller  <davem@davemloft.net>
45014
45015         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
45016         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
45017         Reimplement to do errno handling inline.
45018         (SYSCALL_ERROR_HANDLER): New macro.
45019         (__SYSCALL_STRING): Do not do errno handling in asm.
45020         (__CLONE_SYSCALL_STRING): Delete.
45021         (__INTERNAL_SYSCALL_STRING): Delete.
45022         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
45023         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
45024         (PSEUDO): Reimplement to do errno handling inline.
45025         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
45026         (SYSCALL_ERROR_HANDLER): New macro.
45027         (__SYSCALL_STRING): Do not do errno handling in asm.
45028         (__CLONE_SYSCALL_STRING): Delete.
45029         (__INTERNAL_SYSCALL_STRING): Delete.
45030         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
45031         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
45032         i386.
45033         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
45034         (inline_syscall*): Add 'err' argument.
45035         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
45036         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
45037         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
45038         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
45039
45040         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
45041         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45042
45043 2011-08-30  Andreas Schwab  <schwab@redhat.com>
45044
45045         * elf/rtld.c (dl_main): Relocate objects in dependency order.
45046
45047 2011-08-29  Jiri Olsa <jolsa@redhat.com>
45048
45049         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
45050         directive.
45051
45052 2011-08-24  David S. Miller  <davem@davemloft.net>
45053
45054         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
45055
45056 2011-08-24  Andreas Schwab  <schwab@redhat.com>
45057
45058         * elf/Makefile: Add rules to build and run unload8 test.
45059         * elf/unload8.c: New file.
45060         * elf/unload8mod1.c: New file.
45061         * elf/unload8mod1x.c: New file.
45062         * elf/unload8mod2.c: New file.
45063         * elf/unload8mod3.c: New file.
45064
45065         * elf/dl-close.c (_dl_close_worker): Reset private search list if
45066         it wasn't used.
45067
45068 2011-08-23  David S. Miller  <davem@davemloft.net>
45069
45070         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
45071         subtract stack bias.
45072         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
45073         %sp not %fp in calculations.
45074         (_JMPBUF_UNWINDS_ADJ): Likewise.
45075
45076         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
45077         (aio_suspend): Call it to force an exception region around the
45078         AIO_MISC_WAIT() invocation.
45079
45080 2011-08-23  Andreas Schwab  <schwab@redhat.com>
45081
45082         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
45083         backslash.
45084
45085 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
45086
45087         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
45088         protection macro.
45089         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
45090         and <dl-machine.h>.
45091         (Elf64_FuncDesc): Remove.
45092
45093 2011-08-22  David S. Miller  <davem@davemloft.net>
45094
45095         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
45096         sigaltstack check, add missing cfi directives.
45097         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
45098         missing cfi directives, and sigaltstack handling.
45099
45100 2011-08-16  Andreas Schwab  <schwab@redhat.com>
45101
45102         [BZ #11724]
45103         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
45104         object is seen twice.
45105         * elf/dl-fini.c (_dl_sort_fini): Likewise.
45106
45107         * elf/Makefile (distribute): Add tst-initorder2.c.
45108         (tests): Add tst-initorder2.
45109         (modules-names): Add tst-initorder2a tst-initorder2b
45110         tst-initorder2c tst-initorder2d.  Add rules to build them.
45111         ($(objpfx)tst-initorder2.out): New rule.
45112         * elf/tst-initorder2.c: New file.
45113         * elf/tst-initorder2.exp: New file.
45114
45115 2011-08-22  Andreas Schwab  <schwab@redhat.com>
45116
45117         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
45118
45119         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
45120         dependencies back to end of function.
45121
45122         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
45123         $(elfobjdir)/ld.so.
45124
45125 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
45126
45127         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
45128         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
45129         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
45130         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
45131         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
45132         of __vdso_gettimeofday.
45133         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
45134         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
45135         attribute_hidden.
45136         (_libc_vdso_platform_setup): Remove initialization of
45137         __vdso_gettimeofday and __vdso_time.
45138
45139 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
45140
45141         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
45142         and fgetc_unlocked.
45143         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
45144         getc_unlocked.
45145
45146         * elf/dl-open.c (add_to_global): Report additions to the global scope
45147         for LD_DEBUG=scopes.
45148         (dl_open_worker): Also print scope of newly loaded dependencies.
45149         (_dl_show_scope): Indicate if there is no scope.
45150
45151         [BZ #13114]
45152         * stdio-common/Makefile (tests): Add bug24.
45153         * stdio-common/bug24.c: New file.
45154
45155 2011-08-19  Andreas Jaeger  <aj@suse.de>
45156
45157         [BZ #13114]
45158         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
45159         non-existant file when using close-on-exec mode.
45160
45161 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
45162
45163         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
45164         the very first instruction.
45165
45166         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
45167         the CFI state in the end.
45168         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
45169         inclusion of dl-trampoline.h.
45170         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
45171
45172 2011-08-19  Andreas Schwab  <schwab@redhat.com>
45173
45174         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
45175         expectations for long double.
45176
45177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
45178         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
45179
45180 2011-08-14  David S. Miller  <davem@davemloft.net>
45181
45182         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
45183         artificual limit depends upon the system page size.
45184
45185 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
45186
45187         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
45188         * resolv/Makefile: Define CFLAGS-libresolv.
45189
45190 2011-08-17  Andreas Schwab  <schwab@redhat.com>
45191
45192         * nss/makedb.c (compute_tables): Make variables used in nested
45193         function static.
45194
45195 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
45196
45197         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
45198         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
45199         if buffer was too small.
45200
45201         * elf/pldd.c (main): Attach to all threads in the process.
45202         Rewrite /proc handling to use *at functions.
45203
45204 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
45205
45206         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
45207         specifies first scope to show.
45208         (dl_open_worker): Update callers.  Move printing scope of new
45209         object to before the relocation.
45210         * elf/rtld.c (dl_main): Update _dl_show_scope call.
45211         * sysdeps/generic/ldsodefs.h: Update declaration.
45212
45213         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
45214         string for the scope number.
45215
45216 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
45217
45218         * nscd/servicescache.c (cache_addserv): Make sure written is always
45219         initialized.
45220
45221 2011-08-14  Roland McGrath  <roland@hack.frob.com>
45222
45223         * sysdeps/i386/i486/bits/atomic.h
45224         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
45225         statement expression, so as to suppress "set but not used" warning.
45226         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
45227
45228         * string/strncat.c (STRNCAT): Use prototype definition.
45229
45230         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
45231         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
45232         -Iprograms here.
45233         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
45234         (localedef-modules): Add localedef.
45235         (locale-modules): Add locale.
45236
45237         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
45238         * elf/rtld.c (dl_main): Invert order of assignment in last change,
45239         to avoid a warning.
45240
45241 2011-08-14  David S. Miller  <davem@davemloft.net>
45242
45243         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
45244         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
45245
45246 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
45247
45248         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
45249         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
45250         * elf/rtld.c (dl_main): Set l_name of vDSO.
45251         Call _dl_show_scope when DL_DEBUG_SCOPES.
45252         (process_dl_debug): Recognize scopes flag and also set it for all.
45253         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
45254         Declare _dl_show_scope.
45255
45256         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
45257         (do_dlopen): Pass caller_dlopen to dl_open.
45258         (__libc_dlopen_mode): Initialize caller_dlopen.
45259
45260         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
45261         of libc.  Make tolower call locale-independent.  Optimize a bit by
45262         using isdigit instead of isalnum.
45263         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
45264
45265 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
45266
45267         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
45268         was a dependency or dynamically loaded.
45269
45270 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
45271
45272         * intl/l10nflist.c: Allow architecture-specific pop function.
45273         * sysdeps/x86_64/l10nflist.c: New file.
45274
45275         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
45276         classification.
45277
45278 2011-08-10  Andreas Schwab  <schwab@redhat.com>
45279
45280         * include/dirent.h: Add libc_hidden_proto for scandirat and
45281         scandirat64.  Don't declare __scandirat64.
45282         * dirent/scandirat.c: Add libc_hidden_def.
45283         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
45284         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
45285
45286 2011-08-10  David S. Miller  <davem@davemloft.net>
45287
45288         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
45289         enum.
45290         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
45291         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
45292         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
45293
45294 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
45295
45296         * Versions.def [libc]: Add GLIBC_2.15.
45297         * dirent/Makefile (routines): Add scandirat and scandirat64.
45298         * dirent/Versions [libc]: Export scandirat and scandirat64 for
45299         GLIBC_2.15.
45300         * dirent/dirent.h: Declare scandirat and scandirat64.
45301         * dirent/scandirat.c: New file.
45302         * dirent/scandirat64.c: New file.
45303         * sysdeps/wordsize-64/scandirat.c: New file.
45304         * sysdeps/wordsize-64/scandirat64.c: New file.
45305         * dirent/opendir.c: Define opendirat.
45306         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
45307         using scandirat.
45308         * dirent/scandir64.c: Adjust for scandir.c change.
45309         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
45310         __scandirat64, and __scandir_cancel_handler.
45311         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
45312         additional parameter and use openat instead of open (outside of ld.so).
45313         Add new __opendir as wrapper around __opendirat.
45314         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
45315         here without requiring old scandirat implementation.
45316
45317 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
45318
45319         * dirent/scandir.c (cancel_handler): Renamed to
45320         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
45321         defined.  Adjust users.
45322         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
45323         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
45324
45325 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
45326
45327         * string/test-string.h (IMPL): Use __STRING to expand name and then
45328         stringify it.
45329
45330         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
45331         of cleanups.
45332
45333 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45334
45335         * string/Makefile: Update.
45336         (strop-tests): Append strncat.
45337         * string/test-wcscmp.c: New file.
45338         New comprehensive test for wcscmp.
45339         * string/test-strcmp.c: Update.
45340         (WIDE): New define.
45341
45342 2011-07-22  Andreas Schwab  <schwab@redhat.com>
45343
45344         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
45345         line.
45346
45347 2011-07-26  Andreas Schwab  <schwab@redhat.com>
45348
45349         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
45350         encoding to ACE if AI_IDN.
45351
45352 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
45353
45354         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
45355         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
45356
45357 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45358
45359         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
45360         Fix overflow bug in strncat.
45361         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
45362
45363         * string/test-strncat.c: Update.
45364         Add new tests for checking overflow bugs.
45365
45366 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45367
45368         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45369         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
45370         * sysdeps/i386/i686/multiarch/strcat.S: New file.
45371         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
45372         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
45373         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
45374         * sysdeps/i386/i686/multiarch/strncat.S: New file.
45375         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
45376         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
45377
45378         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
45379         (USE_AS_STRCAT): Define.
45380         Add strcat and strncat support.
45381         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
45382
45383 2011-07-25  Andreas Schwab  <schwab@redhat.com>
45384
45385         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
45386         __n bigger than INT_MAX+1.
45387         (__strncmp_g): Likewise.
45388
45389 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
45390
45391         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
45392         * libio/stido.h: Likewise.
45393
45394         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
45395         (AF_NFC): Define.
45396         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
45397         (AF_NFC): Define.
45398
45399         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
45400         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
45401         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
45402         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
45403         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
45404
45405         [BZ #13021]
45406         * scripts/test-installation.pl: Don't expect libnss_test1 to be
45407         installed.
45408
45409         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
45410         typo.
45411         (_dl_x86_64_save_sse): Likewise.
45412
45413 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
45414
45415         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
45416         OSXSAVE.
45417         (_dl_x86_64_save_sse): Likewise.
45418
45419         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
45420
45421         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
45422
45423 2011-07-21  Andreas Schwab  <schwab@redhat.com>
45424
45425         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
45426         change.
45427         (_dl_x86_64_save_sse): Use correct AVX check.
45428
45429 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45430
45431         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
45432         bug in strncpy/strncat.
45433         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
45434
45435 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
45436
45437         * string/tester.c (test_strcat): Add tests for different alignments
45438         of source and destination.
45439         (test_strncat): Likewise.
45440
45441 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
45442
45443         [BZ #12852]
45444         * posix/glob.c (glob): Check passed in values before using them in
45445         expressions to avoid some overflows.
45446         (glob_in_dir): Likewise.
45447
45448         [BZ #13007]
45449         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
45450         check for AVX enablement so that we don't crash with old kernels and
45451         new hardware.
45452         * elf/tst-audit4.c: Add same checks here.
45453         * elf/tst-audit6.c: Likewise.
45454
45455         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
45456
45457 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
45458
45459         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
45460
45461 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
45462
45463         * po/cs.po: Update from translation team.
45464         * po/bg.po: Likewise.
45465
45466 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
45467
45468         * misc/sys/cdefs.h: Add support for const attribute.
45469         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
45470         to gnu_dev_{major,minor,makedev} functions.
45471
45472 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
45473
45474         * intl/dcigettext.c (get_output_charset): Add missing bracket.
45475
45476 2011-07-20  Andreas Schwab  <schwab@redhat.com>
45477
45478         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
45479         strlen results.
45480
45481 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45482
45483         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
45484         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
45485         register in order to avoid conflicts with the soft frame pointer
45486         being held in r11 when necessary.
45487         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
45488         (INTERNAL_VSYSCALL_NCS): Likewise.
45489
45490 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
45491
45492         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
45493         * elf/dl-fini.c (_dl_fini): Adjust caller.
45494         * elf/dl-close.c (_dl_close_worker): Likewise.
45495         * sysdeps/generic/ldsodefs.h: Adjust declaration.
45496
45497 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
45498
45499         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
45500         "aux_cache->nlibs < 0".
45501
45502         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
45503         in the reload-count case.
45504
45505 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45506
45507         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45508         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
45509         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
45510         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
45511         * sysdeps/x86_64/multiarch/strcat.S: New file.
45512         * sysdeps/x86_64/multiarch/strncat.S: New file.
45513         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
45514         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
45515         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
45516         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
45517         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
45518         (USE_AS_STRCAT): Define.
45519         Add strcat and strncat support.
45520         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
45521         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
45522         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
45523         * string/strncat.c: Update.
45524         (USE_AS_STRNCAT): Define.
45525         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
45526         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
45527         and i7.
45528         * sysdeps/x86_64/multiarch/init-arch.h
45529         (bit_Prefer_PMINUB_for_stringop): New.
45530         (index_Prefer_PMINUB_for_stringop): Likewise.
45531         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
45532         bit_Prefer_PMINUB_for_stringop.
45533
45534 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
45535
45536         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
45537         buffer64.
45538         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
45539         of casting of buffer.
45540         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
45541         buffer32 and buffer64.
45542         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
45543         writes instead of casting of buffer.
45544         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
45545         buffer32.
45546         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
45547         casting of buffer.
45548
45549 2011-07-19  Andreas Schwab  <schwab@redhat.com>
45550
45551         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
45552
45553 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
45554
45555         * nscd/nscd.c (termination_handler): Don't do anything for a database
45556         if it has not yet been initialized.
45557
45558 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
45559
45560         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
45561
45562 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
45563
45564         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
45565
45566 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
45567
45568         * po/nl.po: Update from translation team.
45569         * po/sv.po: Likewise.
45570
45571 2011-07-16  Roland McGrath  <roland@hack.frob.com>
45572
45573         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
45574         now disallowed by GCC.
45575
45576         * configure.in (use-default-link): Default to yes if a test -shared
45577         link meets our qualifications.
45578         * configure: Regenerated.
45579
45580         * config.make.in (output-format): New variable.
45581         * configure.in: Check for ld --print-output-format support.
45582         * configure: Regenerated.
45583         * Makerules ($(common-objpfx)format.lds)
45584         [$(output-format) != unknown]: Just use $(output-format),
45585         instead of the linker-script munging.
45586
45587 2011-07-14  Roland McGrath  <roland@hack.frob.com>
45588
45589         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
45590         of $(common-objpfx)shlib.lds.
45591         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
45592
45593         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
45594         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
45595
45596         * configure.in (-z relro check): Adjust test code to add a large
45597         writable data section after it.
45598         * configure: Regenerated.
45599
45600 2011-07-11  Roland McGrath  <roland@hack.frob.com>
45601
45602         * configure.in (-z relro check): Fix test code to make the variable
45603         truly const.
45604         * configure: Regenerated.
45605
45606 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
45607
45608         * nscd/nscd.h (struct traced_file): Define.
45609         (struct database_dyn): Remove inotify_descr, reset_res, and filename
45610         elements.  Add traced_files.
45611         (inotify_fd): Declare.
45612         (register_traced_file): Declare.
45613         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
45614         (inotify_fd): Export.
45615         (resolv_conf_descr): Remove.
45616         (nscd_init): Move inotify descriptor creation to main.
45617         Don't register files for notification here.
45618         (register_traced_file): New function.
45619         (invalidate_cache): Don't use reset_res to determine whether to call
45620         res_init, go through the list of registered files.
45621         (main_loop_poll): The inotify descriptors are now stored in the
45622         structures for the traced files.
45623         (main_loop_epoll): Likewise
45624         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
45625         to __nss_disable_nscd.
45626         * nscd/cache.c (prune_cache): There is no single inotify descriptor
45627         for a database anymore.  Check the records for all the registered
45628         files instead.
45629         * nss/Makefile (libnss_files-routines): Add files-init.
45630         (libnss_db-routines): Add db-init.
45631         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
45632         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
45633         * nss/nss_db/db-init.c: New file.
45634         * nss/nss_files/files-init.c: New file.
45635         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
45636         __nss_lookup_function.
45637         (__nss_lookup_function): Call nss_load_library.
45638         (nss_load_all_libraries): New function.
45639         (__nss_disable_nscd): Take parameter with callback function for files
45640         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
45641         used for the cached services.
45642         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
45643         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
45644         options for features to all the files in nscd.
45645
45646         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
45647
45648 2011-07-10  Roland McGrath  <roland@hack.frob.com>
45649
45650         * csu/elf-init.c (__libc_csu_init): Comment typo.
45651
45652 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
45653
45654         * po/pl.po: Update from translation team.
45655         * po/ja.po: Likewise.
45656         * po/ru.po: Likewise.
45657         * po/ko.po: Likewise.
45658         * po/fr.po: Likewise.
45659
45660 2011-07-09  Roland McGrath  <roland@hack.frob.com>
45661
45662         * configure.in (.ctors/.dtors header and trailer check):
45663         Use an empirical test on a built program.
45664         * configure: Regenerated.
45665
45666         * configure.in (-z relro check): Use an empirical test on a built DSO.
45667         Detect, but do not require, on ia64.
45668         * configure: Regenerated.
45669
45670         * configure.in (READELF): Find it with AC_CHECK_TOOL.
45671         Update tests that use readelf to use $READELF instead.
45672         * configure: Regenerated.
45673
45674 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
45675
45676         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
45677         if the result is not used.
45678
45679 2011-07-05  Andreas Jaeger  <aj@suse.de>
45680
45681         [BZ#9696]
45682         * stdlib/tst-strtod.c: Add testcase.
45683
45684 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
45685
45686         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
45687         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
45688         The latter has a higher limit.  Take additional parameter to pass to
45689         the new function.
45690         (__pathconf): Pass file to __statfs_link_max.
45691         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
45692         __statfs_link_max.
45693         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
45694         __statfs_link_max.
45695
45696         [BZ #12868]
45697         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
45698         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
45699         Handle Lustre.
45700         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
45701         (__statfs_filesize_max): Likewise.
45702         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
45703
45704 2011-07-05  Andreas Jaeger  <aj@suse.de>
45705
45706         * resolv/res_comp.c (dn_skipname): Remove unused variable.
45707
45708 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
45709
45710         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
45711         `status' variable.
45712         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
45713         Likewise.
45714
45715 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
45716
45717         * Makefile (strop-tests): Add strncat.
45718         * string/test-strncat.c: New file.
45719
45720 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
45721
45722         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
45723
45724 2011-06-21  Andreas Jaeger  <aj@suse.de>
45725
45726         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
45727         Copy rule from iconvdata/Makefile.
45728
45729 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
45730
45731         [BZ #12922]
45732         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
45733         but no long options are defined, just return 'W'.
45734
45735 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
45736
45737         [BZ #9696]
45738         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
45739
45740 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
45741
45742         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
45743         netgroups to read.
45744         (innetgr): Likewise.
45745
45746 2011-07-05  Roland McGrath  <roland@hack.frob.com>
45747
45748         * config.make.in (install_root): Default to $(DESTDIR).
45749
45750 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
45751
45752         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
45753
45754 2011-07-02  Roland McGrath  <roland@hack.frob.com>
45755
45756         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
45757
45758         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
45759         containing directory rather than embedding absolute directory names.
45760
45761         * scripts/check-local-headers.sh: Rewritten using awk.
45762         Match by word, not by line.  Print error messages for matches.
45763         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
45764
45765         * Makerules [shlib-lds-flags empty]:
45766         ($(common-objpfx)libc_pic.opts): New target.
45767         ($(common-objpfx)libc_pic.os.clean): New target.
45768         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
45769
45770         * config.make.in (OBJCOPY): New variable.
45771         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
45772         * configure: Regenerated.
45773
45774         * config.make.in (use-default-link): New variable.
45775         * configure.in (use_default_link): Grok --with-default-link to set it.
45776         * configure: Regenerated.
45777         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
45778         (shlib-lds, shlib-lds-flags): Define to empty.
45779
45780         * Makerules (shlib-lds): New variable.
45781         (shlib-lds-flags): New variable.
45782         (build-shlib, build-moduile, build-module-asneeded): Use it.
45783         ($(common-objpfx)libc.so): Use $(shlib-lds).
45784         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
45785         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
45786
45787         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
45788         DT_FLAGS/DT_FLAGS_1 with zero flags.
45789
45790         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
45791         linker script munging.
45792
45793 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
45794
45795         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
45796         as 128-bit value.
45797         * crypt/sha512.c (sha512_process_block): Perform total addition using
45798         128-bit if possible.
45799         (__sha512_finish_ctx): Likewise.
45800         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
45801         as 64-bit value.
45802         * crypt/sha256.c (SWAP64): Define.
45803         (sha256_process_block): Perform total addition using 64-bit if
45804         possible.
45805         (__sha256_finish_ctx): Likewise.
45806
45807 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
45808
45809         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
45810         * nscd/initgrcache.c (addinitgroupsX): Likewise.
45811         * nscd/hstcache.c (cache_addhst): Likewise.
45812         * nscd/grpcache.c (cache_addgr): Likewise.
45813         * nscd/aicache.c (addhstaiX): Likewise
45814         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
45815
45816 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
45817
45818         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
45819         * nscd/initgrcache.c (addinitgroupsX): Likewise.
45820         * nscd/hstcache.c (cache_addhst): Likewise.
45821         * nscd/grpcache.c (cache_addgr): Likewise.
45822         * nscd/aicache.c (addhstaiX): Likewise
45823
45824 2011-07-01  Andreas Schwab  <schwab@redhat.com>
45825
45826         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
45827         domain only when needed.
45828
45829 2011-06-30  Andreas Schwab  <schwab@redhat.com>
45830
45831         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
45832         is always restored.
45833
45834 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
45835
45836         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
45837         are re-adding the entry.
45838         * nscd/servicescache.c (cache_addserv): Likewise.
45839
45840 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
45841
45842         * sysdeps/generic/dl-irel.h: fix protection against multiple
45843         inclusions.
45844         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
45845
45846 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
45847
45848         [BZ #12935]
45849         * malloc/memusage.sh: Fix quoting in message.
45850         * debug/xtrace.sh: Likewise.
45851
45852         * configure.in: Remove support for --experimental-malloc option, make
45853         it the default.
45854         * config.make.in: Likewise.
45855         * malloc/Makefile: Likewise.
45856
45857 2011-06-27  Andreas Schwab  <schwab@redhat.com>
45858
45859         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
45860         two-byte characters.
45861
45862 2011-06-27  Roland McGrath  <roland@hack.frob.com>
45863
45864         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
45865         AC_CACHE_CHECK invocation.
45866         * configure: Regenerated.
45867
45868         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
45869
45870 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
45871
45872         [BZ #12350]
45873         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
45874         bit from old_res_options.
45875
45876         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
45877
45878         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
45879         value type for setfct.
45880
45881 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
45882
45883         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
45884         __gettimeofday instead of gettimeofday.
45885
45886 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
45887
45888         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
45889
45890 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
45891
45892         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
45893
45894         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
45895         info.
45896
45897 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
45898
45899         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45900         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
45901         strcpy-sse2-unaligned strncpy-sse2-unaligned
45902         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
45903         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
45904         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
45905         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
45906         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
45907         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
45908         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
45909         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
45910         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
45911         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
45912         (STRCPY): Support SSE2 and SSSE3 versions.
45913
45914 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
45915
45916         [BZ #12874]
45917         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
45918         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
45919         kernels which artificially limit size of requests.
45920
45921 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
45922
45923         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45924         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
45925         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
45926         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
45927         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
45928         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
45929         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
45930         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
45931         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
45932         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
45933         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
45934         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
45935         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
45936         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
45937         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
45938         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
45939         Enable unaligned load optimization for Intel Core i3, i5 and i7
45940         processors.
45941         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
45942         Define.
45943         (index_Fast_Unaligned_Load): Define.
45944         (HAS_FAST_UNALIGNED_LOAD): Define.
45945
45946 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
45947
45948         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
45949
45950 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
45951
45952         [BZ #12907]
45953         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
45954         until it is clear that the information is realy needed.
45955         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
45956
45957 2011-06-22  Andreas Schwab  <schwab@redhat.com>
45958
45959         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
45960
45961 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
45962
45963         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
45964         /sys/devices/system/cpu/online if it is usable.
45965
45966         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
45967         reading the information from the /proc filesystem to once a second.
45968
45969 2011-06-21  Andreas Jaeger  <aj@suse.de>
45970
45971         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
45972         NULL after inclusion of kernel headers.
45973
45974 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
45975
45976         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
45977         calls to internal_setent.
45978
45979         [BZ #12885]
45980         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
45981         addresses using gethostbyname4_r ignore IPv4 addresses.
45982
45983         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
45984         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
45985
45986         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
45987
45988 2011-06-20  David S. Miller  <davem@davemloft.net>
45989
45990         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
45991         inclusions.
45992         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
45993
45994         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
45995         (elf_irel): Use it.
45996         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
45997         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
45998         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
45999         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
46000         * sysdeps/x86_64/dl-irel.h: Likewise.
46001
46002         * elf/dl-runtime.c: Use elf_ifunc_invoke.
46003         * elf/dl-sym.c: Likewise.
46004
46005 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
46006
46007         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
46008         need to dereference resplen2.
46009
46010 2011-06-14  Andreas Schwab  <schwab@redhat.com>
46011
46012         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
46013
46014 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
46015
46016         * Makeconfig: Define vardbdir and inst_vardbdir.
46017         * nss/Makefile: Add rules to install db-Makefile.
46018
46019         * nss/nss_db/db-XXX.c: Cleanup.
46020
46021         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
46022         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
46023         GLIBC_PRIVATE.
46024         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
46025         * nss/makedb.c: Implement -g option to specify that value strings
46026         are generated and should not be added to table iterated over for
46027         get*ent calls.
46028         * nss/nss_db/db-initgroups.c: New file.
46029
46030         * nss/getent.c: Add support for initgroups lookups through getgrouplist
46031         interface.
46032
46033         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
46034         (internal_getgrouplist): Adjust to name change.
46035         Update use_initgroups_entry if this is not the first call.
46036         * nss/databases.def: Add initgroups entry.
46037
46038         * nss/makedb.c (compute_tables): Check result of multiple hash table
46039         sizes to minimize maximum chain length.
46040
46041 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
46042
46043         * Versions.def: Add entry for libnss_db.
46044         * shlib-versions: Likewise.
46045         * nss/Makefile: Add rules to build libnss_db.
46046         * nss/Versions: Add libnss_db information.  Organize libnss_files
46047         entries better.
46048         * nss/db-Makefile: Add gshadow support.  Change rules for the new
46049         makedb progra.  Some minor improvements to generate smaller files.
46050         * nss/nss_db/nss_db.h: Move NSS database header data structures to
46051         here from...
46052         * nss/makedb.c: ...here.
46053         Improve database format to be smaller and require less memory at
46054         runtime.
46055         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
46056         db anymore.
46057         * nss/nss_db/db-netgrp.c: Likewise.
46058         * nss/nss_db/db-open.c: Likewise.
46059         * nss/nss_files/flies-XXX.x: Adjust comments.
46060         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
46061         * nss/nss_files/files-grp.c: Likewise.
46062         * nss/nss_files/files-hosts.c: Likewise.
46063         * nss/nss_files/files-network.c: Likewise.
46064         * nss/nss_files/files-proto.c: Likewise.
46065         * nss/nss_files/files-pwd.c: Likewise.
46066         * nss/nss_files/files-rpc.c: Likewise.
46067         * nss/nss_files/files-service.c: Likewise.
46068         * nss/nss_files/files-sgrp.c: Likewise.
46069         * nss/nss_files/files-spwd.c: Likewise.
46070         * nss/nss_db/db-alias.c: Removed.
46071         * nss/nss_db/dummy-db.h: Removed.
46072
46073 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
46074
46075         * nss/makedb.c: Rewritten to not use database library.
46076         * nss/Makefile: Update to build new makedb program.
46077
46078 2011-06-14  Andreas Jaeger  <aj@suse.de>
46079
46080         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
46081         memset declaration.
46082
46083 2011-06-10  Andreas Schwab  <schwab@redhat.com>
46084
46085         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
46086         tmpbuf.
46087
46088 2011-06-10  Roland McGrath  <roland@hack.frob.com>
46089
46090         * Makerules (shlib.lds): Fail if the linker script comes out empty.
46091         * elf/Makefile ($(objpfx)ld.so): Likewise.
46092
46093         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
46094         Don't list ld.so twice in dependencies.
46095
46096         * posix/bug-regex31.c: Include <stdlib.h>.
46097
46098         * nscd/hstcache.c (cache_addhst): Remove unused variable.
46099
46100         * nis/nss_compat/compat-spwd.c
46101         (getspent_next_nss_netgr): Remove unused variable.
46102         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
46103
46104         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
46105         nonmembers" output to use the right array.
46106
46107         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
46108
46109         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
46110
46111         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
46112         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
46113         * catgets/gencat.c (read_input_file): Likewise.
46114         * locale/programs/locarchive.c (enlarge_archive): Likewise.
46115
46116         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
46117         variable definition inside #if's controlling its use.
46118
46119         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
46120
46121         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
46122
46123         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
46124
46125         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
46126         unreachable code.
46127
46128         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
46129
46130         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
46131         * configure: Regenerated.
46132
46133         * Makerules: Revert last change.
46134         * elf/Makefile: Likewise.
46135
46136 2011-06-09  Roland McGrath  <roland@hack.frob.com>
46137
46138         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
46139         * elf/Makefile ($(objpfx)librtld.os): Likewise.
46140         (reloc-link): Likewise.
46141
46142 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
46143
46144         * elf/Makefile: Add rules to build pldd.
46145         * elf/pldd.c: New file.
46146         * elf/pldd-xx.c: New file.
46147
46148 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
46149
46150         * version.h: Update for 2.15 development version.
46151
46152 2011-06-07  David S. Miller  <davem@davemloft.net>
46153
46154         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
46155         ifuncs.
46156         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
46157         elf_machine_lazy_rel): Likewise.
46158         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
46159         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
46160         elf_machine_lazy_rel): Likewise.
46161         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
46162         dl_hwcap via passed in argument.
46163         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
46164         Likewise.
46165
46166 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46167
46168         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
46169
46170 2011-06-06  Roland McGrath  <roland@hack.frob.com>
46171
46172         [BZ #12849]
46173         * manual/fdl-1.1.texi: New file, verbatim from:
46174         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
46175         * manual/lgpl-2.1.texi: New file, verbatim from:
46176         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
46177         * manual/Makefile (licenses): New variable, list those new file names.
46178         (texis): Use it.
46179         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
46180
46181         * manual/fdl.texi: File removed.
46182         * manual/lesser.texi: File removed.
46183         * manual/libc.texinfo (Copying, Documentation License):
46184         Use new @include file names, put @appendix directive before @include.
46185
46186 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
46187
46188         [BZ #12841]
46189         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
46190         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
46191         (mq_open): Add __NTH.
46192
46193 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
46194
46195         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46196         Assume Intel Core i3/i5/i7 processor if AVX is available.
46197
46198 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
46199
46200         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
46201         typo.
46202
46203 2011-05-31  Andreas Schwab  <schwab@redhat.com>
46204
46205         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
46206         memory.  Use alloca_account.  Fix memory leak when retrying.
46207
46208 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
46209
46210         * version.h (RELEASE): Bump for 2.14 release.
46211         * include/features.h (__GLIBC_MINOR__): Bump to 14.
46212
46213         * config.make.in (RANLIB): Remove entry.
46214
46215 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
46216
46217         * po/Makefile (po-sed-cmd): Add ksh to extensions.
46218         (libc.pot): Work around missing support for .ksh extension in xgettext.
46219
46220         [BZ #12684]
46221         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
46222         if both request failed.
46223         (send_dg): In case of server errors clear resplen or *resplen2.
46224
46225         [BZ #12454]
46226         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
46227         when there are multiple maps.
46228         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
46229         (_dl_fini): Remove test here.
46230
46231         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
46232
46233 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
46234
46235         [BZ #12350]
46236         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
46237         bit from old_res_options.
46238         (gaih_inet): Likewise.
46239
46240         [BZ #11099]
46241         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
46242         as signed.
46243
46244         * resolv/res_init.c (res_setoptions): Make the code more compact.
46245
46246         [BZ #11558]
46247         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
46248         set RES_USEVC.
46249
46250         [BZ #11634]
46251         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
46252
46253         * malloc/malloc.h: Mark malloc hook variables as deprecated.
46254
46255         [BZ #11781]
46256         * malloc/malloc.h: Declare malloc hook variables as volatile.
46257
46258         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
46259         in last patch.
46260
46261         [BZ #11799]
46262         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
46263         raise in the comment.
46264         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
46265         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
46266         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
46267
46268 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
46269
46270         [BZ #12811]
46271         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
46272         grow the buffers more if it already has to be sufficient.
46273         (build_wcs_upper_buffer): Likewise.
46274         * posix/regexec.c (check_matching): Likewise.
46275         (clean_state_log_if_needed): Likewise.
46276         (extend_buffers): Don't enlarge buffers beyond size of the input
46277         buffer.
46278         Patches mostly by Emil Wojak <emil@wojak.eu>.
46279         * posix/bug-regex32.c: New file.
46280         * posix/Makefile (tests): Add bug-regex32.
46281
46282         * locale/findlocale.c (_nl_find_locale): Return right away if
46283         _nl_explode_name failed.
46284         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
46285
46286         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
46287
46288         * debug/xtrace.sh: Unify messages.
46289         * malloc/memusage.sh: Likewise.
46290
46291         [BZ #12813]
46292         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
46293         time symbol from vDSO.  Substitute with vsyscall if not available.
46294         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
46295         __vdso_time.
46296
46297         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
46298         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
46299         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
46300         Add sendmmsg and internal_sendmmsg.
46301         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
46302         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
46303         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
46304
46305         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
46306         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
46307         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
46308
46309 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
46310
46311         [BZ #12813]
46312         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
46313         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
46314         available.
46315         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
46316         __vdso_getcpu.
46317
46318         [BZ #12814]
46319         * iconvdata/Makefile (tests): Add bug-iconv9.
46320         * iconvdata/bug-iconv9.c: New file.
46321
46322 2011-05-27  Andreas Schwab  <schwab@redhat.com>
46323
46324         [BZ #12814]
46325         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
46326
46327 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
46328
46329         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
46330         (struct user_regs_struct): Change intcs field back to cs.
46331
46332 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
46333
46334         * po/ja.po: Update from translation team.
46335
46336 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
46337
46338         [BZ #12795]
46339         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
46340         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
46341
46342 2011-05-20  Andreas Schwab  <schwab@redhat.com>
46343
46344         * stdlib/longlong.h: Update from GCC.
46345
46346 2011-05-23  Andreas Schwab  <schwab@redhat.com>
46347
46348         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
46349         parameter name.
46350         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
46351         Add parameter name.
46352         (__sysconf): Pass it down.
46353
46354 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
46355
46356         [BZ #12671]
46357         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
46358         some situations.
46359         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
46360         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
46361         add in in __libc_use_alloca calls.  Adjust callers.
46362         (glob): Use malloc in some situations.
46363
46364         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
46365         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
46366         pltexit.
46367
46368 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
46369
46370         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
46371         and CLOCK_BOOTTIME_ALARM.
46372
46373         [BZ #12782]
46374         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
46375         is returned.
46376
46377         * string/_strerror.c (__strerror_r): Print negative errors as signed
46378         numbers.
46379
46380         [BZ #12777]
46381         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
46382         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
46383         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
46384
46385         * configure.in: Fix typo in redirection and correct removal of test
46386         files in two cases.
46387
46388         [BZ #12788]
46389         * locale/setlocale.c (new_composite_name): Fix test to check for
46390         identical name of all categories.
46391
46392         [BZ #12792]
46393         * libio/filedoalloc.c (local_isatty): New function.
46394         (_IO_file_doallocate): Use local_isatty.
46395         * stdio-common/perror.c (perror): In case a new stream is used
46396         forward the stream error.
46397         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
46398         error flag.
46399
46400 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
46401
46402         [BZ #11869]
46403         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
46404         alloca.
46405         * include/alloca.h (extend_alloca_account): Define.
46406
46407         [BZ #11857]
46408         * posix/regex.h: Fix comments with documentation of user-accessible
46409         fields after compilation and describe correct free'ing of pattern
46410         after re_compile_pattern.
46411         Patch by Reuben Thomas <rrt@sc3d.org>.
46412
46413 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
46414
46415         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
46416         and -mno-altivec to prevent the compiler from using Altivec and/or
46417         VSX instructions when the corresponding registers are not available.
46418
46419 2011-05-19  Andreas Schwab  <schwab@redhat.com>
46420
46421         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
46422
46423 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
46424
46425         * libio/freopen.c (freopen): Use __dup2, not dup2.
46426         * libio/freopen64.c (freopen64): Likewise.
46427
46428 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
46429
46430         [BZ #12775]
46431         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
46432         * math/Makefile (tests): Add test-powl.
46433         (CFLAGS-test-powl.c): Define.
46434         * math/test-powl.c: New file.
46435
46436 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
46437
46438         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
46439
46440 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
46441
46442         [BZ #11837]
46443         * iconvdata/gb18030.c: Update to GB18020-2005.
46444
46445 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
46446
46447         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
46448         RE_SYNTAX_POSIX_AWK): Update to match recent development.
46449         Patch by Aharon Robbins <arnold@skeeve.com>.
46450
46451         [BZ #11892]
46452         * stdlib/putenv.c (putenv): Don't always create copy of the variable
46453         on the stack.
46454
46455         [BZ #11895]
46456         * misc/pselect.c (__pselect): Handle timeout value errors hidden
46457         through underflows.
46458
46459         [BZ #12766]
46460         * misc/error.c (error_at_line): Ensure file_name and old_file_name
46461         point to strings before performing equality test for error_one_per_line
46462         mode.
46463
46464         [BZ #11697]
46465         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
46466
46467         [BZ #11820]
46468         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
46469         (struct user_fpregs_struct): Avoid __uint*_t types.
46470
46471         [BZ #6420]
46472         * malloc/mtrace.c (tr_where): Add additional parameter to point to
46473         symbol info.  Use it instead of calling _dl_addr locally.
46474         (lock_and_info): New function.
46475         (tr_freehook): Call lock_and_info and pass symbol info as additional
46476         parameter to tr_where.
46477         (tr_mallochook): Likewise.
46478         (tr_reallochook): Likewise.
46479         (tr_memalignhook): Likewise.
46480
46481         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
46482         used and couldn't be at all thread-safe.
46483
46484 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
46485
46486         * libio/freopen.c (freopen): Don't close old file descriptor
46487         before the new one is opened.  Instead dup the new file descriptor
46488         to the old one after the new stream is created.
46489         * libio/freopen64.c (freopen64): Likewise.
46490         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
46491         * libio/fileops.c (_IO_new_file_close_it): Handle new
46492         _IO_FLAGS2_NOCLOSE flag.
46493         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
46494         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
46495         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
46496         _IO_FLAGS2_NOCLOSE flag.
46497         * include/unistd.h: Add hidden_proto for dup3.
46498         Define __have_dup3.
46499         * io/dup3.c: Define hidden symbol.
46500         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
46501
46502         [BZ #7101]
46503         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
46504         when an incomplete long option is used.
46505         * posix/tst-getopt_long1.c: New file.
46506         * posix/Makefile (tests): Add tst-getopt_long1.
46507
46508         [BZ #10138]
46509         * scripts/config.guess: Update from autoconf-2.68.
46510         * scripts/config.sub: Likewise.
46511
46512         [BZ #10157]
46513         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
46514         tests into ...
46515         (has_cpuclock): ...this.  New function.
46516         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
46517         macro here based on has_cpuclock code.
46518
46519         [BZ #10149]
46520         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46521         First byte (not low byte) is now always NUL.
46522         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
46523
46524         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46525         Use non-cancelable interfaces.
46526
46527         [BZ #9809]
46528         * locale/iso-639.def: Add entry for Sorani.
46529
46530         [BZ #11901]
46531         * include/stdlib.h: Move include protection to the right place.
46532         Define abort_msg_s.  Declare __abort_msg with it.
46533         * stdlib/abort.c (__abort_msg): Adjust type.
46534         * assert/assert.c (__assert_fail_base): New function.  Majority
46535         of code from __assert_fail.  Allocate memory for __abort_msg with
46536         mmap.
46537         (__assert_fail): Now call __assert_fail_base.
46538         * assert/assert-perr.c: Remove bulk of implementation.  Use
46539         __assert_fail_base.
46540         * include/assert.hL Declare __assert_fail_base.
46541         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
46542         mmap.
46543         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
46544
46545 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
46546
46547         [BZ #11952]
46548         [BZ #12453]
46549         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
46550         until all modules are registered in the DTV.
46551         * elf/Makefile: Add rules to build and run tst-tls19.
46552         * elf/tst-tls19.c: New file.
46553         * elf/tst-tls19mod1.c: New file.
46554         * elf/tst-tls19mod2.c: New file.
46555         * elf/tst-tls19mod3.c: New file.
46556         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
46557
46558         [BZ #12083]
46559         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
46560         correctly.
46561
46562         [BZ #12601]
46563         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
46564         two-byte sequence errors.
46565         * iconvdata/Makefile (tests): Add bug-iconv8.
46566         * iconvdata/bug-iconv8.c: New file.
46567
46568         [BZ #12626]
46569         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
46570         buf2 definition.
46571
46572         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
46573
46574         [BZ #12432]
46575         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
46576         (dummy_getcfa): New function.
46577         (init): Get _Unwind_GetCFA address, use dummy if not found.
46578         (backtrace_helper): In recursion check, also check whether CFA changes.
46579         (__backtrace): Completely initialize arg.
46580
46581         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
46582         storing incomplete byte sequence in state object.  Avoid testing for
46583         guaranteed too small input if we know there is enough data available.
46584
46585 2011-05-11  Andreas Schwab  <schwab@redhat.com>
46586
46587         * Makeconfig (+link-pie): Indent.
46588         * Rules (binaries-pie): Define if $(have-fpie) and
46589         $(build-shared).
46590         (binaries-shared): Also filter out $(binaries-pie).
46591         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
46592         * nscd/Makefile (others-pie): Add nscd.
46593         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
46594         ($(objpfx)nscd): Remove command override.
46595         * login/Makefile (others-pie): Add pt_chown.
46596         ($(objpfx)pt_chown): Remove command override.
46597         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
46598         remove command overrides.
46599
46600 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
46601
46602         * libio/tst_putwc.c: Fix error messages.
46603
46604         [BZ #12724]
46605         * libio/fileops.c (_IO_new_file_close_it): Always flush when
46606         currently writing and seek to current position when not.
46607         * libio/Makefile (tests): Add bug-fclose1.
46608         * libio/bug-fclose1.c: New file.
46609
46610 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
46611
46612         [BZ #12511]
46613         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
46614         don't set DF_1_NODELETE here.
46615         (do_lookup_x): When entering new entry test for copy relocation
46616         and if necessary set DF_1_NODELETE flag.
46617         * elf/tst-unique4.cc: New file.
46618         * elf/tst-unique4.h: New file.
46619         * elf/tst-unique4lib.cc: New file.
46620         * elf/Makefile: Add rules to build and run tst-unique4.
46621         Patch by Piotr Bury <pbury@goahead.com>.
46622
46623 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
46624
46625         [BZ #12052]
46626         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
46627
46628         [BZ #12625]
46629         * misc/mntent_r.c (addmntent): Flush the stream after the output
46630
46631         [BZ #12393]
46632         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
46633         (is_trusted_path_normalize): Skip initial colon.  Append slash
46634         to empty buffer.  Duplicate is_trusted_path code but allow
46635         constructed patch to be prefix.
46636         (is_dst): Allow $ORIGIN followed by /.
46637         (_dl_dst_substitute): Correct clearing of check_for_trusted.
46638         Correct testing of result of is_trusted_path_normalize
46639         (decompose_rpath): Fix warning.
46640
46641 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
46642
46643         [BZ #11257]
46644         * grp/initgroups.c (internal_getgrouplist): When we found the service
46645         list through the initgroups entry in nsswitch.conf do not always
46646         continue on a successful lookup.  Don't always use the
46647         __nss_group_database value if it is set.
46648         * nss/nsswitch.conf (initgroups): Change action for successful db
46649         lookup to continue for compatibility.
46650
46651 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
46652
46653         [BZ #11532]
46654         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
46655         and CP774 modules.
46656         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
46657         and CP774 modules.
46658         * iconvdata/tst-tables.sh: Likewise.
46659         * iconvdata/cp770.c: New file.
46660         * iconvdata/cp771.c: New file.
46661         * iconvdata/cp772.c: New file.
46662         * iconvdata/cp773.c: New file.
46663         * iconvdata/cp774.c: New file.
46664         * iconvdata/testdata/CP770: New file.
46665         * iconvdata/testdata/CP770..UTF8: New file.
46666         * iconvdata/testdata/CP771: New file.
46667         * iconvdata/testdata/CP771..UTF8: New file.
46668         * iconvdata/testdata/CP772: New file.
46669         * iconvdata/testdata/CP772..UTF8: New file.
46670         * iconvdata/testdata/CP773: New file.
46671         * iconvdata/testdata/CP773..UTF8: New file.
46672         * iconvdata/testdata/CP774: New file.
46673         * iconvdata/testdata/CP774..UTF8: New file.
46674
46675         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
46676         END CHARMAP line.
46677         * iconvdata/gen-8bit-gap.sh: Likewise.
46678         * iconvdata/gen-8bit.sh: Likewise.
46679
46680         * locale/iso-639.def: Add ary entry.
46681
46682         [BZ #11258]
46683         * locale/C-translit.h.in: Add U20A1 transliteration.
46684
46685         [BZ #12178]
46686         * locale/iso-639.def: Add wae entry.
46687         Patch by Kevin Bortis <bortis@translate-wae.ch>.
46688
46689         [BZ #12545]
46690         * locale/programs/localedef.c (construct_output_path): Use ssize_t
46691         for n.
46692
46693         [BZ #12711]
46694         * locale/C-translit.h.in: Add entry for U20B9.
46695         Patch by pravin.d.s@gmail.com.
46696
46697 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
46698
46699         [BZ #12713]
46700         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
46701         ENAMETOOLONG use generic getcwd.
46702         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
46703         in rtld.  Use *stat64.
46704         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
46705         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
46706         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
46707         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
46708         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
46709         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
46710         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
46711         __fstatat64 macros.
46712         * include/dirent.h: Add libc_hidden_proto for rewinddir.
46713         * dirent/rewinddir.c: Add libc_hidden_def.
46714         * sysdeps/mach/hurd/rewinddir.c: Likewise.
46715         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
46716
46717         * include/dirent.h (__alloc_dir): Add flags parameter.
46718         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
46719         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
46720         __alloc_dir.
46721         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
46722         from fdopendir if O_CLOEXEC is already set.
46723
46724 2011-03-15  Alan Modra  <amodra@gmail.com>
46725
46726         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
46727         l_tls_firstbyte_offset non-zero.  Save padding offset in
46728         l_tls_firstbyte_offset for later use.
46729         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
46730         freeing static tls block.
46731
46732 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
46733
46734         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
46735         where #ifdef was intended.  The intent is to prevent ARG_MAX from
46736         being defined by the kernel headers.
46737
46738 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
46739
46740         [BZ #12734]
46741         * resolv/resolv.h: Define RES_NOTLDQUERY.
46742         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
46743         no-tld-query and set RES_NOTLDQUERY.
46744         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
46745         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
46746         modern BIND to search name as TLD unless forbidden.
46747
46748 2011-05-07  Petr Baudis  <pasky@suse.cz>
46749             Ulrich Drepper  <drepper@gmail.com>
46750
46751         [BZ #12393]
46752         * elf/dl-load.c (fillin_rpath): Move trusted path check...
46753         (is_trusted_path): ...to here.
46754         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
46755         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
46756         using is_trusted_path_normalize() in setuid scripts.
46757
46758 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
46759
46760         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
46761         __BEGIN/__END_DECLS.
46762
46763 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
46764
46765         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
46766         NSS_STATUS_NOTFOUND if no record was found.
46767
46768 2011-05-05  Andreas Schwab  <schwab@redhat.com>
46769
46770         * sunrpc/Makefile (headers): Add rpc/netdb.h.
46771         (headers-not-in-tirpc): Remove rpc/netdb.h
46772         * resolv/netdb.h: Revert last change.
46773
46774 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
46775
46776         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
46777         circular dependency between libgcc.a and libc.a.
46778
46779 2011-05-05  Andreas Schwab  <schwab@redhat.com>
46780
46781         * resolv/netdb.h: Don't include <rpc/netdb.h>.
46782         * nis/Makefile: Don't install rpcsvc/*.
46783         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
46784         instead of <rpc/types.h>.
46785         (MAXHOSTNAMELEN): Define.
46786
46787 2011-05-03  Andreas Schwab  <schwab@redhat.com>
46788
46789         * elf/ldconfig.c (add_dir): Don't crash on empty path.
46790
46791 2011-04-28  Maciej Babinski  <mbabinski@google.com>
46792
46793         [BZ #12714]
46794         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
46795         gethostbyname4_r when IPv6 results are possible.
46796
46797 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
46798
46799         [BZ #12723]
46800         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
46801         _PC_PIPE_BUF handling.
46802
46803 2011-04-30  Bruno Haible  <bruno@clisp.org>
46804
46805         [BZ #12717]
46806         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
46807         * resolv/netdb.h (getnameinfo): Change type of flags parameter
46808         to 'int'.
46809         * inet/getnameinfo.c (getnameinfo): Likewise.
46810
46811 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
46812
46813         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
46814         to groups setting in database lookup.
46815         * nss/nsswitch.conf: Add initgroups entry.
46816
46817 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
46818
46819         [BZ #12685]
46820         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
46821         mode string.
46822         Patch by Eric Blake <eblake@redhat.com>.
46823
46824 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
46825
46826         * sunrpc/Makefile (need-export-routines): Add svc_run.
46827         (routines): Remove svc_run.
46828         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
46829         * sunrpc/clnt_perr.c (clnt_perrno): Export.
46830         * sunrpc/svc_run.c (svc_run): Likewise.
46831         * sunrpc/svc_udp.c (svcudp_create): Likewise.
46832
46833 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
46834
46835         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
46836         problem in reallocation in last patch.
46837
46838 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
46839
46840         * sunrpc/Makefile: Move inclusion of Rules.
46841
46842 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
46843
46844         * nss/nss_files/files-initgroups.c: New file.
46845         * nss/Makefile (libnss_files-routines): Add files-initgroups.
46846         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
46847         _nss_files_initgroups_dyn.
46848
46849 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
46850
46851         * elf/elf.h (R_ARM_IRELATIVE): Define.
46852
46853 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
46854
46855         * po/ru.po: Update from translation team.
46856
46857 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
46858
46859         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
46860         dependencies.
46861
46862 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
46863
46864         [BZ #12653]
46865         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
46866         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
46867         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46868         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
46869         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
46870
46871 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
46872
46873         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
46874         differing bytes.
46875         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
46876         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
46877         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
46878
46879 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
46880
46881         [BZ #12420]
46882         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
46883         storing it.
46884         * stdlib/bug-getcontext.c: New file.
46885         * stdlib/Makefile: Add rules to build and run bug-getcontext.
46886
46887 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46888
46889         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
46890         instructions into .machine "z9-109".
46891         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
46892         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
46893
46894 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46895
46896         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
46897         between environment variables and auxiliary vector.
46898
46899 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
46900
46901         * Makefile: Add rules to build linkobj/libc.so.
46902         * include/libc-symbols.h: Define libc_hidden_nolink.
46903         * include/rpc/auth.h: Mark functions which are to be hidden.
46904         * include/rpc/auth_des.h: Likewise.
46905         * include/rpc/auth_unix.h: Likewise.
46906         * include/rpc/clnt.h: Likewise.
46907         * include/rpc/des_crypt.h: Likewise.
46908         * include/rpc/key_prot.h: Likewise.
46909         * include/rpc/pmap_clnt.h: Likewise.
46910         * include/rpc/pmap_prot.h: Likewise.
46911         * include/rpc/pmap_rmt.h: Likewise.
46912         * include/rpc/rpc_msg.h: Likewise.
46913         * include/rpc/svc.h: Likewise.
46914         * include/rpc/svc_auth.h: Likewise.
46915         * include/rpc/xdr.h: Likewise.
46916         * nis/Makefile: Link all DSOs against linkobj/libc.so.
46917         * nss/Makefile: Likewise.
46918         * sunrpc/Makefile: Don't install headers.  Build library with normal
46919         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
46920         * sunrpc/auth_des.c: Hide exported symbols by default, export some
46921         for the compat linking library.  Remove use of INTDEF/INTUSE.
46922         * sunrpc/auth_none.c: Likewise.
46923         * sunrpc/auth_unix.c: Likewise.
46924         * sunrpc/authdes_prot.c: Likewise.
46925         * sunrpc/authuxprot.c: Likewise.
46926         * sunrpc/clnt_gen.c: Likewise.
46927         * sunrpc/clnt_perr.c: Likewise.
46928         * sunrpc/clnt_raw.c: Likewise.
46929         * sunrpc/clnt_simp.c: Likewise.
46930         * sunrpc/clnt_tcp.c: Likewise.
46931         * sunrpc/clnt_udp.c: Likewise.
46932         * sunrpc/clnt_unix.c: Likewise.
46933         * sunrpc/des_crypt.c: Likewise.
46934         * sunrpc/des_soft.c: Likewise.
46935         * sunrpc/get_myaddr.c: Likewise.
46936         * sunrpc/key_call.c: Likewise.
46937         * sunrpc/key_prot.c: Likewise.
46938         * sunrpc/netname.c: Likewise.
46939         * sunrpc/pm_getmaps.c: Likewise.
46940         * sunrpc/pm_getport.c: Likewise.
46941         * sunrpc/pmap_clnt.c: Likewise.
46942         * sunrpc/pmap_prot.c: Likewise.
46943         * sunrpc/pmap_prot2.c: Likewise.
46944         * sunrpc/pmap_rmt.c: Likewise.
46945         * sunrpc/publickey.c: Likewise.
46946         * sunrpc/rpc_cmsg.c: Likewise.
46947         * sunrpc/rpc_common.c: Likewise.
46948         * sunrpc/rpc_dtable.c: Likewise.
46949         * sunrpc/rpc_prot.c: Likewise.
46950         * sunrpc/rpc_thread.c: Likewise.
46951         * sunrpc/rtime.c: Likewise.
46952         * sunrpc/svc.c: Likewise.
46953         * sunrpc/svc_auth.c: Likewise.
46954         * sunrpc/svc_authux.c: Likewise.
46955         * sunrpc/svc_raw.c: Likewise.
46956         * sunrpc/svc_run.c: Likewise.
46957         * sunrpc/svc_simple.c: Likewise.
46958         * sunrpc/svc_tcp.c: Likewise.
46959         * sunrpc/svc_udp.c: Likewise.
46960         * sunrpc/svc_unix.c: Likewise.
46961         * sunrpc/svcauth_des.c: Likewise.
46962         * sunrpc/xcrypt.c: Likewise.
46963         * sunrpc/xdr.c: Likewise.
46964         * sunrpc/xdr_array.c: Likewise.
46965         * sunrpc/xdr_float.c: Likewise.
46966         * sunrpc/xdr_intXX_t.c: Likewise.
46967         * sunrpc/xdr_mem.c: Likewise.
46968         * sunrpc/xdr_rec.c: Likewise.
46969         * sunrpc/xdr_ref.c: Likewise.
46970         * sunrpc/xdr_sizeof.c: Likewise.
46971         * sunrpc/xdr_stdio.c: Likewise.
46972
46973 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
46974
46975         [BZ #12650]
46976         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
46977         * sysdeps/ia64/dl-tls.h: Likewise.
46978         * sysdeps/powerpc/dl-tls.h: Likewise.
46979         * sysdeps/s390/dl-tls.h: Likewise.
46980         * sysdeps/sh/dl-tls.h: Likewise.
46981         * sysdeps/sparc/dl-tls.h: Likewise.
46982         * sysdeps/x86_64/dl-tls.h: Likewise.
46983         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
46984
46985 2011-03-14  Andreas Schwab  <schwab@redhat.com>
46986
46987         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
46988         rpath element also skip the following colon.
46989         (expand_dynamic_string_token): Add is_path parameter and pass
46990         down to DL_DST_REQUIRED and _dl_dst_substitute.
46991         (decompose_rpath): Call expand_dynamic_string_token with
46992         non-zero is_path.  Ignore empty rpaths.
46993         (_dl_map_object_from_fd): Call expand_dynamic_string_token
46994         with zero is_path.
46995
46996 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
46997
46998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
46999         Make cancelable.
47000
47001 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
47002
47003         [BZ #12655]
47004         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
47005         Patch by Filipe David Manana <fdmanana@apache.org>.
47006
47007 2011-04-07  Andreas Schwab  <schwab@redhat.com>
47008
47009         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
47010         Maintain aligned stack.
47011         (CHECK_RSP): Remove unused macro.
47012
47013 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
47014
47015         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
47016         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
47017
47018 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
47019
47020         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
47021
47022         * include/features.h: Mention __USE_XOPEN2K8 in comment.
47023
47024 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
47025
47026         [BZ #12518]
47027         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
47028         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
47029         * sysdeps/x86_64/memmove.c: New file.
47030         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
47031         (memcpy): Renamed to ...
47032         (__new_memcpy): This.
47033         (memcpy): Provide GLIBC_2_14 memcpy.
47034         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
47035         (memcpy): Provide GLIBC_2_2_5 memcpy.
47036
47037 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47038
47039         [BZ #12631]
47040         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
47041
47042 2011-03-30  Andreas Schwab  <schwab@redhat.com>
47043
47044         * misc/syncfs.c: New file.
47045         * misc/Makefile (routines): Add syncfs.
47046         * posix/unistd.h: Declare syncfs.
47047         * sysdeps/unix/syscalls.list: Add syncfs.
47048
47049 2011-04-01  Andreas Schwab  <schwab@redhat.com>
47050
47051         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
47052         open_by_handle_at.
47053         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
47054         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47055         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47056         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47057         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47058         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
47059         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47060
47061 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47062
47063         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
47064         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47065         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
47066         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47067         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47068         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47069         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47070
47071         * io/Makefile: Compile fallocate.c, fallocate64.c, and
47072         sync_file_range.c with -fexceptions.
47073         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
47074         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
47075         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
47076         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
47077         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
47078         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
47079         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
47080         sync_file_range as cancellation point
47081         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
47082         now a wrapper around __call_sync_file_range with cancellation handling.
47083         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
47084         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
47085         function name to __call_sync_file_range.
47086         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
47087         Add call_sync_file_range.
47088
47089 2011-04-01  Andreas Schwab  <schwab@redhat.com>
47090
47091         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47092         bits/timex.h.
47093
47094 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47095
47096         * iconv/iconv.h: Fix typo in comment.
47097         * io/fcntl.h: Likewise.
47098         * libio/stdio.h: Likewise.
47099         * posix/spawn.h: Likewise.
47100         * posix/unistd.h: Likewise.
47101         * stdlib/stdlib.h: Likewise.
47102         * time/time.h: Likewise.
47103         * wcsmbs/wchar.h: Likewise.
47104
47105         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
47106         open_by_handle): Add.
47107         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
47108         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
47109         Augment a few comments.
47110         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47111         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47112         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47113         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47114         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47115         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
47116         open_by_handle.
47117
47118         * io/fcntl.h (AT_EMPTY_PATH): Define.
47119
47120 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
47121
47122         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
47123         * sysdeps/unix/sysv/linux/bits/time.h: New file.
47124         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
47125         to...
47126         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
47127         * Versions.def: Add GLIBC_2.14.
47128         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
47129         Export.
47130
47131 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
47132
47133         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
47134         round counter.
47135         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
47136
47137 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47138
47139         [BZ #12597]
47140         * string/test-strncmp.c (do_page_test): New function.
47141         (check2): Likewise.
47142         (test_main): Call check2.
47143         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
47144
47145 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
47146
47147         [BZ #12587]
47148         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
47149         Handle cache information in CPU leaf 4.
47150         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
47151
47152 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
47153
47154         [BZ #12583]
47155         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
47156         character representation.
47157         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
47158
47159 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
47160
47161         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
47162         END(__isnan) to END(__isnanf) to match function entry point/label
47163         EALIGN(__isnanf,...).
47164
47165 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
47166
47167         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
47168
47169 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
47170
47171         [BZ #12510]
47172         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
47173         copy from the symbol referenced in the relocation to initialize the
47174         used variable.
47175         Patch by Piotr Bury <pbury@goahead.com>.
47176         * elf/Makefile: Add rules to build and tst-unique3.
47177         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
47178         * elf/tst-unique3.cc: New file.
47179         * elf/tst-unique3.h: New file.
47180         * elf/tst-unique3lib.cc: New file.
47181         * elf/tst-unique3lib2.cc: New file.
47182
47183         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
47184
47185 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
47186
47187         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
47188         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
47189         to _start.
47190
47191 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
47192
47193         * elf/dl-load.c (_dl_map_object): If we are looking for the first
47194         to-be-loaded object along a path to loader is ld.so.
47195
47196 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
47197             Ulrich Drepper  <drepper@gmail.com>
47198
47199         * sysdeps/x86_64/memset.S: After aligning destination, code
47200         branches to different locations depending on the value of
47201         misalignment, when multiarch is enabled. Fix this.
47202
47203 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
47204
47205         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
47206         Set _x86_64_preferred_memory_instruction for AMD processsors.
47207         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47208         Set bit_Prefer_SSE_for_memop for AMD processors.
47209
47210 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
47211
47212         * libio/fmemopen.c (fmemopen): Optimize a bit.
47213
47214 2011-03-03  Andreas Schwab  <schwab@redhat.com>
47215
47216         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
47217
47218 2011-03-03  Roland McGrath  <roland@redhat.com>
47219
47220         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
47221
47222 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
47223
47224         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
47225         __bzero_ultra1 instead of __memset_ultra1.
47226
47227 2011-02-23  Andreas Schwab  <schwab@redhat.com>
47228             Ulrich Drepper  <drepper@gmail.com>
47229
47230         [BZ #12509]
47231         * include/link.h (struct link_map): Add l_orig_initfini.
47232         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
47233         returning unsuccessfully.
47234         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
47235         close of a file loaded at startup, restore the original l_initfini
47236         list.
47237         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
47238         list, store the pointer.
47239         * elf/Makefile ($(objpfx)noload-mem): New rule.
47240         (noload-ENV): Define.
47241         (tests): Add $(objpfx)noload-mem.
47242         * elf/noload.c: Include <memcheck.h>.
47243         (main): Call mtrace.  Close all opened handles.
47244
47245 2011-02-17  Andreas Schwab  <schwab@redhat.com>
47246
47247         [BZ #12454]
47248         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
47249         dependencies are missing.
47250
47251 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47252
47253         Fix __if_freereq crash: Unlike the generic version which uses free,
47254         Hurd needs munmap.
47255         * sysdeps/mach/hurd/ifreq.h: New file.
47256
47257 2011-01-27  Petr Baudis  <pasky@suse.cz>
47258             Ulrich Drepper  <drepper@gmail.com>
47259
47260         [BZ 12445]#
47261         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
47262         to extend_alloca().
47263         * stdio-common/bug23.c: New file.
47264         * stdio-common/Makefile (tests): Add bug23.
47265
47266 2010-09-28  Andreas Schwab  <schwab@redhat.com>
47267             Ulrich Drepper  <drepper@gmail.com>
47268
47269         [BZ #12489]
47270         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
47271         before performing relro protection.  At old place add assertion
47272         to make sure nothing changed.
47273
47274 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
47275             Glauber de Oliveira Costa  <glommer@gmail.com>
47276
47277         * elf/elf.h: Add new ARM TLS relocs.
47278
47279 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
47280
47281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
47282         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
47283         cast from r3.
47284         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
47285         'tests' variable.
47286         * sysdeps/wordsize-64/tst-writev.c: New file.
47287
47288 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
47289
47290         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
47291         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
47292         insns in _dl_start to prevent a TOC reference before relocs are
47293         resolved.
47294
47295 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
47296
47297         [BZ #12469]
47298         * Makeconfig: Remove RANLIB definition.
47299         * Makerules: Don't use RANLIB.
47300         * aclocal.m4: Remove ranlib test.
47301         * configure.in: No need to check for ranlib.
47302         * elf/rtld-Rules: Don't use RANLIB.
47303
47304 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47305
47306         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
47307         protection macro.
47308         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
47309         inclusion protection macro.
47310
47311         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
47312         SIGRTMIN and SIGRTMAX and print information in that case only when
47313         SIGRTMIN is defined.
47314
47315 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
47316
47317         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
47318         arginfo fn returning -1.
47319
47320         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
47321         and thousands string is zero terminated.
47322
47323 2011-02-03  Andreas Schwab  <schwab@redhat.com>
47324
47325         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
47326         sysdeps/unix/sysv/linux/bits/socket.h.
47327
47328 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47329
47330         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
47331         (__CPU_COUNT): Remove old macros.
47332         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
47333         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
47334         (__CPU_ALLOC, __CPU_FREE): Add macros.
47335         (__sched_cpualloc, __sched_cpufree): Add declarations.
47336
47337 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
47338
47339         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
47340         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
47341         * nscd/aicache.c (addhstaiX): Return timeout of added value.
47342         (readdhstai): Return value of addhstaiX call.
47343         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
47344         (addgrbyX): Return value returned by cache_addgr.
47345         (readdgrbyname): Return value returned by addgrbyX.
47346         (readdgrbygid): Likewise.
47347         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
47348         (addpwbyX): Return value returned by cache_addpw.
47349         (readdpwbyname): Return value returned by addhstbyX.
47350         (readdpwbyuid): Likewise.
47351         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
47352         (addservbyX): Return value returned by cache_addserv.
47353         (readdservbyname): Return value returned by addservbyX:
47354         (readdservbyport): Likewise.
47355         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
47356         (addhstbyX): Return value returned by cache_addhst.
47357         (readdhstbyname): Return value returned by addhstbyX.
47358         (readdhstbyaddr): Likewise.
47359         (readdhstbynamev6): Likewise.
47360         (readdhstbyaddrv6): Likewise.
47361         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
47362         (readdinitgroups): Return value returned by addinitgroupsX.
47363         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
47364         (prune_cache): Keep track of timeout value of re-added entries.
47365         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
47366         * nscd/nscd.h: Adjust prototypes of readd* functions.
47367
47368 2011-02-04  Roland McGrath  <roland@redhat.com>
47369
47370         * nis/nis_server.c (nis_servstate): Use the right name for 0.
47371         (nis_stats): Likewise.
47372         * nis/nis_modify.c (nis_modify): Likewise.
47373         * nis/nis_remove.c (nis_remove): Likewise.
47374         * nis/nis_add.c (nis_add): Likewise.
47375
47376         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
47377
47378         * posix/fnmatch_loop.c: Add some consts.
47379
47380         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
47381
47382 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
47383
47384         [BZ #12460]
47385         * config.make.in (config-cflags-novzeroupper): Define.
47386         * configure.in: Substitute libc_cv_cc_novzeroupper.
47387         * elf/Makefile (AVX-CFLAGS): Define.
47388         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
47389         (CFLAGS-tst-auditmod4a.c): Likewise.
47390         (CFLAGS-tst-auditmod4b.c): Likewise.
47391         (CFLAGS-tst-auditmod6b.c): Likewise.
47392         (CFLAGS-tst-auditmod6c.c): Likewise.
47393         (CFLAGS-tst-auditmod7b.c): Likewise.
47394         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
47395
47396 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
47397
47398         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
47399         function to the callback.
47400         Patch partly by Jiri Olsa <jolsa@redhat.com>.
47401
47402 2011-02-02  Andreas Schwab  <schwab@redhat.com>
47403
47404         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
47405         of errno.
47406
47407 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
47408
47409         [BZ #11724]
47410         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
47411         of constructors.
47412         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
47413         of destructors.
47414         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
47415
47416         [BZ #11724]
47417         * elf/Makefile: Add rules to build and run new test.
47418         * elf/tst-initorder.c: New file.
47419         * elf/tst-initorder.exp: New file.
47420         * elf/tst-initordera1.c: New file.
47421         * elf/tst-initordera2.c: New file.
47422         * elf/tst-initordera3.c: New file.
47423         * elf/tst-initordera4.c: New file.
47424         * elf/tst-initorderb1.c: New file.
47425         * elf/tst-initorderb2.c: New file.
47426         * elf/tst-order-a1.c: New file.
47427         * elf/tst-order-a2.c: New file.
47428         * elf/tst-order-a3.c: New file.
47429         * elf/tst-order-a4.c: New file.
47430         * elf/tst-order-b1.c: New file.
47431         * elf/tst-order-b2.c: New file.
47432         * elf/tst-order-main.c: New file.
47433         New test case by George Gensure <werkt0@gmail.com>.
47434
47435 2010-10-01  Andreas Schwab  <schwab@redhat.com>
47436
47437         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
47438         decoding ACE if AI_CANONIDN.
47439
47440 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
47441
47442         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
47443
47444 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
47445
47446         * version.h (RELEASE): Bump for 2.13 release.
47447         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
47448
47449         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
47450
47451         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
47452         MADV_NOHUGEPAGE.
47453         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
47454         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
47455         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47456         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47457         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47458         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
47459
47460         * posix/getconf.c: Update copyright year.
47461         * catgets/gencat.c: Likewise.
47462         * csu/version.c: Likewise.
47463         * debug/catchsegv.sh: Likewise.
47464         * debug/xtrace.sh: Likewise.
47465         * elf/ldconfig.c: Likewise.
47466         * elf/ldd.bash.in: Likewise.
47467         * elf/sprof.c (print_version): Likewise.
47468         * iconv/iconv_prog.c: Likewise.
47469         * iconv/iconvconfig.c: Likewise.
47470         * locale/programs/locale.c: Likewise.
47471         * locale/programs/localedef.c: Likewise.
47472         * malloc/memusage.sh: Likewise.
47473         * malloc/mtrace.pl: Likewise.
47474         * nscd/nscd.c (print_version): Likewise.
47475         * nss/getent.c: Likewise.
47476
47477         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
47478         PF_CAIF, and PF_ALG.
47479         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47480
47481 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
47482
47483         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
47484         (modules-names): Use them.
47485         (ifunc-test-modules, ifunc-pie-tests): Define.
47486         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
47487         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
47488         (test-extras): Likewise.
47489         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
47490         $(compile-command.c).
47491         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
47492         (all-built-dso): Define.
47493         (check-textrel.out, check-execstack.out): Depend on it.
47494
47495         * configure.in: Don't override --enable-multi-arch.
47496
47497 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
47498
47499         [BZ #6812]
47500         * nscd/hstcache.c (tryagain): Define.
47501         (cache_addhst): Return tryagain not notfound for temporary errors.
47502         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
47503         failed.
47504
47505 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
47506
47507         [BZ #10563]
47508         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
47509         to make the syscall.
47510         * sysdeps/unix/sysv/linux/setgroups.c: New file.
47511
47512         [BZ #12378]
47513         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
47514         and fall back to matching as normal character if the string ends before
47515         the matching ']' is found.  This is what POSIX requires.
47516         * posix/testfnm.c: Adjust test result.
47517         * posix/globtest.sh: Adjust test result.  Add new test.
47518         * posix/tst-fnmatch.input: Likewise.
47519         * posix/tst-fnmatch2.c: Add new test.
47520
47521 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
47522
47523         * elf/Makefile (check-execstack): Revert last change.  Depend on
47524         check-execstack.h.
47525         (check-execstack.h): New target.
47526         (generated): Add check-execstack.h.
47527         * elf/check-execstack.c: Include "check-execstack.h".
47528         (main): Revert last change.
47529         (handle_file): Return zero if GNU_STACK is absent and
47530         DEFAULT_STACK_PERMS doesn't include PF_X.
47531
47532 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
47533
47534         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
47535         in child fails because the descriptor is already closed.
47536         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
47537         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
47538         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
47539
47540         [BZ #12397]
47541         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
47542         syscall.
47543
47544         [BZ #10484]
47545         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
47546         temporary buffer used to handle multi lookups locally.
47547         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
47548
47549 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
47550
47551         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
47552         loader is ld.so.
47553
47554 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
47555
47556         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
47557         alignment for SSE2.
47558
47559 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
47560
47561         [BZ #12394]
47562         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
47563         characters.  When rounding increased number of integer digits recompute
47564         number of groups.
47565         * stdio-common/tst-grouping.c: New file.
47566         * stdio-common/Makefile: Add rules to build and run tst-grouping.
47567
47568 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
47569
47570         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
47571         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
47572
47573         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
47574         void.
47575         * bits/select.h: Likewise.
47576
47577 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
47578
47579         * po/ja.po: Update from translation team.
47580
47581 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
47582
47583         [BZ #11155]
47584         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
47585         implementation just like for lxstat, fxstatat, et al.
47586
47587 2010-12-27  Jim Meyering  <meyering@redhat.com>
47588
47589         [BZ #12348]
47590         * posix/regexec.c (build_trtable): Return failure indication upon
47591         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
47592
47593 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
47594
47595         [BZ #12201]
47596         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
47597         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
47598         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
47599         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
47600
47601         [BZ #12207]
47602         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
47603
47604         [BZ #12204]
47605         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
47606         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
47607
47608 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
47609
47610         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
47611         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
47612         script has SORT_BY_INIT_PRIORITY.
47613         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
47614         NO_CTORS_DTORS_SECTIONS is defined.
47615         * elf/soinit.c: Likewise.
47616         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
47617         NO_CTORS_DTORS_SECTIONS is defined.
47618         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
47619         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
47620         * sysdeps/sh/init-first.c: Likewise.
47621         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
47622
47623 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
47624
47625         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
47626         always use the slow path.
47627
47628 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
47629
47630         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
47631         similar rule which adds the sysdep directories to the header search in
47632         order to pick up the correct platform stackinfo.h.
47633         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
47634         perform test if it is, otherwise return successfully without testing.
47635         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
47636         DEFAULT_STACK_PERMS define in stackinfo.h.
47637         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
47638         defined in stackinfo.h.
47639         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
47640         DEFAULT_STACK_PERMS defined in stackinfo.h.
47641         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
47642         * sysdeps/ia64/stackinfo.h: Likewise.
47643         * sysdeps/s390/stackinfo.h: Likewise.
47644         * sysdeps/sh/stackinfo.h: Likewise.
47645         * sysdeps/sparc/stackinfo.h: Likewise.
47646         * sysdeps/x86_64/stackinfo.h: Likewise.
47647         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
47648         PF_X for powerpc64.  Retain PF_X for powerpc32.
47649
47650 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
47651
47652         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
47653         accurately.
47654         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
47655         GETDENTS_64BIT_ALIGNED.
47656
47657 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
47658
47659         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
47660
47661 2010-12-10  Andreas Schwab  <schwab@redhat.com>
47662
47663         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
47664         _GNU_SOURCE.
47665
47666         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
47667         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
47668         Remove __restrict.
47669         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
47670         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
47671
47672 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
47673
47674         [BZ #11655]
47675         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
47676         are initialized.
47677
47678 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
47679
47680         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
47681
47682 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
47683
47684         * po/it.po: Update from translation team.
47685
47686 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
47687
47688         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
47689         unused codes.
47690
47691 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
47692
47693         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
47694
47695 2010-11-24  Andreas Schwab  <schwab@redhat.com>
47696
47697         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
47698         specially.
47699         (gaih_getanswer_slice): Likewise.
47700
47701 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
47702
47703         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
47704
47705 2010-05-31  Petr Baudis  <pasky@suse.cz>
47706
47707         [BZ #11149]
47708         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
47709         silently even in the chroot mode.
47710
47711 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
47712
47713         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
47714         last patch a bit.  Pretty printing
47715
47716 2010-05-31  Petr Baudis <pasky@suse.cz>
47717
47718         [BZ #10085]
47719         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
47720         initialization of skip_initgroups_dyn.
47721
47722 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
47723
47724         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
47725         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
47726
47727 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
47728
47729         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
47730
47731 2010-11-11  Andreas Schwab  <schwab@redhat.com>
47732
47733         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
47734         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
47735         (tst-fnmatch-ENV): Set MALLOC_TRACE.
47736         ($(objpfx)tst-fnmatch-mem): New rule.
47737         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
47738         * posix/tst-fnmatch.c (main): Call mtrace.
47739
47740 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
47741
47742         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47743         Support Intel processor model 6 and model 0x2c.
47744
47745 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
47746
47747         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
47748           signed comparison.
47749
47750 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
47751
47752         [BZ #12205]
47753         * string/test-strncasecmp.c (check_result): New function.
47754         (do_one_test): Use it.
47755         (check1): New function.
47756         (test_main): Use it.
47757         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
47758         Support strcasecmp and strncasecmp.
47759
47760 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
47761
47762         [BZ #12194]
47763         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
47764         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47765
47766 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
47767
47768         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
47769         IFUNC support.
47770         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47771         memset-x86-64.
47772         * sysdeps/x86_64/multiarch/bzero.S: New file.
47773         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
47774         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
47775         * sysdeps/x86_64/multiarch/memset.S: New file.
47776         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
47777         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47778         Set bit_Prefer_SSE_for_memop for Intel processors.
47779         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
47780         Define.
47781         (index_Prefer_SSE_for_memop): Define.
47782         (HAS_PREFER_SSE_FOR_MEMOP): Define.
47783
47784 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
47785
47786         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
47787         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
47788
47789 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
47790
47791         [BZ #12191]
47792         * sysdeps/i386/i686/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
47797         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
47798         (__x86_64_raw_data_cache_size_half): Likewise.
47799         (__x86_64_raw_shared_cache_size): Likewise.
47800         (__x86_64_raw_shared_cache_size_half): Likewise.
47801         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
47802         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
47803         and __x86_64_raw_shared_cache_size_half.  Round
47804         __x86_64_data_cache_size_half, __x86_64_data_cache_size
47805         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
47806         to multiple of 256 bytes.
47807
47808 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
47809
47810         [BZ #12167]
47811         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
47812         of inacessible symlinks.  Verify result of symlink before returning it.
47813         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
47814         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
47815
47816 2010-10-28  Erich Ritz  <erichritz@gmail.com>
47817
47818         * math/math.h (isinf): Fix typo in comment.
47819
47820 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
47821
47822         * po/da.po: Update from translation team.
47823
47824 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
47825
47826         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
47827         is added to the list.
47828
47829 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47830             Ulrich Drepper  <drepper@gmail.com>
47831
47832         * elf/dl-object.c (_dl_new_object): Don't append the new object to
47833         the global list here.  Move code to...
47834         (_dl_add_to_namespace_list): ...here.  New function.
47835         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
47836         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
47837         * elf/dl-load.c (lose): Don't remove the element from the list.
47838         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
47839         (_dl_map_object): Likewise.
47840
47841 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
47842
47843         [BZ #12159]
47844         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
47845         into all bytes of SSE register.
47846         Patch by Richard Li <richardpku@gmail.com>.
47847
47848 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
47849
47850         [BZ #12140]
47851         * malloc/malloc.c (_int_free): Fill correct number of bytes when
47852         perturbing.
47853
47854 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
47855
47856         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
47857         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
47858         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
47859         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
47860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
47861         submachine.
47862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
47863
47864 2010-10-22  Andreas Schwab  <schwab@redhat.com>
47865
47866         * include/dlfcn.h (__RTLD_SECURE): Define.
47867         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
47868         mode & __RTLD_SECURE instead.
47869         (open_path): Rename preloaded parameter to secure.
47870         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
47871         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
47872         * elf/dl-deps.c (openaux): Likewise.
47873         * elf/rtld.c (struct map_args): Remove is_preloaded.
47874         (map_doit): Don't use it.
47875         (dl_main): Likewise.
47876         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
47877         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
47878
47879 2010-09-09  Andreas Schwab  <schwab@redhat.com>
47880
47881         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
47882         (sysd-rules-targets): Remove duplicates.
47883         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
47884         rtld-%.$o dependency.
47885
47886 2010-10-18  Andreas Schwab  <schwab@redhat.com>
47887
47888         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
47889         _dl_map_object do it.
47890
47891 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
47892
47893         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
47894         fast fma builtins, define the macros in the C99 standard.
47895         (FP_FAST_FMAF): Likewise.
47896         (FP_FAST_FMAL): Likewise.
47897         * sysdeps/x86_64/bits/mathdef.h: Likewise.
47898
47899         * bits/mathdef.h: Update copyright year.
47900         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47901
47902 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
47903
47904         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
47905         builtins, define the macros in the C99 standard.
47906         (FP_FAST_FMAF): Likewise.
47907         (FP_FAST_FMAL): Likewise.
47908         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
47909         multiply/add.
47910         (FP_FAST_FMAF): Likewise.
47911
47912 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
47913
47914         [BZ #3268]
47915         * math/libm-test.inc (fma_test): Some new testcases.
47916         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
47917         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
47918         y and infinite z.  Do multiplication by C already in long double.
47919         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
47920         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
47921         y and infinite z.  Do bitwise or of inexact bit into u.d.
47922         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
47923         * sysdeps/i386/fpu/s_fmaf.S: Removed.
47924         * sysdeps/i386/fpu/s_fma.S: Removed.
47925         * sysdeps/i386/fpu/s_fmal.S: Removed.
47926
47927 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
47928
47929         [BZ #3268]
47930         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
47931         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
47932         computation is not scheduled after fetestexcept.  Fix value
47933         of minimum denormal long double.
47934
47935 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
47936
47937         [BZ #3268]
47938         * math/libm-test.inc (fma_test): Add some more tests.
47939         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
47940         correctly.
47941
47942 2010-10-15  Andreas Schwab  <schwab@redhat.com>
47943
47944         * scripts/data/localplt-s390-linux-gnu.data: New file.
47945         * scripts/data/localplt-s390x-linux-gnu.data: New file.
47946
47947 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
47948
47949         [BZ #3268]
47950         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
47951         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
47952         instead of dbl-64.
47953         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
47954         inlines.
47955         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
47956         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
47957         if one of x and y is very large and the other is subnormal.
47958         * sysdeps/s390/fpu/s_fmaf.c: New file.
47959         * sysdeps/s390/fpu/s_fma.c: New file.
47960         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
47961         * sysdeps/powerpc/fpu/s_fma.S: New file.
47962         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
47963         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
47964         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
47965
47966 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
47967
47968         [BZ #3268]
47969         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
47970         fma tests.
47971         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
47972         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
47973         * sysdeps/i386/i686/multiarch/s_fma.c: Include
47974         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
47975         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
47976         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
47977         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
47978
47979 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
47980
47981         [BZ #12078]
47982         * posix/regcomp.c (parse_branch): One more memory leak plugged.
47983         * posix/bug-regex31.input: Add test case.
47984
47985 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
47986
47987         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
47988         * posix/bug-regex31.input: New file.
47989
47990         [BZ #12078]
47991         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
47992         (parse_sub_exp): Fix last change, use postorder.
47993
47994         * posix/bug-regex31.c: New file.
47995         * posix/Makefile: Add rules to build and run bug-regex31.
47996
47997         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
47998
47999         [BZ #12078]
48000         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
48001
48002         [BZ #12108]
48003         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
48004         to have entries in sys_siglist.
48005
48006         [BZ #12093]
48007         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
48008         be NULL.
48009
48010 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
48011
48012         [BZ #3268]
48013         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
48014         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
48015         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
48016         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
48017         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48018         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
48019         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
48020         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
48021         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
48022         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
48023         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
48024         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
48025         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
48026         * math/ftestexcept.c (fetestexcept): Likewise.
48027         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
48028         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
48029         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
48030         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
48031         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
48032         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
48033         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
48034
48035 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
48036
48037         [BZ #12107]
48038         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
48039         newline.
48040
48041 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
48042
48043         * string/bug-strstr1.c: New file.
48044         * string/Makefile: Add rules to build and run bug-strstr1.
48045
48046 2010-10-05  Eric Blake  <eblake@redhat.com>
48047
48048         [BZ #12092]
48049         * string/str-two-way.h (two_way_long_needle): Always clear memory
48050         when skipping input due to the shift table.
48051
48052 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
48053
48054         [BZ #12005]
48055         * malloc/mcheck.c: Handle large requests.
48056
48057         [BZ #12077]
48058         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
48059         for strncmp and strncasecmp.
48060         * string/stratcliff.c: Add tests for strcmp and strncmp.
48061         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
48062
48063 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
48064
48065         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
48066         __set_fpscr.
48067
48068 2010-09-30  Andreas Jaeger  <aj@suse.de>
48069
48070         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
48071         (CGROUP_SUPER_MAGIC): Define.
48072         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
48073         Handle btrfs and cgroup file systems.
48074         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
48075         Likewise.
48076
48077 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
48078
48079         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
48080         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
48081
48082 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48083
48084         [BZ #12067]
48085         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
48086         trying to locate the ELF header.
48087
48088 2010-09-27  Andreas Schwab  <schwab@redhat.com>
48089
48090         [BZ #11611]
48091         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
48092         Mask out sign-bit copies when constructing f_fsid.
48093
48094 2010-09-24  Petr Baudis <pasky@suse.cz>
48095
48096         * debug/stack_chk_fail_local.c: Add missing licence exception.
48097         * debug/warning-nop.c: Likewise.
48098
48099 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
48100
48101         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
48102         implementing getdents64 using getdents syscall, set d_type if
48103         __ASSUME_GETDENTS32_D_TYPE.
48104
48105 2010-09-16  Andreas Schwab  <schwab@redhat.com>
48106
48107         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
48108         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
48109
48110 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
48111
48112         [BZ #12037]
48113         * posix/unistd.h: Undo change of feature selection for ftruncate from
48114         2010-01-11.
48115
48116 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
48117
48118         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
48119         detection.
48120
48121 2010-09-20  Andreas Schwab  <schwab@redhat.com>
48122
48123         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
48124         fanotify_mark.
48125         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
48126
48127 2010-09-14  Andreas Schwab  <schwab@redhat.com>
48128
48129         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
48130         variables after CHECK_SP call.
48131         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
48132
48133 2010-09-13  Andreas Schwab  <schwab@redhat.com>
48134             Ulrich Drepper  <drepper@redhat.com>
48135
48136         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
48137         re-relocationg ld.so.
48138         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
48139         _dl_init_paths call.
48140         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
48141         here anymore.
48142
48143 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
48144
48145         * resolv/res_init.c (__res_vinit): Count the default server we added.
48146
48147 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
48148             Ulrich Drepper  <drepper@redhat.com>
48149
48150         [BZ #11968]
48151         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
48152         (____longjmp_chk): Use %ebx for saving value across system call.
48153         Add unwind info.
48154
48155 2010-09-06  Andreas Schwab  <schwab@redhat.com>
48156
48157         * manual/Makefile: Don't mix pattern rules with normal rules.
48158
48159 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
48160
48161         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
48162         operation.
48163         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
48164         * libio/iofopncook.c (_IO_cookie_init): Likewise.
48165         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
48166         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
48167         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
48168         Likewise.
48169
48170 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
48171
48172         [BZ #11979]
48173         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
48174         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
48175
48176 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
48177
48178         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
48179         * sysdeps/x86_64/addmul_1.S: Likewise.
48180         * sysdeps/x86_64/lshift.S: Likewise.
48181         * sysdeps/x86_64/mul_1.S: Likewise.
48182         * sysdeps/x86_64/rshift.S: Likewise.
48183         * sysdeps/x86_64/sub_n.S: Likewise.
48184         * sysdeps/x86_64/submul_1.S: Likewise.
48185
48186 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48187
48188         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
48189         Define __sched_param instead of SCHED_* and sched_param when
48190         <bits/sched.h> is included with __need_schedparam defined.
48191         * bits/sched.h [__need_schedparam]
48192         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
48193         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
48194         (__defined_schedparam): Define to 1.
48195         (__sched_param): New structure, identical to sched_param.
48196         (__need_schedparam): Undefine.
48197
48198 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
48199
48200         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
48201         (epoll_create1): Declare.
48202
48203         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
48204
48205 2010-08-31  Andreas Schwab  <schwab@redhat.com>
48206
48207         [BZ #7066]
48208         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
48209         shifting retval into place.
48210
48211 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
48212
48213         * nis/rpcsvc/nis.h: Update copyright notice.
48214         * nis/rpcsvc/nis.x: Likewise.
48215         * nis/rpcsvc/nis_callback.h: Likewise.
48216         * nis/rpcsvc/nis_callback.x: Likewise.
48217         * nis/rpcsvc/nis_object.x: Likewise.
48218         * nis/rpcsvc/nis_tags.h: Likewise.
48219         * nis/rpcsvc/yp.h: Likewise.
48220         * nis/rpcsvc/yp.x: Likewise.
48221         * nis/rpcsvc/ypupd.h: Likewise.
48222         * nis/yp_xdr.c: Likewise.
48223         * nis/ypupdate_xdr.c: Likewise.
48224
48225         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
48226         mainly the body of pmap_getport.  Add parameters to specify timeouts.
48227         (pmap_getport): Use __libc_rpc_getport.
48228         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
48229         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
48230         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
48231
48232 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
48233
48234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
48235         fanotify_mark.
48236
48237 2010-08-27  Roland McGrath  <roland@redhat.com>
48238
48239         * sysdeps/i386/i686/multiarch/Makefile
48240         (CFLAGS-varshift.c): New variable.
48241
48242 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
48243
48244         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
48245         * sysdeps/i386/i686/multiarch/varshift.c: New file.
48246
48247         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
48248
48249         * sysdeps/x86_64/strlen.S: Minimal code improvement.
48250
48251 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
48252
48253         * sysdeps/x86_64/strlen.S: Unroll the loop.
48254         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48255         strlen-sse2 strlen-sse2-bsf.
48256         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
48257         __strlen_no_bsf if bit_Slow_BSF is set.
48258         (__strlen_sse42): Removed.
48259         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
48260         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
48261
48262 2010-08-25  Roland McGrath  <roland@redhat.com>
48263
48264         * sysdeps/x86_64/multiarch/varshift.S: File removed.
48265         * sysdeps/x86_64/multiarch/varshift.c: New file.
48266         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
48267         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
48268         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
48269         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
48270
48271 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
48272
48273         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48274         strlen-sse2 strlen-sse2-bsf.
48275         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
48276         __strlen_sse2_bsf if bit_Slow_BSF is unset.
48277         (__strlen_sse2): Removed.
48278         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
48279         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
48280         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
48281         bit_Slow_BSF for Atom.
48282         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
48283         (index_Slow_BSF): Define.
48284         (HAS_SLOW_BSF): Define.
48285
48286 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
48287
48288         [BZ #10851]
48289         * resolv/res_init.c (__res_vinit): When no server address at all
48290         is given default to loopback.
48291
48292 2010-08-24  Roland McGrath  <roland@redhat.com>
48293
48294         * configure.in: Remove config-name.h generation.
48295         * configure: Regenerated.
48296         * config-name.in: File removed.
48297         * scripts/config-uname.sh: New file.
48298         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
48299         ($(objdir)config-name.h): New target.
48300
48301         * sunrpc/rpc_parse.h: Avoid nested comment.
48302
48303 2010-08-24  Richard Henderson  <rth@redhat.com>
48304             Ulrich Drepper  <drepper@redhat.com>
48305             H.J. Lu  <hongjiu.lu@intel.com>
48306
48307         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
48308         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
48309         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
48310         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
48311         _mm_alignr_epi8 with _mm_loadu_si128.
48312         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
48313         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
48314         (__m128i_shift_right): Removed.
48315         * sysdeps/i386/i686/multiarch/varshift.h: New file.
48316         * sysdeps/i386/i686/multiarch/varshift.S: New file.
48317         * sysdeps/x86_64/multiarch/varshift.h: New file.
48318         * sysdeps/x86_64/multiarch/varshift.S: New file.
48319
48320 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
48321
48322         * configure.in: Move assembler checks to before sysdep dir checking.
48323
48324 2010-08-20  Petr Baudis  <pasky@suse.cz>
48325
48326         * LICENSES: Sync the sunrpc license.
48327
48328 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
48329
48330         * sunrpc/auth_des.c: Update copyright notice once again.
48331         * sunrpc/auth_none.c: Likewise.
48332         * sunrpc/auth_unix.c: Likewise.
48333         * sunrpc/authdes_prot.c: Likewise.
48334         * sunrpc/authuxprot.c: Likewise.
48335         * sunrpc/bindrsvprt.c: Likewise.
48336         * sunrpc/clnt_gen.c: Likewise.
48337         * sunrpc/clnt_perr.c: Likewise.
48338         * sunrpc/clnt_raw.c: Likewise.
48339         * sunrpc/clnt_simp.c: Likewise.
48340         * sunrpc/clnt_tcp.c: Likewise.
48341         * sunrpc/clnt_udp.c: Likewise.
48342         * sunrpc/clnt_unix.c: Likewise.
48343         * sunrpc/des_crypt.c: Likewise.
48344         * sunrpc/des_soft.c: Likewise.
48345         * sunrpc/get_myaddr.c: Likewise.
48346         * sunrpc/getrpcport.c: Likewise.
48347         * sunrpc/key_call.c: Likewise.
48348         * sunrpc/key_prot.c: Likewise.
48349         * sunrpc/openchild.c: Likewise.
48350         * sunrpc/pm_getmaps.c: Likewise.
48351         * sunrpc/pm_getport.c: Likewise.
48352         * sunrpc/pmap_clnt.c: Likewise.
48353         * sunrpc/pmap_prot.c: Likewise.
48354         * sunrpc/pmap_prot2.c: Likewise.
48355         * sunrpc/pmap_rmt.c: Likewise.
48356         * sunrpc/rpc/auth.h: Likewise.
48357         * sunrpc/rpc/auth_unix.h: Likewise.
48358         * sunrpc/rpc/clnt.h: Likewise.
48359         * sunrpc/rpc/des_crypt.h: Likewise.
48360         * sunrpc/rpc/key_prot.h: Likewise.
48361         * sunrpc/rpc/netdb.h: Likewise.
48362         * sunrpc/rpc/pmap_clnt.h: Likewise.
48363         * sunrpc/rpc/pmap_prot.h: Likewise.
48364         * sunrpc/rpc/pmap_rmt.h: Likewise.
48365         * sunrpc/rpc/rpc.h: Likewise.
48366         * sunrpc/rpc/rpc_des.h: Likewise.
48367         * sunrpc/rpc/rpc_msg.h: Likewise.
48368         * sunrpc/rpc/svc.h: Likewise.
48369         * sunrpc/rpc/svc_auth.h: Likewise.
48370         * sunrpc/rpc/types.h: Likewise.
48371         * sunrpc/rpc/xdr.h: Likewise.
48372         * sunrpc/rpc_clntout.c: Likewise.
48373         * sunrpc/rpc_cmsg.c: Likewise.
48374         * sunrpc/rpc_common.c: Likewise.
48375         * sunrpc/rpc_cout.c: Likewise.
48376         * sunrpc/rpc_dtable.c: Likewise.
48377         * sunrpc/rpc_hout.c: Likewise.
48378         * sunrpc/rpc_main.c: Likewise.
48379         * sunrpc/rpc_parse.c: Likewise.
48380         * sunrpc/rpc_parse.h: Likewise.
48381         * sunrpc/rpc_prot.c: Likewise.
48382         * sunrpc/rpc_sample.c: Likewise.
48383         * sunrpc/rpc_scan.c: Likewise.
48384         * sunrpc/rpc_scan.h: Likewise.
48385         * sunrpc/rpc_svcout.c: Likewise.
48386         * sunrpc/rpc_tblout.c: Likewise.
48387         * sunrpc/rpc_util.c: Likewise.
48388         * sunrpc/rpc_util.h: Likewise.
48389         * sunrpc/rpcinfo.c: Likewise.
48390         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
48391         * sunrpc/rpcsvc/key_prot.x: Likewise.
48392         * sunrpc/rpcsvc/klm_prot.x: Likewise.
48393         * sunrpc/rpcsvc/mount.x: Likewise.
48394         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
48395         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
48396         * sunrpc/rpcsvc/rex.x: Likewise.
48397         * sunrpc/rpcsvc/rstat.x: Likewise.
48398         * sunrpc/rpcsvc/rusers.x: Likewise.
48399         * sunrpc/rpcsvc/sm_inter.x: Likewise.
48400         * sunrpc/rpcsvc/spray.x: Likewise.
48401         * sunrpc/rpcsvc/yppasswd.x: Likewise.
48402         * sunrpc/rtime.c: Likewise.
48403         * sunrpc/svc.c: Likewise.
48404         * sunrpc/svc_auth.c: Likewise.
48405         * sunrpc/svc_authux.c: Likewise.
48406         * sunrpc/svc_raw.c: Likewise.
48407         * sunrpc/svc_run.c: Likewise.
48408         * sunrpc/svc_simple.c: Likewise.
48409         * sunrpc/svc_tcp.c: Likewise.
48410         * sunrpc/svc_udp.c: Likewise.
48411         * sunrpc/svc_unix.c: Likewise.
48412         * sunrpc/svcauth_des.c: Likewise.
48413         * sunrpc/xcrypt.c: Likewise.
48414         * sunrpc/xdr.c: Likewise.
48415         * sunrpc/xdr_array.c: Likewise.
48416         * sunrpc/xdr_float.c: Likewise.
48417         * sunrpc/xdr_mem.c: Likewise.
48418         * sunrpc/xdr_rec.c: Likewise.
48419         * sunrpc/xdr_ref.c: Likewise.
48420         * sunrpc/xdr_sizeof.c: Likewise.
48421         * sunrpc/xdr_stdio.c: Likewise.
48422
48423         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
48424         handling.
48425
48426 2010-08-19  Andreas Schwab  <schwab@redhat.com>
48427
48428         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
48429
48430 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
48431
48432         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
48433         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
48434         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
48435         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
48436         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
48437         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
48438         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
48439         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
48440         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
48441         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
48442         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
48443         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
48444         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
48445         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
48446
48447 2010-07-26  Anton Blanchard  <anton@samba.org>
48448
48449         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
48450         * malloc/arena.c (heap_trim): Likewise.
48451
48452 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
48453
48454         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
48455         here.  Not...
48456         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
48457         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
48458
48459 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
48460
48461         * sysdeps/i386/elf/Makefile: New file.
48462
48463 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
48464
48465         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
48466         from fanotify_init.
48467         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
48468         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
48469
48470 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
48471
48472         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
48473         of strncasecmp_l.
48474         * sysdeps/multiarch/strcmp.S: Likewise.
48475
48476 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
48477
48478         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
48479         strncase_l-nonascii.
48480         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
48481         Add strncase_l-ssse3.
48482         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
48483         * sysdeps/x86_64/strcmp.S: Likewise.
48484         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
48485         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
48486         * sysdeps/x86_64/strncase.S: New file.
48487         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
48488         * sysdeps/x86_64/strncase_l.S: New file.
48489         * string/Makefile (strop-tests): Add strncasecmp.
48490         * string/test-strncasecmp.c: New file.
48491
48492         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
48493         warning.
48494
48495         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
48496         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
48497
48498 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
48499
48500         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
48501
48502 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
48503
48504         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
48505         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
48506         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
48507
48508 2010-05-01  Alan Modra  <amodra@gmail.com>
48509
48510         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
48511         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
48512         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
48513         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
48514         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
48515         tidying.  Don't tail-call __sigjmp_save for static lib.
48516         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
48517         save location.
48518         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
48519         (CALL_MCOUNT): Add eh info, and nop after bl.
48520         (TAIL_CALL_SYSCALL_ERROR): New macro.
48521         (PSEUDO_RET): Use it.
48522         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
48523         Correct save location of integer regs and cr.
48524         (_dl_profile_resolve): Correct cr save location.  Delete nops
48525         after bl when SHARED.  Reduce cfi size a little by better
48526         placement of cfi directives.
48527         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
48528         make a stack frame.  Instead use parm save area as a temp.
48529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
48530         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
48531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
48532         Don't make a stack frame for parent, use parm save area.
48533         Increase child stack frame to 112 bytes.  Don't save unused reg,
48534         and adjust reg usage.  Set up cfi on error recovery and
48535         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
48536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
48537         (__makecontext): Add dummy nop after jump to exit.
48538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
48539         Use correct parm save area and cr save, reduce stack frame.
48540         Correct cfi for possible PSEUDO_RET frame setup.
48541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
48542         Branch to local label emitted by PSEUDO_RET rather than
48543         __syscall_error.
48544
48545 2010-08-12  Andreas Schwab  <schwab@redhat.com>
48546
48547         [BZ #11904]
48548         * locale/programs/locale.c (print_assignment): New function.
48549         (show_locale_vars): Use it.
48550
48551 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
48552
48553         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
48554         field.
48555         (struct statfs64): Likewise.
48556         (_STATFS_F_FLAGS): Define.
48557         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
48558         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
48559         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
48560         (ST_VALID): Define locally.
48561         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
48562         __statvfs_getflags, use the provided value.
48563         * sysdeps/unix/sysv/linux/kernel-features.h: Define
48564         __ASSUME_STATFS_F_FLAGS.
48565
48566         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
48567
48568         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
48569         Add sys/fanotify.h.
48570         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
48571         fanotify_mask for GLIBC_2.13.
48572         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
48573         fanotify_init and fanotify_mark.
48574         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
48575         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
48576
48577         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
48578         Add prlimit.
48579         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
48580         prlimit64 for GLIBC_2.13.
48581         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
48582         prlimit64.
48583         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
48584         syscall.
48585         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
48586         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
48587         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
48588         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
48589         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
48590         add prlimit alias.
48591         * sysdeps/unix/sysv/linux/prlimit.c: New file.
48592
48593         [BZ #11903]
48594         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
48595         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
48596
48597         * nss/Makefile: Add rules to build and run tst-nss-test1.
48598         * shlib-versions: Add entry for libnss_test1.
48599         * nss/nss_test1.c: New file.
48600         * nss/tst-nss-test1.c: New file.
48601
48602         * nss/nsswitch.c (__nss_database_custom): Define new variable.
48603         (__nss_configure_lookup): Set appropriate entry in
48604         __nss_configure_lookup to true.
48605         * nss/nsswitch.h: Define enum with indeces of databases in
48606         databases and __nss_database_custom arrays.  Declare
48607         __nss_database_custom.
48608         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
48609         to avoid using nscd when custom rules are installed.
48610         * nss/getXXbyYY_r.c: Likewise.
48611         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
48612
48613         * nss/nss_files/files-parse.c: Whitespace fixes.
48614
48615 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
48616
48617         [BZ #11883]
48618         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
48619         * posix/fnmatch_loop.c: Likewise.
48620
48621 2010-07-17  Andi Kleen  <ak@linux.intel.com>
48622
48623         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
48624         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
48625         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
48626         * Versions.def [GLIBC_2.13]: Add.
48627
48628 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
48629
48630         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
48631         Also fail if tpwd after pwuid call is NULL.
48632
48633 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48634
48635         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
48636         when converting to ms.
48637
48638 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48639
48640         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
48641         EOPNOTSUPP errors with ENOTTY.
48642         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
48643         EOPNOTSUPP errors with ENOTTY.
48644
48645 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
48646
48647         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
48648         Add strcasecmp_l-ssse3.
48649         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
48650         strcasecmp.
48651         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
48652         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
48653         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
48654
48655 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
48656
48657         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
48658
48659         * string/Makefile (strop-tests): Add strcasecmp.
48660         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
48661         strcasecmp_l-nonascii.
48662         (gen-as-const-headers): Add locale-defines.sym.
48663         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
48664         * sysdeps/x86_64/strcasecmp.S: New file.
48665         * sysdeps/x86_64/strcasecmp_l.S: New file.
48666         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
48667         * sysdeps/x86_64/locale-defines.sym: New file.
48668         * string/test-strcasecmp.c: New file.
48669
48670         * string/test-strcasestr.c: Test both ends of the range of characters.
48671         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
48672
48673 2010-07-29  Roland McGrath  <roland@redhat.com>
48674
48675         [BZ #11856]
48676         * manual/locale.texi (Yes-or-No Questions): Fix example code.
48677
48678 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
48679
48680         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
48681         for ld.so.
48682
48683 2010-07-27  Andreas Schwab  <schwab@redhat.com>
48684
48685         * manual/memory.texi (Malloc Tunable Parameters): Document
48686         M_PERTURB.
48687
48688 2010-07-26  Roland McGrath  <roland@redhat.com>
48689
48690         [BZ #11840]
48691         * configure.in (-fgnu89-inline check): Set and substitute
48692         gnu89_inline, not libc_cv_gnu89_inline.
48693         * configure: Regenerated.
48694         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
48695
48696 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
48697
48698         * string/test-strnlen.c: New file.
48699         * string/Makefile (strop-tests): Add strnlen.
48700         * string/tester.c (test_strnlen): Add a few more test cases.
48701         * string/tst-strlen.c: Better error reporting.
48702
48703         * sysdeps/x86_64/strnlen.S: New file.
48704
48705 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
48706
48707         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
48708         lower-latency instructions.
48709
48710 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
48711
48712         * string/test-strcasestr.c: New file.
48713         * string/test-strstr.c: New file.
48714         * string/Makefile (strop-tests): Add strstr and strcasestr.
48715         * string/str-two-way.h: Don't undefine MAX.
48716         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
48717
48718 2010-07-21  Andreas Schwab  <schwab@redhat.com>
48719
48720         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48721         strcasestr-nonascii.
48722         (CFLAGS-strcasestr-nonascii.c): Define.
48723         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
48724         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
48725         Remove unused attribute.
48726
48727 2010-07-20  Roland McGrath  <roland@redhat.com>
48728
48729         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
48730         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
48731         ld.so.cache was broken.  With it, there is no way to disable dsocaps
48732         like LD_HWCAP_MASK can disable hwcaps.
48733
48734 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
48735
48736         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
48737
48738 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
48739
48740         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
48741         call in strcasestr.
48742         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
48743         __strcasestr_sse42_nonascii.
48744         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
48745         strcasestr-nonascii.c.
48746         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
48747
48748 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
48749
48750         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
48751         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
48752         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
48753         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
48754
48755 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
48756
48757         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
48758         fcntl.
48759
48760 2010-07-06  Andreas Schwab  <schwab@redhat.com>
48761
48762         [BZ #11577]
48763         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
48764         dl_signal_cerror.
48765
48766 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
48767
48768         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
48769         _PC_PIPE_BUF using F_GETPIPE_SZ.
48770
48771 2010-07-05  Roland McGrath  <roland@redhat.com>
48772
48773         * manual/arith.texi (Rounding Functions): Fix rint description
48774         implicit in round description.
48775
48776 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
48777
48778         * elf/Makefile: Fix linking for a few tests to make recent linker
48779         happy.
48780
48781 2010-06-30  Andreas Schwab  <schwab@redhat.com>
48782
48783         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
48784         $(common-objpfx)libc_nonshared.a.
48785
48786 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
48787
48788         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
48789         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
48790         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
48791         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
48792         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
48793         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
48794         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
48795         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
48796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
48797         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
48798         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
48799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
48800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
48801         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
48802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
48803         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
48804         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
48805         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
48806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
48807         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
48808         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
48809         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
48810         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
48811         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
48812         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
48813         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
48814         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
48815         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
48816         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
48817         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
48818         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
48819         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
48820         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
48821         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
48822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
48823         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
48824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
48825         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
48826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
48827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
48828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
48829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
48830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
48831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
48832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
48833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
48834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
48835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
48836
48837 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
48838
48839         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
48840         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
48841         * string/memmove.c (memmove): Renamed to ...
48842         (MEMMOVE): ...this.  Default to memmove.
48843         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
48844         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
48845         (END_CHK): Define.
48846         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48847         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
48848         mempcpy-ssse3-back memmove-ssse3-back.
48849         * sysdeps/x86_64/multiarch/bcopy.S: New file .
48850         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
48851         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
48852         * sysdeps/x86_64/multiarch/memcpy.S: New file.
48853         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
48854         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
48855         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
48856         * sysdeps/x86_64/multiarch/memmove.c: New file.
48857         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
48858         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
48859         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
48860         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
48861         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
48862         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
48863         Define.
48864         (index_Fast_Copy_Backward): Define.
48865         (HAS_ARCH_FEATURE): Define.
48866         (HAS_FAST_REP_STRING): Define.
48867         (HAS_FAST_COPY_BACKWARD): Define.
48868
48869 2010-06-21  Andreas Schwab  <schwab@redhat.com>
48870
48871         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
48872         Restore proper fallback handling.
48873
48874 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
48875
48876         [BZ #11701]
48877         * posix/group_member.c (__group_member): Correct checking loop.
48878
48879         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
48880         OOM in getpwuid_r correctly.  Return error number when the caller
48881         should return, otherwise -1.
48882         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
48883         call returning > 0 value.
48884         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
48885
48886 2010-06-07  Andreas Schwab  <schwab@redhat.com>
48887
48888         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
48889         libc_nonshared.a from targets in modules-names.
48890
48891 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
48892
48893         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
48894         requires it.
48895
48896 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
48897
48898         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
48899         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
48900         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
48901         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
48902
48903 2010-06-02  Andreas Schwab  <schwab@redhat.com>
48904
48905         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
48906
48907 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
48908
48909         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
48910         and F_GETPIPE_SZ.
48911         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
48912         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48913         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48914         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48915         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48916         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
48917
48918 2010-06-14  Roland McGrath  <roland@redhat.com>
48919
48920         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
48921
48922 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
48923
48924         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
48925         __REDIRECT followed by __THROW.
48926         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
48927         * posix/getopt.h (getopt): Likewise.
48928
48929 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
48930
48931         * hurd/lookup-at.c (__file_name_lookup_at): Accept
48932         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
48933         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
48934         in AT_FLAGS.
48935         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
48936         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
48937
48938 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
48939
48940         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
48941
48942 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
48943
48944         [BZ #11640]
48945         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48946         Properly check family and model.
48947
48948 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
48949
48950         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
48951
48952 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
48953
48954         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
48955
48956 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
48957
48958         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
48959         symbol reference.
48960
48961 2010-05-19  Andreas Schwab  <schwab@redhat.com>
48962
48963         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
48964         symbol reference.
48965
48966 2010-05-21  Andreas Schwab  <schwab@redhat.com>
48967
48968         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
48969         and internal_recvmmsg.
48970         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
48971         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
48972         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
48973         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
48974
48975         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
48976         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
48977         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
48978
48979 2010-05-20  Andreas Schwab  <schwab@redhat.com>
48980
48981         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
48982
48983 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
48984
48985         POWER7 optimizations.
48986         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
48987         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
48988
48989 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
48990
48991         * version.h: Update for 2.13 development version.
48992
48993 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
48994
48995         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
48996         exceptions.  Return 0.
48997
48998 2010-05-07  Roland McGrath  <roland@redhat.com>
48999
49000         * elf/ldconfig.c (main): Add a const.
49001
49002 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
49003
49004         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
49005         (args_options): Add no-idn option.
49006         (ahosts_keys_int): Add idn_flags to ai_flags.
49007         (parse_option): Handle 'i' option to clear idn_flags.
49008
49009         * malloc/malloc.c (_int_free): Possible race in the most recently
49010         added check.  Only act on the data if no current modification
49011         happened.
49012
49013 See ChangeLog.17 for earlier changes.