Sync up error.c with gnulib
[platform/upstream/glibc.git] / ChangeLog
1 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2
3         Sync up with gnulib.
4         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5         [!_LIBC && ENABLE_NLS]: Include gettext.h.
6         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
7         and _GL_ARG_NONNULL.
8         [USE_UNLOCKED_IO]: Include unlocked-io.h.
9         [!_LIBC]: Include code for Windows and Cygwin.
10         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
11         Include prototype for int strerror_r.
12         [!_LIBC] (is_open): New function.
13         (flush_stdout): New function.
14         (print_errno_message): Use it.
15         (error): Likewise.
16         (error_at_line): Likewise.
17         (error_tail) Add function attribute macros.  Use
18         __builtin_expect.
19
20         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
21
22         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
23
24         * io/ftw.c: Include sys/param.h unconditionally.
25
26         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
27
28         [BZ #17125]
29         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
30         libc_freeres_ptr.
31         (freecache): New function to free CACHE on exit.
32
33         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
34         initialization.
35
36 2014-07-09  David S. Miller  <davem@davemloft.net>
37
38         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39
40         * sysdeps/sparc/nptl/internaltypes.h: Delete.
41         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
42         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
43         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
44         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
45         * sysdeps/sparc/nptl/sem_init.c: Likewise.
46         * sysdeps/sparc/nptl/sem_post.c: Likewise.
47         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
48         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
49         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
50         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
51         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
52         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
53
54 2014-07-09  Andreas Schwab  <schwab@suse.de>
55
56         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
57         output.
58         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
59         (do_test): Likewise.
60
61         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
62
63 2014-07-09  Will Newton  <will.newton@linaro.org>
64
65         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
66         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
67         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
68         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
69         * sysdeps/hppa/start.S (_start): Likewise.
70
71 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
72
73         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
74
75         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
76         defined.
77
78 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
79
80         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
81         after checking that it is non-NULL.
82
83         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
84
85 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
86
87         * sysdeps/powerpc/memmove.c: Remove file.
88         * sysdeps/powerpc/powerpc32/power4/memcopy.h
89         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
90         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
91         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
92         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
93         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
94         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
95         string memmove instead of removed powerpc one.
96
97         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
98         [weak_alias]: Fix compiler warning due trailing data.
99         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
100         [weak_alias]: Likewise.
101         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
102         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
103
104         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
105         (__libc_ifunc_impl_list): Add memmove functions.
106
107 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
108
109         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
110         Remove code.
111         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
112         Likewise
113         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
114         Likewise
115         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
116         Likewise
117         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
118         Likewise
119         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
120         Likewise
121         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
122         Likewise
123         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
124         Likewise
125         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
126         Likewise
127         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
128         Likewise
129         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
130         Likewise
131         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
132         Likewise
133         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
134         Likewise
135         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
136         Likewise
137         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
138         Likewise
139         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
140         Likewise
141         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
142         Likewise
143
144 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
145
146         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
147         to avoid alignment traps in non-cacheable memory.
148         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
149
150         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
151         multiarch objects.
152         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
153         file: multiarch power7 memmove.
154         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
155         multiarch default memmove.
156         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
157         multiarch memove for powerpc32/power4.
158
159         * string/bcopy.c: Use full path to include memmove.c.
160         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
161         multiarch objects.
162         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
163         bcopy for powerpc64.
164         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
165         bcopy for powerpc64.
166         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
167         and memmove implementations.
168         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
169         optimized multiarch memmove for POWER7/powerpc64.
170         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
171         default multiarch memmove for powerpc64.
172         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
173         multiarch for powerpc64.
174         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
175         for POWER7/powerpc64.
176         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
177         memmove for POWER7/powerpc64.
178
179         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
180         glibc default one.
181
182         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
183         __ELF_NATIVE_CLASS equal to 64.
184
185 2014-07-07  Roland McGrath  <roland@hack.frob.com>
186
187         * sysdeps/nptl/lowlevellock.h: File removed.
188
189         * NEWS: NPTL is no longer an add-on!
190         * nptl/internaltypes.h: Moved ...
191         * sysdeps/nptl/internaltypes.h: ... here.
192         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
193         * sysdeps/nptl/fork.c: Likewise.
194         * sysdeps/nptl/gai_misc.h: Likewise.
195         * sysdeps/nptl/librt-cancellation.c: Likewise.
196         * sysdeps/nptl/jmp-unwind.c: Likewise.
197         * sysdeps/nptl/setxid.h: Likewise.
198         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
199         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
200         * sysdeps/unix/sysv/linux/arm/Implies: New file.
201         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
202         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
203         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
204         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
205         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
206         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
207         * sysdeps/unix/sysv/linux/mips/Implies: New file.
208         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
209         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
210         * sysdeps/unix/sysv/linux/sh/Implies: New file.
211         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
212         * sysdeps/unix/sysv/linux/tile/Implies: New file.
213         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
214         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
215         * nptl/Makeconfig: Moved ...
216         * sysdeps/nptl/Makeconfig: ... here.
217         * nptl/configure: File removed.
218         * nptl/ANNOUNCE: File removed.
219         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
220         * sysdeps/unix/sysv/linux/configure: Regenerated.
221
222         * nptl/Makefile (routines): Add libc_pthread_init,
223         libc_multiple_threads, register-atfork and unregister-atfork.
224         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
225         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
226         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
227         pthread-pi-defines.sym, structsem.sym.
228         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
229         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
230         [$(subdir) = nptl] (tests): Add tst-setgetname.
231         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
232         * sysdeps/unix/sysv/linux/sigaction.c: Just include
233         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
234         [!LIBC_SIGACTION]: Remove aliases.
235         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
236         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
237         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
238         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
239         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
240         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
241         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
242         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
243         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
244         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
245         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
246         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
247         __libc_allocate_rtsig_private.
248         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
249         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
250         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
251         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
252         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
253         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
254         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
255         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
256         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
257         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
258         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
259         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
260         * nptl/internaltypes.h: ... here.
261         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
262         * sysdeps/nptl/jmp-unwind.c: ... here.
263         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
264         * nptl/libc-lowlevellock.c: ... here.
265         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
266         * nptl/libc_multiple_threads.c: ... here.
267         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
268         * nptl/libc_pthread_init.c: ... here.
269         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
270         * nptl/lowlevelbarrier.sym: ... here.
271         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
272         * nptl/lowlevelcond.sym: ... here.
273         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
274         * nptl/lowlevellock.c: ... here.
275         * nptl/lowlevellock.h: Moved ...
276         * sysdeps/nptl/lowlevellock.h: ... here.
277         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
278         * nptl/lowlevelrobustlock.c: ... here.
279         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
280         * nptl/lowlevelrobustlock.sym: ... here.
281         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
282         * nptl/lowlevelrwlock.sym: ... here.
283         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
284         * nptl/pt-fork.c: ... here.
285         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
286         * nptl/pthread-pi-defines.sym: ... here.
287         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
288         * nptl/pthread_attr_getaffinity.c: ... here.
289         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
290         * nptl/pthread_attr_setaffinity.c: ... here.
291         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
292         * nptl/pthread_mutex_cond_lock.c: ... here.
293         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
294         Update #include.
295         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
296         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
297         * nptl/pthread_once.c: ... here, replacing old file.
298         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
299         * nptl/pthread_yield.c: ... here.
300         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
301         * nptl/register-atfork.c: ... here.
302         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
303         * nptl/sem_post.c: ... here.
304         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
305         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
306         * nptl/sem_timedwait.c: ... here.
307         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
308         * nptl/sem_trywait.c: ... here.
309         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
310         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
311         * nptl/sem_wait.c: ... here.
312         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
313         * nptl/structsem.sym: ... here.
314         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
315         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
316         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
317         * nptl/unregister-atfork.c: ... here.
318         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
319         * nptl/unwindbuf.sym: ... here.
320         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
321         * sysdeps/nptl/fork.c: ... here.
322         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
323         * sysdeps/nptl/fork.h: ... here.
324         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
325         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
326         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
327         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
328         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
329         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
330         * sysdeps/unix/sysv/linux/getpid.c: ... here.
331         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
332         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
333         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
334         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
335         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
336         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
337         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
338         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
339         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
340         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
341         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
342         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
343         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
344         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
345         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
346         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
347         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
348         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
349         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
350         * sysdeps/unix/sysv/linux/raise.c: ... here.
351         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
352         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
353         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
354         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
355         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
356         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
357         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
358         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
359         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
360         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
361         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
362         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
363         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
364         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
365         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
366
367 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
368
369         * sysdeps/generic/memcopy.h: Add comment for
370         MEMCPY_OK_FOR_FWD_MEMMOVE.
371
372 2014-07-04  Will Newton  <will.newton@linaro.org>
373
374         * string/memchr.c: Merge from gnulib.
375         [_LIBC]: Remove conditionals.
376         (__ptr_t): Remove define.
377         (LONG_MAX_32_BITS): Likewise.
378         (LONG_MAX): Likewise.
379         (MEMCHR): Use ANSI prototype and optimize algorithm.
380
381         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
382
383 2014-07-03  Roland McGrath  <roland@hack.frob.com>
384
385         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
386         (lll_futex_timed_wait_bitset): Fix syscall argument count.
387
388         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
389         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
390         in a bare environment with no <stdlib.h> installed.
391         * sysdeps/nptl/configure: Regenerated.
392
393         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
394
395         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
396         AC_EGREP_CPP for kernel header checks, so they only succeed if
397         including <linux/version.h> actually works right.
398         * sysdeps/unix/sysv/linux/configure: Regenerated.
399
400         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
401         value so it's not diagnosed as unused.
402
403         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
404         thing) with "ifeq ($(subdir),rt)".
405
406 2014-07-03  Richard Henderson  <rth@redhat.com>
407
408         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
409         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
410         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
411
412         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
413         (math_force_eval): New.
414
415         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
416         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
417
418         * sysdeps/alpha/fpu/s_round.c: Remove file.
419         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
420
421         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
422         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
423         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
424         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
425         (_dl_start, print_statistics): Likewise.
426         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
427         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
428
429         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
430         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
431         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
432         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
433         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
434         (HP_SMALL_TIMING_AVAIL): Define.
435         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
436         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
437         (HP_SMALL_TIMING_AVAIL): Define.
438         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
439         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
440
441         * sysdeps/aarch64/hp-timing.h: New file.
442
443         * sysdeps/generic/hp-timing.h: Remove dead comment.
444         * sysdeps/generic/hp-timing-common.h: New file.
445         * sysdeps/alpha/hp-timing.h: Include it.
446         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
447         * sysdeps/i386/i686/hp-timing.h: Likewise.
448         * sysdeps/ia64/hp-timing.h: Likewise.
449         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
450         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
451         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
452         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
453         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
454         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
455         (hp_timing_t): New.
456
457         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
458         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
459         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
460         * elf/rtld.c (_dl_start_final): Likewise.
461         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
462         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
463         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
464         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
465         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
466         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
467         (HP_TIMING_DIFF_INIT): Remove.
468         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
469         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
470         (HP_TIMING_DIFF_INIT): Remove.
471         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
472         * sysdeps/i386/i686/hp-timing.c: Remove file.
473         * sysdeps/x86_64/hp-timing.c: Remove file.
474         * sysdeps/ia64/hp-timing.c: Remove file.
475         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
476         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
477         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
478         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
479
480         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
481         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
482         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
483         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
484         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
485         (HP_TIMING_ACCUM): Remove.
486         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
487         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
488         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
489
490         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
491         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
492         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
493         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
494         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
495         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
496         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
497         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
498
499         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
500
501 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
502
503         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
504
505 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
506
507         Sync up with gettext.
508         * intl/loadmsgcat.c: Define O_BINARY if not defined.
509         [_MSC_VER]: Include malloc.h
510         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
511         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
512         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
513         TEMP_FAILURE_RETRY.  Cast return of alloca.
514         [!_LIBC] Call gl_rwlock_init.
515         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
516
517 2014-07-02  Roland McGrath  <roland@hack.frob.com>
518
519         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
520         before checking its value.
521
522 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
523
524         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
525
526         * debug/memcpy_chk.c: Don't include pagecopy.h.
527         * debug/mempcpy_chk.c: Likewise.
528         * string/memcpy.c: Likewise.
529         * string/memmove.c: Likewise.
530         * sysdeps/powerpc/memmove.c: Likewise.
531         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
532         definition of PAGE_COPY_FWD_MAYBE here...
533         * sysdeps/generic/pagecopy.h: ... from here.
534         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
535
536 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
537             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
538
539         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
540         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
541         optimizations.
542         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
543         (__libc_ifunc_impl_list): Likewise.
544         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
545         multiarch strcat for PPC64.
546         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
547         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
548
549 2014-07-02  Roland McGrath  <roland@hack.frob.com>
550
551         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
552
553 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
554
555         * intl/loadmsgcat.c: Remove declaration of
556         get_sysdep_segment_value.
557         (get_sysdep_segment_value): Use ISO C style.
558         (_nl_load_domain): Use ISO C style.  Get rid of redundant
559         semicolon.  Fix typo and formatting in comment.
560         (_nl_unload_domain): Use ISO C style.
561
562         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
563
564 2014-07-02  Will Newton  <will.newton@linaro.org>
565
566         * malloc/obstack.c: Merge from gnulib master.
567         [HAVE_CONFIG_H]: Remove conditional code.
568         [!_LIBC]: Include config.h.
569         [!ELIDE_CODE]: Don't include inttypes.h, include
570         stdint.h unconditionally.
571         (print_and_abort): Mark as _Noreturn.
572         (_obstack_allocated_p): Mark as __attribute_pure__.
573         (obstack_free): Rename to __obstack_free.
574         [!__attribute__]: Remove conditional code.
575         * malloc/obstack.h: Merge from gnulib master.
576         [__cplusplus]: Move conditional down.
577         [!__attribute_pure__]: Define __attribute_pure__ here
578         if it is not already defined.
579         (_obstack_memory_used): Mark as __attribute_pure__.
580         [!__obstack_free]: Define as obstack_free.
581         [__GNUC__]: Remove check for ancient NeXT gcc.
582
583 2014-07-02  Will Newton  <will.newton@linaro.org>
584             Paul Eggert  <eggert@cs.ucla.edu>
585
586         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
587
588 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
589
590         * resolv/gethnamaddr.c: Add comment warning that the file is
591         not maintained.
592
593 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
594
595         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
596         entries.
597
598         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
599         entry for aio_cancel and aio_cancel64.
600         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
601         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
602         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
603         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
604         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
605         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
606         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
607         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
608         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
609         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
610         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
611         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
612         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
613
614 2014-07-01  Roland McGrath  <roland@hack.frob.com>
615
616         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
617         * nptl/pthread_mutex_lock.c: Likewise.
618         * nptl/pthread_mutex_timedlock.c: Likewise.
619         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
620
621 2014-07-01  Richard henderson  <rth@redhat.com>
622
623         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
624         (__isnan, __isnanl): Remove.
625         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
626
627         * sysdeps/alpha/fpu/libm-test-ulps: Update.
628
629 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
630
631         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
632
633 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
634
635         * resolv/nss_dns/dns-host.c (getanswer_r)
636         [MULTI_PTRS_ARE_ALIASES]: Remove code.
637
638 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
639
640         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
641         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
642         undefine.
643         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
644         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
645
646 2014-07-01  Roland McGrath <roland@hack.frob.com>
647
648         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
649         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
650
651         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
652         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
653
654         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
655         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
656         ... here.
657         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
658         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
659
660         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
661         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
662         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
663         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
664
665         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
666         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
667         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
668         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
669         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
670         Moved ...
671         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
672         ... here.
673         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
674         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
675         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
676         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
677         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
678         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
679         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
680         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
681         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
682         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
683         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
684         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
685         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
686         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
687         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
688         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
689         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
690         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
691         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
692         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
693         ... here.
694         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
695         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
696         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
697         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
698         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
699         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
700         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
701         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
702
703 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
704
705         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
706         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
707         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
708         Add sysdep.
709
710 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
711
712         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
713
714 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
715
716         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
717         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
718
719         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
720
721         * sysdeps/arm/libm-test-ulps: Regenerated.
722
723 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
724             Roland McGrath <roland@hack.frob.com>
725
726         * test-skeleton.c (signal_handler): Kill the whole process group
727         before killing the child individually.
728         (main): Report any failure on `setpgid'.
729
730 2014-06-30  Roland McGrath  <roland@hack.frob.com>
731
732         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
733         from _TLS_H to _ARM_NPTL_TLS_H.
734         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
735         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
736
737 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
738
739         [BZ #16539]
740         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
741         (__expm1l): Return argument unchanged when small but not
742         subnormal.
743
744         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
745         include macro name.
746         (_FP_UNPACK_RAW_1_P): Likewise.
747         (_FP_PACK_RAW_1): Likewise.
748         (_FP_PACK_RAW_1_P): Likewise.
749         (_FP_MUL_MEAT_1_wide): Likewise.
750         (_FP_MUL_MEAT_DW_1_hard): Likewise.
751         (_FP_MUL_MEAT_1_hard): Likewise.
752         (_FP_DIV_MEAT_1_imm): Likewise.
753         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
754         (_FP_DIV_MEAT_1_udiv): Likewise.
755         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
756         (_FP_UNPACK_RAW_2): Likewise.
757         (_FP_UNPACK_RAW_2_P): Likewise.
758         (_FP_PACK_RAW_2): Likewise.
759         (_FP_PACK_RAW_2_P): Likewise.
760         (_FP_MUL_MEAT_DW_2_wide): Likewise.
761         (_FP_MUL_MEAT_2_wide): Likewise.
762         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
763         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
764         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
765         (_FP_MUL_MEAT_2_gmp): Likewise.
766         (_FP_DIV_MEAT_2_udiv): Likewise.
767         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
768         (_FP_FRAC_SRL_4): Likewise.
769         (_FP_FRAC_SRST_4): Likewise.
770         (_FP_FRAC_SRS_4): Likewise.
771         (_FP_UNPACK_RAW_4): Likewise.
772         (_FP_UNPACK_RAW_4_P): Likewise.
773         (_FP_PACK_RAW_4): Likewise.
774         (_FP_PACK_RAW_4_P): Likewise.
775         (_FP_MUL_MEAT_DW_4_wide): Likewise.
776         (_FP_MUL_MEAT_4_wide): Likewise.
777         (_FP_MUL_MEAT_4_gmp): Likewise.
778         (umul_ppppmnnn): Likewise.
779         (_FP_DIV_MEAT_4_udiv): Likewise.
780         (__FP_FRAC_ADD_4): Likewise.
781         (__FP_FRAC_SUB_3): Likewise.
782         (__FP_FRAC_SUB_4): Likewise.
783         (__FP_FRAC_DEC_3): Likewise.
784         (__FP_FRAC_DEC_4): Likewise.
785         (__FP_FRAC_ADDI_4): Likewise.
786         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
787         (_FP_FRAC_SRL_8): Likewise.
788         (_FP_FRAC_SRS_8): Likewise.
789
790         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
791         include macro name.
792         (FP_UNPACK_RAW_EP): Likewise.
793         (FP_PACK_RAW_E): Likewise.
794         (FP_PACK_RAW_EP): Likewise.
795         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
796         (_FP_ISSIGNAN): Likewise.
797         (_FP_ADD_INTERNAL): Likewise.
798         (_FP_FMA): Likewise.
799         (_FP_CMP): Likewise.
800         (_FP_SQRT): Likewise.
801         (_FP_TO_INT): Likewise.
802         (_FP_FROM_INT): Likewise.
803         (FP_EXTEND): Likewise.
804         (_FP_DIV_MEAT_N_loop): Likewise.
805
806 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
807
808         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
809         throughout.
810
811 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
812
813         [BZ #17097]
814         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
815         result with correct sign in case of exponents that produce
816         overflow except for X very close to 1.
817
818 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
819
820         mktime: merge #if/#ifdef usage from glibc
821         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
822         as that works with both Glibc's and Gnulib's style.
823         See thread starting at Siddhesh Poyarekar's bug report at:
824         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
825
826 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
827
828         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
829         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
830         * sysdeps/tile/tilegx/memmove.c: Remove file.
831
832 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
833
834         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
835         abi-name definition.
836         * scripts/soversions.awk: Do not handle or generate ABI lines.
837         * shlib-versions: Remove ABI entries.
838         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
839         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
840
841 2014-06-27  Roland McGrath  <roland@hack.frob.com>
842
843         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
844         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
845         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
846         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
847         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
848         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
849         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
850         Moved ...
851         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
852         ... here.
853         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
854         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
855         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
856         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
857         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
858         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
859         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
860         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
861         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
862         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
863         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
864         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
865         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
866         Moved ...
867         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
868         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
869         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
870         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
871         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
872         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
873         Moved ...
874         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
875         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
876         Moved ...
877         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
878         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
879         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
880         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
881         Moved ...
882         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
883         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
884         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
885         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
886         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
887         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
888         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
889         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
890         Moved ...
891         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
892         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
893         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
894         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
895         Moved ...
896         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
897         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
898         Moved ...
899         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
900         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
901         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
902         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
903         Moved ...
904         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
905         ... here.
906         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
907         Identical file removed.
908         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
909         Moved ...
910         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
911         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
912         Identical file removed.
913         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
914         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
915         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
916         Moved ...
917         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
918         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
919         Identical file removed.
920         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
921         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
922         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
923         Identical file removed.
924         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
925         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
926         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
927         Identical file removed.
928         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
929         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
930         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
931         Identical file removed.
932         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
933         Moved ...
934         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
935         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
936         Identical file removed.
937         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
938         Moved ...
939         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
940         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
941         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
942         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
943         Identical file removed.
944         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
945         Moved ...
946         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
947         ... here.
948         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
949         Identical file removed.
950         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
951         Moved ...
952         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
953         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
954         Identical file removed.
955         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
956         Moved ...
957         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
958         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
959         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
960         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
961         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
962         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
963         Moved ...
964         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
965         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
966         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
967
968         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
969         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
970         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
971         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
972         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
973
974 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
975
976         [BZ #17092]
977         * nscd/nscd.c (monitor_child): Return exit status of child
978         instead of return value from wait syscall.
979
980 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
981
982         * configure.ac (libc_commonpagesize): Remove variable.
983         (libc_relro_required): Likewise.
984         (libc_cv_z_relro): Remove configure test.
985         * configure: Regenerated.
986         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
987         variable.
988         (libc_relro_required): Likewise.
989         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
990         (libc_relro_required): Likewise.
991         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
992         (libc_relro_required): Likewise.
993         * sysdeps/arm/preconfigure: Regenerated.
994         * sysdeps/ia64/preconfigure: Remove file.
995         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
996         variable.
997         (libc_relro_required): Likewise.
998
999         [BZ #16561]
1000         [BZ #16562]
1001         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
1002         (__ieee754_yn): Set FE_TONEAREST mode internally and then
1003         recompute overflowing results in original rounding mode.
1004         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
1005         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
1006         recompute overflowing results in original rounding mode.
1007         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
1008         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
1009         recompute overflowing results in original rounding mode.
1010         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
1011         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
1012         recompute overflowing results in original rounding mode.
1013         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
1014         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
1015         recompute overflowing results in original rounding mode.
1016         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
1017         (libc_feholdsetround_ctx): New macro.
1018         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
1019         * sysdeps/i386/fpu/libm-test-ulps: Update.
1020         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
1021
1022 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1023
1024         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1025         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
1026         corresponding .cpsetup call.
1027
1028 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1029
1030         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
1031         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
1032         * sysdeps/arm/Makefile [$(subdir) = csu]
1033         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
1034         (static-only-routines): Add aeabi_read_tp here.
1035         (shared-only-routines): Add libc-aeabi_read_tp here.
1036         (CFLAGS-libc-start.c): Add -fexceptions here.
1037         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
1038         (sysdep_routines, static-only-routines, shared-only-routines):
1039         Don't add to these here.
1040         (CFLAGS-libc-start.c): Likewise.
1041
1042         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
1043         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
1044         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
1045         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
1046         * sysdeps/arm/Makefile [$(subdir) = rt]
1047         (librt-sysdep_routines, librt-shared-only-routines):
1048         Append rt-aeabi_unwind_cpp_pr1 here.
1049         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
1050         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
1051         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
1052         (libpthread-sysdep_routines, libpthread-shared-only-routines):
1053         Append nptl-aeabi_unwind_cpp_pr1 here.
1054         (tests): Filter out tst-cleanupx4 here.
1055         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
1056         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
1057         Don't do those here.
1058
1059 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1060
1061         * scripts/list-sources.sh: Do not handle ports specially.
1062
1063 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1064
1065         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
1066         * sysdeps/arm/feupdateenv.c: Likewise.
1067
1068         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
1069
1070 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1071
1072         * manual/texinfo.tex: Update to version 2014-05-05.10 with
1073         trailing whitespace removed.
1074         * scripts/config.guess: Update to version 2014-03-23.
1075         * scripts/config.sub: Update to version 2014-05-01
1076         * scripts/install-sh: Update to version 2013-12-25.23.
1077         * scripts/move-if-change: Update from gnulib.
1078
1079 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1080
1081         * debug/memmove_chk.c: Remove pagecopy.h include.
1082
1083 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
1084
1085         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
1086         identical to gnulib mktime.
1087
1088 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1089
1090         * configure.ac: Do not test for machine being rs6000.  Do not test
1091         for powerpc*-*soft.
1092         * configure: Regenerated.
1093
1094         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
1095         test.
1096         * configure: Regenerated.
1097         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
1098         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
1099         Remove configure test.
1100         * sysdeps/arm/configure: Regenerated.
1101         * sysdeps/nptl/configure.ac: Do not check
1102         libc_cv_asm_cfi_directives.
1103         * sysdeps/nptl/configure: Regenerated.
1104         * sysdeps/x86_64/nptl/configure.ac: Remove file.
1105         * sysdeps/x86_64/nptl/configure: Remove generated file.
1106         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
1107         unconditional.
1108         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
1109
1110 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1111
1112         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
1113         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
1114         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
1115         it is defined.
1116
1117         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
1118         instead of whether it is defined.
1119         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
1120         * sysdeps/hppa/dl-machine.h: Likewise.
1121         * sysdeps/ia64/dl-machine.h: Likewise.
1122         * sysdeps/m68k/dl-machine.h: Likewise.
1123         * sysdeps/microblaze/dl-machine.h: Likewise.
1124         * sysdeps/mips/dl-machine.: Likewise.
1125         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
1126         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
1127         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
1128         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
1129         * sysdeps/sh/dl-machine.h: Likewise.
1130         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1131         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
1132         * sysdeps/tile/dl-machine.h: Likewise.
1133         * sysdeps/x86_64/dl-machine.h: Likewise.
1134
1135         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
1136         code.
1137         (verify_persistent_db): Likewise.
1138
1139 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1140
1141         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
1142         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
1143         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
1144         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
1145         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
1146         Moved ...
1147         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
1148         ... here.
1149         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
1150         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
1151         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
1152         Identical file removed.
1153         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
1154         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
1155         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
1156         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
1157         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
1158         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
1159         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
1160         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
1161         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
1162         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
1163         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
1164         Moved ...
1165         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
1166         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
1167         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
1168         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
1169         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
1170         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
1171         Moved ...
1172         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
1173         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
1174         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
1175         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
1176         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
1177         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
1178         Identical file removed.
1179         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
1180         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
1181         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
1182         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
1183         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
1184         Moved ...
1185         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
1186         ... here.
1187         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
1188         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
1189         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
1190         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
1191         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
1192         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
1193         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
1194         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
1195         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
1196         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
1197         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
1198         Moved ...
1199         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
1200         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
1201         Moved ...
1202         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
1203         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
1204         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
1205         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
1206         Moved ...
1207         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
1208         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
1209         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
1210
1211         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
1212         folded into ...
1213         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
1214         * sysdeps/unix/sysv/linux/s390/Versions
1215         (libpthread: GLIBC_2.19): New version set.
1216         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
1217         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
1218         (librt: GLIBC_2.3.3): New version set.
1219         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
1220         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
1221         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
1222         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
1223         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
1224         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
1225         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
1226         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
1227         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
1228         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
1229         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
1230         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
1231         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
1232         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
1233         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
1234         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
1235         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
1236         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
1237         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
1238         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
1239         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
1240         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
1241         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
1242         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
1243         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
1244         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
1245         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
1246         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
1247         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
1248         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
1249         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
1250         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
1251         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
1252         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
1253         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
1254         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
1255         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
1256         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
1257         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
1258         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
1259         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
1260         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
1261         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
1262         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
1263         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
1264
1265         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
1266         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
1267         (__libc_vfork): Define the function under this name.
1268         [!NOT_IN_libc] (__vfork): Make this an alias.
1269         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
1270         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
1271         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
1272         (__libc_vfork): Define the function under this name.
1273         [!NOT_IN_libc] (__vfork): Make this an alias.
1274         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
1275         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
1276         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
1277         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
1278         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
1279         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
1280
1281         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
1282         code that was previously under [RESET_PID].
1283         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
1284         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
1285         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
1286
1287         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
1288         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
1289         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
1290         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
1291         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
1292         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
1293         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
1294         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
1295         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
1296         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
1297         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
1298         Moved ...
1299         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
1300         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
1301         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
1302         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
1303         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
1304         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
1305         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
1306         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
1307         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
1308         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
1309         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
1310         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
1311         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
1312         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
1313         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
1314         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
1315         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
1316         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
1317         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
1318         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
1319         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
1320         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
1321         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
1322         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
1323         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
1324         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
1325         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
1326         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
1327         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
1328
1329 2014-06-25  Roland McGrath  <roland@hack.frob.com>
1330
1331         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
1332         that was previously under [RESET_PID].
1333         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
1334
1335 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
1336
1337         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
1338         not undefine and redefine.
1339         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
1340         [O_CLOEXEC]: Make code unconditional.
1341         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
1342         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
1343         <kernel-features.h>.
1344         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
1345         conditional variable definition.
1346         (shm_open) [O_CLOEXEC]: Make code unconditional.
1347         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
1348         code.
1349
1350         * configure.ac (USE_REGPARMS): Don't define here.
1351         * configure: Regenerated.
1352         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
1353         * sysdeps/i386/configure: Regenerated.
1354
1355         * nptl/createthread.c: Don't include kernel-features.h.
1356         * nptl/pthread_cancel.c: Likewise.
1357         * nptl/pthread_condattr_setclock.c: Likewise.
1358         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
1359         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
1360         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
1361         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
1362         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
1363         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
1364         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1365         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
1366         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1367         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
1368         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
1369         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
1370         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
1371         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
1372         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
1373         * nscd/gai.c: Likewise.
1374         * nss/nss_db/db-open.c: Likewise.
1375         * sysdeps/generic/ldsodefs.h: Likewise.
1376         * sysdeps/sh/nptl/tls.h: Likewise.
1377         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
1378         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
1379         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
1380         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
1381         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
1382         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
1383         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
1384         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1385         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
1386         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
1387         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
1388         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
1389         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
1390         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
1391         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
1392         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
1393         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
1394         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
1395         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
1396         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
1397         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
1398         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
1399         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
1400         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
1401         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
1402         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
1403         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
1404         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
1405         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1406         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
1407         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
1408         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
1409         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
1410         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
1411         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
1412         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1413         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
1414         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
1415         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
1416         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
1417         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
1418         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
1419         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
1420         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
1421         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
1422         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
1423         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
1424         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
1425         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
1426         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
1427         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1428         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
1429         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
1430         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1431         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
1432         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
1433         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
1434         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
1435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
1436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
1437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
1438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
1439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
1440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
1441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
1442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
1443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
1444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
1445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
1446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
1447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
1448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
1449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
1450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
1451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
1452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
1453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
1454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
1455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
1456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
1457         * sysdeps/unix/sysv/linux/pread.c: Likewise.
1458         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
1459         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
1460         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
1461         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
1462         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
1463         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
1464         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
1465         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
1466         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
1467         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
1468         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
1469         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
1470         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
1471         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
1472         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
1473         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
1474         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
1475         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
1476         * sysdeps/unix/sysv/linux/system.c: Likewise.
1477         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
1478         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
1479         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
1480         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
1481         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
1482         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
1483         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
1484
1485         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
1486         * configure: Regenerated.
1487         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
1488
1489         * configure.ac (base_machine): Do not set specially for particular
1490         machines here.
1491         * configure: Regenerated.
1492         * sysdeps/powerpc/preconfigure: Move machine and base_machine
1493         settings from configure.ac.
1494         * sysdeps/i386/preconfigure: New file.
1495         * sysdeps/s390/preconfigure: Likewise.
1496         * sysdeps/sh/preconfigure: Likewise.
1497         * sysdeps/sparc/preconfigure: Likewise.
1498
1499 2014-06-25  Roland McGrath  <roland@hack.frob.com>
1500
1501         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
1502         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
1503         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
1504         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
1505         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
1506         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
1507         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
1508         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
1509         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
1510         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
1511         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
1512         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
1513         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
1514         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
1515         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
1516         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
1517         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
1518         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
1519         * sysdeps/sparc/sparc64/Makefile: ... appended here.
1520
1521         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
1522         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
1523         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
1524         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
1525         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
1526         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
1527         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
1528         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
1529         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
1530         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
1531         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
1532         * sysdeps/sparc/sparc32/sem_post.c: ... here.
1533         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
1534         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
1535         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
1536         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
1537         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
1538         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
1539         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
1540         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
1541         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
1542         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
1543         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
1544         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
1545         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
1546         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
1547         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
1548         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
1549         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
1550         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
1551         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
1552         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
1553         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
1554         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
1555         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
1556         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
1557         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
1558         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
1559
1560         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
1561         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
1562         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
1563         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
1564         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
1565         Moved ...
1566         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
1567         ... here.
1568         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
1569         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
1570         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
1571         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
1572         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
1573         Moved ...
1574         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
1575         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
1576         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
1577         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
1578         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
1579         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
1580         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
1581         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
1582         Moved ...
1583         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
1584         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
1585         Moved ...
1586         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
1587         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
1588         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
1589         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
1590         Moved ...
1591         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
1592         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
1593         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
1594         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
1595         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
1596         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
1597         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
1598         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
1599         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
1600         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
1601         Moved ...
1602         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
1603         ... here.
1604         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
1605         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
1606         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
1607         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
1608         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
1609         Moved ...
1610         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
1611         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
1612         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
1613         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
1614         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
1615         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
1616         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
1617         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
1618         Moved ...
1619         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
1620         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
1621         Moved ...
1622         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
1623         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
1624         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
1625         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
1626         Moved ...
1627         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
1628         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
1629         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
1630         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
1631         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
1632
1633 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
1634
1635         * timezone/checktab.awk: Update from tzcode 2014e.
1636         * timezone/private.h: Likewise.
1637         * timezone/tzfile.h: Likewise.
1638         * timezone/zdump.c: Likewise.
1639         * timezone/zic.c: Likewise.
1640
1641         * sysdeps/unix/sysv/linux/kernel-features.h
1642         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
1643         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
1644         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
1645         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
1646         Remove conditional code.
1647
1648 2014-06-25  Will Newton  <will.newton@linaro.org>
1649
1650         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
1651         (_dl_arm_cap_flags): Add HWCAP2 values.
1652         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
1653         (_DL_HWCAP_COUNT): Increase to 37.
1654         (_DL_HWCAP_LAST): New define.
1655         (_DL_HWCAP2_LAST): New define.
1656         (_dl_procinfo): Add support for printing
1657         AT_HWCAP2 entries.
1658         (_dl_string_hwcap): Use _dl_hwcap_string.
1659
1660 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1661
1662         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1663
1664 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
1665
1666         * README: Do not mention ports directory.
1667
1668         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
1669         Remove macro.
1670         * sysdeps/unix/sysv/linux/futimes.c: Do not include
1671         <kernel-features.h>.
1672         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
1673         conditional variable definition.
1674         (__futimes): Update comment.
1675         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
1676         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
1677
1678         [BZ #16560]
1679         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
1680         arguments close to 0.
1681         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
1682         Likewise.
1683         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
1684         Likewise.
1685         * math/auto-libm-test-in: Add more tests of exp10.
1686         * math/auto-libm-test-out: Regenerated.
1687         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1688
1689         * sysdeps/unix/sysv/linux/kernel-features.h
1690         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
1691         * sysdeps/unix/sysv/linux/readv.c: Do not include
1692         <kernel-features.h>.
1693         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
1694         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
1695         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
1696         unconditional.
1697         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
1698         conditional code.
1699         * sysdeps/unix/sysv/linux/writev.c: Do not include
1700         <kernel-features.h>.
1701         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
1702         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
1703         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
1704         unconditional.
1705         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
1706         conditional code.
1707
1708 2014-06-25  Will Newton  <will.newton@linaro.org>
1709
1710         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
1711         comment changes throughout the file.  Remove checks
1712         for HAVE_*_H definitions that are not required.
1713         (__gen_tempname): Call abort if an unknown kind value is
1714         passed.
1715
1716 2014-06-25  Andreas Schwab  <schwab@suse.de>
1717
1718         [BZ #17086]
1719         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
1720         scalbln, scalblnf, scalblnl in libc.
1721
1722 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1723
1724         [BZ #17086]
1725         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
1726         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
1727         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
1728
1729 2014-06-24  Roland McGrath  <roland@hack.frob.com>
1730
1731         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
1732         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
1733         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
1734         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
1735         Update #include.
1736         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
1737         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
1738         Update #include.
1739         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
1740         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
1741         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
1742         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
1743         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
1744         * sysdeps/x86/bits/pthreadtypes.h: ... here.
1745         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
1746         * sysdeps/x86/bits/semaphore.h: ... here.
1747         * sysdeps/x86/nptl/elide.h: Moved ...
1748         * sysdeps/x86/elide.h: ... here.
1749         * sysdeps/x86_64/nptl/Implies: File removed.
1750         * sysdeps/i386/nptl/Implies: File removed.
1751
1752 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
1753
1754         [BZ #16539]
1755         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
1756         return the argument for normal arguments with exponent below -64.
1757         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
1758         Likewise.
1759         * math/auto-libm-test-in: Add another test of expm1.
1760         * math/auto-libm-test-out: Regenerated.
1761
1762         [BZ #16287]
1763         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
1764         calling __erfcl for arguments at least 16.
1765         * math/auto-libm-test-in: Add more tests of erf.
1766         * math/auto-libm-test-out: Regenerated.
1767
1768         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
1769         individual architectures.
1770         * sysdeps/unix/sysv/linux/configure: Regenerated.
1771         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
1772         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
1773         * sysdeps/unix/sysv/linux/powerpc/configure.ac
1774         (ldd_rewrite_script): Define variable.
1775         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
1776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
1777         file.
1778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
1779         generated file.
1780         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
1781         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
1782         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
1783         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
1784         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
1785         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
1786         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
1787         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
1788
1789 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1790
1791         [BZ #17084]
1792         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
1793         Rename member __data.d to __data.__elision_data.
1794
1795 2014-06-24  Wilco  <wdijkstr@arm.com>
1796
1797         * NEWS: Add 16918 to fixed bug list.
1798
1799 2014-06-24  Wilco  <wdijkstr@arm.com>
1800
1801         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
1802
1803 2014-06-24  Wilco  <wdijkstr@arm.com>
1804
1805         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
1806         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
1807         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
1808         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
1809         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
1810         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
1811         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
1812         Use _FPU_MASK_RM.
1813
1814 2014-06-24  Wilco  <wdijkstr@arm.com>
1815
1816         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
1817
1818 2014-06-24  Wilco  <wdijkstr@arm.com>
1819
1820         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
1821         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
1822         * sysdeps/arm/fesetround.c (fesetround): Remove space.
1823         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
1824
1825 2014-06-24  Wilco  <wdijkstr@arm.com>
1826
1827         [BZ #16918]
1828         * sysdeps/arm/feupdateenv.c (feupdateenv):
1829         Rewrite to reduce FPSCR accesses and fix return value.
1830
1831 2014-06-24  Wilco  <wdijkstr@arm.com>
1832
1833         * sysdeps/arm/fclrexcpt.c (feclearexcept):
1834         Optimize to avoid unnecessary FPSCR writes.
1835         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
1836         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
1837         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
1838         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
1839
1840 2014-06-24  Wilco  <wdijkstr@arm.com>
1841
1842         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
1843         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
1844         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
1845         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
1846         Call libc_fetestexcept_vfp.
1847         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
1848         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
1849         __SOFTFP__ ifdef so that they can be built for softfp.
1850
1851 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1852
1853         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
1854         argument type signed char.
1855
1856         * Makerules (check-abi): Dump diff of symlist if the test
1857         fails.
1858
1859 2014-06-23  Roland McGrath  <roland@hack.frob.com>
1860
1861         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
1862         using abort.
1863
1864         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
1865         Remove unused variable ST.
1866
1867 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
1868
1869         [BZ #16354]
1870         [BZ #17061]
1871         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
1872         small arguments before calling __expm1.
1873         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
1874         small arguments before calling __expm1f.
1875         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
1876         small arguments before calling __expm1l.
1877         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
1878         Likewise.
1879         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
1880         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
1881         spurious underflow for some cosh tests.
1882         * math/auto-libm-test-out: Regenerated.
1883         * sysdeps/i386/fpu/libm-test-ulps: Update.
1884
1885         [BZ #17050]
1886         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
1887         (__ieee754_y1): Set errno if return value overflows.
1888         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
1889         (__ieee754_y1f): Set errno if return value overflows.
1890         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
1891         (__ieee754_y1l): Set errno if return value overflows.
1892         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
1893         (__ieee754_y1l): Set errno if return value overflows.
1894         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
1895         * math/auto-libm-test-out: Regenerated.
1896
1897         * math/gen-auto-libm-tests.c: Document use of
1898         ignore-zero-inf-sign.
1899         (input_flag_type): Add value flag_ignore_zero_inf_sign.
1900         (input_flags): Add ignore-zero-inf-sign.
1901         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
1902         * math/gen-libm-test.pl (generate_testfile): Handle
1903         ignore-zero-inf-sign.
1904         * math/auto-libm-test-in: Mark some cpow tests with
1905         ignore-zero-inf-sign and some with xfail-rounding.
1906         * math/auto-libm-test-out: Regenerated.
1907         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
1908         * sysdeps/i386/fpu/libm-test-ulps: Update.
1909         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1910
1911         [BZ #16315]
1912         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
1913         overflowing or underflowing operations take place with sign of
1914         result.
1915         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
1916         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
1917         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
1918         (__ieee754_pow): Recompute overflowing and underflowing results in
1919         original rounding mode.
1920         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
1921         (__powl_helper): Allow negative argument X and scale negated value
1922         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
1923         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
1924         overflowing or underflowing operations take place with sign of
1925         result.
1926         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
1927         Include <math.h>.
1928         * math/auto-libm-test-in: Add more tests of pow.
1929         * math/auto-libm-test-out: Regenerated.
1930         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
1931         (pow_tonearest_test_data): Remove.
1932         (pow_test_tonearest): Likewise.
1933         (pow_towardzero_test_data): Likewise.
1934         (pow_test_towardzero): Likewise.
1935         (pow_downward_test_data): Likewise.
1936         (pow_test_downward): Likewise.
1937         (pow_upward_test_data): Likewise.
1938         (pow_test_upward): Likewise.
1939         (main): Don't call removed functions.
1940         * sysdeps/i386/fpu/libm-test-ulps: Update.
1941         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1942
1943 2014-06-23  Roland McGrath  <roland@hack.frob.com>
1944
1945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
1946         Moved ...
1947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
1948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
1949         Moved ...
1950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
1951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
1952         Moved ...
1953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
1954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
1955         Moved ...
1956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
1957         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
1958         File removed.
1959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
1960         File removed.
1961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
1962         File removed.
1963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
1964         File removed.
1965         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
1966         File removed.
1967         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
1968         File removed.
1969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
1970         File removed.
1971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
1972         File removed.
1973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
1974         File removed.
1975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
1976         File removed.
1977         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
1978         File removed.
1979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
1980         File removed.
1981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
1982         Moved ...
1983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
1984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
1985         Moved ...
1986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
1987         ... here.
1988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
1989         Moved ...
1990         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
1991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
1992         Moved ...
1993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
1994         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
1995         Moved ...
1996         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
1997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
1998         Moved ...
1999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
2000         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
2001         Moved ...
2002         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
2003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
2004         Moved ...
2005         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
2006         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
2007         Moved ...
2008         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
2009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
2010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
2011         ... here.
2012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
2013         Moved ...
2014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
2015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
2016         Moved ...
2017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
2018         ... here.
2019         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
2020         Moved ...
2021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
2022         ... here.
2023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
2024         Moved ...
2025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2026         ... here.
2027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
2028         Moved ...
2029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
2030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
2031         Moved ...
2032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
2033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
2034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
2035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
2036         Moved ...
2037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
2038         ... here.
2039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
2040         Moved ...
2041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
2042         ... here.
2043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
2044         Moved ...
2045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
2046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
2047         Moved ...
2048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
2049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
2050         Moved ...
2051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
2052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
2053         Moved ...
2054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
2055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
2056         Moved ...
2057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
2058         ... here.
2059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
2060         Moved ...
2061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
2062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
2063         Moved ...
2064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
2065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
2066         Moved ...
2067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
2068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
2069         Moved ...
2070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
2071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
2072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
2073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
2074         Moved ...
2075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
2076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
2077         Moved ...
2078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
2079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
2080         Moved ...
2081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
2082         ... here.
2083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
2084         Moved ...
2085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
2086         ... here.
2087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
2088         Moved ...
2089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
2090         ... here.
2091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
2092         Moved ...
2093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
2094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
2095         Moved ...
2096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
2097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
2098         Moved ...
2099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
2100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
2101         Moved ...
2102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
2103         ... here.
2104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
2105         Moved ...
2106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
2107         ... here.
2108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
2109         Moved ...
2110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
2111         ... here.
2112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
2113         Moved ...
2114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
2115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
2116         Moved ...
2117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
2118
2119 2014-06-23  Will Newton  <will.newton@linaro.org>
2120             Wilco  <wdijkstr@arm.com>
2121
2122         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
2123         implementation.  Include get-rounding-mode.h.
2124         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
2125         [!libc_feholdsetround_noex_ctx]: Define
2126         libc_feholdsetround_noex_ctx.
2127         [!libc_feholdsetround_noexf_ctx]: Define
2128         libc_feholdsetround_noexf_ctx.
2129         [!libc_feholdsetround_noexl_ctx]: Define
2130         libc_feholdsetround_noexl_ctx.
2131         (libc_feholdsetround_ctx): New function.
2132         (libc_feresetround_ctx): New function.
2133         (libc_feholdsetround_noex_ctx): New function.
2134         (libc_feresetround_noex_ctx): New function.
2135
2136 2014-06-23  Roland McGrath  <roland@hack.frob.com>
2137
2138         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
2139         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
2140         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
2141         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
2142         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
2143         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
2144
2145         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
2146         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
2147         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
2148         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
2149         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
2150         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
2151         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
2152         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
2153         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
2154         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
2155         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
2156         Moved ...
2157         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
2158         ... here.
2159         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
2160         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
2161         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
2162         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
2163         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
2164         Moved ...
2165         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
2166         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
2167         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
2168         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
2169         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
2170         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
2171         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
2172         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
2173         Moved ...
2174         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
2175         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
2176         Moved ...
2177         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
2178         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
2179         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
2180         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
2181         Moved ...
2182         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
2183         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
2184         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
2185         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
2186         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
2187         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
2188         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
2189         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
2190         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
2191         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
2192         Moved ...
2193         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
2194         ... here.
2195         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
2196         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
2197         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
2198         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
2199         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
2200         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
2201         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
2202         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
2203         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
2204         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
2205         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
2206         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
2207         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
2208         Moved ...
2209         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
2210         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
2211         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
2212         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
2213         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
2214         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
2215         Moved ...
2216         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
2217         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
2218         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
2219         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
2220         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
2221
2222         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
2223         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
2224         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
2225         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
2226         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
2227         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
2228         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
2229         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
2230         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
2231         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
2232         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
2233         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
2234         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
2235         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
2236         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
2237         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
2238         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
2239         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
2240         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
2241         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
2242         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
2243         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
2244         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
2245         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
2246         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
2247         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
2248         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
2249         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
2250
2251 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
2252
2253         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
2254         (FALLOC_FL_COLLAPSE_RANGE): New macro.
2255         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
2256         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
2257         (IPV6_PMTUDISC_INTERFACE): Likewise.
2258         (IPV6_PMTUDISC_OMIT): Likewise.
2259
2260 2014-06-23  Andreas Schwab  <schwab@suse.de>
2261
2262         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
2263         Remove unused errout label.
2264
2265 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2266
2267         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
2268         macro: hardware supports Vector Crypto instructions.
2269
2270 2014-06-23  Will Newton  <will.newton@linaro.org>
2271
2272         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
2273         rather than __builtin_expect.
2274
2275         * elf/dl-lookup.c (undefined_msg): Remove variable.
2276         (_dl_lookup_symbol_x): Replace undefined_msg with string
2277         literal.
2278
2279         * elf/dl-lookup.c (do_lookup_unique): New function.
2280         (do_lookup_x): Move STB_GNU_UNIQUE handling code
2281         to a separate function.
2282
2283 2014-06-23  Andreas Schwab  <schwab@suse.de>
2284
2285         [BZ #17079]
2286         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
2287         before reading the next line.
2288
2289 2014-06-23  Will Newton  <will.newton@linaro.org>
2290
2291         * test-skeleton.c (signal_handler): Use printf and %m
2292         rather than perror.  Use printf rather than fprintf to
2293         stderr.  Use puts rather than fputs to stderr.
2294         (main): Likewise.
2295
2296 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
2297
2298         * nscd/nscd.c (thread_info_t): Remove typedef.
2299         (thread_info): Remove variable.
2300
2301 2014-06-21  Allan McRae  <allan@archlinux.org>
2302
2303         * NEWS: Mention CVE-2014-4043.
2304
2305 2014-06-20  Roland McGrath  <roland@hack.frob.com>
2306
2307         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
2308         * nptl/smp.h: ... here.
2309
2310         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
2311
2312         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
2313         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
2314         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
2315         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
2316
2317         * nptl/allocatestack.c: Include <stack-aliasing.h>.
2318         * nptl/stack-aliasing.h: New file.
2319         * sysdeps/i386/i686/stack-aliasing.h: New file.
2320         * sysdeps/i386/i686/nptl/Makefile: File removed.
2321         * sysdeps/x86_64/stack-aliasing.h: New file.
2322         * sysdeps/x86_64/nptl/Makefile
2323         (CFLAGS-pthread_create.c): Variable removed.
2324
2325         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
2326         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
2327         old file.
2328         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
2329         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
2330         old file.
2331
2332 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
2333
2334         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2335         (__ASSUME_SIGFRAME_V2): Remove macro.
2336         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
2337         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
2338         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
2339         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
2340         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
2341         Declare as function.  Remove conditional macro definitions.
2342         (__default_rt_sa_restorer): Likewise.
2343         (__default_sa_restorer_v1): Remove declaration.
2344         (__default_sa_restorer_v2): Likewise.
2345         (__default_rt_sa_restorer_v1): Likewise.
2346         (__default_rt_sa_restorer_v2): Likewise.
2347         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
2348         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
2349         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
2350
2351 2014-06-20  Roland McGrath  <roland@hack.frob.com>
2352
2353         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
2354         (libpthread-routines): Add sysdep.
2355         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
2356         * sysdeps/unix/sysv/linux/sparc/Versions
2357         (libpthread: GLIBC_2.3.3): New version set.
2358         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
2359         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
2360         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
2361         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
2362         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
2363         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
2364         Moved ...
2365         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
2366         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
2367         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
2368         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
2369         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
2370         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
2371         * sysdeps/sparc/nptl/sem_init.c: ... here.
2372         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
2373         * sysdeps/sparc/nptl/sem_post.c: ... here.
2374         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
2375         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
2376         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
2377         * sysdeps/sparc/nptl/sem_wait.c: ... here.
2378         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
2379         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
2380         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
2381         (libpthread-routines): Add cpu_relax.
2382         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
2383         File removed.
2384         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
2385         (librt: GLIBC_2.3.3): New version set.
2386         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
2387         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
2388         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
2389         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
2390         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
2391         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
2392         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
2393         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
2394         Moved ...
2395         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
2396         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
2397         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
2398         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
2399         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
2400         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
2401         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
2402         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
2403         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
2404         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
2405         Moved ...
2406         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
2407         Update #include.
2408         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
2409         Moved ...
2410         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
2411         Update #include.
2412         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
2413         Moved ...
2414         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
2415         Update #include.
2416         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
2417         Moved ...
2418         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
2419         Update #include.
2420         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
2421         Moved ...
2422         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
2423         Update #include.
2424         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
2425         Moved ...
2426         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
2427         Update #include.
2428         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
2429         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
2430         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
2431         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
2432         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
2433         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
2434         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
2435         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
2436         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
2437         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
2438         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
2439         Moved ...
2440         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
2441         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
2442         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
2443         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
2444         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
2445
2446 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
2447
2448         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
2449         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
2450         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2451         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
2452         * nscd/nscd.c: Likewise.
2453         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
2454         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
2455         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
2456         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
2457
2458         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
2459         <kernel-features.h>.
2460         (init_mq_netlink): Remove conditional have_sock_cloexec
2461         definitions.  Remove code conditional on have_sock_cloexec < 0.
2462         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
2463         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
2464         * sysdeps/unix/sysv/linux/opensock.c: Do not include
2465         <kernel-features.h>.
2466         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
2467         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
2468
2469 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
2470
2471         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
2472         Add tests for memset_chk and memset.
2473
2474         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
2475         with AVX2_Usable.
2476
2477 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
2478
2479         [BZ #16046]
2480         * elf/tst-dl-iter-static.c: New file.
2481         * elf/Makefile (tests-static): Add tst-dl-iter-static.
2482
2483         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
2484         error.
2485
2486 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
2487
2488         * sysdeps/unix/sysv/linux/kernel-features.h
2489         (__ASSUME_F_GETOWN_EX): Remove macro.
2490         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
2491         <kernel-features.h>.
2492         (miss_F_GETOWN_EX): Remove variable or macro.
2493         (do_fcntl): Do not check miss_F_GETOWN_EX.
2494         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
2495
2496         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
2497         Remove macro.
2498         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
2499         [!__ASSUME_AT_RANDOM]: Remove conditional code.
2500         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
2501
2502         * sysdeps/unix/sysv/linux/kernel-features.h
2503         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
2504         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
2505         [ADJ_OFFSET_SS_READ]: Make code unconditional.
2506         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
2507
2508 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
2509
2510         [BZ #17075]
2511         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
2512         Fix calculation of the symbol's value.
2513         * sysdeps/arm/tst-armtlsdescloc.c: New file.
2514         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
2515         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
2516         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
2517         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
2518         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
2519         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
2520         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
2521         (modules-names): Add `tst-armtlsdescmod',
2522         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
2523         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
2524         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
2525         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
2526         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
2527         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
2528         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
2529         ($(objpfx)tst-armtlsdescloc): New dependency.
2530         ($(objpfx)tst-armtlsdescextnow): Likewise.
2531         ($(objpfx)tst-armtlsdescextlazy): Likewise.
2532         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
2533         TLS scheme support.
2534         * sysdeps/arm/configure: Regenerate.
2535
2536 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
2537
2538         * include/fcntl.h (__atfct_seterrno): Remove prototype.
2539         (__atfct_seterrno_2): Likewise.
2540         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
2541         <kernel-features.h>.
2542         (__ASSUME_ATFCTS): Do not undefine and redefine.
2543         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
2544         (__have_atfcts): Remove conditional definition.
2545         (__fxstatat([__NR_fstatat64]: Make code unconditional.
2546         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
2547         unreachable if [__ASSUME_ATFCTS].
2548         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
2549         not undefine and redefine.
2550         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
2551         <kernel-features.h>.
2552         (faccessat) [__NR_faccessat]: Make code unconditional.
2553         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
2554         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
2555         <kernel-features.h>.
2556         (fchmodat) [__NR_fchmodat]: Make code unconditional.
2557         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
2558         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
2559         <kernel-features.h>.
2560         (fchownat) [__NR_fchownat]: Make code unconditional.
2561         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
2562         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
2563         <kernel-features.h>.
2564         (futimesat) [__NR_futimesat]: Make code unconditional.
2565         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
2566         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
2567         <kernel-features.h>.
2568         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
2569         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
2570         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
2571         <kernel-features.h>.
2572         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
2573         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
2574         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
2575         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
2576         <kernel-features.h>.
2577         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
2578         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
2579         * sysdeps/unix/sysv/linux/linkat.c: Do not include
2580         <kernel-features.h>.
2581         (linkat) [__NR_linkat]: Make code unconditional.
2582         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
2583         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
2584         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
2585         <kernel-features.h>.
2586         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
2587         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
2588         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
2589         <kernel-features.h>.
2590         (mkdirat) [__NR_mkdirat]: Make code unconditional.
2591         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
2592         * sysdeps/unix/sysv/linux/openat.c: Do not include
2593         <kernel-features.h>.
2594         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
2595         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
2596         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
2597         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
2598         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
2599         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
2600         <kernel-features.h>.
2601         (readlinkat) [__NR_readlinkat]: Make code unconditional.
2602         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
2603         result of INLINE_SYSCALL directly, not via int variable.
2604         * sysdeps/unix/sysv/linux/renameat.c: Do not include
2605         <kernel-features.h>.
2606         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
2607         (renameat) [__NR_renameat]: Make code unconditional.
2608         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
2609         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
2610         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
2611         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
2612         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
2613         (__ASSUME_ATFCTS): Do not undefine and redefine.
2614         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
2615         <kernel-features.h>.
2616         (symlinkat) [__NR_symlinkat]: Make code unconditional.
2617         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
2618         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
2619         <kernel-features.h>.
2620         (unlinkat) [__NR_unlinkat]: Make code unconditional.
2621         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
2622         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
2623         (__ASSUME_ATFCTS): Do not undefine and redefine.
2624         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
2625         <kernel-features.h>.
2626         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
2627         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
2628         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
2629         <kernel-features.h>.
2630         (__xmknodat) [__NR_mknodat]: Make code unconditional.
2631         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
2632
2633 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
2634
2635         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
2636
2637 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
2638
2639         [BZ #17069]
2640         * posix/regcomp.c (parse_reg_exp): Deallocate partially
2641         constructed tree before returning error.
2642         * posix/bug-regexp36.c: Expand test case.
2643
2644 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
2645
2646         [BZ #6803]
2647         * math/libm-test.inc (scalbln_test_date):
2648         Add errno expectations.
2649         * math/w_scalblnf.c: New File.
2650         Add wrapper which checks for setting errno to ERANGE.
2651         Add weak_alias for corresponding scalbln function.
2652         * math/w_scalbln.c: Likewise.
2653         * math/w_scalblnl.c: Likewise.
2654         * math/Makefile (libm-calls): Add w_scalbln.
2655         * sysdeps/ieee754/flt-32/s_scalblnf.c:
2656         Remove weak_alias for corresponding scalbln function.
2657         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
2658         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
2659         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
2660         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
2661         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
2662         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
2663         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
2664         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
2665         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
2666         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
2667         Remove long_double_symbol for scalblnl function in libm, libc.
2668         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
2669         Add wrapper which checks for setting errno to ERANGE.
2670         Add long_double_symbol for scalblnl function in libm, libc.
2671         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
2672         Remove long_double_symbol for scalblnl in libm.
2673         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
2674         Add wrapper which checks for setting errno to ERANGE.
2675         Add long_double_symbol for scalblnl function in libm.
2676         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
2677         Do not use wrapper because of own implementation.
2678
2679 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
2680
2681         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
2682         3 bytes for __pad1 for x32.
2683         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
2684
2685 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
2686             H.J. Lu  <hongjiu.lu@intel.com>
2687
2688         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
2689         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
2690         * sysdeps/x86_64/multiarch/memset.S: Likewise.
2691         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
2692         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
2693
2694 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
2695
2696         [BZ #17069]
2697         * posix/regcomp.c (parse_expression): Deallocate partially
2698         constructed tree before returning error.
2699         * posix/Makefile.c (tests): Add bug-regex36.
2700         (generated): Add bug-regex36.mtrace.
2701         (tests-special): Add $(objpfx)bug-regex36-mem.out
2702         (bug-regex36-ENV): New variable.
2703         ($(objpfx)bug-regex36-mem.out): New rule.
2704         * posix/bug-regex36.c: New file.
2705
2706 2014-06-19  Will Newton  <will.newton@linaro.org>
2707
2708         * malloc/malloc.c (systrim): If extra is zero then return
2709         early.
2710
2711 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2712
2713         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
2714
2715 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
2716
2717         * sysdeps/aarch64/strchr.S: New file.
2718
2719 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
2720
2721         [BZ #17022]
2722         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
2723         from arguments -2 or below.
2724         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
2725         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
2726
2727 2014-06-18  Andreas Schwab  <schwab@suse.de>
2728
2729         [BZ #17062]
2730         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
2731         of a bracket expr not to run off the end of the string.
2732         * posix/Makefile (tests): Add tst-fnmatch3.
2733         * posix/tst-fnmatch3.c: New file.
2734
2735 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
2736
2737         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
2738         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
2739         [$(cross-compiling) = no]: Likewise.
2740         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
2741         [$(cross-compiling) = no]: Likewise.
2742
2743 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2744
2745         [BZ #17031]
2746         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
2747         double, adjusted for any remainder from the high double.
2748         * math/libm-test.inc (nearbyint): Add tests.
2749         (rint): Likewise.
2750
2751 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2752
2753         * nptl/sysdeps/powerpc/Makefile: Moved ...
2754         * sysdeps/powerpc/nptl/Makefile: ... here.
2755         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
2756         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
2757         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
2758         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
2759         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
2760         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
2761         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
2762         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
2763         * nptl/sysdeps/powerpc/tls.h: Moved ...
2764         * sysdeps/powerpc/nptl/tls.h: ... here.
2765
2766 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
2767
2768         [BZ #16681]
2769         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
2770         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
2771         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
2772         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
2773         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
2774         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
2775         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
2776         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
2777         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
2778
2779 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
2780
2781         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
2782
2783 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
2784
2785         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
2786         defined operator.
2787
2788         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
2789         $TIMEOUTFACTOR.
2790
2791 2014-06-16  Florian Weimer  <fweimer@redhat.com>
2792
2793         [BZ #17058]
2794         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
2795         non-executed part of the test.
2796
2797 2014-06-16  Andreas Schwab  <schwab@suse.de>
2798
2799         * string/bits/string2.h (strdup, strndup): Update feature guard.
2800
2801 2014-06-14  David S. Miller  <davem@davemloft.net>
2802
2803         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2804
2805 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
2806
2807         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
2808         that was previously under [RESET_PID].
2809         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
2810
2811         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
2812         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
2813         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
2814         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
2815         (__libc_vfork): New strong alias.
2816         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
2817
2818 2014-06-14 Andi Kleen  <ak@linux.intel.com>
2819
2820         * sysdeps/generic/elide.h: New file.
2821
2822 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2823
2824         * Makefile (installed-headers): Adjust path of pthread.h header.
2825
2826 2014-06-13  Roland McGrath  <roland@hack.frob.com>
2827
2828         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
2829         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
2830         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
2831         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
2832
2833         * nptl/sysdeps/s390/Makefile: Moved ...
2834         * sysdeps/s390/nptl/Makefile: ... here.
2835         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
2836         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
2837         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
2838         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
2839         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
2840         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
2841         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
2842         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
2843         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
2844         * sysdeps/s390/nptl/pthreaddef.h: ... here.
2845         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
2846         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
2847         * nptl/sysdeps/s390/tls.h: Moved ...
2848         * sysdeps/s390/nptl/tls.h: ... here.
2849
2850         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
2851         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
2852
2853 2014-06-13  David S. Miller  <davem@davemloft.net>
2854
2855         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
2856         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
2857         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
2858         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
2859         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
2860         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
2861         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
2862         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
2863         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
2864         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
2865         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
2866         Remove RESET_PID cpp guards.
2867         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
2868         Remove RESET_PID cpp guards.
2869         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
2870
2871 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
2872
2873         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
2874         __sp to uintptr_t.
2875
2876 2014-06-13  Andi Kleen  <ak@linux.intel.com>
2877
2878         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
2879         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
2880         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
2881         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
2882         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
2883         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
2884         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
2885         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
2886         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
2887         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
2888         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
2889         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
2890         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
2891         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
2892         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
2893         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
2894         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
2895         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
2896         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
2897         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
2898
2899         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
2900         (pthread_rwlock_rdlock): Add elision.
2901         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
2902         (pthread_rwlock_wrlock): Add elision.
2903         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
2904         (pthread_rwlock_trywrlock): Add elision.
2905         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
2906         (pthread_rwlock_tryrdlock): Add elision.
2907         * nptl/pthread_rwlock_unlock.c: Include elide.h.
2908         (pthread_rwlock_tryrdlock): Add elision unlock.
2909         * nptl/sysdeps/pthread/pthread.h:
2910         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
2911         (PTHREAD_RWLOCK_INITIALIZER,
2912         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
2913         Handle new elision field.
2914         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
2915         * sysdeps/arm/nptl/bits/pthreadtypes.h
2916         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2917         * sysdeps/sh/nptl/bits/pthreadtypes.h
2918         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2919         * sysdeps/tile/nptl/bits/pthreadtypes.h
2920         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2921         * sysdeps/a/nptl/bits/pthreadtypes.h
2922         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2923         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
2924         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2925         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
2926         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2927         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
2928         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2929         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
2930         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2931         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
2932         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2933         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
2934         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2935         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
2936         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2937         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
2938         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2939         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
2940         (elision_init): Set try_xbegin to zero when no RTM.
2941         * sysdeps/x86/nptl/bits/pthreadtypes.h
2942         (pthread_rwlock_t): Change __pad1 to __rwelision.
2943         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
2944
2945 2014-06-13  Andi Kleen  <ak@linux.intel.com>
2946
2947         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
2948         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
2949         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
2950         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
2951
2952 2014-06-13  Meador Inge  <meadori@codesourcery.com>
2953
2954         [BZ #16996]
2955         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
2956         that the cached result has been set before returning it.
2957
2958 2014-06-12  Roland McGrath  <roland@hack.frob.com>
2959
2960         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
2961         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
2962         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
2963         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
2964         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
2965         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
2966
2967         * nptl/sysdeps/sparc/Makefile: Moved ...
2968         * sysdeps/sparc/nptl/Makefile: ... here.
2969         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
2970         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
2971         * nptl/sysdeps/sparc/tls.h: Moved ...
2972         * sysdeps/sparc/nptl/tls.h: ... here.
2973         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
2974         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
2975         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
2976         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
2977         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
2978         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
2979         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
2980         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
2981         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
2982         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
2983         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
2984         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
2985         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
2986         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
2987         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
2988         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
2989         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
2990         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
2991         Update #include.
2992         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
2993         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
2994         Update #include.
2995         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
2996         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
2997         Update #include.
2998         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
2999         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
3000         Update #include.
3001
3002         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
3003
3004         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
3005         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
3006
3007         * sysdeps/pthread/posix-timer.h: Include <list.h>.
3008         (struct list_links): Type removed.
3009         (struct thread_node, struct timer_node): Replace struct list_links
3010         with struct list_head.
3011         (list_unlink_ip): Likewise.
3012         * sysdeps/pthread/timer_routines.c
3013         (timer_free_list, thread_free_list, thread_active_list): Likewise.
3014         (list_append, list_insbefore): Likewise.
3015         (list_init): Function removed.
3016         (thread_init, init_module): Use INIT_LIST_HEAD instead.
3017         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
3018         * sysdeps/pthread/Makefile: ... here, new file.
3019
3020         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
3021         * sysdeps/nptl/Implies: ... here.
3022         * sysdeps/unix/sysv/linux/Implies: Add nptl.
3023         * nptl/sysdeps/pthread/list.h: Moved ...
3024         * include/list.h: ... here.
3025         * nptl/sysdeps/pthread/createthread.c: Moved ...
3026         * nptl/createthread.c: ... here.
3027         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
3028         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
3029         * nptl/pt-longjmp.c: ... here.
3030         * nptl/sysdeps/pthread/Makefile: Moved ...
3031         * sysdeps/nptl/Makefile: ... here.
3032         * nptl/sysdeps/pthread/Subdirs: Moved ...
3033         * sysdeps/nptl/Subdirs: ... here.
3034         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
3035         * sysdeps/nptl/aio_misc.h: ... here.
3036         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
3037         * sysdeps/nptl/bits/libc-lock.h: ... here.
3038         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
3039         * sysdeps/nptl/bits/libc-lockP.h: ... here.
3040         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
3041         * sysdeps/nptl/bits/stdio-lock.h: ... here.
3042         * nptl/sysdeps/pthread/configure: Moved ...
3043         * sysdeps/nptl/configure: ... here.
3044         * nptl/sysdeps/pthread/configure.ac: Moved ...
3045         * sysdeps/nptl/configure.ac: ... here.
3046         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
3047         * sysdeps/nptl/gai_misc.h: ... here.
3048         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
3049         * sysdeps/nptl/librt-cancellation.c: ... here.
3050         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
3051         * sysdeps/nptl/malloc-machine.h: ... here.
3052         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
3053         * sysdeps/nptl/pthread-functions.h: ... here.
3054         * nptl/sysdeps/pthread/pthread.h: Moved ...
3055         * sysdeps/nptl/pthread.h: ... here.
3056         * nptl/sysdeps/pthread/setxid.h: Moved ...
3057         * sysdeps/nptl/setxid.h: ... here.
3058         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
3059         * sysdeps/nptl/sigfillset.c: ... here.
3060         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
3061         * sysdeps/nptl/tcb-offsets.h: ... here.
3062         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
3063         * sysdeps/nptl/tst-mqueue8x.c: ... here.
3064         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
3065         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
3066         * nptl/sysdeps/pthread/allocalim.h: Moved ...
3067         * sysdeps/pthread/allocalim.h: ... here.
3068         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
3069         * sysdeps/pthread/bits/sigthread.h: ... here.
3070         * nptl/sysdeps/pthread/flockfile.c: Moved ...
3071         * sysdeps/pthread/flockfile.c: ... here.
3072         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
3073         * sysdeps/pthread/ftrylockfile.c: ... here.
3074         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
3075         * sysdeps/pthread/funlockfile.c: ... here.
3076         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
3077         * sysdeps/pthread/posix-timer.h: ... here.
3078         * nptl/sysdeps/pthread/timer_create.c: Moved ...
3079         * sysdeps/pthread/timer_create.c: ... here.
3080         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
3081         * sysdeps/pthread/timer_delete.c: ... here.
3082         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
3083         * sysdeps/pthread/timer_getoverr.c: ... here.
3084         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
3085         * sysdeps/pthread/timer_gettime.c: ... here.
3086         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
3087         * sysdeps/pthread/timer_routines.c: ... here.
3088         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
3089         * sysdeps/pthread/timer_settime.c: ... here.
3090         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
3091         * sysdeps/pthread/tst-timer.c: ... here.
3092         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
3093         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
3094
3095         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
3096         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
3097
3098         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
3099         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
3100         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
3101         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
3102         Update #include target.
3103         * nptl/sysdeps/i386/i686/Makefile: Moved ...
3104         * sysdeps/i386/i686/nptl/Makefile: ... here.
3105         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
3106         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
3107         Update #include target.
3108         * nptl/sysdeps/i386/i686/tls.h: Moved ...
3109         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
3110         * nptl/sysdeps/i386/Makefile: Moved ...
3111         * sysdeps/i386/nptl/Makefile: ... here.
3112         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
3113         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
3114         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
3115         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
3116         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
3117         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
3118         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
3119         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
3120         * sysdeps/i386/nptl/pthreaddef.h: ... here.
3121         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
3122         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
3123         * nptl/sysdeps/i386/tls.h: Moved ...
3124         * sysdeps/i386/nptl/tls.h: ... here.
3125
3126         * sysdeps/sh/Makefile [$(subdir) = csu]
3127         (gen-as-const-headers): Add tcb-offsets.sym.
3128         * nptl/sysdeps/sh/Makefile: File removed.
3129         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
3130         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
3131         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
3132         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
3133         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
3134         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
3135         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
3136         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
3137         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
3138         * sysdeps/sh/nptl/pthreaddef.h: ... here.
3139         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
3140         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
3141         * nptl/sysdeps/sh/tls.h: Moved ...
3142         * sysdeps/sh/nptl/tls.h: ... here.
3143         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
3144         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
3145         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
3146         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
3147         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
3148         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
3149         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
3150         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
3151         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
3152         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
3153         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
3154         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
3155         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
3156         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
3157         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
3158         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
3159         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
3160         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
3161         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
3162         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
3163         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
3164         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
3165         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
3166         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
3167         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
3168         Moved ...
3169         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
3170         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
3171         Moved ...
3172         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
3173         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
3174         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
3175         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
3176         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
3177         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
3178         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
3179         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
3180         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
3181         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
3182         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
3183         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
3184         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
3185         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
3186         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
3187         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
3188         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
3189         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
3190         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
3191
3192 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3193
3194         * posix/spawn_faction_addopen.c: Include string.h.
3195
3196 2014-06-11  Roland McGrath  <roland@hack.frob.com>
3197
3198         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
3199         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
3200         * nptl/sysdeps/x86_64/Makefile: Moved ...
3201         * sysdeps/x86_64/nptl/Makefile: ... here.
3202         * nptl/sysdeps/x86_64/configure: Moved ...
3203         * sysdeps/x86_64/nptl/configure: ... here.
3204         * nptl/sysdeps/x86_64/configure.ac: Moved ...
3205         * sysdeps/x86_64/nptl/configure.ac: ... here.
3206         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
3207         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
3208         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
3209         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
3210         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
3211         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
3212         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
3213         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
3214         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
3215         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
3216         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
3217         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
3218         * nptl/sysdeps/x86_64/tls.h: Moved ...
3219         * sysdeps/x86_64/nptl/tls.h: ... here.
3220         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
3221         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
3222         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
3223         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
3224
3225         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
3226
3227 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3228
3229         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3230
3231 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
3232
3233         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
3234         type.
3235         [POSIX] (off_t): Likewise.
3236         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
3237         [POSIX] (S_ISBLK): Require macro.
3238         [POSIX] (S_ISCHR): Likewise.
3239         [POSIX] (S_ISDIR): Likewise.
3240         [POSIX] (S_ISFIFO): Likewise.
3241         [POSIX] (S_ISREG): Likewise.
3242         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
3243         optional-macro.
3244         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
3245         type.
3246         [POSIX] (time_t): Likewise.
3247         [POSIX] (timer_t): Likewise.
3248
3249 2014-06-11  Florian Weimer  <fweimer@redhat.com>
3250
3251         [BZ #17048]
3252         * posix/spawn_int.h (struct __spawn_action): Make the path string
3253         non-const to support deallocation.
3254         * posix/spawn_faction_addopen.c
3255         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
3256         * posix/spawn_faction_destroy.c
3257         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
3258         path in all spawn_do_open actions.
3259         * posix/tst-spawn.c (do_test): Exercise the copy operation in
3260         posix_spawn_file_actions_addopen.
3261
3262 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
3263
3264         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
3265         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
3266         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
3267         conditional code always true.
3268         (__libc_vfork): New alias.
3269
3270 2014-06-11  Roland McGrath  <roland@hack.frob.com>
3271
3272         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3273         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
3274
3275         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
3276
3277         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3278         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
3279
3280         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
3281         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
3282
3283         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3284         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
3285
3286 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
3287
3288         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
3289         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
3290         multiarch strcmp for PPC64.
3291         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
3292         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
3293         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
3294         multiarch optimizations.
3295         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
3296         (__libc_ifunc_impl_list): Likewise.
3297
3298 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
3299
3300         * benchtests/scripts/validate_benchout.py: New script.
3301         * benchtests/Makefile (bench-func): Call it.
3302         * benchtests/scripts/benchout.schema.json: New file.
3303
3304 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
3305
3306         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
3307         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
3308         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
3309         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
3310         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
3311         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
3312         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
3313         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
3314         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
3315         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
3316         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
3317         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
3318         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
3319         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
3320         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
3321         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
3322         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
3323         Moved ...
3324         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
3325         ... here.
3326         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
3327         Moved ...
3328         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
3329         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
3330         Moved ...
3331         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
3332         ... here.
3333         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
3334         Moved ...
3335         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
3336         ... here.
3337         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
3338         Moved ...
3339         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
3340         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
3341         Moved ...
3342         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
3343         ... here.
3344         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
3345         Moved ...
3346         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
3347         ... here.
3348         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
3349         Moved ...
3350         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
3351         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
3352         Moved ...
3353         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
3354         ... here.
3355         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
3356         Moved ...
3357         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
3358         ... here.
3359         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
3360         Moved ...
3361         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
3362         ... here.
3363         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
3364         Moved ...
3365         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
3366         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
3367         Moved ...
3368         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
3369         ... here.
3370         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
3371         Moved ...
3372         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
3373         ... here.
3374         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
3375         Moved ...
3376         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
3377         ... here.
3378         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
3379         Moved ...
3380         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
3381         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
3382         Moved ...
3383         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
3384         ... here.
3385         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
3386         Moved ...
3387         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
3388         ... here.
3389         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
3390         Moved ...
3391         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
3392         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
3393         Moved ...
3394         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
3395         ... here.
3396         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
3397         Moved ...
3398         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
3399         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
3400         Moved ...
3401         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
3402         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
3403         Moved ...
3404         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
3405         ... here.
3406         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
3407         Moved ...
3408         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
3409         ... here.
3410         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
3411         Moved ...
3412         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
3413         ... here.
3414         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
3415         Moved ...
3416         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
3417         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
3418         Moved ...
3419         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
3420         ... here.
3421         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
3422         Moved ...
3423         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
3424         ... here.
3425         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
3426         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
3427         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
3428         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
3429         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
3430         Moved ...
3431         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
3432         ... here.
3433         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
3434         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
3435         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
3436         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
3437         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
3438         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
3439         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
3440         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
3441         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
3442         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
3443         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
3444         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
3445         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
3446         Moved ...
3447         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
3448         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
3449         Moved ...
3450         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
3451         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
3452         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
3453         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
3454         Moved ...
3455         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
3456         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
3457         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
3458         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
3459         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
3460         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
3461         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
3462
3463 2014-06-10  Wilco  <wdijkstr@arm.com>
3464
3465         * math/test-fenv-return.c: New file.
3466         * math/Makefile: Add new test test-fenv-return.
3467
3468 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
3469
3470         [BZ #17042]
3471         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
3472         when x - 1 is zero.
3473         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
3474         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
3475         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
3476         0.0L for an argument of 1.0L.
3477         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
3478         Likewise.
3479         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
3480         value when x - 1 is zero.
3481         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
3482         * sysdeps/i386/fpu/libm-test-ulps: Update.
3483         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3484
3485 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
3486
3487         [BZ #15119]
3488         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
3489
3490 2014-06-09  Roland McGrath  <roland@hack.frob.com>
3491
3492         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
3493         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
3494
3495 2014-06-09  Roland McGrath  <roland@hack.frob.com>
3496
3497         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3498         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
3499
3500         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3501         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
3502
3503         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3504         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
3505
3506         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3507         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
3508
3509         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
3510         if not already defined.
3511         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
3512         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
3513         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
3514         (TLS_INIT_TP): Use it.
3515         (TLS_DEFINE_INIT_TP): New macro.
3516         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
3517
3518 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
3519
3520         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
3521         constant.
3522         [POSIX] (IXANY): Likewise.
3523         [POSIX] (OLCUC): Likewise.
3524         [POSIX || POSIX2008] (CBAUD): Do not allow.
3525         [POSIX || POSIX2008] (DEFECHO): Likewise.
3526         [POSIX || POSIX2008] (ECHOCTL): Likewise.
3527         [POSIX || POSIX2008] (ECHOKE): Likewise.
3528         [POSIX || POSIX2008] (ECHOPRT): Likewise.
3529         [POSIX || POSIX2008] (EXTA): Likewise.
3530         [POSIX || POSIX2008] (EXTB): Likewise.
3531         [POSIX || POSIX2008] (FLUSHO): Likewise.
3532         [POSIX || POSIX2008] (LOBLK): Likewise.
3533         [POSIX || POSIX2008] (PENDIN): Likewise.
3534         [POSIX || POSIX2008] (SWTCH): Likewise.
3535         [POSIX || POSIX2008] (VDISCARD): Likewise.
3536         [POSIX || POSIX2008] (VDSUSP): Likewise.
3537         [POSIX || POSIX2008] (VLNEXT): Likewise.
3538         [POSIX || POSIX2008] (VREPRINT): Likewise.
3539         [POSIX || POSIX2008] (VSTATUS): Likewise.
3540         [POSIX || POSIX2008] (VWERASE): Likewise.
3541         (B*): Change to B[0123456789]*.
3542         * conform/data/time.h-data [POSIX || UNIX98]
3543         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
3544         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
3545         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
3546         [POSIX] (tm_*): Do not allow.
3547
3548 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
3549
3550         * Makefile (install): Don't set LANGUAGE.
3551         * Makefile.in (install): Likewise.
3552         * assert/Makefile (test-assert-ENV): Remove variable.
3553         (test-assert-perr-ENV): Likewise.
3554         * elf/Makefile (neededtest4-ENV): Likewise.
3555         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
3556         [$(cross-compiling) = no]: Don't set LANGUAGE.
3557         * io/ftwtest-sh (LANG): Remove variable.
3558         * libio/Makefile (tst-widetext-ENV): Likewise.
3559         * manual/install.texi (Running make install): Don't refer to
3560         environment settings for make install.
3561         * INSTALL: Regenerated.
3562         * nptl/tst-tls6.sh: Don't set LANG.
3563         * posix/globtest.sh (LANG): Remove variable.
3564         * string/Makefile (tester-ENV): Likewise.
3565         (inl-tester-ENV): Likewise.
3566         (noinl-tester-ENV): Likewise.
3567         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
3568         [$(cross-compiling) = no]: Don't set LANGUAGE.
3569         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
3570         without explicit environment settings.
3571
3572 2014-06-06  Roland McGrath  <roland@hack.frob.com>
3573
3574         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
3575         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
3576         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
3577         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
3578
3579 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
3580
3581         * crypt/crypt-private.h [DOS]: Add some includes taken from the
3582         other files in the crypt directory.
3583         * crypt/crypt.c: Remove duplicate includes.
3584         * crypt/crypt-entry.c: Likewise.
3585         * crypt/crypt_util.c: Likewise.
3586
3587 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
3588
3589         * Makeconfig (run-program-env): New variable.
3590         (run-program-prefix-before-env): Likewise.
3591         (run-program-prefix-after-env): Likewise.
3592         (run-program-prefix): Define in terms of new variables.
3593         (built-program-cmd-before-env): New variable.
3594         (built-program-cmd-after-env): Likewise.
3595         (built-program-cmd): Define in terms of new variables.
3596         (test-program-prefix-before-env): New variable.
3597         (test-program-prefix-after-env): Likewise.
3598         (test-program-prefix): Define in terms of new variables.
3599         (test-program-cmd-before-env): New variable.
3600         (test-program-cmd-after-env): Likewise.
3601         (test-program-cmd): Define in terms of new variables.
3602         * Rules (make-test-out): Use $(run-program-env).
3603         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
3604         (help): Do not mention environment variables.  Mention
3605         --timeoutfactor option.
3606         (timeoutfactor): New variable.
3607         (blacklist_exports): Remove function.
3608         (exports): Remove variable.
3609         (command): Do not include ${exports}.
3610         * manual/install.texi (Configuring and compiling): Do not mention
3611         test wrappers preserving environment variables.  Mention that last
3612         assignment to a variable must take precedence.
3613         * INSTALL: Regenerated.
3614         * benchtests/Makefile (run-bench): Use $(run-program-env).
3615         * catgets/Makefile ($(objpfx)test1.cat): Use
3616         $(built-program-cmd-before-env), $(run-program-env) and
3617         $(built-program-cmd-after-env).
3618         ($(objpfx)test2.cat): Do not specify environment variables
3619         explicitly.
3620         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
3621         $(run-program-env) and $(built-program-cmd-after-env).
3622         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
3623         $(run-program-env) and $(test-program-cmd-after-env).
3624         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
3625         explicitly.
3626         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
3627         run_program_env and test_program_cmd_after_env arguments.
3628         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
3629         * elf/tst-pathopt.sh: Use run_program_env argument.
3630         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
3631         $(test-wrapper-env) and $(run-program-env).
3632         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
3633         run_program_env arguments.
3634         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
3635         * intl/Makefile ($(objpfx)tst-gettext.out): Use
3636         $(test-program-prefix-before-env), $(run-program-env) and
3637         $(test-program-prefix-after-env).
3638         ($(objpfx)tst-gettext2.out): Likewise.
3639         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
3640         run_program_env and test_program_prefix_after_env arguments.
3641         * intl/tst-gettext2.sh: Likewise.
3642         * intl/tst-gettext4.sh: Do not set environment variables
3643         explicitly.
3644         * intl/tst-gettext6.sh: Likewise.
3645         * intl/tst-translit.sh: Likewise.
3646         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
3647         $(test-program-prefix-before-env), $(run-program-env) and
3648         $(test-program-prefix-after-env).
3649         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
3650         run_program_env and test_program_prefix_after_env arguments.
3651         * math/Makefile (run-regen-ulps): Use $(run-program-env).
3652         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
3653         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
3654         explicitly with each use of ${test_wrapper_env}.
3655         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
3656         $(test-program-prefix-before-env), $(run-program-env) and
3657         $(test-program-prefix-after-env).
3658         * posix/tst-getconf.sh: Do not set environment variables
3659         explicitly.
3660         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
3661         run_program_env and test_program_prefix_after_env arguments.
3662         * stdio-common/tst-printf.sh: Do not set environment variables
3663         explicitly.
3664         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
3665         $(test-program-prefix-before-env), $(run-program-env) and
3666         $(test-program-prefix-after-env).
3667         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
3668         run_program_env and test_program_prefix_after_env arguments.
3669         Split $test calls into $test_pre and $test.
3670         * timezone/Makefile (build-testdata): Use
3671         $(built-program-cmd-before-env), $(run-program-env) and
3672         $(built-program-cmd-after-env).
3673
3674 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3675
3676         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
3677         strlen for non SHARED builds.
3678
3679 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
3680
3681         * nptl/allocatestack.c (check_list): Inlined function...
3682         (__reclaim_stacks): ... here.
3683
3684 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
3685
3686         [BZ #15698]
3687         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3688         memory overrun.
3689
3690 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
3691
3692         * Rules (make-test-out): Include
3693         LOCPATH=$(common-objpfx)localedata in default environment.
3694         * debug/Makefile (tst-chk1-ENV): Remove variable.
3695         (tst-chk2-ENV): Likewise.
3696         (tst-chk3-ENV): Likewise.
3697         (tst-chk4-ENV): Likewise.
3698         (tst-chk5-ENV): Likewise.
3699         (tst-chk6-ENV): Likewise.
3700         (tst-lfschk1-ENV): Likewise.
3701         (tst-lfschk2-ENV): Likewise.
3702         (tst-lfschk3-ENV): Likewise.
3703         (tst-lfschk4-ENV): Likewise.
3704         (tst-lfschk5-ENV): Likewise.
3705         (tst-lfschk6-ENV): Likewise.
3706         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
3707         (tst-iconv7-ENV): Likewise.
3708         * intl/Makefile (LOCPATH-ENV): Likewise.
3709         (tst-codeset-ENV): Likewise.
3710         (tst-gettext3-ENV): Likewise.
3711         (tst-gettext5-ENV): Likewise.
3712         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
3713         (tst-fopenloc-ENV): Likewise.
3714         (tst-fgetws-ENV): Remove variable.
3715         (tst-ungetwc1-ENV): Likewise.
3716         (tst-ungetwc2-ENV): Likewise.
3717         (bug-ungetwc2-ENV): Likewise.
3718         (tst-swscanf-ENV): Likewise.
3719         (bug-ftell-ENV): Likewise.
3720         (tst-fgetwc-ENV): Likewise.
3721         (tst-fseek-ENV): Likewise.
3722         (tst-ftell-partial-wide-ENV): Likewise.
3723         (tst-ftell-active-handler-ENV): Likewise.
3724         (tst-ftell-append-ENV): Likewise.
3725         * posix/Makefile (tst-fnmatch-ENV): Likewise.
3726         (tst-regexloc-ENV): Likewise.
3727         (bug-regex1-ENV): Likewise.
3728         (tst-regex-ENV): Likewise.
3729         (tst-regex2-ENV): Likewise.
3730         (bug-regex5-ENV): Likewise.
3731         (bug-regex6-ENV): Likewise.
3732         (bug-regex17-ENV): Likewise.
3733         (bug-regex18-ENV): Likewise.
3734         (bug-regex19-ENV): Likewise.
3735         (bug-regex20-ENV): Likewise.
3736         (bug-regex22-ENV): Likewise.
3737         (bug-regex23-ENV): Likewise.
3738         (bug-regex25-ENV): Likewise.
3739         (bug-regex26-ENV): Likewise.
3740         (bug-regex30-ENV): Likewise.
3741         (bug-regex32-ENV): Likewise.
3742         (bug-regex33-ENV): Likewise.
3743         (bug-regex34-ENV): Likewise.
3744         (bug-regex35-ENV): Likewise.
3745         (tst-rxspencer-ENV): Likewise.
3746         (tst-rxspencer-no-utf8-ENV): Likewise.
3747         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
3748         (tst-sscanf-ENV): Likewise.
3749         (tst-swprintf-ENV): Likewise.
3750         (tst-swscanf-ENV): Likewise.
3751         (test-vfprintf-ENV): Likewise.
3752         (scanf13-ENV): Likewise.
3753         (bug14-ENV): Likewise.
3754         (tst-grouping-ENV): Likewise.
3755         * stdlib/Makefile (tst-strtod-ENV): Likewise.
3756         (tst-strtod3-ENV): Likewise.
3757         (tst-strtod4-ENV): Likewise.
3758         (tst-strtod5-ENV): Likewise.
3759         (testmb2-ENV): Likewise./
3760         * string/Makefile (tst-strxfrm-ENV): Likewise.
3761         (tst-strxfrm2-ENV): Likewise.
3762         (bug-strcoll1-ENV): Likewise.
3763         (test-strcasecmp-ENV): Likewise.
3764         (test-strncasecmp-ENV): Likewise.
3765         * time/Makefile (tst-strptime-ENV): Likewise.
3766         (tst-ftime_l-ENV): Likewise.
3767         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
3768         (tst-mbrtowc-ENV): Likewise.
3769         (tst-wcrtomb-ENV): Likewise.
3770         (tst-mbrtowc2-ENV): Likewise.
3771         (tst-c16c32-1-ENV): Likewise.
3772         (tst-mbsnrtowcs-ENV): Likewise.
3773
3774 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
3775
3776         * manual/resource.texi (How to get information about the memory
3777         subsystem?): Fix typo.
3778         Reported by Peon de la Parra Ivan <peon@keba.com>
3779
3780 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
3781
3782         [BZ #16882]
3783         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
3784         (pthread_spin_lock): Branch out of spin loop to proper location.
3785         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
3786         (pthread_spin_lock): Likewise.
3787
3788         * nptl/tst-spin4.c: New test.
3789         * nptl/Makefile (tests): Add tst-spin4.
3790
3791 2014-06-03  Andreas Schwab  <schwab@suse.de>
3792
3793         [BZ #15946]
3794         * resolv/res_send.c (send_dg): Reload file descriptor after
3795         calling reopen.
3796
3797 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
3798
3799         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
3800
3801 2014-06-03  Richard Henderson  <rth@redhat.com>
3802
3803         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
3804         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
3805         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
3806         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
3807         in the SAVE_PID block.
3808         (__libc_vfork): New alias.
3809         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
3810
3811         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
3812         child in registers, not on the stack.  Remove RESET_PID conditionals.
3813         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
3814
3815 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3816
3817         * sysdeps/aarch64/libm-test-ulps: Regenerate.
3818
3819 2014-06-03  Wilco  <wdijkstr@arm.com>
3820
3821         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
3822         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
3823         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
3824         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
3825         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
3826         Likewise.
3827
3828 2014-06-03  Wilco  <wdijkstr@arm.com>
3829
3830         * sysdeps/aarch64/fpu/math_private.h
3831         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
3832         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
3833         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
3834         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
3835         Fix declarations.
3836
3837 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3838
3839         * crypt/crypt-private.h: Include ufc-crypt.h.
3840         (__b64_from_24bit): Declare extern.
3841         * crypt/crypt_util.c(__b64_from_24bit): New function.
3842         (b64t): New static const variable.
3843         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
3844         (b64t): Remove variable.
3845         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
3846         * crypt/sha256-crypt.c: Include crypt-private.h.
3847         (b64t): Remove variable.
3848         (__sha256_crypt_r): Remove b64_from_24bit and replace
3849         with __b64_from_24bit.
3850         * crypt/sha512-crypt.c: Likewise.
3851
3852 2014-06-02  Roland McGrath  <roland@hack.frob.com>
3853
3854         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
3855         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
3856         Label the code __libc_vfork rather than __vfork.
3857         [!NOT_IN_libc] (vfork): Define as weak alias.
3858         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
3859         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
3860         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
3861
3862 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3863
3864         * malloc/malloc.c (malloc_info): Fix format specifier for
3865         n_mmaps.
3866
3867 2014-06-02  Wilco  <wdijkstr@arm.com>
3868
3869         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
3870         FPCR write.
3871
3872 2014-06-02  Wilco  <wdijkstr@arm.com>
3873
3874         [BZ #17009]
3875         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
3876         Rewrite to reduce FPCR/FPSR accesses.
3877
3878 2014-06-01  David S. Miller  <davem@davemloft.net>
3879
3880         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3881
3882 2014-05-31  David S. Miller  <davem@davemloft.net>
3883
3884         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
3885         to occur in round to nearest mode when |x| >= 2.0
3886
3887 2014-05-30  Richard Henderson  <rth@twiddle.net>
3888
3889         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
3890         (PSEUDO_RET_NOERRNO): Remove.
3891         (ret): Don't redefine.
3892         (ret_NOERRNO): Define in terms of ret.
3893         (ret_ERRVAL): Likewise.
3894
3895         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
3896         use of PSEUDO_RET; perform the error check directly.
3897
3898 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
3899
3900         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
3901         with __int128_t.
3902
3903 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
3904
3905         * malloc/malloc (malloc_info): Fix formatting.
3906
3907 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
3908             Roland McGrath  <roland@hack.frob.com>
3909
3910         * malloc/malloc (malloc_info): Also print mmapped statistics.
3911
3912 2014-05-30  Roland McGrath  <roland@hack.frob.com>
3913
3914         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
3915         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
3916
3917 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
3918
3919         * malloc/malloc.c (malloc_info): Inline mi_arena.
3920
3921 2014-05-29  Richard Henderson  <rth@twiddle.net>
3922
3923         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
3924         Remove comma before expanding ASM_ARGS_##nr.
3925         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
3926         Make _x0 a strict output; make _x8 a strict input; adjust expansion
3927         of ASM_ARGS_##nr.
3928         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
3929         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
3930         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
3931         (ASM_ARGS_1): Add leading comma.
3932
3933         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
3934         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
3935         to __errno_location.
3936         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
3937         Remove the expected plt for __errno_location.
3938
3939         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
3940         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
3941         call to __read_tp.
3942
3943         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
3944         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
3945         it and break it down.
3946         (DOCARGS_0, DOCARGS_1): Do nothing.
3947         (DOCARGS_2): Update to store into the new stack frame.
3948         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
3949         (UNDOCARGS_1): Update to restore from the new stack frame.
3950         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
3951         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
3952
3953         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
3954         (SINGLE_THREAD_P): New parameter for result regno.
3955         (PSEUDO): Update to match; use cbz instead of beq.
3956
3957         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
3958         Use ENTRY to define the _nocancel entry point.  Share the syscall
3959         and syscall error check paths with the cancel path.
3960         (PSEUDO_END): New.
3961
3962         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
3963         whitespace; tabs before and after asm mnemonics.
3964
3965 2014-05-29  Eric Wong  <normalperson@yhbt.net>
3966
3967         [BZ #15132]
3968         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
3969         Call fstat64 or stat64 internally, depending on arguments passed.
3970         Replace stat buffer argument with file descriptor argument.
3971         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
3972         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
3973         Pass fd to __internal_statvfs instead of calling fstat64.
3974         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
3975         Pass fd to __internal_statvfs64 instead of calling fstat64.
3976         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
3977         Pass -1 to __internal_statvfs instead of calling stat64.
3978         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
3979         Pass -1 to __internal_statvfs64 instead of calling stat64.
3980
3981 2014-05-28  Roland McGrath  <roland@hack.frob.com>
3982
3983         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
3984         that was previously under [RESET_PID].
3985         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
3986
3987         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
3988         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
3989
3990 2014-05-27  Roland McGrath  <roland@hack.frob.com>
3991
3992         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
3993
3994         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
3995         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
3996
3997 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
3998
3999         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
4000
4001 2014-05-27  Andreas Schwab  <schwab@suse.de>
4002
4003         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
4004         TLS_INIT_TP macro.
4005         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
4006         * elf/rtld.c (init_tls, dl_main): Likewise.
4007         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
4008         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
4009         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
4010         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
4011         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
4012         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
4013         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
4014         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
4015         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
4016         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
4017         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
4018         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
4019         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
4020         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
4021         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
4022         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
4023         * sysdeps/generic/tls.h: Update description.
4024
4025 2014-05-27  Will Newton  <will.newton@linaro.org>
4026
4027         [BZ #16990]
4028         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
4029         and restore r2 rather than just restoring.
4030
4031 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4032
4033         [BZ #16724]
4034         * libio/tst-ftell-append.c: New test case.
4035         * libio/Makefile (tests): Add test case.
4036         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
4037         append mode.
4038         * libio/wfileops.c (do_ftell_wide): Likewise.
4039
4040 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4041
4042         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4043
4044         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
4045         ...
4046         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
4047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
4048         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
4049         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
4050         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
4051         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
4052         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
4053         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
4054         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4055         Moved ...
4056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
4057         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4058         Moved ...
4059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
4060         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
4061         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
4062         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
4063         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
4064         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
4065         ...
4066         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
4067         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
4068         Moved ...
4069         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
4070         here.
4071         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
4072         ...
4073         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
4074         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
4075         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
4076
4077         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
4078         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
4079         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
4080         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
4081
4082         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
4083         merge into ...
4084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
4085         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
4086         ...
4087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
4088         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
4089         ...
4090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
4091         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
4092         Moved ...
4093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
4094         here.
4095         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
4096         Moved ...
4097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
4098         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
4099         Moved ...
4100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
4101
4102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
4103         conditional [RESET_PID].
4104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
4105         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
4106         removed.
4107         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
4108         removed.
4109
4110         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
4111         <tcb-offsets.h>.
4112         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4113         (__libc_vfork): New strong alias.
4114         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
4115         removed.
4116         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
4117         Removed.
4118
4119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
4120         <tcb-offsets.h>.
4121         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
4122         (__libc_vfork): New strong alias.
4123         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
4124         removed.
4125         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
4126         removed.
4127
4128 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
4129
4130         * malloc/malloc.c (mi_arena): New function.
4131         (malloc_info): Remove nested function mi_arena. Call non-nosted
4132         function mi_arena.
4133
4134 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4135
4136         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
4137         by insrwi.
4138         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
4139         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
4140         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
4141         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
4142         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
4143         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
4144         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
4145
4146 2014-05-26  Andreas Schwab  <schwab@suse.de>
4147
4148         [BZ #16984]
4149         * locale/programs/repertoire.c (repertoire_read): Add slash
4150         between I18NPATH element and file name.
4151         * locale/programs/locfile.c (locfile_read): Likewise.
4152
4153 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
4154
4155         * nptl/pthread_mutexattr_settype.c
4156         (__pthread_mutexattr_settype):
4157         Disable lock elision for PTHREAD_MUTEX_NORMAL.
4158
4159 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
4160
4161         * nptl/tst-mutex5 (do_test):
4162         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
4163
4164 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4165
4166         * benchtests/README: Document 'init' directive.
4167         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
4168         BENCH_INIT.
4169         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
4170         (parse_file): Recognize 'init' directive.
4171
4172 2014-05-26  Kyle McMartin  <kyle@redhat.com>
4173
4174         [BZ #16796]
4175         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
4176         alignment of struct pthread.
4177
4178 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4179
4180         [BZ #16878]
4181         * nscd/netgroupcache.c (addgetnetgrentX): Look for
4182         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
4183         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
4184         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
4185
4186 2014-05-25  Richard Henderson  <rth@twiddle.net>
4187
4188         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4189         (SINGLE_THREAD_P_PIC): Remove.
4190         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
4191         (SINGLE_THREAD_P_PIC): Remove.
4192
4193         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
4194         branch to syscall error ...
4195         (PSEUDO): ... here.
4196         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
4197         from __local_syscall_error to .Lsyscall_error.
4198         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
4199         (SYSCALL_ERROR): Update label name.
4200
4201         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4202         Do not use DOARGS/UNDOARGS.
4203         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
4204         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
4205         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
4206         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
4207         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
4208
4209         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
4210         block comment.
4211
4212         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
4213         define if !NOT_IN_libc.
4214         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
4215         define with non-default symbol versions.
4216
4217 2014-05-23  Richard Henderson  <rth@twiddle.net>
4218
4219         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
4220         (vfork, __vfork): Define via compat_symbol.
4221
4222         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
4223         [!HAVE_IFUNC] (vfork_compat): Remove.
4224         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
4225
4226 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
4227
4228         [BZ #16978]
4229         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
4230         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
4231         variable.
4232
4233 2014-05-23  Richard Henderson  <rth@twiddle.net>
4234
4235         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
4236         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
4237         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
4238         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
4239
4240         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
4241         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
4242         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
4243         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
4244         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
4245         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
4246         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
4247         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
4248         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
4249         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
4250         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
4251         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
4252         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
4253         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
4254         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
4255         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
4256         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
4257         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
4258         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
4259         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
4260         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
4261         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
4262         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
4263         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
4264         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
4265         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
4266         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
4267         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
4268         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
4269         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
4270         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
4271         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
4272         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
4273         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
4274         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
4275         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
4276         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
4277         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
4278         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
4279         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
4280         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
4281         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
4282         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
4283         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
4284         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
4285         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
4286         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
4287         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
4288         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
4289         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
4290         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
4291         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
4292         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
4293         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
4294         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
4295         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
4296
4297         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
4298         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
4299         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
4300         before exiting on error.
4301         (__libc_vfork): New strong alias.
4302         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
4303         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
4304
4305         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
4306         that was previously under [RESET_PID].
4307         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
4308
4309         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
4310
4311 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
4312
4313         [BZ #16977]
4314         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
4315         value when x - 1 is zero.
4316         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
4317         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
4318         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
4319         0.0L for an argument of 1.0L.
4320         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
4321         Likewise.
4322         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
4323         value when x - 1 is zero.
4324         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
4325         * sysdeps/i386/fpu/libm-test-ulps: Update.
4326         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4327
4328 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4329
4330         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
4331         alphasort and versionsort.
4332
4333 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4334
4335         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
4336         macro.
4337         [copysignf]: Likewise.
4338
4339 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
4340
4341         * crypt/md5-crypt.c: Fix formatting.
4342
4343 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4344
4345         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
4346         (b64_from_24bit): New function.
4347
4348 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4349
4350         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
4351         libc_hidden_builtin_def to ifunc.
4352         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
4353         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
4354
4355 2014-05-21  Roland McGrath  <roland@hack.frob.com>
4356
4357         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
4358         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
4359
4360 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
4361
4362         * nscd/Depend (linuxthreads): Remove.
4363         (nptl): Add.
4364         * resolv/Depend (linuxthreads): Remove.
4365         * rt/Depend (linuxthreads): Remove.
4366
4367         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
4368         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
4369         $(common-objpfx)elf/.
4370         (link-libc-before-gnulib): Likewise.
4371         (elfobjdir): Remove variable.
4372         * Makefile (install): Use $(elf-objpfx) instead of
4373         $(common-objpfx)elf/.
4374         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
4375         $(elfobjdir)/.
4376         (link-libc-deps): Likewise.
4377         ($(common-objpfx)libc.so): Likewise.
4378         ($(common-objpfx)linkobj/libc.so): Likewise.
4379         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
4380         instead of $(common-objpfx)elf/.
4381         (symbolic-link-list): Likewise.
4382         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4383         [$(cross-compiling) = no]: Likewise.
4384         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
4385         $(elfobjdir)/.
4386         (static-gnulib-arch): Likewise.
4387         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4388         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
4389         $(common-objpfx)elf/.
4390
4391 2014-05-21  Richard Henderson  <rth@redhat.com>
4392
4393         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4394         (SINGLE_THREAD_P): Use the correct width load.  Fold
4395         into the ldr offset.
4396
4397         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
4398         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
4399
4400 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
4401
4402         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
4403         (libgcc_s_resume): Use __attribute_used__.
4404         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
4405         Likewise.
4406
4407 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4408
4409         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
4410         optimization when used with float constants.
4411
4412         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4413
4414 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
4415
4416         [BZ #16915]
4417         * locale/nl_langinfo_l.c: Make direct reference to every
4418         _nl_current_CATEGORY symbol.
4419         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
4420         (tests-static): Add tst-langinfo-static.
4421         (tests-special): Add tst-langinfo-static.out.
4422         ($(objpfx)tst-langinfo.out): Redirect output.
4423         ($(objpfx)tst-langinfo-static.out): New.
4424         * localedata/tst-langinfo.sh: Send output to stdout.
4425         * localedata/tst-langinfo-static.c: New file.
4426
4427         [BZ #16965]
4428         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
4429         when the shift amount is modulo the limb size.
4430
4431 2014-05-20  Richard Henderson  <rth@redhat.com>
4432
4433         [BZ #16967]
4434         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
4435         Change type of sa_flags from unsigned int to int.
4436
4437         [BZ #16966]
4438         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
4439
4440         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
4441
4442 2014-05-20  Will Newton  <will.newton@linaro.org>
4443
4444         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4445         Test the return value of the system call in the nocancel case.
4446
4447 2014-05-20  Will Newton  <will.newton@linaro.org>
4448             Yvan Roux  <yvan.roux@linaro.org>
4449
4450         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
4451         #include of asm/ptrace.h.
4452         (PTRACE_GET_THREAD_AREA): Remove #undef.
4453         (PTRACE_GETHBPREGS): Likewise.
4454         (PTRACE_SETHBPREGS): Likewise.
4455         (struct user_regs_struct): New structure.
4456         (struct user_fpsimd_struct): New structure.
4457         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
4458         #include of asm/ptrace.h and second #include of sys/user.h.
4459         (PTRACE_GET_THREAD_AREA): Remove #undef.
4460         (PTRACE_GETHBPREGS): Likewise.
4461         (PTRACE_SETHBPREGS): Likewise.
4462         (ELF_NGREG): Use new struct user_regs_struct.
4463         (elf_fpregset_t): Use new struct user_fpsimd_struct.
4464
4465 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4466
4467         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
4468         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
4469
4470 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
4471
4472         [BZ #16958]
4473         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
4474         membar to avoid block loads/stores to overlap previous stores.
4475
4476 2014-05-17  Richard Henderson  <rth@redhat.com>
4477
4478         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
4479         Create the __##syscall_name##_nocancel entry point.
4480         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
4481         Remove; let the sysdep-cancel.h code create it.
4482
4483 2014-05-17  David S. Miller  <davem@davemloft.net>
4484
4485         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
4486         Protect with __USE_GNU.
4487         (TIOCSET_TEMPT): Likewise.
4488         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4489         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
4490         these are already provided in bits/ioctl-types.h
4491
4492 2014-05-16  Roland McGrath  <roland@hack.frob.com>
4493
4494         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
4495         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
4496
4497         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
4498         Use wait4 regardless of [__NR_waitpid].
4499
4500 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
4501
4502         PR libgcc/60166
4503         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
4504         (_FP_NANSIGN_Q): Set the quiet bit.
4505
4506 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
4507
4508         * benchtests/Makefile
4509         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
4510         not $(common-objpfx)math/libm.so.
4511         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
4512         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
4513         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
4514         $(common-objpfx)dlfcn/libdl.so.
4515         ($(objpfx)tst-audit8): Depend on $(libm), not
4516         $(common-objpfx)math/libm.so.
4517         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
4518         not $(common-objpfx)dlfcn/libdl.so.
4519         * math/Makefile
4520         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
4521         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
4522         [$(build-shared) = yes].
4523         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
4524         $(common-objpfx)nptl/libpthread.so.
4525         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
4526         $(common-objpfx)math/libm.so$(libm.so-version) or
4527         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
4528         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
4529         $(common-objpfx)dlfcn/libdl.so.
4530         * setjmp/Makefile (link-libm): Remove variable.
4531         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
4532         * stdio-common/Makefile (link-libm): Remove variable.
4533         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
4534         * stdlib/Makefile (link-libm): Remove variable.
4535         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
4536         ($(objpfx)tst-strtod-round): Likewise.
4537         ($(objpfx)tst-tininess): Likewise.
4538         ($(objpfx)tst-strtod-underflow): Likewise.
4539         ($(objpfx)tst-strtod6): Likewise.
4540         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
4541         $(libdl), not $(common-objpfx)nptl/libpthread.so and
4542         $(common-objpfx)dlfcn/libdl.so.
4543
4544 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4545
4546         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
4547         BSD terminal modes definitions.
4548
4549 2014-05-16  Roland McGrath  <roland@hack.frob.com>
4550
4551         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
4552         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
4553
4554         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
4555         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
4556         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
4557         Don't do #include_next.
4558         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
4559         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
4560         Don't do #include_next.
4561         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
4562         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
4563         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
4564         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
4565
4566 2014-05-16  Allan McRae  <allan@archlinux.org>
4567
4568         * po/sv.po: Update Swedish translation from translation project.
4569
4570         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
4571         in sed expression.
4572
4573 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
4574
4575         [BZ #16917]
4576         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
4577         errno if the TIOCGPTN ioctl fails with an error different than
4578         EINVAL.
4579         * login/tst-ptsname.c: New file.
4580         * login/Makefile (tests): Add tst-ptsname.
4581
4582         [BZ #16943]
4583         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
4584         and prlimit64.
4585
4586 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4587
4588         [BZ #16849]
4589         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
4590         herrno to return EAI_AGAIN.
4591
4592 2014-05-14  Roland McGrath  <roland@hack.frob.com>
4593
4594         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
4595         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
4596         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
4597         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
4598         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
4599         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
4600         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
4601         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
4602         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
4603         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
4604         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
4605         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
4606         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
4607         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
4608         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
4609         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
4610         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
4611         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
4612         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
4613         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
4614         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
4615         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
4616         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
4617         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
4618         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
4619         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
4620         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
4621         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
4622         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
4623         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
4624         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
4625         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
4626         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
4627         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
4628         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
4629         Moved ...
4630         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
4631         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
4632         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
4633         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
4634         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
4635         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
4636         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
4637         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
4638         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
4639         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
4640         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
4641         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
4642         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
4643         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
4644         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
4645         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
4646         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
4647         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
4648         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
4649         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
4650         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
4651         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
4652         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
4653         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
4654         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
4655         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
4656         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
4657         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
4658         Moved ...
4659         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
4660         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
4661         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
4662         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
4663         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
4664         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
4665         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
4666         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
4667         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
4668         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
4669         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
4670         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
4671         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
4672         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
4673         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
4674         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
4675         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
4676         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
4677         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
4678         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
4679         Moved ...
4680         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
4681         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
4682         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
4683
4684         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
4685         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
4686         (libpthread-sysdep_routines): Add elision-related stuff here instead.
4687         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
4688         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
4689         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
4690         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
4691         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
4692         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
4693         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
4694         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
4695         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
4696         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
4697         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
4698         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
4699         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
4700         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
4701         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
4702         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
4703         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
4704         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
4705         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
4706         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
4707         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
4708         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
4709         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
4710         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
4711         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
4712         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
4713         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
4714         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
4715
4716         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
4717         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
4718
4719         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
4720         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
4721         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
4722         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
4723         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
4724         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
4725         Moved ...
4726         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
4727         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
4728         Moved ...
4729         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
4730         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
4731         Moved ...
4732         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
4733         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
4734         Moved ...
4735         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
4736         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
4737         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
4738         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
4739         Moved ...
4740         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
4741         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
4742         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
4743         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
4744         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
4745         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
4746         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
4747         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
4748         Moved ...
4749         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
4750         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
4751         Moved ...
4752         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
4753         ... here.
4754         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
4755         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
4756         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
4757         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
4758         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
4759         Moved ...
4760         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
4761         ... here.
4762         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
4763         Moved ...
4764         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
4765         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
4766         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
4767         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
4768         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
4769         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
4770         Moved ...
4771         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
4772         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
4773         Moved ...
4774         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
4775         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
4776         Moved ...
4777         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
4778         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
4779         Moved ...
4780         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
4781         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
4782         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
4783         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
4784         Moved ...
4785         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
4786         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
4787         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
4788         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
4789         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
4790         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
4791         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
4792         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
4793         Moved ...
4794         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
4795         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
4796         Moved ...
4797         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
4798         ... here.
4799         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
4800         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
4801         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
4802         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
4803         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
4804         Moved ...
4805         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
4806         ... here.
4807         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
4808         Moved ...
4809         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
4810         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
4811         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
4812         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
4813         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
4814         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
4815         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
4816         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
4817         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
4818         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
4819         Moved ...
4820         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
4821         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
4822         Moved ...
4823         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
4824         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
4825         Moved ...
4826         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
4827         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
4828         Moved ...
4829         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
4830         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
4831         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
4832         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
4833         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
4834         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
4835         Moved ...
4836         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
4837         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
4838         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
4839         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
4840         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
4841         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
4842         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
4843         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
4844         Moved ...
4845         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
4846         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
4847         Moved ...
4848         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
4849         ... here.
4850         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
4851         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
4852         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
4853         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
4854         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
4855         Moved ...
4856         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
4857         ... here.
4858         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
4859         Moved ...
4860         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
4861         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
4862         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
4863         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
4864         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
4865         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
4866         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
4867         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
4868         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
4869         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
4870         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
4871
4872         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
4873         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
4874
4875         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
4876         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
4877
4878         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
4879         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
4880         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
4881         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
4882         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
4883         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
4884         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
4885         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
4886         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
4887         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
4888         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
4889         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
4890         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
4891         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
4892         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
4893         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
4894         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
4895         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
4896         Moved ...
4897         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
4898         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
4899         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
4900         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
4901         Moved ...
4902         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
4903         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
4904         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
4905         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
4906         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
4907         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
4908         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
4909         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
4910         Moved ...
4911         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
4912         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
4913         Moved ...
4914         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
4915         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
4916         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
4917         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
4918         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
4919         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
4920         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
4921         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
4922         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
4923         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
4924         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
4925         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
4926         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
4927         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
4928         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
4929         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
4930         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
4931
4932         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
4933         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
4934         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
4935         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
4936         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
4937
4938         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
4939         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
4940         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
4941         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
4942         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
4943         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
4944         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
4945         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
4946         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
4947         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
4948
4949         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
4950         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
4951
4952         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
4953         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
4954         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
4955         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
4956         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
4957         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
4958         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
4959         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
4960         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
4961         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
4962         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
4963         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
4964         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
4965         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
4966         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
4967         Update #include.
4968         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
4969         Likewise.
4970         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
4971         Likewise.
4972         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
4973         Likewise.
4974         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
4975         Likewise.
4976         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
4977         Likewise.
4978         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
4979         Likewise.
4980         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
4981         Likewise.
4982         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
4983         Likewise.
4984         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
4985         Likewise.
4986         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
4987         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
4988         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
4989         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
4990         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
4991         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
4992         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
4993         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
4994         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
4995         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
4996         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
4997         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
4998         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
4999         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
5000         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
5001
5002         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
5003         that was previously under [RESET_PID].
5004         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
5005         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
5006         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
5007
5008         * sysdeps/i386/nptl/Implies: New file.
5009         * sysdeps/x86_64/nptl/Implies: New file.
5010         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
5011         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
5012         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
5013         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
5014
5015         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
5016         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5017         (__libc_vfork): New strong alias.
5018         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
5019         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
5020
5021         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
5022         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5023         (__libc_vfork): New strong alias.
5024         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
5025         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
5026
5027         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
5028         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5029         (__libc_vfork): New strong alias.
5030         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
5031         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
5032         * nptl/pt-vfork.c: New file.
5033         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
5034         (libpthread: GLIBC_2.20): New version set (empty).
5035
5036 2014-05-14  Will Newton  <will.newton@linaro.org>
5037
5038         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
5039         rather than #if.
5040
5041 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
5042
5043         [BZ #16564]
5044         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
5045         arguments with exponent 65 or above.
5046         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
5047         arguments 0x1p113L or above.
5048         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
5049         to arguments 0x1p107L or above.
5050         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
5051         positive arguments with exponent 65 or above.
5052         * math/auto-libm-test-in: Add more tests of log1p.
5053         * math/auto-libm-test-out: Regenerated.
5054
5055         [BZ #16928]
5056         * math/s_cacos.c (__cacos): Ensure zero real part of result from
5057         non-finite arguments is +0.
5058         * math/s_cacosf.c (__cacosf): Likewise.
5059         * math/s_cacosl.c (__cacosl): Likewise.
5060         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
5061         * sysdeps/i386/fpu/libm-test-ulps: Update.
5062         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5063
5064         [BZ #16927]
5065         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
5066         value.
5067         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
5068         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
5069         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
5070         for explicit high bit of mantissa when testing for argument equal
5071         to 1.
5072         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
5073         * sysdeps/i386/fpu/libm-test-ulps: Update.
5074         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5075
5076         [BZ #16516]
5077         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
5078         (__erf): Scale by 16 instead of 8 in potentially underflowing
5079         case.  Ensure exception if result actually underflows.
5080         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
5081         (__erff): Scale by 16 instead of 8 in potentially underflowing
5082         case.  Ensure exception if result actually underflows.
5083         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
5084         (efx8): Remove variable.
5085         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5086         case.  Ensure exception if result actually underflows.
5087         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
5088         (efx8): Remove variable.
5089         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5090         case.  Ensure exception if result actually underflows.
5091         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
5092         (efx8): Remove variable.
5093         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5094         case.  Ensure exception if result actually underflows.
5095         * math/auto-libm-test-in: Add more tests of erf.
5096         * math/auto-libm-test-out: Regenerated.
5097
5098 2014-05-14  Andreas Schwab  <schwab@suse.de>
5099
5100         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
5101         Remove code conditionalized on USE___THREAD.
5102
5103         * config.h.in (HAVE_PT_CHOWN): Define as 0.
5104         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
5105         not definedness.
5106
5107 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
5108
5109         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
5110         Define unconditionally.
5111         (__ASSUME_O_CLOEXEC): Likewise.
5112         (__ASSUME_SOCK_CLOEXEC): Likewise.
5113         (__ASSUME_IN_NONBLOCK): Likewise.
5114         (__ASSUME_PIPE2): Likewise.
5115         (__ASSUME_EVENTFD2): Likewise.
5116         (__ASSUME_SIGNALFD4): Likewise.
5117         (__ASSUME_DUP3): Likewise.
5118         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
5119         (__ASSUME_DUP3): Do not define.
5120         (__ASSUME_EVENTFD2): Likewise.
5121         (__ASSUME_IN_NONBLOCK): Likewise.
5122         (__ASSUME_O_CLOEXEC): Likewise.
5123         (__ASSUME_PIPE2): Likewise.
5124         (__ASSUME_SIGNALFD4): Likewise.
5125         (__ASSUME_SOCK_CLOEXEC): Likewise.
5126         (__ASSUME_UTIMES): Undefine.
5127         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
5128         (__ASSUME_UTIMES): Do not define.
5129         (__ASSUME_O_CLOEXEC): Likewise.
5130         (__ASSUME_SOCK_CLOEXEC): Likewise.
5131         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
5132         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
5133         0x020621].
5134         (__ASSUME_PIPE2): Likewise.
5135         (__ASSUME_EVENTFD2): Likewise.
5136         (__ASSUME_SIGNALFD4): Likewise.
5137         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
5138         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
5139         Do not define.
5140         (__ASSUME_EVENTFD2): Likewise.
5141         (__ASSUME_SIGNALFD4): Likewise.
5142         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
5143         (__ASSUME_32BITUIDS): Likewise.
5144         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
5145         (__ASSUME_IPC64): Likewise.
5146         (__ASSUME_ST_INO_64_BIT): Likewise.
5147         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
5148         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
5149         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
5150         (__ASSUME_UTIMES): Do not define.
5151         (__ASSUME_PSELECT): Likewise.
5152         (__ASSUME_PPOLL): Likewise.
5153         (__ASSUME_O_CLOEXEC): Likewise.
5154         (__ASSUME_SOCK_CLOEXEC): Likewise.
5155         (__ASSUME_IN_NONBLOCK): Likewise.
5156         (__ASSUME_PIPE2): Likewise.
5157         (__ASSUME_EVENTFD2): Likewise.
5158         (__ASSUME_SIGNALFD4): Likewise.
5159         (__ASSUME_DUP3): Likewise.
5160         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
5161         (__ASSUME_UTIMES): Likewise.
5162         (__ASSUME_O_CLOEXEC): Likewise.
5163         (__ASSUME_SOCK_CLOEXEC): Likewise.
5164         (__ASSUME_IN_NONBLOCK): Likewise.
5165         (__ASSUME_PIPE2): Likewise.
5166         (__ASSUME_EVENTFD2): Likewise.
5167         (__ASSUME_SIGNALFD4): Likewise.
5168         (__ASSUME_DUP3): Likewise.
5169         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5170         (__ASSUME_UTIMES): Likewise.
5171         (__ASSUME_O_CLOEXEC): Likewise.
5172         (__ASSUME_SOCK_CLOEXEC): Likewise.
5173         (__ASSUME_IN_NONBLOCK): Likewise.
5174         (__ASSUME_PIPE2): Likewise.
5175         (__ASSUME_EVENTFD2): Likewise.
5176         (__ASSUME_SIGNALFD4): Likewise.
5177         (__ASSUME_DUP3): Likewise.
5178         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
5179         Likewise.
5180         (__ASSUME_UTIMES): Likewise.
5181         (__ASSUME_EVENTFD2): Likewise.
5182         (__ASSUME_SIGNALFD4): Likewise.
5183         * sysdeps/unix/sysv/linux/tile/kernel-features.h
5184         (__ASSUME_O_CLOEXEC): Likewise.
5185         (__ASSUME_SOCK_CLOEXEC): Likewise.
5186         (__ASSUME_IN_NONBLOCK): Likewise.
5187         (__ASSUME_PIPE2): Likewise.
5188         (__ASSUME_EVENTFD2): Likewise.
5189         (__ASSUME_SIGNALFD4): Likewise.
5190         (__ASSUME_DUP3): Likewise.
5191         (__ASSUME_UTIMES): Undefine.
5192
5193         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
5194         feclearexcept.  Remove symbol versioning code.
5195         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
5196         symbol versioning code.
5197         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
5198         symbol versioning code.
5199         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
5200         feupdateenv.  Remove symbol versioning code.
5201         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
5202         fegetexceptflag.  Remove symbol versioning code.
5203         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
5204         fesetexceptflag.  Remove symbol versioning code.
5205         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
5206         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
5207         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
5208         (__posix_fadvise64_l32): Remove prototype.
5209         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
5210         code.
5211
5212 2014-05-13  Roland McGrath  <roland@hack.frob.com>
5213
5214         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
5215         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
5216         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
5217         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
5218
5219 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
5220
5221         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
5222         current working directory
5223
5224 2014-05-13  Roland McGrath  <roland@hack.frob.com>
5225
5226         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
5227         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
5228         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
5229         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
5230         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
5231         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
5232         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
5233         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
5234         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
5235         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
5236         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
5237         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
5238         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
5239         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
5240         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
5241         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
5242         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
5243         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
5244         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
5245         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
5246         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
5247         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
5248         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
5249         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
5250         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
5251         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
5252         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
5253         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
5254         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
5255         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
5256         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
5257         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
5258         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
5259         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
5260         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
5261         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
5262         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
5263         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
5264         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
5265         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
5266         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
5267         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
5268
5269         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
5270         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
5271
5272         * sysdeps/unix/sysv/linux/arm/Makefile
5273         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
5274         Add rt-aeabi_unwind_cpp_pr1.
5275         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
5276         Add nptl-aeabi_unwind_cpp_pr1.
5277         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
5278         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
5279         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
5280         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5281         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
5282         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5283
5284         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
5285         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
5286         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
5287         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
5288
5289         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
5290         Deconditionalize the code that was previously under [RESET_PID].
5291         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
5292
5293         * sysdeps/generic/exit-thread.h: New file.
5294         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
5295         * include/unistd.h (__exit_thread): Remove declaration.
5296         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
5297         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
5298         * csu/libc-start.c: Include <exit-thread.h>.
5299         (LIBC_START_MAIN): Pass no argument to __exit_thread.
5300         * nptl/pthread_create.c: Include <exit-thread.h>.
5301         (start_thread): Call __exit_thread in place of __exit_thread_inline.
5302         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
5303         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
5304         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
5305         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
5306         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
5307         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
5308         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
5309         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
5310         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
5311         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
5312         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
5313         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
5314         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
5315         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
5316         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
5317         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
5318
5319 2014-05-13  Andreas Schwab  <schwab@suse.de>
5320
5321         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
5322
5323 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
5324
5325         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5326         (__ASSUME_UTIMES): Do not condition on kernel version.
5327         (__ASSUME_PSELECT): Define unconditionally.
5328         (__ASSUME_PPOLL): Likewise.
5329         (__ASSUME_ATFCTS): Likewise.
5330         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
5331         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
5332         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
5333         (__ASSUME_UTIMENSAT): Define unconditionally.
5334         (__ASSUME_PRIVATE_FUTEX): Likewise.
5335         (__ASSUME_FALLOCATE): Likewise.
5336         (__ASSUME_O_CLOEXEC): Likewise.
5337         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
5338         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
5339         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
5340         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
5341         (__ASSUME_IN_NONBLOCK): Likewise.
5342         (__ASSUME_PIPE2): Likewise.
5343         (__ASSUME_EVENTFD2): Likewise.
5344         (__ASSUME_SIGNALFD4): Likewise.
5345         (__ASSUME_DUP3): Likewise.
5346         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
5347         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
5348         (__ASSUME_AT_RANDOM): Likewise.
5349         (__ASSUME_PREADV): Likewise.
5350         (__ASSUME_PWRITEV): Likewise.
5351         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
5352         (__ASSUME_F_GETOWN_EX): Define unconditionally.
5353         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
5354         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
5355         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
5356         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
5357         (__ASSUME_O_CLOEXEC): Define unconditionally.
5358         (__ASSUME_PSELECT): Do not undefine conditionally.
5359         (__ASSUME_PPOLL): Likewise.
5360         (__ASSUME_ATFCTS): Likewise.
5361         (__ASSUME_SET_ROBUST_LIST): Likewise.
5362         (__ASSUME_UTIMENSAT): Likewise.
5363         (__ASSUME_FDATASYNC): Define unconditionally.
5364         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5365         (__ASSUME_SIGFRAME_V2): Likewise.
5366         )__ASSUME_EVENTFD2): Likewise.
5367         (__ASSUME_SIGNALFD4): Likewise.
5368         (__ASSUME_PSELECT): Do not undefine conditionally.
5369         (__ASSUME_PPOLL): Likewise.
5370         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
5371         (__ASSUME_PSELECT): Define unconditionally.
5372         (__ASSUME_PPOLL): Likewise.
5373         (__ASSUME_O_CLOEXEC): Likewise.
5374         (__ASSUME_SOCK_CLOEXEC): Likewise.
5375         (__ASSUME_IN_NONBLOCK): Likewise.
5376         (__ASSUME_PIPE2): Likewise.
5377         (__ASSUME_EVENTFD2): Likewise.
5378         (__ASSUME_SIGNALFD4): Likewise.
5379         (__ASSUME_DUP3): Likewise.
5380         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
5381         (__ASSUME_O_CLOEXEC): Likewise.
5382         (__ASSUME_SOCK_CLOEXEC): Likewise.
5383         (__ASSUME_IN_NONBLOCK): Likewise.
5384         (__ASSUME_PIPE2): Likewise.
5385         (__ASSUME_EVENTFD2): Likewise.
5386         (__ASSUME_SIGNALFD4): Likewise.
5387         (__ASSUME_DUP3): Likewise.
5388         * sysdeps/unix/sysv/linux/mips/kernel-features.h
5389         (__ASSUME_EVENTFD2): Likewise.
5390         (__ASSUME_SIGNALFD4): Likewise.
5391         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
5392
5393 2014-05-12  Andreas Schwab  <schwab@suse.de>
5394
5395         [BZ #16932]
5396         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
5397         (_nss_nis_gethostbyname4_r): Return error if item length is larger
5398         than maximum RPC packet size.
5399         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
5400         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
5401         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
5402         (_nss_nis_getservbyport_r): Likewise.
5403
5404 2014-05-12  Will Newton  <will.newton@linaro.org>
5405
5406         * malloc/Makefile (tests): Add tst-mallopt.
5407         * malloc/tst-mallopt.c: New file.
5408
5409 2014-05-09  Roland McGrath  <roland@hack.frob.com>
5410
5411         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
5412         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
5413
5414 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5415
5416         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
5417         (tst-tlsmod6.so): Likewise.
5418
5419 2014-05-09  Roland McGrath  <roland@hack.frob.com>
5420
5421         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
5422
5423 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
5424
5425         [BZ #16064]
5426         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
5427         and <dl-procinfo.h>.
5428         (__fegetenv): Save SSE state in envp->__eip if supported.
5429         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
5430         envp->__eip if supported.
5431         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
5432         and <dl-procinfo.h>.
5433         (__fesetenv): Always set __eip, __cs_selector, __opcode,
5434         __data_offset and __data_selector in environment to 0.  Set SSE
5435         state if supported.
5436         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
5437         test-fenv-sse.
5438         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
5439         -mfpmath=sse.
5440         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
5441
5442 2014-05-09  Will Newton  <will.newton@linaro.org>
5443
5444         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
5445         and libc_relro_required for ARM.
5446         * sysdeps/arm/preconfigure: Regenerate.
5447
5448 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
5449             Stefan Liebler  <stli@linux.vnet.ibm.com>
5450
5451         * config.make.in (enable-lock-elision): New Makefile variable.
5452         * configure.ac: Likewise.
5453         * configure: Regenerate.
5454         * sysdeps/s390/configure.ac:
5455         Add check for gcc transactions support.
5456         * sysdeps/s390/configure: Regenerate.
5457         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
5458         Build elision files if enabled.
5459         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
5460         Add lock elision support for s390.
5461         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
5462         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
5463         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
5464         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
5465         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
5466         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
5467         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5468         Likewise.
5469         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
5470         Likewise.
5471         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
5472         Likewise.
5473         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
5474         Likewise.
5475         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
5476         (__lll_timedlock_elision, __lll_lock_elision)
5477         (__lll_unlock_elision, __lll_trylock_elision)
5478         (lll_timedlock_elision, lll_lock_elision)
5479         (lll_unlock_elision, lll_trylock_elision): Add.
5480         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
5481         (pthread_mutex_t): Add lock elision support for s390.
5482
5483 2014-05-14  Wilco  <wdijkstr@arm.com>
5484
5485         * sysdeps/arm/fclrexcpt.c: Cleanup.
5486         * sysdeps/arm/fedisblxcpt.c: Cleanup.
5487         * sysdeps/arm/feenablxcpt.c: Cleanup.
5488         * sysdeps/arm/fegetenv.c: Cleanup.
5489         * sysdeps/arm/fegetexcept.c: Cleanup.
5490         * sysdeps/arm/fegetround.c: Cleanup.
5491         * sysdeps/arm/feholdexcpt.c: Cleanup.
5492         * sysdeps/arm/fesetenv.c: Cleanup.
5493         * sysdeps/arm/fesetround.c: Cleanup.
5494         * sysdeps/arm/feupdateenv.c: Cleanup.
5495         * sysdeps/arm/fgetexcptflg.c: Cleanup.
5496         * sysdeps/arm/fraiseexcpt.c: Cleanup.
5497         * sysdeps/arm/fsetexcptflg.c: Cleanup.
5498         * sysdeps/arm/ftestexcept.c: Cleanup.
5499         * sysdeps/arm/get-rounding-mode.h: Cleanup.
5500         * sysdeps/arm/setfpucw.c: Cleanup.
5501
5502 2014-05-09  Will Newton  <will.newton@linaro.org>
5503
5504         * sysdeps/arm/armv7/strcmp.S: New file.
5505         * NEWS: Mention addition of ARMv7 optimized strcmp.
5506
5507 2014-05-08  Roland McGrath  <roland@hack.frob.com>
5508
5509         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
5510         look for %.ac rather than %.in.
5511
5512         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
5513         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
5514         * sysdeps/mach/hurd/configure: Regenerated.
5515         * sysdeps/unix/sysv/linux/configure: Regenerated.
5516
5517         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
5518
5519 2014-05-07  Steve Ellcey  <sellcey@mips.com>
5520
5521         [BZ# 16922]
5522         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
5523         (LONG_SUB): Ditto.
5524         (PTR_SUB): Ditto.
5525
5526 2014-05-07  Andreas Schwab  <schwab@suse.de>
5527
5528         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
5529         when skipping over non-matching result from nscd.
5530
5531 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
5532
5533         [BZ #16876]
5534         * nptl/sockperf.c (client): Check socket return value.
5535
5536         [BZ #16877]
5537         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
5538         nscd security class.
5539
5540 2014-05-06  Roland McGrath  <roland@hack.frob.com>
5541
5542         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
5543         * sysdeps/arm/unwind.h: ... here.
5544
5545 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
5546
5547         [BZ# 16916]
5548         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
5549         Define.
5550
5551 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5552
5553         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
5554         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
5555         multiarch strncpy for PPC64.
5556         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
5557         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
5558         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
5559         multiarch optimizations.
5560         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5561         (__libc_ifunc_impl_list): Likewise.
5562         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
5563         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
5564         multiarch stpncpy for PPC64.
5565         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
5566         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
5567
5568 2014-05-06  Andreas Schwab  <schwab@suse.de>
5569
5570         [BZ #16912]
5571         * gmon/mcount.c (_MCOUNT_DECL): Use
5572         atomic_compare_and_exchange_bool_acq instead of
5573         catomic_compare_and_exchange_bool_acq.
5574
5575 2014-05-05  Roland McGrath  <roland@hack.frob.com>
5576
5577         * elf/Makefile (others, install-bin): Remove pldd.
5578         (pldd-modules): Variable removed.
5579         ($(objpfx)pldd): Target removed.
5580         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
5581         (others, install-bin): Append pldd here.
5582         ($(objpfx)pldd): New target.
5583
5584         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
5585         to 0, so the first #if test emitted later doesn't see it undefined.
5586         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
5587         * sysdeps/gnu/errlist.c: Regenerated.
5588
5589 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5590
5591         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
5592         [libc_hidden_builtin_def]: Define to empty value.
5593         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
5594         [libc_hidden_builtin_def]: Likewise.
5595         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
5596         [libc_hidden_builtin_def]: Likewise.
5597         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
5598         [libc_hidden_builtin_def]: Likewise.
5599         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
5600         __redirect_memcpy and define ifunc as default hidden symbol.
5601         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
5602         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
5603
5604 2014-05-04  Adam Conrad  <adconrad@0c3.net>
5605
5606         * locale/iso-4217.def: Reintroduce XDR currency.
5607
5608 2014-05-04  Allan McRae  <allan@archlinux.org>
5609
5610         * po/eo.po: Update Esperanto translation from translation project.
5611
5612 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
5613
5614         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
5615         and FEATURE_INDEX_MAX to 1.
5616         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
5617
5618 2014-05-01  Steve Ellcey  <sellcey@mips.com>
5619
5620         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
5621         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
5622         * iconvdata/big5.c (ONE_DIRECTION): Define.
5623         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
5624         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
5625         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
5626         * iconvdata/cp932.c (ONE_DIRECTION): Define.
5627         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
5628         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
5629         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
5630         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
5631         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
5632         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
5633         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
5634         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
5635         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
5636         * iconvdata/gbk.c (ONE_DIRECTION): Define.
5637         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
5638         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
5639         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
5640         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
5641         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
5642         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
5643         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
5644         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
5645         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
5646         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
5647         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
5648         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
5649         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
5650         * iconvdata/iso646.c (ONE_DIRECTION): Define.
5651         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
5652         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
5653         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
5654         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
5655         * iconvdata/johab.c (ONE_DIRECTION): Define.
5656         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
5657         * iconvdata/sjis.c (ONE_DIRECTION): Define.
5658         * iconvdata/t.61.c (ONE_DIRECTION): Define.
5659         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
5660         * iconvdata/tscii.c (ONE_DIRECTION): Define.
5661         * iconvdata/uhc.c (ONE_DIRECTION): Define.
5662         * iconvdata/unicode.c (ONE_DIRECTION): Define.
5663         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
5664         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
5665         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
5666
5667 2014-05-01  Roland McGrath  <roland@hack.frob.com>
5668
5669         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
5670         (_IO_JUMPS_OFFSET): Define to 0.
5671
5672         * nptl/sysdeps/pthread/bits/libc-lock.h
5673         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
5674         (__libc_lock_define_initialized_recursive): Always define using
5675         initializer.  Modern compilers treat uninitialized (implicit zero) and
5676         explicit zero initializers the same (i.e. put the datum in bss).
5677
5678 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
5679
5680         * nscd/nscd-client.h: Include <string.h>.
5681
5682 2014-05-01  David S. Miller  <davem@davemloft.net>
5683
5684         [BZ #16885]
5685         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
5686         multiple zero bytes exist at the end of a string.
5687         Reported by Aurelien Jarno <aurelien@aurel32.net>
5688
5689         * string/test-strcmp.c (check): Add explicit test for situations where
5690         there are multiple zero bytes after the first.
5691
5692 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
5693
5694         [BZ #16890]
5695         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
5696         when compiling wprintf.
5697         * stdio-common/tstdiomisc.c (t3): New function.
5698         (main): Call it.
5699
5700 2014-05-01  Steve Ellcey  <sellcey@mips.com>
5701
5702         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
5703         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
5704         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
5705         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
5706
5707 2014-05-01  Steve Ellcey  <sellcey@mips.com>
5708
5709         * stdlib/longlong.h: Updated from GCC.
5710
5711 2014-05-01  Will Newton  <will.newton@linaro.org>
5712             Bernard Ogden  <bernie.ogden@linaro.org>
5713
5714         * NEWS: Update fixed bug list.
5715
5716         [BZ #15119]
5717         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
5718
5719 2014-04-30  David S. Miller  <davem@davemloft.net>
5720
5721         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
5722         (libc_feholdexcept_setround_sparc_ctx): New function.
5723         (libc_fesetenv_sparc_ctx): Likewise.
5724         (libc_feupdateenv_sparc_ctx): Likewise.
5725         (libc_feholdsetround_sparc_ctx): Likewise.
5726         (libc_feholdexcept_setround_ctx): Define.
5727         (libc_feholdexcept_setroundf_ctx): Likewise.
5728         (libc_feholdexcept_setroundl_ctx): Likewise.
5729         (libc_fesetenv_ctx): Likewise.
5730         (libc_fesetenvf_ctx): Likewise.
5731         (libc_fesetenvl_ctx): Likewise.
5732         (libc_feupdateenv_ctx): Likewise.
5733         (libc_feupdateenvf_ctx): Likewise.
5734         (libc_feupdateenvl_ctx): Likewise.
5735         (libc_feresetround_ctx): Likewise.
5736         (libc_feresetroundf_ctx): Likewise.
5737         (libc_feresetroundl_ctx): Likewise.
5738         (libc_feholdsetround_ctx): Likewise.
5739         (libc_feholdsetroundf_ctx): Likewise.
5740         (libc_feholdsetroundl_ctx): Likewise.
5741
5742         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
5743         with __USE_GNU instead of XOPEN cpp guards.
5744
5745         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
5746         0.
5747
5748         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
5749         with XOPEN cpp guards.
5750
5751 2014-04-30  Julian Brown  <julian@codesourcery.com>
5752
5753         [BZ #16888]
5754         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
5755         handling.
5756
5757 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
5758
5759         [BZ #9894]
5760         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
5761         Change to 2.6.32.
5762         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
5763         * sysdeps/unix/sysv/linux/configure: Regenerated.
5764         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
5765         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
5766         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
5767         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
5768         * README: Update reference to required Linux kernel version.
5769         * manual/install.texi (Linux): Update reference to required Linux
5770         kernel headers version.
5771         * INSTALL: Regenerated.
5772
5773         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
5774         header inclusion.
5775         [POSIX] (limits.h): Likewise.
5776         [POSIX] (math.h): Likewise.
5777         [POSIX] (sys/wait.h): Likewise.
5778         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
5779         function.
5780         [POSIX] (stddef.h): Do not allow header inclusion.
5781
5782 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5783
5784         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
5785
5786 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
5787
5788         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
5789         Return immediately after lll_futex_wake.
5790
5791 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5792
5793         [BZ #16791]
5794         * nscd/nscd-client.h (datahead_init_common): Initialize entire
5795         structure.
5796         (datahead_init_pos): Call datahead_init_common early.
5797         (datahead_init_neg): Likewise.
5798
5799         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
5800         datahead_init_neg): New functions.
5801         * nscd/aicache.c (addhstaiX): Use them.
5802         * nscd/grpcache.c (cache_addgr): Likewise.
5803         * nscd/hstcache.c (cache_addhst): Likewise.
5804         * nscd/initgrcache.c (addinitgroupsX): Likewise.
5805         * nscd/netgroupcache.c (do_notfound): Likewise.
5806         (addgetnetgrentX): Likewise.
5807         (addinnetgrX): Likewise.
5808         * nscd/pwdcache.c (cache_addpw): Likewise.
5809         * nscd/servicescache.c (cache_addserv): Likewise.
5810
5811 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5812             Atsushi Onoe  <atsushi@onoe.org>
5813
5814         [BZ #14308]
5815         [BZ #12994]
5816         [BZ #13651]
5817         * resolv/res_query.c (__libc_res_nsearch): Return if at least
5818         one response is valid.
5819         * resolv/res_send.c (send_dg): Check for validity of other
5820         response if the current response is a referral.
5821
5822 2014-04-29  Steve Ellcey  <sellcey@mips.com>
5823
5824         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
5825
5826 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
5827
5828         [BZ #16823]
5829         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
5830         Always divide by positive zero when computing -Inf result.
5831         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
5832         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
5833
5834 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5835
5836         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
5837         FPSCR if value do not change.
5838         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
5839         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
5840         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
5841         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
5842         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
5843         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
5844         function.
5845
5846 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
5847
5848         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
5849         * sysdeps/unix/sysv/linux/hppa: Move directory from
5850         ports/systeps/unix/sysv/linux/hppa.
5851         * README: Update listing for hppa-*-linux-gnu.
5852
5853 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
5854
5855         [BZ #16754]
5856         * manual/stdio.texi (Hook functions): Fix types of stream hook
5857         functions.
5858         [BZ #16854]
5859         * socket/sys/socket.h: Fix typo in comment.
5860
5861 2014-04-28  Wilco  <wdijkstr@arm.com>
5862
5863         * sysdeps/arm/fenv_private.h: New file.
5864         * sysdeps/arm/math_private.h: New file.
5865         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
5866
5867 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
5868
5869         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
5870         with __int128_t.
5871         (La_x86_64_retval): Likewise.
5872
5873 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
5874
5875         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
5876         fpsr if value didn't change.
5877         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
5878         to fpcr if value didn't change.
5879         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
5880         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
5881         fpsr or fpcr if value didn't change.
5882         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
5883         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
5884         fpcr if value didn't change.
5885         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
5886         to fpsr if value didn't change.
5887
5888 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
5889
5890         * nptl/tst-sem3.c: Use test-skeleton.c
5891         (main): Rename to do_test.  Use return instead of
5892         exit.
5893         * nptl/tst-sem4.c: Use test-skeleton.c
5894         (main): Rename to do_test.
5895
5896 2014-04-22  David S. Miller  <davem@davemloft.net>
5897
5898         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
5899         (struct sigaction): New struct member __glibc_reserved0, change
5900         type of sa_flags to int.
5901
5902 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
5903
5904         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
5905         (COUNT_LEADING_ZEROS_0): Define for AArch64.
5906
5907 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
5908
5909         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
5910         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
5911
5912 2014-04-22  Will Newton  <will.newton@linaro.org>
5913             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
5914
5915         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
5916         (__longjmp): Add longjmp and longjmp_target SystemTap
5917         probes.
5918         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
5919         (__sigsetjmp): Add setjmp SystemTap probe.
5920
5921 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
5922
5923         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
5924         match manual order.
5925
5926 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5927
5928         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
5929
5930         * sysdeps/powerpc/fpu/fenv_private.h
5931         (libc_feholdexcept_setroundl_ctx): Define to
5932         libc_feholdexcept_setround_ppc_ctx.
5933         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
5934         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
5935         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
5936         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
5937
5938 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
5939
5940         * sysdeps/aarch64/math-tests.h: New file.
5941
5942 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
5943
5944         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
5945         New.
5946         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
5947         Check and set bit_AVX2_Usable.
5948         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
5949         macro.
5950         (bit_AVX2): Likewise.
5951         (index_AVX2_Usable): Likewise.
5952         (CPUID_AVX2): Likewise.
5953         (HAS_AVX2): Likewise.
5954
5955 2014-04-17  Will Newton  <will.newton@linaro.org>
5956
5957         * manual/setjmp.texi (System V contexts): Add note that
5958         calling setcontext on a context created by a call to a
5959         signal handler is undefined.  Update text to note that
5960         setcontext from a signal handler is possible but not
5961         recommended.
5962
5963         [BZ #16629]
5964         * stdlib/tst-setcontext.c: Include signal.h.
5965         (main): Check that the signal stack before and
5966         after swapcontext is the same.
5967
5968         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
5969         Re-implement to restore registers in user code and avoid
5970         rt_sigreturn system call.
5971
5972 2014-04-17  Wilco  <wdijkstr@arm.com>
5973
5974         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
5975         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
5976         * math/test-fenv.c: Skip exception trap tests on targets which only
5977         support non-stop mode.
5978
5979 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
5980             Wilco Dijkstra  <wilco.dijkstra@arm.com>
5981
5982         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
5983         (libc_feholdsetround_aarch64_ctx)
5984         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
5985         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
5986         (libc_feresetround_ctx, libc_feresetroundf_ctx)
5987         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
5988         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
5989         (libc_feresetround_noexl_ctx): Define.
5990
5991 2014-04-16  Richard Henderson  <rth@redhat.com>
5992
5993         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
5994
5995         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
5996         unwind tables.
5997
5998         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
5999         const from the non-libc, non-ldso copy.
6000
6001         * sysdeps/alpha/libm-test-ulps: Regenerate.
6002
6003 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
6004             Wilco Dijkstra  <wilco.dijkstra@arm.com>
6005
6006         * sysdeps/aarch64/fpu/math_private.h: New file.
6007
6008 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6009
6010         * sysdeps/aarch64/libm-test-ulps: Regenerate.
6011
6012 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
6013
6014         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
6015         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
6016         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
6017         Intel MPX bound registers before _dl_profile_fixup.
6018         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
6019         registers after _dl_profile_fixup.  Save and restore bound
6020         registers bnd0/bnd1 when calling _dl_call_pltexit.
6021         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
6022         (LR_BND_OFFSET): Likewise.
6023         (LRV_BND0_OFFSET): Likewise.
6024         (LRV_BND1_OFFSET): Likewise.
6025
6026 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6027
6028         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
6029         to...
6030         * sysdeps/mach/hurd/i386/tls.h: ... here.
6031         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
6032         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
6033         fields.
6034
6035 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6036
6037         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
6038
6039 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
6040
6041         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6042
6043 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
6044
6045         [BZ #14770]
6046         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
6047         * sysdeps/s390/configure: Regenerate.
6048
6049         [BZ #16824]
6050         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
6051         Set round-to-nearest internally to reduce error accumulation.
6052
6053 2014-04-16  Alan Modra  <amodra@gmail.com>
6054
6055         [BZ #16740]
6056         [BZ #16619]
6057         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
6058         * math/libm-test.inc (frexp_test_data): Add tests.
6059         * NEWS: Update fixed bug list.
6060
6061 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6062
6063         * benchtests/Makefile: Depend on libraries in build directory.
6064         (bench-math): Separate out math tests.
6065         (bench-pthread): Separate out pthread tests.
6066         (bench): Include math and pthread tests.
6067
6068 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
6069
6070         [BZ #16831]
6071         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
6072         _dl_debug_initialize.
6073
6074         * configure.ac: Remove SELinux header check.
6075         * configure: Regenerate.
6076         * nscd/selinux.c (perms): Array of const char* to permission names.
6077         (nscd_request_avc_has_perm): Call security_deny_unknown to find
6078         default policy. Call string_to_security_class and string_to_av_perm to
6079         translate strings. Enforce default policy and call avs_has_perm with
6080         results of translated strings.
6081
6082 2014-04-13  David S. Miller  <davem@davemloft.net>
6083
6084         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6085
6086 2014-04-12  Allan McRae  <allan@archlinux.org>
6087
6088         [BZ #16838]
6089         * manual/string.texi (Collation Functions): Fix qsort argument
6090         order in example.
6091         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
6092
6093 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
6094
6095         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
6096         Make the test a no-op if there are no exceptions defined.
6097
6098 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
6099
6100         * elf/Makefile (tests): make tst-dlopen-aout conditional on
6101         enable-hardcoded-path-in-tests
6102
6103 2014-04-11  Will Newton  <will.newton@linaro.org>
6104
6105         * benchtests/Makefile (extra-objs): Add json-lib.o.
6106         (bench-func): Tidy up JSON output.
6107         * benchtests/bench-skeleton.c: Include json-lib.h.
6108         (main): Use JSON library functions to do output of
6109         benchmark results.
6110         * benchtests/bench-timing-type.c (main): Output the
6111         timing type simply, leaving formatting to the user.
6112         * benchtests/json-lib.c: New file.
6113         * benchtests/json-lib.h: Likewise.
6114
6115 2014-04-11  Torvald Riegel  <triegel@redhat.com>
6116
6117         [BZ #15215]
6118         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
6119         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
6120         memory barriers.  Add comments.
6121         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
6122         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
6123         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
6124         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
6125         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
6126         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
6127
6128 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
6129
6130         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
6131         * sysdeps/s390/s390-64/configure.ac: ... this ...
6132         * sysdeps/s390/configure.ac: ... to here.
6133         * sysdeps/s390/s390-32/configure: Delete file.
6134         * sysdeps/s390/s390-64/configure: Delete file.
6135         * sysdeps/s390/configure: Regenerate.
6136
6137 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
6138
6139         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
6140
6141 2014-04-11  Will Newton  <will.newton@linaro.org>
6142
6143         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
6144         to zero if it is not defined elsewhere.  (mtrim): Test
6145         the value of MALLOC_DEBUG with #if rather than #ifdef.
6146
6147 2014-04-10 Torvald Riegel  <triegel@redhat.com>
6148
6149         * benchtests/pthread_once-inputs: New file.
6150         * benchtests/pthread_once-source.c: New file.
6151         * benchtests/README: Update documentation.
6152
6153 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
6154             H.J. Lu  <hongjiu.lu@intel.com>
6155
6156         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
6157         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
6158         * sysdeps/x86_64/configure: Regenerated.
6159         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
6160         macro.
6161         (REGISTER_SAVE_RAX): Likewise.
6162         (REGISTER_SAVE_RCX): Likewise.
6163         (REGISTER_SAVE_RDX): Likewise.
6164         (REGISTER_SAVE_RSI): Likewise.
6165         (REGISTER_SAVE_RDI): Likewise.
6166         (REGISTER_SAVE_R8): Likewise.
6167         (REGISTER_SAVE_R9): Likewise.
6168         (REGISTER_SAVE_BND0): Likewise.
6169         (REGISTER_SAVE_BND1): Likewise.
6170         (REGISTER_SAVE_BND2): Likewise.
6171         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
6172         bound registers when calling _dl_fixup.
6173
6174 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6175
6176         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
6177         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
6178         of its definition.
6179         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
6180         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
6181         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
6182         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
6183         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
6184         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
6185         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
6186
6187 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
6188
6189         [BZ #15514]
6190         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
6191         pathconf(_PC_NAME_MAX).
6192
6193 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6194
6195         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
6196         Remove macro usage.
6197         (__PTHREAD_SPINS): Move definition to ...
6198         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
6199         (__PTHREAD_SPINS): ... here.
6200         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6201         (__PTHREAD_SPIN): Likewise.
6202         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
6203         (__PTHREAD_SPIN): Likewise.
6204         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
6205         (__PTHREAD_SPIN): Likewise.
6206         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
6207         (__PTHREAD_SPIN): Likewise.
6208         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
6209         (__PTHREAD_SPIN): Likewise.
6210         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
6211         (__PTHREAD_SPIN): Likewise.
6212         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
6213         (__PTHREAD_SPIN): Likewise.
6214         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
6215         (__PTHREAD_SPIN): Likewise.
6216         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
6217         (__PTHREAD_SPIN): Likewise.
6218         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
6219         (__PTHREAD_SPIN): Likewise.
6220         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
6221         (__PTHREAD_SPIN): Likewise.
6222         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
6223         (__PTHREAD_SPIN): Likewise.
6224
6225         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6226         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
6227         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
6228         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
6229         imply folder.
6230         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
6231         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
6232         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
6233         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
6234         correct imply path.
6235         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
6236         strlen symbol for non multi-arch builds.
6237         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
6238         missing hidden_def and weak_alias.
6239
6240 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
6241
6242         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
6243
6244 2014-04-07  Will Newton  <will.newton@linaro.org>
6245
6246         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
6247         and contents.  [!_LIBC] Remove #ifndef and contents.
6248         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
6249         * string/memccpy.c (__memccpy): Use ANSI prototype.
6250         * string/memfrob.c (memfrob): Likewise.
6251         * string/strcoll.c (STRCOLL): Likewise.
6252         * string/strlen.c (strlen): Likewise.
6253         * string/strtok.c (STRTOK): Likewise.
6254         * string/strcat.c: Remove unused #include of memcopy.h.
6255         (strcat): Use ANSI prototype.
6256         * string/strchr.c: Remove unused #include of memcopy.h.
6257         (strchr): Use ANSI prototype.
6258         * string/strcmp.c: Remove unused #include of memcopy.h.
6259         (strcmp): Use ANSI prototype.
6260         * string/strcpy.c: Remove unused #include of memcopy.h.
6261         (strcpy): Use ANSI prototype.
6262
6263 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6264
6265         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
6266         * config.make.in (config-extra-cppflags): Set it from
6267         libc_extra_cppflags.
6268         * configure.ac (libc_extra_cflags): Make it accumulate over
6269         configure fragments.
6270         (libc_extra_cppflags): New flag.
6271         * configure. Regenerate.
6272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
6273         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
6274         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
6275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
6276
6277         [BZ #16815]
6278         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
6279         result for FE_DOWNWARD rounding mode.
6280         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
6281         Likewise.
6282         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6283
6284 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
6285
6286         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
6287         in function argument name.
6288
6289 2014-04-03  David Svoboda  <svoboda@cert.org>
6290
6291         [BZ #5666]
6292         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
6293         explicitly.
6294
6295 2014-04-03  Roland McGrath  <roland@hack.frob.com>
6296
6297         * elf/dl-unmap-segments.h: New file.
6298         * sysdeps/generic/ldsodefs.h
6299         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
6300         * elf/dl-close.c: Include <dl-unmap-segments.h>.
6301         * elf/dl-fptr.c: Likewise.
6302         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
6303         * sysdeps/aarch64/tlsdesc.c: Likewise.
6304         * sysdeps/arm/tlsdesc.c: Likewise.
6305         * sysdeps/i386/tlsdesc.c: Likewise.
6306         * sysdeps/tile/dl-runtime.c: Likewise.
6307         * sysdeps/x86_64/tlsdesc.c: Likewise.
6308         * elf/dl-load.h: New file.
6309         * elf/dl-load.c: Include it.
6310         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
6311         Macros moved to dl-load.h.
6312         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
6313         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
6314         Use _dl_unmap_segments in place of __munmap.
6315         Break out segment-mapping loop into ...
6316         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
6317
6318 2014-04-03  Will Newton  <will.newton@linaro.org>
6319
6320         * elf/dl-lookup.c (do_lookup_x): Remove comment
6321         referring to nested function and move variable
6322         declarations down to before first use.
6323
6324 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
6325
6326         [BZ #16799]
6327         [BZ #16800]
6328         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
6329         with 0 numerator.
6330         * math/s_catanf.c (__catanf): Likewise.
6331         * math/s_catanh.c (__catanh): Likewise.
6332         * math/s_catanhf.c (__catanhf): Likewise.
6333         * math/s_catanhl.c (__catanhl): Likewise.
6334         * math/s_catanl.c (__catanl): Likewise.
6335         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
6336         by positive zero when computing -Inf result.
6337         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
6338         (catanh_test): Likewise.
6339         * sysdeps/i386/fpu/libm-test-ulps: Update.
6340         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6341
6342         [BZ #16789]
6343         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
6344         instead of using underflowing value in computing result.
6345         * math/s_clog10.c (__clog10): Likewise.
6346         * math/s_clog10f.c (__clog10f): Likewise.
6347         * math/s_clog10l.c (__clog10l): Likewise.
6348         * math/s_clogf.c (__clogf): Likewise.
6349         * math/s_clogl.c (__clogl): Likewise.
6350         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
6351         (clog10_test): Likewise.
6352         * sysdeps/i386/fpu/libm-test-ulps: Update.
6353         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6354
6355 2014-04-02  Alan Modra  <amodra@gmail.com>
6356
6357         [BZ #16739]
6358         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
6359         output when value is near a power of two.  Use int64_t for lx and
6360         remove casts.  Use decimal rather than hex exponent constants.
6361         Don't use long double multiplication when double will suffice.
6362         * math/libm-test.inc (nextafter_test_data): Add tests.
6363         * NEWS: Add 16739 and 16786 to bug list.
6364
6365         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
6366
6367         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
6368
6369 2014-04-01  Will Newton  <will.newton@linaro.org>
6370
6371         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
6372         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
6373
6374 2014-04-01  Florian Weimer  <fweimer@redhat.com>
6375
6376         [BZ #13347]
6377         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
6378         * nptl/tst-setuid2.c: New file.
6379         * nptl/Makefile (xtests): Add tst-setuid2.
6380
6381 2014-04-01  Alan Modra  <amodra@gmail.com>
6382
6383         [BZ #16786]
6384         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
6385
6386 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
6387
6388         [BZ #6803]
6389         [BZ #6804]
6390         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
6391         set errno as appropriate.
6392         * math/w_scalbf.c (__scalbf): Likewise.
6393         * math/w_scalbl.c (__scalbl): Likewise.
6394         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
6395         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
6396         * math/libm-test.inc (scalb_test_data): Add errno expectations.
6397         Add more NaN tests.
6398
6399         [BZ #16349]
6400         * math/w_atan2.c: Include <errno.h>.
6401         (__atan2): Set errno for result underflowing to zero.
6402         * math/w_atan2f.c: Include <errno.h>.
6403         (__atan2f): Set errno for result underflowing to zero.
6404         * math/w_atan2l.c: Include <errno.h>.
6405         (__atan2l): Set errno for result underflowing to zero.
6406         * math/auto-libm-test-in: Don't allow missing errno for some atan2
6407         tests.
6408         * math/auto-libm-test-out: Regenerated.
6409
6410 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6411
6412         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6413         Encode instruction correctly in little endian.
6414         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6415         Likewise.
6416         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6417         Likewise.
6418         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6419         Likewise.
6420         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6421         Likewise.
6422
6423 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
6424
6425         [BZ #9894]
6426         * sysdeps/unix/sysv/linux/kernel-features.h
6427         [__sparc__ && !__arch64__ && !__sparc_v9__]
6428         (__ASSUME_SET_ROBUST_LIST): Do not define.
6429         [__sparc__ && !__arch64__ && !__sparc_v9__]
6430         (__ASSUME_FUTEX_LOCK_PI): Likewise.
6431         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
6432         Likewise.
6433         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6434         (__ASSUME_FUTEX_LOCK_PI): Undefine.
6435         (__ASSUME_REQUEUE_PI): Likewise.
6436         (__ASSUME_SET_ROBUST_LIST): Likewise.
6437         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6438         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
6439         Undefine.
6440         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6441         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
6442         Likewise.
6443         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
6444         Likewise.
6445         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
6446         Likewise.
6447         * sysdeps/unix/sysv/linux/mips/kernel-features.h
6448         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
6449         Undefine.
6450         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
6451         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
6452         Likewise.
6453
6454         [BZ #16648]
6455         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6456         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
6457         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
6458
6459 2014-03-31  Will Newton  <will.newton@linaro.org>
6460
6461         * benchtests/Makefile (bench): Add ffs and ffsll to list
6462         of tests.
6463         * benchtests/ffs-inputs: New file.
6464         * benchtests/ffsll-inputs: Likewise.
6465
6466 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
6467
6468         [BZ #16770]
6469         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
6470         too large before casting to int.
6471         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
6472         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
6473         * math/libm-test.inc (scalb_test_data): Add more tests.
6474
6475 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
6476
6477         * benchtests/Makefile (DETAILED_OPT): New make option.
6478         (bench-func): Run benchmark program with -d if DETAILED_OPT is
6479         set.
6480         * benchtests/bench-skeleton.c: Include stdbool.h.
6481         (main): Store and print timings per input.
6482         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
6483         member to each argument value.
6484         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
6485         (_print_arg_data): Initialize per-input timing to 0.
6486
6487         * benchtests/Makefile (timing-type): New binary.
6488         (bench-clean): Also remove bench-timing-type.
6489         (bench): New target for timing-type.
6490         (bench-func): Print output in JSON format.
6491         * benchtests/bench-skeleton.c (main): Print output in JSON
6492         format.
6493         * benchtests/bench-timing-type.c: New file.
6494         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
6495         (TIMING_PRINT_STATS): Remove.
6496         * benchtests/scripts/bench.py (_print_arg_data): Store variant
6497         name separately.
6498
6499         * benchtests/bench-modf.c: Remove.
6500         * benchtests/modf-inputs: New inputs file.
6501
6502 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
6503
6504         [BZ #16362]
6505         * math/s_clog10.c (M_PI_LOG10E): New macro.
6506         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
6507         imaginary parts are 0.
6508         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
6509         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
6510         imaginary parts are 0.
6511         * math/s_clog10l.c (M_PI_LOG10El): New macro.
6512         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
6513         imaginary parts are 0.
6514         * math/libm-test.inc (clog10_test_data): Update expected results
6515         for when real and imaginary parts are 0.
6516
6517 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
6518
6519         * elf/dl-load.c: Finish conversion of __builtin_expect into
6520         __glibc_{un}likely.
6521
6522 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
6523
6524         [BZ #16348]
6525         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
6526         1+x for argument with exponent below -67.
6527         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
6528         Likewise.
6529         * math/auto-libm-test-in: Add more tests of exp.
6530         * math/auto-libm-test-out: Regenerated.
6531
6532 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6533
6534         [BZ #16759]
6535         * inet/getnetgrent_r.c (get_nonempty_val): New function.
6536         (nscd_getnetgrent): Use it.
6537
6538         [BZ #16760]
6539         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
6540         of stpcpy.
6541
6542 2014-03-27  Andi Kleen  <ak@linux.intel.com>
6543
6544         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
6545         (lll_robust_lock, lll_cond_lock, lll_timedlock)
6546         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
6547         (lll_robust_unlock): Remove out of line section. Use cfi
6548         intrinsics.
6549         (LLL_STUB_UNWIND_INFO*): Remove.
6550         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
6551         (lll_robust_lock, lll_cond_lock, lll_timedlock)
6552         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
6553         (lll_robust_unlock): Remove out of line section. Use cfi
6554         intrinsics.
6555         (LLL_STUB_UNWIND_INFO*): Remove.
6556
6557 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6558
6559         [BZ #16758]
6560         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
6561         blank values.
6562
6563 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
6564
6565         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
6566
6567 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
6568
6569         [BZ #16198]
6570         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
6571         fnstenv.
6572         * math/test-fenv-preserve.c: New file.
6573         * math/Makefile (tests): Add test-fenv-preserve.
6574
6575 2014-03-26  Will Newton <will.newton@linaro.org>
6576
6577         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
6578
6579 2014-03-25  Roland McGrath  <roland@hack.frob.com>
6580
6581         * scripts/versionlist.awk: Partition the version sets and emit all
6582         GLIBC_* (sorted) before all others (sorted).
6583
6584 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
6585
6586         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
6587         GLIBC_2.2.5 version.
6588
6589 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6590
6591         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
6592         calls.
6593
6594         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
6595         previous change.
6596
6597         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6598
6599 2014-03-25  Andreas Schwab  <schwab@suse.de>
6600
6601         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
6602         label to be used after in6ailist is initialized.
6603
6604 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6605
6606         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
6607         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
6608
6609 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
6610
6611         [BZ #16357]
6612         [BZ #16599]
6613         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
6614         min_plus_half.
6615         (fp_formats): Update initializers.
6616         (init_fp_formats): Initialize new field.
6617         (output_for_one_input_case): Allow underflow for results up to
6618         min_plus_half.
6619         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
6620         * math/auto-libm-test-in: Don't mark some underflows from asin and
6621         atanh as spurious.
6622         * math/auto-libm-test-out: Regenerated.
6623         * sysdeps/i386/fpu/libm-test-ulps: Update.
6624         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6625
6626 2014-03-25  Andreas Schwab  <schwab@suse.de>
6627
6628         * libio/Makefile (tst-ftell-partial-wide-ENV)
6629         (tst-ftell-active-handler-ENV): Define.
6630
6631 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
6632
6633         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
6634
6635 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
6636
6637         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
6638
6639 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
6640
6641         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
6642         * sysdeps/x86_64/fpu/multiarch/e_exp.c
6643         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
6644
6645 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
6646
6647         [BZ #16634]
6648         * elf/dl-load.c (open_verify): Add mode parameter.
6649         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
6650         (open_path): Change from boolean 'secure' to complete flag 'mode'
6651         (_dl_map_object): Adjust.
6652         * elf/Makefile (tests): Add tst-dlopen-aout.
6653         * elf/tst-dlopen-aout.c: New test.
6654
6655 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
6656
6657         [BZ #16714]
6658         * sysdeps/unix/sysv/linux/s390/bits/stat.h
6659         (struct stat): Rename member pad0 to __glibc_reserved0.
6660
6661         [BZ #16712]
6662         * sysdeps/s390/s390-32/bits/wordsize.h
6663         (__WORDSIZE32_SIZE_ULONG): New define.
6664         * sysdeps/s390/s390-64/bits/wordsize.h
6665         (__WORDSIZE32_SIZE_ULONG): Likewise.
6666         * sysdeps/generic/stdint.h (SIZE_MAX):
6667         Define as UL if __WORDSIZE32_SIZE_ULONG.
6668
6669         [BZ #16713]
6670         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
6671         (__glibc_reserved0): New variable.
6672         (sa_flags): Change type to int.
6673
6674         * posix/Makefile (before-compile): Use += before-compile instead
6675         of a :=.
6676
6677         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6678         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
6679
6680 2014-03-20  Andreas Schwab  <schwab@suse.de>
6681
6682         [BZ #16743]
6683         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
6684         non-matching result from nscd.
6685
6686 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6687
6688         * scripts/bench.py: Moved to ...
6689         * benchtests/scripts/bench.py: ... here.
6690         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
6691
6692 2014-03-24  Andreas Schwab  <schwab@suse.de>
6693
6694         [BZ #16002]
6695         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
6696         alloca_account and account alloca use for struct in6ailist.
6697
6698 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
6699
6700         [BZ #16284]
6701         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
6702         rounding mode to recompute results that overflow to infinity or
6703         underflow to zero.
6704         * math/auto-libm-test-in: Don't mark tests as expected to fail for
6705         bug 16284.
6706         * math/auto-libm-test-out: Regenerated.
6707         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
6708         (ccosh_test): Likewise.
6709         (csin_test_data): Use plus_oflow.
6710         (csin_test): Use ALL_RM_TEST.
6711         (csinh_test_data): Use plus_oflow.
6712         (csinh_test): Use ALL_RM_TEST.
6713         * sysdeps/i386/fpu/libm-test-ulps: Update.
6714         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6715
6716 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
6717
6718         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
6719         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
6720         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
6721
6722         [BZ #16731]
6723         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
6724         when x - 1 is zero.
6725         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
6726         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
6727         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
6728         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
6729         argument is 1.
6730         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
6731         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
6732         zero.
6733         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
6734         * sysdeps/i386/fpu/libm-test-ulps: Update.
6735         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6736
6737 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
6738
6739         * scripts/bench.pl: Remove file.
6740         * scripts/bench.py: New benchmark script.
6741         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
6742         * benchtests/README: Mention python dependency.
6743         * scripts/pylintrc: New file.
6744         * scripts/pylint: New file.
6745
6746         * bits/mathdef.h: Use #ifdef instead of #if.
6747         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
6748         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
6749         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
6750         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
6751         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
6752         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
6753
6754 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6755             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6756
6757         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
6758         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
6759         and strpbrk-ppc64 objects.
6760         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6761         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
6762         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
6763         multiarch strpbrk for POWER7.
6764         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
6765         multiarch strpbrk for PPC64.
6766         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
6767         ifunc selector.
6768         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
6769         strpbrk for POWER7.
6770
6771 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
6772
6773         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
6774         (atan_test): Likewise.
6775         (atanh_test_data): Use NO_TEST_INLINE for two tests.
6776         (atanh_test): Use ALL_RM_TEST.
6777         (atan2_test_data): Likewise.
6778         (cabs_test): Likewise.
6779         (cacosh_test): Likewise.
6780         (carg_test): Likewise.
6781         (casin_test): Likewise.
6782         (casinh_test): Likewise.
6783         (cbrt_test): Likewise.
6784         (csqrt_test): Likewise.
6785         (erf_test): Likewise.
6786         (erfc_test): Likewise.
6787         (pow10_test): Likewise.
6788         (exp2_test): Likewise.
6789         (hypot_test): Likewise.
6790         (j0_test): Likewise.
6791         (j1_test): Likewise.
6792         (lgamma_test): Likewise.
6793         (gamma_test): Likewise.
6794         (sincos_test): Likewise.
6795         (tanh_test): Likewise.
6796         (y0_test): Likewise.
6797         (y1_test): Likewise.
6798         * sysdeps/i386/fpu/libm-test-ulps: Update.
6799         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6800
6801 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6802
6803         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
6804         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
6805         and strcspn-ppc64 objects.
6806         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6807         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
6808         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
6809         multiarch strcspn for POWER7.
6810         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
6811         multiarch strcspn for PPC64.
6812         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
6813         ifunc selector.
6814         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
6815         strcspn for POWER7.
6816
6817 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
6818
6819         * math/gen-libm-test.pl (generate_testfile): Expect only function
6820         name as argument to AUTO_TESTS_* and pass results for all rounding
6821         modes to parse_args.
6822         (parse_auto_input): Separate inputs of automatic tests from
6823         outputs before storing in %auto_tests.
6824         * math/libm-test.inc (acos_test_data): Update call to
6825         AUTO_TESTS_f_f.
6826         (acos_test): Use ALL_RM_TEST.
6827         (acos_tonearest_test_data): Remove.
6828         (acos_test_tonearest): Likewise.
6829         (acos_towardzero_test_data): Likewise.
6830         (acos_test_towardzero): Likewise.
6831         (acos_downward_test_data): Likewise.
6832         (acos_test_downward): Likewise.
6833         (acos_upward_test_data): Likewise.
6834         (acos_test_upward): Likewise.
6835         (acosh_test_data): Update call to AUTO_TESTS_f_f.
6836         (asin_test_data): Likewise.
6837         (asin_test): Use ALL_RM_TEST.
6838         (asin_tonearest_test_data): Remove.
6839         (asin_test_tonearest): Likewise.
6840         (asin_towardzero_test_data): Likewise.
6841         (asin_test_towardzero): Likewise.
6842         (asin_downward_test_data): Likewise.
6843         (asin_test_downward): Likewise.
6844         (asin_upward_test_data): Likewise.
6845         (asin_test_upward): Likewise.
6846         (asinh_test_data): Update call to AUTO_TESTS_f_f.
6847         (atan_test_data): Likewise.
6848         (atanh_test_data): Likewise.
6849         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
6850         (cabs_test_data): Update call to AUTO_TESTS_c_f.
6851         (carg_test_data): Likewise.
6852         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
6853         (ccos_test_data): Update call to AUTO_TESTS_c_c.
6854         (ccosh_test_data): Likewise.
6855         (cexp_test_data): Likewise.
6856         (clog_test_data): Likewise.
6857         (clog10_test_data): Likewise.
6858         (cos_test_data): Update call to AUTO_TESTS_f_f.
6859         (cos_test): Use ALL_RM_TEST.
6860         (cos_tonearest_test_data): Remove.
6861         (cos_test_tonearest): Likewise.
6862         (cos_towardzero_test_data): Likewise.
6863         (cos_test_towardzero): Likewise.
6864         (cos_downward_test_data): Likewise.
6865         (cos_test_downward): Likewise.
6866         (cos_upward_test_data): Likewise.
6867         (cos_test_upward): Likewise.
6868         (cosh_test_data): Update call to AUTO_TESTS_f_f.
6869         (cosh_test): Use ALL_RM_TEST.
6870         (cosh_tonearest_test_data): Remove.
6871         (cosh_test_tonearest): Likewise.
6872         (cosh_towardzero_test_data): Likewise.
6873         (cosh_test_towardzero): Likewise.
6874         (cosh_downward_test_data): Likewise.
6875         (cosh_test_downward): Likewise.
6876         (cosh_upward_test_data): Likewise.
6877         (cosh_test_upward): Likewise.
6878         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
6879         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
6880         (ctan_test_data): Likewise.
6881         (ctan_test): Use ALL_RM_TEST.
6882         (ctan_tonearest_test_data): Remove.
6883         (ctan_test_tonearest): Likewise.
6884         (ctan_towardzero_test_data): Likewise.
6885         (ctan_test_towardzero): Likewise.
6886         (ctan_downward_test_data): Likewise.
6887         (ctan_test_downward): Likewise.
6888         (ctan_upward_test_data): Likewise.
6889         (ctan_test_upward): Likewise.
6890         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
6891         (ctanh_test): Use ALL_RM_TEST.
6892         (ctanh_tonearest_test_data): Remove.
6893         (ctanh_test_tonearest): Likewise.
6894         (ctanh_towardzero_test_data): Likewise.
6895         (ctanh_test_towardzero): Likewise.
6896         (ctanh_downward_test_data): Likewise.
6897         (ctanh_test_downward): Likewise.
6898         (ctanh_upward_test_data): Likewise.
6899         (ctanh_test_upward): Likewise.
6900         (erf_test_data): Update call to AUTO_TESTS_f_f.
6901         (erfc_test_data): Likewise.
6902         (exp_test_data): Likewise.
6903         (exp_test): Use ALL_RM_TEST.
6904         (exp_tonearest_test_data): Remove.
6905         (exp_test_tonearest): Likewise.
6906         (exp_towardzero_test_data): Likewise.
6907         (exp_test_towardzero): Likewise.
6908         (exp_downward_test_data): Likewise.
6909         (exp_test_downward): Likewise.
6910         (exp_upward_test_data): Likewise.
6911         (exp_test_upward): Likewise.
6912         (exp10_test_data): Update call to AUTO_TESTS_f_f.
6913         (exp10_test): Use ALL_RM_TEST.
6914         (exp10_tonearest_test_data): Remove.
6915         (exp10_test_tonearest): Likewise.
6916         (exp10_towardzero_test_data): Likewise.
6917         (exp10_test_towardzero): Likewise.
6918         (exp10_downward_test_data): Likewise.
6919         (exp10_test_downward): Likewise.
6920         (exp10_upward_test_data): Likewise.
6921         (exp10_test_upward): Likewise.
6922         (exp2_test_data): Update call to AUTO_TESTS_f_f.
6923         (expm1_test_data): Likewise.
6924         (expm1_test): Use ALL_RM_TEST.
6925         (expm1_tonearest_test_data): Remove.
6926         (expm1_test_tonearest): Likewise.
6927         (expm1_towardzero_test_data): Likewise.
6928         (expm1_test_towardzero): Likewise.
6929         (expm1_downward_test_data): Likewise.
6930         (expm1_test_downward): Likewise.
6931         (expm1_upward_test_data): Likewise.
6932         (expm1_test_upward): Likewise.
6933         (fma_test_data): Update call to AUTO_TESTS_fff_f.
6934         (fma_test): Use ALL_RM_TEST.
6935         (fma_towardzero_test_data): Remove.
6936         (fma_test_towardzero): Likewise.
6937         (fma_downward_test_data): Likewise.
6938         (fma_test_downward): Likewise.
6939         (fma_upward_test_data): Likewise.
6940         (fma_test_upward): Likewise.
6941         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
6942         (j0_test_data): Update call to AUTO_TESTS_f_f.
6943         (j1_test_data): Likewise.
6944         (jn_test_data): Update call to AUTO_TESTS_if_f.
6945         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
6946         (log_test_data): Update call to AUTO_TESTS_f_f.
6947         (log10_test_data): Likewise.
6948         (log1p_test_data): Likewise.
6949         (log2_test_data): Likewise.
6950         (pow_test_data): Update call to AUTO_TESTS_ff_f.
6951         (pow_tonearest_test_data): Likewise.
6952         (sin_test_data): Update call to AUTO_TESTS_f_f.
6953         (sin_test): Use ALL_RM_TEST.
6954         (sin_tonearest_test_data): Remove.
6955         (sin_test_tonearest): Likewise.
6956         (sin_towardzero_test_data): Likewise.
6957         (sin_test_towardzero): Likewise.
6958         (sin_downward_test_data): Likewise.
6959         (sin_test_downward): Likewise.
6960         (sin_upward_test_data): Likewise.
6961         (sin_test_upward): Likewise.
6962         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
6963         (sinh_test_data): Update call to AUTO_TESTS_f_f.
6964         (sinh_test): Use ALL_RM_TEST.
6965         (sinh_tonearest_test_data): Remove.
6966         (sinh_test_tonearest): Likewise.
6967         (sinh_towardzero_test_data): Likewise.
6968         (sinh_test_towardzero): Likewise.
6969         (sinh_downward_test_data): Likewise.
6970         (sinh_test_downward): Likewise.
6971         (sinh_upward_test_data): Likewise.
6972         (sinh_test_upward): Likewise.
6973         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
6974         (sqrt_test): Use ALL_RM_TEST.
6975         (sqrt_tonearest_test_data): Remove.
6976         (sqrt_test_tonearest): Likewise.
6977         (sqrt_towardzero_test_data): Likewise.
6978         (sqrt_test_towardzero): Likewise.
6979         (sqrt_downward_test_data): Likewise.
6980         (sqrt_test_downward): Likewise.
6981         (sqrt_upward_test_data): Likewise.
6982         (sqrt_test_upward): Likewise.
6983         (tan_test_data): Update call to AUTO_TESTS_f_f.
6984         (tan_test): Use ALL_RM_TEST.
6985         (tan_tonearest_test_data): Remove.
6986         (tan_test_tonearest): Likewise.
6987         (tan_towardzero_test_data): Likewise.
6988         (tan_test_towardzero): Likewise.
6989         (tan_downward_test_data): Likewise.
6990         (tan_test_downward): Likewise.
6991         (tan_upward_test_data): Likewise.
6992         (tan_test_upward): Likewise.
6993         (tanh_test_data): Update call to AUTO_TESTS_f_f.
6994         (tgamma_test_data): Likewise.
6995         (y0_test_data): Likewise.
6996         (y1_test_data): Likewise.
6997         (yn_test_data): Update call to AUTO_TESTS_if_f.
6998         (main): Do not call removed functions.
6999
7000 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
7001
7002         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
7003         (ldexp_test_data): Remove.
7004         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
7005         scalbn_test_data.
7006         (scalb_test): Use ALL_RM_TEST.
7007
7008 2014-03-19  Andreas Schwab  <schwab@suse.de>
7009
7010         * nscd/nscd.service: Also invalidate netgroup cache on reload.
7011
7012 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
7013
7014         [BZ #16649]
7015         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7016         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
7017         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
7018         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7019         (__ASSUME_PREADV): Undefine.
7020         (__ASSUME_PWRITEV): Likewise.
7021
7022 2014-03-18  Roland McGrath  <roland@hack.frob.com>
7023
7024         * bits/mman-linux.h: Add comment about non-Linux use.
7025         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
7026         bits/mman-linux.h resting place.
7027
7028         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
7029         * bits/mman-linux.h: ... here.
7030
7031 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7032
7033         * conform/conformtest.pl: Add standard definition when calling C
7034         preprocessor on data files.
7035         (checknamespace): Remove unused variable.
7036
7037 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
7038
7039         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
7040         minus_oflow, plus_uflow and minus_uflow in expected results.
7041         * math/libm-test.inc (scalbn_test_data): Add more tests of
7042         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
7043         minus_uflow.
7044         (scalbn_test): Use ALL_RM_TEST.
7045         (scalbln_test_data): Add more tests of negative arguments.  Use
7046         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
7047         (scalbln_test): Use ALL_RM_TEST.
7048
7049 2014-03-18  Roland McGrath  <roland@hack.frob.com>
7050
7051         * scripts/abilist.awk: Ignore symbols marked with .hidden.
7052
7053 2014-03-18  Will Newton  <will.newton@linaro.org>
7054
7055         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
7056         inaccurate comment.
7057
7058 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
7059
7060         * Makerules [!subdir] (check-abi): Exit with error status if a
7061         test failed.
7062
7063 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
7064
7065         * math/libm-test.inc (nearbyint_test_data): Include all tests used
7066         for rint.  Include results for all rounding modes.
7067         (nearbyint_test): Use ALL_RM_TEST.
7068         (rint_test_data): Include all tests used for nearbyint.
7069
7070 2014-03-17  Will Newton  <will.newton@linaro.org>
7071
7072         * nptl/sysdeps/pthread/pthread.h: Revert previous
7073         change.
7074
7075         * sysdeps/generic/ldsodefs.h: Revert previous
7076         change.
7077
7078         * libio/genops.c: Revert previous change.
7079         * libio/libioP.h: Likewise.
7080         * stdio-common/vfprintf.c: Likewise.
7081
7082         * sysdeps/generic/math_private.h: Revert previous
7083         change.
7084
7085         * sysdeps/generic/math_private.h: Check whether
7086         HAVE_RM_CTX is defined with #ifdef rather
7087         than #if.
7088
7089         * argp/argp-fmtstream.h: Check whether
7090         __STRICT_ANSI__ is defined with #ifdef rather
7091         than #if.
7092         * argp/argp.h: Likewise.
7093
7094         * libio/genops.c: Check whether
7095         _IO_JUMPS_OFFSET is defined with #ifdef rather
7096         than #if.
7097         * libio/libioP.h: Likewise.
7098         * stdio-common/vfprintf.c: Likewise.
7099
7100         * sysdeps/generic/ldsodefs.h: Check whether
7101         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
7102         than #if.
7103
7104         * nptl/sysdeps/pthread/pthread.h: Check
7105         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
7106         its value.
7107
7108 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7109
7110         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
7111         setting O_APPEND.
7112         * libio/tst-ftell-active-handler.c (do_append_test): Add a
7113         test case.
7114
7115         [BZ #16680]
7116         * libio/fileops.c (_IO_file_open): Seek to end of file but
7117         don't cache the offset.
7118         (get_file_offset): Remove function.
7119         (do_ftell): Use cached offset when available.
7120         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
7121         don't cache the offset.
7122         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
7123         case.
7124         (do_one_test): Call it.
7125         (do_ftell_test): Fix up expected old offset for a+ mode.
7126         * libio/wfileops.c (do_ftell_wide): Used cached offset when
7127         available.
7128
7129         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
7130         up test status with function return status.
7131         (do_write_test): Likewise.
7132         (do_append_test): Likewise.
7133
7134         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
7135         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
7136         Remove.
7137
7138 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
7139
7140         * math/gen-libm-test.pl (parse_args): Handle results specified for
7141         each rounding mode separately.
7142         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
7143         tests and results from lrint_tonearest_test_data,
7144         lrint_towardzero_test_data, lrint_downward_test_data and
7145         lrint_upward_test_data.
7146         (lrint_test): Use ALL_RM_TEST.
7147         (lrint_tonearest_test_data): Remove.
7148         (lrint_test_tonearest): Likewise.
7149         (lrint_towardzero_test_data): Likewise.
7150         (lrint_test_towardzero): Likewise.
7151         (lrint_downward_test_data): Likewise.
7152         (lrint_test_downward): Likewise.
7153         (lrint_upward_test_data): Likewise.
7154         (lrint_test_upward): Likewise.
7155         (llrint_test_data): Merge in per-rounding-mode tests and results
7156         from llrint_tonearest_test_data, llrint_towardzero_test_data,
7157         llrint_downward_test_data and llrint_upward_test_data.
7158         (llrint_test): Use ALL_RM_TEST.
7159         (llrint_tonearest_test_data): Remove.
7160         (llrint_test_tonearest): Likewise.
7161         (llrint_towardzero_test_data): Likewise.
7162         (llrint_test_towardzero): Likewise.
7163         (llrint_downward_test_data): Likewise.
7164         (llrint_test_downward): Likewise.
7165         (llrint_upward_test_data): Likewise.
7166         (llrint_test_upward): Likewise.
7167         (rint_test_data): Merge in per-rounding-mode tests and results
7168         from rint_tonearest_test_data, rint_towardzero_test_data,
7169         rint_downward_test_data and rint_upward_test_data.  Add
7170         per-rounding-mode results for tests not in those arrays.
7171         (rint_test): Use ALL_RM_TEST.
7172         (rint_tonearest_test_data): Remove.
7173         (rint_test_tonearest): Likewise.
7174         (rint_towardzero_test_data): Likewise.
7175         (rint_test_towardzero): Likewise.
7176         (rint_downward_test_data): Likewise.
7177         (rint_test_downward): Likewise.
7178         (rint_upward_test_data): Likewise.
7179         (rint_test_upward): Likewise.
7180         (main): Don't call removed functions.
7181
7182 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7183
7184         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
7185         "Compiled on ..." crapola.  It is anti-useful.
7186
7187 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
7188
7189         * scripts/evaluate-test.sh: Handle fourth argument to determine
7190         whether test run should stop on failure.
7191         * Makeconfig (stop-on-test-failure): New variable.
7192         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
7193         $(stop-on-test-failure).
7194         * Makefile (tests): Give a summary of results from testing and
7195         exit with failure status if they include an ERROR or FAIL.
7196         (xtests): Likewise.
7197         * manual/install.texi (Configuring and compiling): Mention
7198         stop-on-test-failure=y.
7199         * INSTALL: Regenerated.
7200
7201 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7202
7203         * scripts/versionlist.awk: New file.
7204         * Makerules [$(build-shared) = yes]
7205         (postclean-generated): Add Versions.def, not Versions.def.v and
7206         Versions.def.v.i.
7207         ($(common-objpfx)Versions.def.v.i): Target removed.
7208         ($(common-objpfx)Versions.def): New target.
7209         ($(common-objpfx)Versions.all): Depend on that rather that
7210         $(common-objpfx)Versions.def.v.
7211         * Versions.def: File removed.
7212
7213         * Makeconfig (+gccwarn): Add -Wundef.
7214         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
7215         a dl-sysdep.h breaking its contract.
7216         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
7217         * include/stackinfo.h: New file.
7218         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
7219         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
7220         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
7221         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
7222         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
7223         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
7224         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7225         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7226         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7227         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7228         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7229         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
7230         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7231         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7232         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7233
7234 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7235
7236         [BZ #16707]
7237         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
7238         implementation.
7239         * math/libm-test.inc (round_test_data): Add more tests.
7240
7241         [BZ #16706]
7242         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
7243         implementation.
7244         * math/libm-test.inc (nearbyint_test_data): Add more tests.
7245
7246         [BZ #16701]
7247         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
7248         implementation.
7249         * math/libm-test.inc (ceil_test_data): Add more tests.
7250
7251         * math/libm-test.inc (trunc_test_data): Add more tests related to
7252         BZ#16414.
7253
7254 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7255
7256         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
7257         with #if rather than #ifdef.
7258         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
7259
7260 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
7261
7262         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
7263         first.  Disable AVX-512 GCC support if assembler doesn't support
7264         it.
7265         * sysdeps/x86_64/configure: Regenerated.
7266
7267 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
7268
7269         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
7270         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
7271         (__old_pthread_attr_setstack): Likewise.
7272         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
7273         [!_STACK_GROWS_DOWN]: Likewise.
7274
7275 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
7276
7277         * config.make.in (have-bash2): Delete.
7278         * configure.ac (libc_cv_have_bash2): Delete.
7279         * configure: Regenerate.
7280         * elf/Makefile (common-ldd-rewrite): Rename to ...
7281         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
7282         (sh-ldd-rewrite): Delete.
7283         (bash-ldd-rewrite): Delete.
7284         (have-bash2): Delete checks.
7285         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
7286         ldd-rewrite.
7287
7288         * config.make.in (have-ksh): Delete.
7289         (KSH): Delete.
7290         * configure.ac (libc_cv_have_ksh): Delete.
7291         * configure: Regenerate.
7292
7293         * elf/Makefile: Delete $(have-ksh) check.
7294         ($(objpfx)sotruss): Change KSH to BASH.
7295         * elf/sotruss.ksh: Rename to ...
7296         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
7297         function style to match POSIX.  Drop ksh vim mode setting.
7298
7299         * manual/time.texi (Specifying the Time Zone with TZ): Change
7300         Tuesday to Thursday.
7301
7302         * debug/tst-longjmp_chk2.c: Update header comment.
7303         (stackoverflow_handler): Add comment.  Call assert on pass value.
7304
7305 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
7306
7307         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
7308         (HAVE_AVX512_ASM_SUPPORT): Likewise.
7309         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
7310         (La_x86_64_vector): Add zmm.
7311         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
7312         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
7313         ($(objpfx)tst-audit10): New target.
7314         ($(objpfx)tst-audit10.out): Likewise.
7315         (tst-audit10-ENV): New.
7316         (AVX512-CFLAGS): Likewise.
7317         (CFLAGS-tst-audit10.c): Likewise.
7318         (CFLAGS-tst-auditmod10a.c): Likewise.
7319         (CFLAGS-tst-auditmod10b.c): Likewise.
7320         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
7321         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
7322         * sysdeps/x86_64/configure: Regenerated.
7323         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
7324         AVX-512 zmm register support.
7325         (_dl_x86_64_save_sse): Likewise.
7326         (_dl_x86_64_restore_sse): Likewise.
7327         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
7328         size vector registers.
7329         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
7330         (ZMM_SIZE): Likewise.
7331         * sysdeps/x86_64/tst-audit10.c: New file.
7332         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
7333         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
7334
7335 2014-03-13  Roland McGrath  <roland@hack.frob.com>
7336
7337         * configure.ac (HAVE_EHDR_START): New check.
7338         * configure: Regenerated.
7339         * config.h.in (HAVE_EHDR_START): New #undef.
7340         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
7341         assuming the lowest-addressed segment maps the start of the file.
7342
7343 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
7344
7345         * INSTALL: Regenerated.
7346
7347 2014-03-13  Will Newton  <will.newton@linaro.org>
7348
7349         * manual/setjmp.texi (System V contexts): Improve
7350         clarity and grammar of documentation.
7351
7352 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
7353
7354         [BZ #16381]
7355         * elf/Makefile (tests): Add tst-pie2.
7356         (tests-pie): Add tst-pie2.
7357         * elf/tst-pie2.c: New file.
7358         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
7359         for ET_EXEC.
7360         * elf/rtld.c (map_doit): Load executable as lt_executable.
7361         (dl_main): Likewise.
7362
7363 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
7364
7365         [BZ #16642]
7366         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7367         (__ASSUME_PSELECT): Undefine.
7368
7369 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7370
7371         [BZ #16689]
7372         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
7373         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
7374         static build.
7375         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
7376         selector for static builds.
7377
7378 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7379
7380         [BZ #16695]
7381         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
7382         key in the buffer.
7383
7384 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7385
7386         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
7387         IFUNC selector for static builds.
7388
7389 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
7390
7391         * sysdeps/mips/math_private.h [__mips_hard_float]
7392         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
7393         libc_feresetround_mips_ctx.
7394         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
7395         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
7396         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
7397
7398         [BZ #16677]
7399         * math/s_nextafter.c (__nextafter): Do not return value from
7400         overflowing computation.
7401         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
7402         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
7403         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
7404         Likewise.
7405         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
7406         Likewise.
7407         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
7408         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
7409
7410 2014-03-11  Roland McGrath  <roland@hack.frob.com>
7411
7412         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
7413         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
7414         Move sfi_sp use from the load-multiple (that no longer sets sp) to
7415         the new mov targetting sp.
7416
7417 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7418
7419         [BZ #16683]
7420         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
7421         Define it for static builds as well.
7422         (NO_BZERO_IMPL): Likewise.
7423
7424 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7425
7426         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
7427         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
7428         multiarch strspn for PPC64.
7429         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
7430         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
7431         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7432         (__libc_ifunc_impl_list): Likewise.
7433         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
7434         multiarch optimizations
7435         * string/strspn.c (strspn): Using macro to redefine symbol name.
7436
7437 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7438             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7439
7440         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
7441         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
7442         multiarch strncat for PPC64.
7443         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
7444         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
7445         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7446         (__libc_ifunc_impl_list): Likewise.
7447         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
7448         multiarch optimizations
7449
7450 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7451
7452         [BZ #16639]
7453         * nscd/nscd.service: Make service type forking.
7454
7455 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7456
7457         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
7458         sign in non default rounding modes.
7459         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
7460
7461 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
7462
7463         * math/libm-test.inc (ALL_RM_TEST): New macro.
7464         (ceil_test): Use ALL_RM_TEST.
7465         (cimag_test): Likewise.
7466         (conj_test): Likewise.
7467         (copysign_test): Likewise.
7468         (cproj_test): Likewise.
7469         (creal_test): Likewise.
7470         (fabs_test): Likewise.
7471         (floor_test): Likewise.
7472         (fmax_test): Likewise.
7473         (fmin_test): Likewise.
7474         (fmod_test): Likewise.
7475         (fpclassify_test): Likewise.
7476         (frexp_test): Likewise.
7477         (ilogb_test): Likewise.
7478         (isfinite_test): Likewise.
7479         (finite_test): Likewise.
7480         (isgreater_test): Likewise.
7481         (isgreaterequal_test): Likewise.
7482         (isinf_test): Likewise.
7483         (isless_test): Likewise.
7484         (islessequal_test): Likewise.
7485         (islessgreater_test): Likewise.
7486         (isnan_test): Likewise.
7487         (isnormal_test): Likewise.
7488         (issignaling_test): Likewise.
7489         (isunordered_test): Likewise.
7490         (logb_test): Likewise.
7491         (logb_downward_test_data): Remove.
7492         (logb_test_downward): Likewise.
7493         (lround_test): Use ALL_RM_TEST.
7494         (llround_test): Likewise.
7495         (modf_test): Likewise.
7496         (nexttoward_test): Likewise.
7497         (remainder_test): Likewise.
7498         (drem_test): Likewise.
7499         (remainder_tonearest_test_data): Likewise.
7500         (remainder_test_tonearest): Likewise.
7501         (drem_test_tonearest): Likewise.
7502         (remainder_towardzero_test_data): Likewise.
7503         (remainder_test_towardzero): Likewise.
7504         (drem_test_towardzero): Likewise.
7505         (remainder_downward_test_data): Likewise.
7506         (remainder_test_downward): Likewise.
7507         (drem_test_downward): Likewise.
7508         (remainder_upward_test_data): Likewise.
7509         (remainder_test_upward): Likewise.
7510         (drem_test_upward): Likewise.
7511         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
7512         (round_test): Use ALL_RM_TEST.
7513         (signbit_test): Likewise.
7514         (trunc_test): Likewise.
7515         (significand_test): Likewise.
7516         (main): Don't call removed functions.
7517
7518 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
7519
7520         [BZ #16674]
7521         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
7522         || __USE_XOPEN2K8].
7523         (ILL_ILLOPN): Likewise.
7524         (ILL_ILLADR): Likewise.
7525         (ILL_ILLTRP): Likewise.
7526         (ILL_PRVOPC): Likewise.
7527         (ILL_PRVREG): Likewise.
7528         (ILL_COPROC): Likewise.
7529         (ILL_BADSTK): Likewise.
7530         (FPE_INTDIV): Likewise.
7531         (FPE_INTOVF): Likewise.
7532         (FPE_FLTDIV): Likewise.
7533         (FPE_FLTOVF): Likewise.
7534         (FPE_FLTUND): Likewise.
7535         (FPE_FLTRES): Likewise.
7536         (FPE_FLTINV): Likewise.
7537         (FPE_FLTSUB): Likewise.
7538         (SEGV_MAPERR): Likewise.
7539         (SEGV_ACCERR): Likewise.
7540         (BUS_ADRALN): Likewise.
7541         (BUS_ADRERR): Likewise.
7542         (BUS_OBJERR): Likewise.
7543         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7544         (TRAP_TRACE): Likewise.
7545         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7546         __USE_XOPEN2K8].
7547         (CLD_KILLED): Likewise.
7548         (CLD_DUMPED): Likewise.
7549         (CLD_TRAPPED): Likewise.
7550         (CLD_STOPPED): Likewise.
7551         (CLD_CONTINUED): Likewise.
7552         (POLL_IN): Likewise.
7553         (POLL_OUT): Likewise.
7554         (POLL_MSG): Likewise.
7555         (POLL_ERR): Likewise.
7556         (POLL_PRI): Likewise.
7557         (POLL_HUP): Likewise.
7558         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
7559         Likewise.
7560         (ILL_ILLOPN): Likewise.
7561         (ILL_ILLADR): Likewise.
7562         (ILL_ILLTRP): Likewise.
7563         (ILL_PRVOPC): Likewise.
7564         (ILL_PRVREG): Likewise.
7565         (ILL_COPROC): Likewise.
7566         (ILL_BADSTK): Likewise.
7567         (FPE_INTDIV): Likewise.
7568         (FPE_INTOVF): Likewise.
7569         (FPE_FLTDIV): Likewise.
7570         (FPE_FLTOVF): Likewise.
7571         (FPE_FLTUND): Likewise.
7572         (FPE_FLTRES): Likewise.
7573         (FPE_FLTINV): Likewise.
7574         (FPE_FLTSUB): Likewise.
7575         (SEGV_MAPERR): Likewise.
7576         (SEGV_ACCERR): Likewise.
7577         (BUS_ADRALN): Likewise.
7578         (BUS_ADRERR): Likewise.
7579         (BUS_OBJERR): Likewise.
7580         (BUS_MCEERR_AR): Likewise.
7581         (BUS_MCEERR_AO): Likewise.
7582         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7583         (TRAP_TRACE): Likewise.
7584         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7585         __USE_XOPEN2K8].
7586         (CLD_KILLED): Likewise.
7587         (CLD_DUMPED): Likewise.
7588         (CLD_TRAPPED): Likewise.
7589         (CLD_STOPPED): Likewise.
7590         (CLD_CONTINUED): Likewise.
7591         (POLL_IN): Likewise.
7592         (POLL_OUT): Likewise.
7593         (POLL_MSG): Likewise.
7594         (POLL_ERR): Likewise.
7595         (POLL_PRI): Likewise.
7596         (POLL_HUP): Likewise.
7597         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
7598         (ILL_ILLOPN): Likewise.
7599         (ILL_ILLADR): Likewise.
7600         (ILL_ILLTRP): Likewise.
7601         (ILL_PRVOPC): Likewise.
7602         (ILL_PRVREG): Likewise.
7603         (ILL_COPROC): Likewise.
7604         (ILL_BADSTK): Likewise.
7605         (FPE_INTDIV): Likewise.
7606         (FPE_INTOVF): Likewise.
7607         (FPE_FLTDIV): Likewise.
7608         (FPE_FLTOVF): Likewise.
7609         (FPE_FLTUND): Likewise.
7610         (FPE_FLTRES): Likewise.
7611         (FPE_FLTINV): Likewise.
7612         (FPE_FLTSUB): Likewise.
7613         (SEGV_MAPERR): Likewise.
7614         (SEGV_ACCERR): Likewise.
7615         (BUS_ADRALN): Likewise.
7616         (BUS_ADRERR): Likewise.
7617         (BUS_OBJERR): Likewise.
7618         (BUS_MCEERR_AR): Likewise.
7619         (BUS_MCEERR_AO): Likewise.
7620         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7621         (TRAP_TRACE): Likewise.
7622         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7623         __USE_XOPEN2K8].
7624         (CLD_KILLED): Likewise.
7625         (CLD_DUMPED): Likewise.
7626         (CLD_TRAPPED): Likewise.
7627         (CLD_STOPPED): Likewise.
7628         (CLD_CONTINUED): Likewise.
7629         (POLL_IN): Likewise.
7630         (POLL_OUT): Likewise.
7631         (POLL_MSG): Likewise.
7632         (POLL_ERR): Likewise.
7633         (POLL_PRI): Likewise.
7634         (POLL_HUP): Likewise.
7635         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
7636         Likewise.
7637         (ILL_ILLOPN): Likewise.
7638         (ILL_ILLADR): Likewise.
7639         (ILL_ILLTRP): Likewise.
7640         (ILL_PRVOPC): Likewise.
7641         (ILL_PRVREG): Likewise.
7642         (ILL_COPROC): Likewise.
7643         (ILL_BADSTK): Likewise.
7644         (ILL_BADIADDR): Likewise.
7645         (ILL_BREAK): Likewise.
7646         (FPE_INTDIV): Likewise.
7647         (FPE_INTOVF): Likewise.
7648         (FPE_FLTDIV): Likewise.
7649         (FPE_FLTOVF): Likewise.
7650         (FPE_FLTUND): Likewise.
7651         (FPE_FLTRES): Likewise.
7652         (FPE_FLTINV): Likewise.
7653         (FPE_FLTSUB): Likewise.
7654         (FPE_DECOVF): Likewise.
7655         (FPE_DECDIV): Likewise.
7656         (FPE_DECERR): Likewise.
7657         (FPE_INVASC): Likewise.
7658         (FPE_INVDEC): Likewise.
7659         (SEGV_MAPERR): Likewise.
7660         (SEGV_ACCERR): Likewise.
7661         (SEGV_PSTKOVF): Likewise.
7662         (BUS_ADRALN): Likewise.
7663         (BUS_ADRERR): Likewise.
7664         (BUS_OBJERR): Likewise.
7665         (BUS_MCEERR_AR): Likewise.
7666         (BUS_MCEERR_AO): Likewise.
7667         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7668         (TRAP_TRACE): Likewise.
7669         (TRAP_BRANCH): Likewise.
7670         (TRAP_HWBKPT): Likewise.
7671         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7672         __USE_XOPEN2K8].
7673         (CLD_KILLED): Likewise.
7674         (CLD_DUMPED): Likewise.
7675         (CLD_TRAPPED): Likewise.
7676         (CLD_STOPPED): Likewise.
7677         (CLD_CONTINUED): Likewise.
7678         (POLL_IN): Likewise.
7679         (POLL_OUT): Likewise.
7680         (POLL_MSG): Likewise.
7681         (POLL_ERR): Likewise.
7682         (POLL_PRI): Likewise.
7683         (POLL_HUP): Likewise.
7684         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
7685         (ILL_ILLOPN): Likewise.
7686         (ILL_ILLADR): Likewise.
7687         (ILL_ILLTRP): Likewise.
7688         (ILL_PRVOPC): Likewise.
7689         (ILL_PRVREG): Likewise.
7690         (ILL_COPROC): Likewise.
7691         (ILL_BADSTK): Likewise.
7692         (FPE_INTDIV): Likewise.
7693         (FPE_INTOVF): Likewise.
7694         (FPE_FLTDIV): Likewise.
7695         (FPE_FLTOVF): Likewise.
7696         (FPE_FLTUND): Likewise.
7697         (FPE_FLTRES): Likewise.
7698         (FPE_FLTINV): Likewise.
7699         (FPE_FLTSUB): Likewise.
7700         (SEGV_MAPERR): Likewise.
7701         (SEGV_ACCERR): Likewise.
7702         (BUS_ADRALN): Likewise.
7703         (BUS_ADRERR): Likewise.
7704         (BUS_OBJERR): Likewise.
7705         (BUS_MCEERR_AR): Likewise.
7706         (BUS_MCEERR_AO): Likewise.
7707         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7708         (TRAP_TRACE): Likewise.
7709         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7710         __USE_XOPEN2K8].
7711         (CLD_KILLED): Likewise.
7712         (CLD_DUMPED): Likewise.
7713         (CLD_TRAPPED): Likewise.
7714         (CLD_STOPPED): Likewise.
7715         (CLD_CONTINUED): Likewise.
7716         (POLL_IN): Likewise.
7717         (POLL_OUT): Likewise.
7718         (POLL_MSG): Likewise.
7719         (POLL_ERR): Likewise.
7720         (POLL_PRI): Likewise.
7721         (POLL_HUP): Likewise.
7722         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
7723         (ILL_ILLOPN): Likewise.
7724         (ILL_ILLADR): Likewise.
7725         (ILL_ILLTRP): Likewise.
7726         (ILL_PRVOPC): Likewise.
7727         (ILL_PRVREG): Likewise.
7728         (ILL_COPROC): Likewise.
7729         (ILL_BADSTK): Likewise.
7730         (FPE_INTDIV): Likewise.
7731         (FPE_INTOVF): Likewise.
7732         (FPE_FLTDIV): Likewise.
7733         (FPE_FLTOVF): Likewise.
7734         (FPE_FLTUND): Likewise.
7735         (FPE_FLTRES): Likewise.
7736         (FPE_FLTINV): Likewise.
7737         (FPE_FLTSUB): Likewise.
7738         (SEGV_MAPERR): Likewise.
7739         (SEGV_ACCERR): Likewise.
7740         (BUS_ADRALN): Likewise.
7741         (BUS_ADRERR): Likewise.
7742         (BUS_OBJERR): Likewise.
7743         (BUS_MCEERR_AR): Likewise.
7744         (BUS_MCEERR_AO): Likewise.
7745         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7746         (TRAP_TRACE): Likewise.
7747         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7748         __USE_XOPEN2K8].
7749         (CLD_KILLED): Likewise.
7750         (CLD_DUMPED): Likewise.
7751         (CLD_TRAPPED): Likewise.
7752         (CLD_STOPPED): Likewise.
7753         (CLD_CONTINUED): Likewise.
7754         (POLL_IN): Likewise.
7755         (POLL_OUT): Likewise.
7756         (POLL_MSG): Likewise.
7757         (POLL_ERR): Likewise.
7758         (POLL_PRI): Likewise.
7759         (POLL_HUP): Likewise.
7760         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
7761         (ILL_ILLOPN): Likewise.
7762         (ILL_ILLADR): Likewise.
7763         (ILL_ILLTRP): Likewise.
7764         (ILL_PRVOPC): Likewise.
7765         (ILL_PRVREG): Likewise.
7766         (ILL_COPROC): Likewise.
7767         (ILL_BADSTK): Likewise.
7768         (FPE_INTDIV): Likewise.
7769         (FPE_INTOVF): Likewise.
7770         (FPE_FLTDIV): Likewise.
7771         (FPE_FLTOVF): Likewise.
7772         (FPE_FLTUND): Likewise.
7773         (FPE_FLTRES): Likewise.
7774         (FPE_FLTINV): Likewise.
7775         (FPE_FLTSUB): Likewise.
7776         (SEGV_MAPERR): Likewise.
7777         (SEGV_ACCERR): Likewise.
7778         (BUS_ADRALN): Likewise.
7779         (BUS_ADRERR): Likewise.
7780         (BUS_OBJERR): Likewise.
7781         (BUS_MCEERR_AR): Likewise.
7782         (BUS_MCEERR_AO): Likewise.
7783         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7784         (TRAP_TRACE): Likewise.
7785         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7786         __USE_XOPEN2K8].
7787         (CLD_KILLED): Likewise.
7788         (CLD_DUMPED): Likewise.
7789         (CLD_TRAPPED): Likewise.
7790         (CLD_STOPPED): Likewise.
7791         (CLD_CONTINUED): Likewise.
7792         (POLL_IN): Likewise.
7793         (POLL_OUT): Likewise.
7794         (POLL_MSG): Likewise.
7795         (POLL_ERR): Likewise.
7796         (POLL_PRI): Likewise.
7797         (POLL_HUP): Likewise.
7798         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
7799         (ILL_ILLOPN): Likewise.
7800         (ILL_ILLADR): Likewise.
7801         (ILL_ILLTRP): Likewise.
7802         (ILL_PRVOPC): Likewise.
7803         (ILL_PRVREG): Likewise.
7804         (ILL_COPROC): Likewise.
7805         (ILL_BADSTK): Likewise.
7806         (ILL_DBLFLT): Likewise.
7807         (ILL_HARDWALL): Likewise.
7808         (FPE_INTDIV): Likewise.
7809         (FPE_INTOVF): Likewise.
7810         (FPE_FLTDIV): Likewise.
7811         (FPE_FLTOVF): Likewise.
7812         (FPE_FLTUND): Likewise.
7813         (FPE_FLTRES): Likewise.
7814         (FPE_FLTINV): Likewise.
7815         (FPE_FLTSUB): Likewise.
7816         (SEGV_MAPERR): Likewise.
7817         (SEGV_ACCERR): Likewise.
7818         (BUS_ADRALN): Likewise.
7819         (BUS_ADRERR): Likewise.
7820         (BUS_OBJERR): Likewise.
7821         (BUS_MCEERR_AR): Likewise.
7822         (BUS_MCEERR_AO): Likewise.
7823         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7824         (TRAP_TRACE): Likewise.
7825         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7826         __USE_XOPEN2K8].
7827         (CLD_KILLED): Likewise.
7828         (CLD_DUMPED): Likewise.
7829         (CLD_TRAPPED): Likewise.
7830         (CLD_STOPPED): Likewise.
7831         (CLD_CONTINUED): Likewise.
7832         (POLL_IN): Likewise.
7833         (POLL_OUT): Likewise.
7834         (POLL_MSG): Likewise.
7835         (POLL_ERR): Likewise.
7836         (POLL_PRI): Likewise.
7837         (POLL_HUP): Likewise.
7838         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
7839         (ILL_ILLOPN): Likewise.
7840         (ILL_ILLADR): Likewise.
7841         (ILL_ILLTRP): Likewise.
7842         (ILL_PRVOPC): Likewise.
7843         (ILL_PRVREG): Likewise.
7844         (ILL_COPROC): Likewise.
7845         (ILL_BADSTK): Likewise.
7846         (FPE_INTDIV): Likewise.
7847         (FPE_INTOVF): Likewise.
7848         (FPE_FLTDIV): Likewise.
7849         (FPE_FLTOVF): Likewise.
7850         (FPE_FLTUND): Likewise.
7851         (FPE_FLTRES): Likewise.
7852         (FPE_FLTINV): Likewise.
7853         (FPE_FLTSUB): Likewise.
7854         (SEGV_MAPERR): Likewise.
7855         (SEGV_ACCERR): Likewise.
7856         (BUS_ADRALN): Likewise.
7857         (BUS_ADRERR): Likewise.
7858         (BUS_OBJERR): Likewise.
7859         (BUS_MCEERR_AR): Likewise.
7860         (BUS_MCEERR_AO): Likewise.
7861         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
7862         (TRAP_TRACE): Likewise.
7863         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
7864         __USE_XOPEN2K8].
7865         (CLD_KILLED): Likewise.
7866         (CLD_DUMPED): Likewise.
7867         (CLD_TRAPPED): Likewise.
7868         (CLD_STOPPED): Likewise.
7869         (CLD_CONTINUED): Likewise.
7870         (POLL_IN): Likewise.
7871         (POLL_OUT): Likewise.
7872         (POLL_MSG): Likewise.
7873         (POLL_ERR): Likewise.
7874         (POLL_PRI): Likewise.
7875         (POLL_HUP): Likewise.
7876         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
7877         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
7878
7879         [BZ #16670]
7880         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
7881         before #include of <time.h>.
7882         [!__USE_XOPEN2K] (__need_timespec): Likewise.
7883         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
7884         (test-xfail-UNIX98/sched.h/conform): Likewise.
7885
7886 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7887
7888         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
7889         error absence of trapping exception support.
7890         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
7891
7892 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
7893
7894         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
7895         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
7896         * timezone/Makefile (testdata): Move definition above include of
7897         Rules.
7898         (test-zones): New variable.
7899         (tests-special): Add zone files.
7900         (build-testdata): Use $(evaluate-test).
7901
7902         * elf/Makefile (tests-special): Rename tests to end with .out.
7903         ($(objpfx)noload-mem): Likewise.
7904         ($(objpfx)tst-leaks1-mem): Likewise.
7905         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
7906         * iconv/Makefile (xtests-special): Change test-iconvconfig to
7907         $(objpfx)test-iconvconfig.out.
7908         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
7909         set -e inside subshell and redirect output to file.
7910         * iconvdata/Makefile (generated): Rename tests to end with .out.
7911         Correct type.
7912         (tests-special): Rename tests to end with .out.
7913         ($(objpfx)mtrace-tst-loading): Likewise.
7914         * intl/Makefile (generated): Likewise.
7915         (tests-special): Likewise.
7916         ($(objpfx)mtrace-tst-gettext): Likewise.
7917         * misc/Makefile (generated): Likewise.
7918         (tests-special): Likewise.
7919         ($(objpfx)tst-error1-mem): Likewise.
7920         * nptl/Makefile (tests-special): Likewise.
7921         ($(objpfx)tst-stack3-mem): Likewise.
7922         (generated): Likewise.
7923         * posix/Makefile (generated): Likewise.
7924         (tests-special): Likewise.
7925         (xtests-special): Likewise.
7926         ($(objpfx)tst-fnmatch-mem): Likewise.
7927         ($(objpfx)bug-regex2-mem): Likewise.
7928         ($(objpfx)bug-regex14-mem): Likewise.
7929         ($(objpfx)bug-regex21-mem): Likewise.
7930         ($(objpfx)bug-regex31-mem): Likewise.
7931         ($(objpfx)tst-vfork3-mem): Likewise.
7932         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
7933         ($(objpfx)tst-pcre-mem): Likewise.
7934         ($(objpfx)tst-boost-mem): Likewise.
7935         ($(objpfx)bug-ga2-mem): Likewise.
7936         ($(objpfx)bug-glob2-mem): Likewise.
7937         * resolv/Makefile (generate): Likewise.
7938         (tests-special): Likewise.
7939         (xtests-special): Likewise.
7940         (generated): Likewise.
7941         ($(objpfx)mtrace-tst-leaks): Likewise.
7942         ($(objpfx)mtrace-tst-leaks2): Likewise.
7943
7944         * scripts/merge-test-results.sh: New file.
7945         * Makefile (tests-special-notdir): New variable.
7946         (tests): Run merge-test-results.sh.
7947         (xtests): Likewise.
7948         * Rules (tests-special-notdir): New variable.
7949         (xtests-special-notdir): Likewise.
7950         (tests): Run merge-test-results.sh
7951         (xtests): Likewise.
7952
7953         * Makeconfig (test-xfail-name): New variable.
7954         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
7955         compute variable name for expected failures.
7956         * conform/Makefile (conformtest-headers-data): New variable.
7957         (conformtest-standards): Likewise.
7958         (conformtest-headers-ISO): Likewise.
7959         (conformtest-headers-ISO99): Likewise.
7960         (conformtest-headers-ISO11): Likewise.
7961         (conformtest-headers-POSIX): Likewise.
7962         (conformtest-headers-XPG3): Likewise.
7963         (conformtest-headers-XPG4): Likewise.
7964         (conformtest-headers-UNIX98): Likewise.
7965         (conformtest-headers-XOPEN2K): Likewise.
7966         (conformtest-headers-POSIX2008): Likewise.
7967         (conformtest-headers-XOPEN2K8): Likewise.
7968         (conformtest-header-list-base): Likewise.
7969         (conformtest-header-list-tests): Likewise.
7970         (conformtest-header-base): Likewise.
7971         (conformtest-header-tests): Likewise.
7972         (tests-special): Add $(conformtest-header-list-tests).  If
7973         [$(fast-check) && !$(cross-compiling)], add
7974         $(conformtest-header-tests) instead of
7975         $(objpfx)run-conformtest.out.
7976         (generated): Add $(conformtest-header-list-base).  If
7977         [$(fast-check) && !$(cross-compiling)], add
7978         $(conformtest-header-base).  Remove previous setting.
7979         ($(conformtest-header-list-tests)): New target.
7980         (test-xfail-run-conformtest): Remove variable.
7981         ($(objpfx)run-conformtest.out): Remove target.
7982         (test-xfail-ISO11/complex.h/conform): New variable.
7983         (test-xfail-ISO11/stdalign.h/conform): Likewise.
7984         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
7985         (test-xfail-XPG3/varargs.h/conform): Likewise.
7986         (test-xfail-XPG4/varargs.h/conform): Likewise.
7987         (test-xfail-UNIX98/varargs.h/conform): Likewise.
7988         (test-xfail-XPG4/ndbm.h/conform): Likewise.
7989         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
7990         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
7991         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
7992         (test-xfail-XPG3/fcntl.h/conform): Likewise.
7993         (test-xfail-XPG3/ftw.h/conform): Likewise.
7994         (test-xfail-XPG3/grp.h/conform): Likewise.
7995         (test-xfail-XPG3/langinfo.h/conform): Likewise.
7996         (test-xfail-XPG3/limits.h/conform): Likewise.
7997         (test-xfail-XPG3/pwd.h/conform): Likewise.
7998         (test-xfail-XPG3/search.h/conform): Likewise.
7999         (test-xfail-XPG3/signal.h/conform): Likewise.
8000         (test-xfail-XPG3/stdio.h/conform): Likewise.
8001         (test-xfail-XPG3/stdlib.h/conform): Likewise.
8002         (test-xfail-XPG3/string.h/conform): Likewise.
8003         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
8004         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
8005         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
8006         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
8007         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
8008         (test-xfail-XPG3/sys/types.h/conform): Likewise.
8009         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
8010         (test-xfail-XPG3/termios.h/conform): Likewise.
8011         (test-xfail-XPG3/time.h/conform): Likewise.
8012         (test-xfail-XPG3/unistd.h/conform): Likewise.
8013         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
8014         (test-xfail-XPG4/fcntl.h/conform): Likewise.
8015         (test-xfail-XPG4/langinfo.h/conform): Likewise.
8016         (test-xfail-XPG4/netdb.h/conform): Likewise.
8017         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
8018         (test-xfail-XPG4/signal.h/conform): Likewise.
8019         (test-xfail-XPG4/stdio.h/conform): Likewise.
8020         (test-xfail-XPG4/stdlib.h/conform): Likewise.
8021         (test-xfail-XPG4/stropts.h/conform): Likewise.
8022         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
8023         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
8024         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
8025         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
8026         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
8027         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
8028         (test-xfail-XPG4/sys/time.h/conform): Likewise.
8029         (test-xfail-XPG4/sys/types.h/conform): Likewise.
8030         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
8031         (test-xfail-XPG4/termios.h/conform): Likewise.
8032         (test-xfail-XPG4/ucontext.h/conform): Likewise.
8033         (test-xfail-XPG4/unistd.h/conform): Likewise.
8034         (test-xfail-XPG4/utmpx.h/conform): Likewise.
8035         (test-xfail-POSIX/sched.h/conform): Likewise.
8036         (test-xfail-POSIX/signal.h/conform): Likewise.
8037         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
8038         (test-xfail-POSIX/tar.h/conform): Likewise.
8039         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
8040         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
8041         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
8042         (test-xfail-UNIX98/netdb.h/conform): Likewise.
8043         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
8044         (test-xfail-UNIX98/sched.h/conform): Likewise.
8045         (test-xfail-UNIX98/signal.h/conform): Likewise.
8046         (test-xfail-UNIX98/stdio.h/conform): Likewise.
8047         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
8048         (test-xfail-UNIX98/stropts.h/conform): Likewise.
8049         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
8050         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
8051         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
8052         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
8053         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
8054         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
8055         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
8056         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
8057         (test-xfail-UNIX98/unistd.h/conform): Likewise.
8058         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
8059         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
8060         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
8061         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
8062         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
8063         (test-xfail-XOPEN2K/math.h/conform): Likewise.
8064         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
8065         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
8066         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
8067         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
8068         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
8069         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
8070         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
8071         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
8072         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
8073         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
8074         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
8075         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
8076         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
8077         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
8078         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
8079         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
8080         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
8081         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
8082         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
8083         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
8084         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
8085         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
8086         (test-xfail-POSIX2008/signal.h/conform): Likewise.
8087         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
8088         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
8089         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
8090         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
8091         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
8092         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
8093         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
8094         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
8095         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
8096         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
8097         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
8098         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
8099         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
8100         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
8101         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
8102         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
8103         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
8104         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
8105         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
8106         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
8107         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
8108         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
8109         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
8110         (conformtest-cc-flags): Likewise.
8111         ($(conformtest-header-tests): New target.
8112         * conform/check-header-lists.sh: New file.
8113         * conform/run-conformtest.sh: Remove.
8114
8115         * conform/conformtest.pl: Allow ' and \ in values given for
8116         constants.
8117         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
8118         inclusion.
8119         [POSIX] (sys/types.h): Likewise.
8120         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
8121         inclusion.
8122         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
8123         inclusion.
8124         * conform/data/signal.h-data (SIGIO): Remove expectation.
8125         [XPG3] (SIGBUS): Do not expect.
8126         [POSIX || XPG3] (SIGPOLL): Likewise.
8127         [POSIX || XPG3] (SIGPROF): Likewise.
8128         [POSIX || XPG3] (SIGSYS): Likewise.
8129         [XPG3] (SIGTRAP): Likewise.
8130         [POSIX || XPG3] (SIGURG): Likewise.
8131         [POSIX || XPG3] (SIGVTALRM): Likewise.
8132         [POSIX || XPG3] (SIGXCPU): Likewise.
8133         [POSIX || XPG3] (SIGXFSZ): Likewise.
8134         [POSIX] (SA_SIGINFO): Expect.
8135         [XPG3] (siginfo_t): Do not expect type or contents.
8136         [POSIX] (si_pid): Do not expect element.
8137         [POSIX] (si_uid): Likewise.
8138         [POSIX] (si_addr): Likewise.
8139         [POSIX] (si_status): Likewise.
8140         [POSIX] (si_band): Likewise.
8141         [XPG4] (si_value): Likewise.
8142         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
8143         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
8144         [POSIX || XPG3] (ILL_ILLADR): Likewise.
8145         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
8146         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
8147         [POSIX || XPG3] (ILL_PRVREG): Likewise.
8148         [POSIX || XPG3] (ILL_COPROC): Likewise.
8149         [POSIX || XPG3] (ILL_BADSTK): Likewise.
8150         [POSIX || XPG3] (FPE_INTDIV): Likewise.
8151         [POSIX || XPG3] (FPE_INTOVF): Likewise.
8152         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
8153         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
8154         [POSIX || XPG3] (FPE_FLTUND): Likewise.
8155         [POSIX || XPG3] (FPE_FLTRES): Likewise.
8156         [POSIX || XPG3] (FPE_FLTINV): Likewise.
8157         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
8158         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
8159         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
8160         [POSIX || XPG3] (BUS_ADRALN): Likewise.
8161         [POSIX || XPG3] (BUS_ADRERR): Likewise.
8162         [POSIX || XPG3] (BUS_OBJERR): Likewise.
8163         [POSIX || XPG3] (CLD_EXITED): Likewise.
8164         [POSIX || XPG3] (CLD_KILLED): Likewise.
8165         [POSIX || XPG3] (CLD_DUMPED): Likewise.
8166         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
8167         [POSIX || XPG3] (CLD_STOPPED): Likewise.
8168         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
8169         [POSIX || XPG3] (POLL_IN): Likewise.
8170         [POSIX || XPG3] (POLL_OUT): Likewise.
8171         [POSIX || XPG3] (POLL_MSG): Likewise.
8172         [POSIX || XPG3] (POLL_ERR): Likewise.
8173         [POSIX || XPG3] (POLL_PRI): Likewise.
8174         [POSIX || XPG3] (POLL_HUP): Likewise.
8175         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
8176         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
8177         (SIG*): Do not allow.
8178         [XPG3] (si_*): Likewise.
8179         [XPG3] (SI_*): Likewise.
8180         [XPG3 || XPG4] (sigev_*): Likewise.
8181         [XPG3 || XPG4] (SIGEV_*): Likewise.
8182         [XPG3 || XPG4] (sival_*): Likewise.
8183         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
8184         [POSIX || XPG3] (BUS_*): Likewise.
8185         [POSIX || XPG3] (CLD_*): Likewise.
8186         [POSIX || XPG3] (FPE_*): Likewise.
8187         [POSIX || XPG3] (ILL_*): Likewise.
8188         [POSIX || XPG3] (POLL_*): Likewise.
8189         [POSIX || XPG3] (SEGV_*): Likewise.
8190         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
8191         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
8192         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
8193         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
8194         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
8195         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
8196         Specify type and value.
8197         (TVERSLEN): Likewise.
8198         (REGTYPE): Likewise.
8199         (AREGTYPE): Likewise.
8200         (LNKTYPE): Likewise.
8201         (SYMTYPE): Likewise.
8202         (CHRTYPE): Likewise.
8203         (BLKTYPE): Likewise.
8204         (DIRTYPE): Likewise.
8205         (FIFOTYPE): Likewise.
8206         (CONTTYPE): Likewise.
8207         (TSUID): Likewise.
8208         (TSGID): Likewise.
8209         (TSVTX): Likewise.
8210         (TUREAD): Likewise.
8211         (TUWRITE): Likewise.
8212         (TUEXEC): Likewise.
8213         (TGREAD): Likewise.
8214         (TGWRITE): Likewise.
8215         (TGEXEC): Likewise.
8216         (TOREAD): Likewise.
8217         (TOWRITE): Likewise.
8218         (TOEXEC): Likewise.
8219         [POSIX] (TSVTX): Expect constant.
8220
8221 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
8222
8223         * Makefile (tests): Change dependencies to ....
8224         (tests-special): ... additions to this variable.
8225         (tests): Depend on $(tests-special).
8226         * Makerules (check-abi-list): New variable.
8227         (check-abi): Depend on $(check-abi-list).
8228         [$(subdir) = elf] (tests-special): Add
8229         $(objpfx)check-abi-libc.out.
8230         [$(build-shared) = yes && subdir] (tests-special): Add
8231         $(check-abi-list).
8232         [$(build-shared) = yes && subdir] (tests): Do not depend on
8233         check-abi.
8234         * Rules (tests): Depend on $(tests-special).
8235         (xtests): Depend on $(xtests-special).
8236         * catgets/Makefile (tests): Change dependencies to ....
8237         (tests-special): ... additions to this variable.
8238         * conform/Makefile (tests): Change dependencies to ....
8239         (tests-special): ... additions to this variable.
8240         * elf/Makefile (tests): Change dependencies to ....
8241         (tests-special): ... additions to this variable.
8242         * grp/Makefile (tests): Change dependencies to ....
8243         (tests-special): ... additions to this variable.
8244         * iconv/Makefile (xtests): Change dependencies to ....
8245         (xtests-special): ... additions to this variable.
8246         * iconvdata/Makefile (tests): Change dependencies to ....
8247         (tests-special): ... additions to this variable.
8248         * intl/Makefile (tests): Change dependencies to ....
8249         (tests-special): ... additions to this variable.  Also add
8250         $(objpfx)tst-gettext.out.
8251         * io/Makefile (tests): Change dependencies to ....
8252         (tests-special): ... additions to this variable.
8253         * libio/Makefile (tests): Change dependencies to ....
8254         (tests-special): ... additions to this variable.
8255         * malloc/Makefile (tests): Change dependencies to ....
8256         (tests-special): ... additions to this variable.
8257         * misc/Makefile (tests): Change dependencies to ....
8258         (tests-special): ... additions to this variable.
8259         * nptl/Makefile (tests): Change dependencies to ....
8260         (tests-special): ... additions to this variable.
8261         * nptl_db/Makefile (tests): Change dependencies to ....
8262         (tests-special): ... additions to this variable.
8263         * posix/Makefile (tests): Change dependencies to ....
8264         (tests-special): ... additions to this variable.
8265         (xtests): Change dependencies to ....
8266         (xtests-special): ... additions to this variable.
8267         * resolv/Makefile (tests): Change dependencies to ....
8268         (tests-special): ... additions to this variable.
8269         (xtests): Change dependencies to ....
8270         (xtests-special): ... additions to this variable.
8271         * stdio-common/Makefile (tests): Change dependencies to ....
8272         (tests-special): ... additions to this variable.
8273         (do-tst-unbputc): Remove target.
8274         (do-tst-printf): Likewise.
8275         * stdlib/Makefile (tests): Change dependencies to ....
8276         (tests-special): ... additions to this variable.
8277         * string/Makefile (tests): Change dependencies to ....
8278         (tests-special): ... additions to this variable.
8279         * sysdeps/x86/Makefile (tests): Change dependencies to ....
8280         (tests-special): ... additions to this variable.
8281
8282         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
8283         whole file.
8284         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
8285         whole file.
8286         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
8287         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
8288
8289         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
8290         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
8291         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
8292         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
8293         * conform/data/libgen.h-data [XPG3]: Likewise.
8294         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
8295         * conform/data/ndbm.h-data [XPG3]: Likewise.
8296         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
8297         * conform/data/netdb.h-data [XPG3]: Likewise.
8298         * conform/data/netinet/in.h-data [XPG3]: Likewise.
8299         * conform/data/poll.h-data [XPG3]: Likewise.
8300         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
8301         * conform/data/strings.h-data [XPG3]: Likewise.
8302         * conform/data/stropts.h-data [XPG3]: Likewise.
8303         * conform/data/sys/mman.h-data [XPG3]: Likewise.
8304         * conform/data/sys/resource.h-data [XPG3]: Likewise.
8305         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
8306         Likewise.
8307         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
8308         * conform/data/sys/time.h-data [XPG3]: Likewise.
8309         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
8310         * conform/data/sys/uio.h-data [XPG3]: Likewise.
8311         * conform/data/sys/un.h-data [XPG3]: Likewise.
8312         * conform/data/syslog.h-data [XPG3]: Likewise.
8313         * conform/data/ucontext.h-data [XPG3]: Likewise.
8314         * conform/data/utmpx.h-data [XPG3]: Likewise.
8315         * conform/data/varargs.h-data [UNIX98]: Enable file.
8316
8317         * manual/Makefile (INSTALL_INFO): Remove variable setting.
8318
8319         * math/libm-test.inc (struct test_f_f_data): Move expected results
8320         into structure for each rounding mode.
8321         (struct test_ff_f_data): Likewise.
8322         (struct test_ff_f_data_nexttoward): Likewise.
8323         (struct test_fi_f_data): Likewise.
8324         (struct test_fl_f_data): Likewise.
8325         (struct test_if_f_data): Likewise.
8326         (struct test_fff_f_data): Likewise.
8327         (struct test_c_f_data): Likewise.
8328         (struct test_f_f1_data): Likewise.
8329         (struct test_fF_f1_data): Likewise.
8330         (struct test_ffI_f1_data): Likewise.
8331         (struct test_c_c_data): Likewise.
8332         (struct test_cc_c_data): Likewise.
8333         (struct test_f_i_data): Likewise.
8334         (struct test_ff_i_data): Likewise.
8335         (struct test_f_l_data): Likewise.
8336         (struct test_f_L_data): Likewise.
8337         (struct test_fFF_11_data): Likewise.
8338         (RM_): New macro.
8339         (RM_FE_DOWNWARD): Likewise.
8340         (RM_FE_TONEAREST): Likewise.
8341         (RM_FE_TOWARDZERO): Likewise.
8342         (RM_FE_UPWARD): Likewise.
8343         (RUN_TEST_LOOP_f_f): Update references to expected results.
8344         (RUN_TEST_LOOP_2_f): Likewise.
8345         (RUN_TEST_LOOP_fff_f): Likewise.
8346         (RUN_TEST_LOOP_c_f): Likewise.
8347         (RUN_TEST_LOOP_f_f1): Likewise.
8348         (RUN_TEST_LOOP_fF_f1): Likewise.
8349         (RUN_TEST_LOOP_fI_f1): Likewise.
8350         (RUN_TEST_LOOP_ffI_f1): Likewise.
8351         (RUN_TEST_LOOP_c_c): Likewise.
8352         (RUN_TEST_LOOP_cc_c): Likewise.
8353         (RUN_TEST_LOOP_f_i): Likewise.
8354         (RUN_TEST_LOOP_f_i_tg): Likewise.
8355         (RUN_TEST_LOOP_ff_i_tg): Likewise.
8356         (RUN_TEST_LOOP_f_b): Likewise.
8357         (RUN_TEST_LOOP_f_b_tg): Likewise.
8358         (RUN_TEST_LOOP_f_l): Likewise.
8359         (RUN_TEST_LOOP_f_L): Likewise.
8360         (RUN_TEST_LOOP_fFF_11): Likewise.
8361         * math/gen-libm-test.pl (parse_args): Output four copies of
8362         expected results for each test.
8363
8364         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
8365         (__ASSUME_UTIMES): Remove.
8366         * sysdeps/unix/sysv/linux/tile/kernel-features.h
8367         (__ASSUME_UTIMES): Likewise.
8368
8369         * math/gen-auto-libm-tests.c: Update comment on output format.
8370         (output_for_one_input_case): Generate before-rounding and
8371         after-rounding information as conditions on output flags not
8372         floating-point format.
8373         * math/auto-libm-test-out: Regenerated.
8374         * math/gen-libm-test.pl (cond_value): New function.
8375         (or_cond_value): Use cond_value.
8376         (generate_testfile): Handle conditional exceptions.
8377
8378 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
8379
8380         * math/libm-test.inc (max_valid_error): New variable.
8381         (init_max_error): Take new argument specifying whether function
8382         results are exactly determined.  Set max_valid_error and bound
8383         other variables for errors based on this argument.
8384         (set_max_error): Do not record results above max_valid_error.
8385         (check_float_internal): Only accept errors of up to 0.5ulps if
8386         also at most max_valid_error.
8387         (START): Take new argument EXACT and pass it to init_max_error.
8388         (acos_test): Update call to START.
8389         (acos_test_tonearest): Likewise.
8390         (acos_test_towardzero): Likewise.
8391         (acos_test_downward): Likewise.
8392         (acos_test_upward): Likewise.
8393         (acosh_test): Likewise.
8394         (asin_test): Likewise.
8395         (asin_test_tonearest): Likewise.
8396         (asin_test_towardzero): Likewise.
8397         (asin_test_downward): Likewise.
8398         (asin_test_upward): Likewise.
8399         (asinh_test): Likewise.
8400         (atan_test): Likewise.
8401         (atanh_test): Likewise.
8402         (atan2_test): Likewise.
8403         (cabs_test): Likewise.
8404         (cacos_test): Likewise.
8405         (cacosh_test): Likewise.
8406         (carg_test): Likewise.
8407         (casin_test): Likewise.
8408         (casinh_test): Likewise.
8409         (catan_test): Likewise.
8410         (catanh_test): Likewise.
8411         (cbrt_test): Likewise.
8412         (ccos_test): Likewise.
8413         (ccosh_test): Likewise.
8414         (ceil_test): Likewise.
8415         (cexp_test): Likewise.
8416         (cimag_test): Likewise.
8417         (clog_test): Likewise.
8418         (clog10_test): Likewise.
8419         (conj_test): Likewise.
8420         (copysign_test): Likewise.
8421         (cos_test): Likewise.
8422         (cos_test_tonearest): Likewise.
8423         (cos_test_towardzero): Likewise.
8424         (cos_test_downward): Likewise.
8425         (cos_test_upward): Likewise.
8426         (cosh_test): Likewise.
8427         (cosh_test_tonearest): Likewise.
8428         (cosh_test_towardzero): Likewise.
8429         (cosh_test_downward): Likewise.
8430         (cosh_test_upward): Likewise.
8431         (cpow_test): Likewise.
8432         (cproj_test): Likewise.
8433         (creal_test): Likewise.
8434         (csin_test): Likewise.
8435         (csinh_test): Likewise.
8436         (csqrt_test): Likewise.
8437         (ctan_test): Likewise.
8438         (ctan_test_tonearest): Likewise.
8439         (ctan_test_towardzero): Likewise.
8440         (ctan_test_downward): Likewise.
8441         (ctan_test_upward): Likewise.
8442         (ctanh_test): Likewise.
8443         (ctanh_test_tonearest): Likewise.
8444         (ctanh_test_towardzero): Likewise.
8445         (ctanh_test_downward): Likewise.
8446         (ctanh_test_upward): Likewise.
8447         (erf_test): Likewise.
8448         (erfc_test): Likewise.
8449         (exp_test): Likewise.
8450         (exp_test_tonearest): Likewise.
8451         (exp_test_towardzero): Likewise.
8452         (exp_test_downward): Likewise.
8453         (exp_test_upward): Likewise.
8454         (exp10_test): Likewise.
8455         (exp10_test_tonearest): Likewise.
8456         (exp10_test_towardzero): Likewise.
8457         (exp10_test_downward): Likewise.
8458         (exp10_test_upward): Likewise.
8459         (pow10_test): Likewise.
8460         (exp2_test): Likewise.
8461         (expm1_test): Likewise.
8462         (expm1_test_tonearest): Likewise.
8463         (expm1_test_towardzero): Likewise.
8464         (expm1_test_downward): Likewise.
8465         (expm1_test_upward): Likewise.
8466         (fabs_test): Likewise.
8467         (fdim_test): Likewise.
8468         (floor_test): Likewise.
8469         (fma_test): Likewise.
8470         (fma_test_towardzero): Likewise.
8471         (fma_test_downward): Likewise.
8472         (fma_test_upward): Likewise.
8473         (fmax_test): Likewise.
8474         (fmin_test): Likewise.
8475         (fmod_test): Likewise.
8476         (fpclassify_test): Likewise.
8477         (frexp_test): Likewise.
8478         (hypot_test): Likewise.
8479         (ilogb_test): Likewise.
8480         (isfinite_test): Likewise.
8481         (finite_test): Likewise.
8482         (isgreater_test): Likewise.
8483         (isgreaterequal_test): Likewise.
8484         (isinf_test): Likewise.
8485         (isless_test): Likewise.
8486         (islessequal_test): Likewise.
8487         (islessgreater_test): Likewise.
8488         (isnan_test): Likewise.
8489         (isnormal_test): Likewise.
8490         (issignaling_test): Likewise.
8491         (isunordered_test): Likewise.
8492         (j0_test): Likewise.
8493         (j1_test): Likewise.
8494         (jn_test): Likewise.
8495         (ldexp_test): Likewise.
8496         (lgamma_test): Likewise.
8497         (gamma_test): Likewise.
8498         (lrint_test): Likewise.
8499         (lrint_test_tonearest): Likewise.
8500         (lrint_test_towardzero): Likewise.
8501         (lrint_test_downward): Likewise.
8502         (lrint_test_upward): Likewise.
8503         (llrint_test): Likewise.
8504         (llrint_test_tonearest): Likewise.
8505         (llrint_test_towardzero): Likewise.
8506         (llrint_test_downward): Likewise.
8507         (llrint_test_upward): Likewise.
8508         (log_test): Likewise.
8509         (log10_test): Likewise.
8510         (log1p_test): Likewise.
8511         (log2_test): Likewise.
8512         (logb_test): Likewise.
8513         (logb_test_downward): Likewise.
8514         (lround_test): Likewise.
8515         (llround_test): Likewise.
8516         (modf_test): Likewise.
8517         (nearbyint_test): Likewise.
8518         (nextafter_test): Likewise.
8519         (nexttoward_test): Likewise.
8520         (pow_test): Likewise.
8521         (pow_test_tonearest): Likewise.
8522         (pow_test_towardzero): Likewise.
8523         (pow_test_downward): Likewise.
8524         (pow_test_upward): Likewise.
8525         (remainder_test): Likewise.
8526         (drem_test): Likewise.
8527         (remainder_test_tonearest): Likewise.
8528         (drem_test_tonearest): Likewise.
8529         (remainder_test_towardzero): Likewise.
8530         (drem_test_towardzero): Likewise.
8531         (remainder_test_downward): Likewise.
8532         (drem_test_downward): Likewise.
8533         (remainder_test_upward): Likewise.
8534         (drem_test_upward): Likewise.
8535         (remquo_test): Likewise.
8536         (rint_test): Likewise.
8537         (rint_test_tonearest): Likewise.
8538         (rint_test_towardzero): Likewise.
8539         (rint_test_downward): Likewise.
8540         (rint_test_upward): Likewise.
8541         (round_test): Likewise.
8542         (scalb_test): Likewise.
8543         (scalbn_test): Likewise.
8544         (scalbln_test): Likewise.
8545         (signbit_test): Likewise.
8546         (sin_test): Likewise.
8547         (sin_test_tonearest): Likewise.
8548         (sin_test_towardzero): Likewise.
8549         (sin_test_downward): Likewise.
8550         (sin_test_upward): Likewise.
8551         (sincos_test): Likewise.
8552         (sinh_test): Likewise.
8553         (sinh_test_tonearest): Likewise.
8554         (sinh_test_towardzero): Likewise.
8555         (sinh_test_downward): Likewise.
8556         (sinh_test_upward): Likewise.
8557         (sqrt_test): Likewise.
8558         (sqrt_test_tonearest): Likewise.
8559         (sqrt_test_towardzero): Likewise.
8560         (sqrt_test_downward): Likewise.
8561         (sqrt_test_upward): Likewise.
8562         (tan_test): Likewise.
8563         (tan_test_tonearest): Likewise.
8564         (tan_test_towardzero): Likewise.
8565         (tan_test_downward): Likewise.
8566         (tan_test_upward): Likewise.
8567         (tanh_test): Likewise.
8568         (tgamma_test): Likewise.
8569         (trunc_test): Likewise.
8570         (y0_test): Likewise.
8571         (y1_test): Likewise.
8572         (yn_test): Likewise.
8573         (significand_test): Likewise.
8574
8575         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
8576         individual tests in comment.
8577         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
8578         (prev_max_error): New variable.
8579         (prev_real_max_error): Likewise.
8580         (prev_imag_max_error): Likewise.
8581         (compare_ulp_data): Don't refer to test names in comment.
8582         (find_test_ulps): Remove function.
8583         (find_function_ulps): Likewise.
8584         (find_complex_function_ulps): Likewise.
8585         (init_max_error): Take function name as argument.  Look up ulps
8586         for that function.
8587         (print_ulps): Remove function.
8588         (print_max_error): Use prev_max_error instead of calling
8589         find_function_ulps.
8590         (print_complex_max_error): Use prev_real_max_error and
8591         prev_imag_max_error instead of calling find_complex_function_ulps.
8592         (check_float_internal): Take max_ulp parameter instead of calling
8593         find_test_ulps.  Don't call print_ulps.
8594         (check_float): Update call to check_float_internal.
8595         (check_complex): Update calls to check_float_internal.
8596         (START): Pass argument to init_max_error.
8597         * math/gen-libm-test.pl (%results): Don't include "kind"
8598         information.
8599         (parse_ulps): Don't handle ulps of individual tests.
8600         (print_ulps_file): Likewise.
8601         (output_ulps): Likewise.
8602         * math/README.libm-test: Update.
8603         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
8604         individual tests.
8605         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
8606         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
8607         * sysdeps/arm/libm-test-ulps: Likewise.
8608         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
8609         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
8610         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
8611         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
8612         * sysdeps/microblaze/libm-test-ulps: Likewise.
8613         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
8614         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
8615         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
8616         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
8617         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
8618         * sysdeps/sh/libm-test-ulps: Likewise.
8619         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
8620         * sysdeps/tile/libm-test-ulps: Likewise.
8621         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8622
8623 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
8624
8625         * math/libm-test.inc (print_complex_max_error): Check separately
8626         whether real and imaginary errors are within allowed range and
8627         pass 0 to print_complex_function_ulps instead of value within
8628         allowed range.
8629
8630 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8631
8632         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
8633         formatting.
8634         (get_handles_fopen): Likewise.
8635         (do_write_test): Likewise.
8636
8637         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
8638
8639         * libio/fileops.c (do_ftell): Use cached offset when
8640         available.
8641         * libio/iofwide.c (do_ftell_wide): Likewise.
8642         * libio/iofdopen.c (_IO_new_fdopen): Don't use
8643         _IO_file_attach.
8644         * libio/wfileops.c (_IO_fwide): Don't cache offset.
8645
8646         [BZ #16532]
8647         * libio/libioP.h (get_file_offset): New function.
8648         * libio/fileops.c (get_file_offset): Likewise.
8649         (do_ftell): Likewise.
8650         (_IO_new_file_seekoff): Split out ftell logic.
8651         * libio/wfileops.c (do_ftell_wide): Likewise.
8652         (_IO_wfile_seekoff): Split out ftell logic.
8653         * libio/tst-ftell-active-handler.c: New test case.
8654         * libio/Makefile (tests): Add it.
8655
8656 2014-03-03  Roland McGrath  <roland@hack.frob.com>
8657
8658         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
8659         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
8660
8661 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
8662
8663         [BZ #16639]
8664         * nscd/connections.c (nscd_init): Call do_exit.
8665         (start_threads): Call do_exit and notify_parent.
8666         (begin_drop_privileges): Call do_exit.
8667         (finish_drop_privileges): Likewise.
8668         * nscd/selinux.c (preserve_capabilities): Likewise.
8669         (install_real_capabilities): Likewise.
8670         (nscd_selinux_enabled): Likewise.
8671         (avc_create_thread): Likewise.
8672         (avc_alloc_lock): Likewise.
8673         (nscd_avc_init): Likewise.
8674         * nscd/nscd.c (parent_fd): New static variable.
8675         (main): Create a pipe between parent and child processes.
8676         Skip closing parent_fd.
8677         (monitor_child): New function.
8678         (do_exit): Likewise.
8679         (notify_parent): Likewise.
8680         * nscd/nscd.h (notify_parent): Likewise.
8681         (do_exit): Likewise.
8682
8683 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
8684
8685         * malloc/malloc.c (__libc_calloc): Revert last change.
8686
8687 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8688
8689         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8690
8691 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8692
8693         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
8694         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
8695         implementation.
8696         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8697         (__libc_ifunc_impl_list): Likewise.
8698         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
8699         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
8700         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
8701         * string/strrchr.c: Define STRRCHR.
8702
8703 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
8704
8705         * benchtest/bench-strtok.c (simple_strtok): Delete.
8706         (strtok_string): Use as benchmark.
8707         * string/strtok (STRTOK): New macro.
8708
8709 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
8710
8711         * manual/threads.texi: Add header and standard comments to all
8712         functions.
8713
8714         * elf/dl-lookup.c (check_match): New function.
8715         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
8716         (do_lookup_x): Remove nested function check_match. Use non-nested
8717         function check_match.
8718
8719 2014-02-28  Roland McGrath  <roland@hack.frob.com>
8720
8721         * csu/Makefile (generated, before-compile): Use += rather than =.
8722         * catgets/Makefile (generated, generated-dirs): Likewise.
8723         * debug/Makefile (generated): Likewise.
8724         * dlfcn/Makefile (generated): Likewise.
8725         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
8726         * iconvdata/Makefile (before-compile, generated): Likewise.
8727         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
8728         * libio/Makefile (generated): Likewise.
8729         * malloc/Makefile (generated): Likewise.
8730         * manual/Makefile (generated, generated-dirs): Likewise.
8731         * misc/Makefile (generated): Likewise.
8732         * posix/Makefile (generated): Likewise.
8733         * resolv/Makefile (generated): Likewise.
8734         * sunrpc/Makefile (generated, generated-dirs): Likewise.
8735         * timezone/Makefile (generated, generated-dirs): Likewise.
8736
8737         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
8738
8739 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8740
8741         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
8742         power8 implementation.
8743         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
8744         file: POWER8 llround ifunc implementation.
8745         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
8746         (__lllround): Add POWER8 implementation.
8747         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
8748         POWER8 llround implementation.
8749
8750         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
8751         power8 implementation.
8752         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
8753         file: POWER8 llrint ifunc implementation.
8754         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
8755         Add POWER8 implementation.
8756         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
8757         POWER8 llrint implementation.
8758
8759         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
8760         power8 implementation.
8761         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
8762         file: POWER8 finite ifunc implementation.
8763         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
8764         Add POWER8 implementation.
8765         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
8766         Likewise.
8767         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
8768         POWER8 finite implementation.
8769         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
8770
8771         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
8772         power8 implementation.
8773         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
8774         file: POWER8 isinf ifunc implementation.
8775         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
8776         POWER8 implementation.
8777         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
8778         Likewise.
8779         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
8780         isinf implementation.
8781         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
8782
8783         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
8784         (INIT_ARCH): Add hwcap2 initialization.
8785         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
8786         power8 implementation.
8787         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
8788         file: POWER8 isnan ifunc implementation.
8789         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
8790         POWER8 implementation.
8791         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
8792         Likewise.
8793         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
8794         isnan implementation.
8795         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
8796
8797 2014-02-27  Joey Ye  <joey.ye@arm.com>
8798
8799         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
8800         (_FP_NANFRAC_Q): Set to zero.
8801
8802 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8803
8804         [BZ #16623]
8805         * math/auto-libm-test-in: New test inputs.
8806         * math/auto-libm-test-out: Regenerate.
8807         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
8808         and DA.
8809         (__cos): Likewise.
8810         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
8811
8812 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
8813
8814         * scripts/evaluate-test.sh: Take new argument indicating whether
8815         failure is expected.
8816         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
8817         indicating whether failure is expected.
8818         * conform/Makefile (test-xfail-run-conformtest): New variable.
8819         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
8820         level.
8821         * posix/Makefile (test-xfail-annexc): New variable.
8822         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
8823
8824 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
8825
8826         * argp/Makefile: Include Makeconfig immediately after defining
8827         subdir.
8828         * assert/Makefile: Likewise.
8829         * benchtests/Makefile: Likewise.
8830         * catgets/Makefile: Likewise.
8831         * conform/Makefile: Likewise.
8832         * crypt/Makefile: Likewise.
8833         * csu/Makefile: Likewise.
8834         (all): Remove target.
8835         * ctype/Makefile: Include Makeconfig immediately after defining
8836         subdir.
8837         * debug/Makefile: Likewise.
8838         * dirent/Makefile: Likewise.
8839         * dlfcn/Makefile: Likewise.
8840         * gmon/Makefile: Likewise.
8841         * gnulib/Makefile: Likewise.
8842         * grp/Makefile: Likewise.
8843         * gshadow/Makefile: Likewise.
8844         * hesiod/Makefile: Likewise.
8845         * hurd/Makefile: Likewise.
8846         (all): Remove target.
8847         * iconvdata/Makefile: Include Makeconfig immediately after
8848         defining subdir.
8849         * inet/Makefile: Likewise.
8850         * intl/Makefile: Likewise.
8851         * io/Makefile: Likewise.
8852         * libio/Makefile: Likewise.
8853         (all): Remove target.
8854         * locale/Makefile: Include Makeconfig immediately after defining
8855         subdir.
8856         * login/Makefile: Likewise.
8857         * mach/Makefile: Likewise.
8858         (all): Remove target.
8859         * malloc/Makefile: Include Makeconfig immediately after defining
8860         subdir.
8861         (all): Remove target.
8862         * manual/Makefile: Include Makeconfig immediately after defining
8863         subdir.
8864         * math/Makefile: Likewise.
8865         * misc/Makefile: Likewise.
8866         * nis/Makefile: Likewise.
8867         * nss/Makefile: Likewise.
8868         * po/Makefile: Likewise.
8869         (all): Remove target.
8870         * posix/Makefile: Include Makeconfig immediately after defining
8871         subdir.
8872         * pwd/Makefile: Likewise.
8873         * resolv/Makefile: Likewise.
8874         * resource/Makefile: Likewise.
8875         * rt/Makefile: Likewise.
8876         * setjmp/Makefile: Likewise.
8877         * shadow/Makefile: Likewise.
8878         * signal/Makefile: Likewise.
8879         * socket/Makefile: Likewise.
8880         * soft-fp/Makefile: Likewise.
8881         * stdio-common/Makefile: Likewise.
8882         * stdlib/Makefile: Likewise.
8883         * streams/Makefile: Likewise.
8884         * string/Makefile: Likewise.
8885         * sunrpc/Makefile: Likewise.
8886         (all): Remove target.
8887         * sysvipc/Makefile: Include Makeconfig immediately after defining
8888         subdir.
8889         * termios/Makefile: Likewise.
8890         * time/Makefile: Likewise.
8891         * timezone/Makefile: Likewise.
8892         (all): Remove target.
8893         * wcsmbs/Makefile: Include Makeconfig immediately after defining
8894         subdir.
8895         * wctype/Makefile: Likewise.
8896
8897 2014-02-26  Steve Ellcey  <sellcey@mips.com>
8898
8899         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
8900         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
8901         (libc_feholdexcept_setround_mips): Ditto.
8902         (libc_feholdsetround): New.
8903         (libc_feholdsetroundf): New.
8904         (libc_feholdsetroundl): New.
8905         (libc_feupdateenv_test_mips): New.
8906         (libc_feupdateenv_test): New.
8907         (libc_feupdateenv_testf): New.
8908         (libc_feupdateenv_testl): New.
8909         (libc_feresetround): New.
8910         (libc_feresetroundf): New.
8911         (libc_feresetroundl): New.
8912         (libc_fetestexcept_mips): New.
8913         (libc_fetestexcept): New.
8914         (libc_fetestexceptf): New.
8915         (libc_fetestexceptl): New.
8916         (HAVE_RM_CTX): New.
8917         (libc_feholdexcept_setround_mips_ctx): New.
8918         (libc_feholdexcept_setround_ctx): New.
8919         (libc_feholdexcept_setroundf_ctx): New.
8920         (libc_feholdexcept_setroundl_ctx): New.
8921         (libc_fesetenv_mips_ctx): New.
8922         (libc_fesetenv_ctx): New.
8923         (libc_fesetenv_ctxf): New.
8924         (libc_fesetenv_ctxl): New.
8925         (libc_feupdateenv_mips_ctx): New.
8926         (libc_feupdateenv_ctx): New.
8927         (libc_feupdateenvf_ctx): New.
8928         (libc_feupdateenvl_ctx): New.
8929         (libc_feholdsetround_mips_ctx): New.
8930         (libc_feholdsetround_ctx): New.
8931         (libc_feholdsetroundf_ctx): New.
8932         (libc_feholdsetroundl_ctx): New.
8933         (libc_feresetround_mips_ctx): New.
8934         (libc_feresetround_ctx): New.
8935         (libc_feresetroundf_ctx): New.
8936         (libc_feresetroundl_ctx): New.
8937
8938 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
8939
8940         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
8941
8942         * manual/ipc.texi: New file.
8943         * manual/Makefile (chapters): Add ipc.
8944         * manual/job.texi: Add "Inter-Process Communication" to next.
8945         * manual/process.texi: Add "Inter-Process Communication" to prev.
8946
8947 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8948
8949         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8950
8951 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
8952
8953         * malloc/malloc.c (__libc_calloc): Simplify implementation.
8954
8955         * manual/arith.texi: Fix spaces after sentences.
8956         * manual/charset.texi: Likewise.
8957         * manual/errno.texi: Likewise.
8958         * manual/install.texi: Likewise.
8959         * manual/llio.texi: Likewise.
8960         * manual/locale.texi: Likewise.
8961         * manual/maint.texi: Likewise.
8962         * manual/math.texi: Likewise.
8963         * manual/memory.texi: Likewise.
8964         * manual/message.texi: Likewise.
8965         * manual/probes.texi: Likewise.
8966         * manual/resource.texi: Likewise.
8967         * manual/signal.texi: Likewise.
8968         * manual/socket.texi: Likewise.
8969         * manual/stdio.texi: Likewise.
8970         * manual/string.texi: Likewise.
8971         * manual/time.texi: Likewise.
8972         * manual/users.texi: Likewise.
8973
8974 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
8975
8976         [BZ #16632]
8977         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
8978         _DEFAULT_SOURCE is defined.
8979
8980 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
8981             Carlos O'Donell  <carlos@redhat.com>
8982
8983         [BZ #16613]
8984         * elf/dl-tls.c (_dl_count_modids): New function.
8985         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
8986         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
8987         audit library and increment generation counter.
8988         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
8989         * elf/tst-audit9.c: New file.
8990         * elf/tst-auditmod9a.c: New file.
8991         * elf/tst-auditmod9b.c: New file.
8992         * elf/Makefile: Add rules to build and run tst-audit9.
8993
8994 2014-02-25  Florian Weimer  <fweimer@redhat.com>
8995
8996         [BZ #15347]
8997         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
8998
8999 2014-02-25  Will Newton  <will.newton@linaro.org>
9000
9001         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
9002         (__longjmp): Restore sp and lr before restoring callee
9003         saved registers.  Add longjmp and longjmp_target
9004         SystemTap probe point.
9005         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
9006         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
9007         Define to zero to match jmpbuf layout.
9008         * sysdeps/arm/setjmp.S: Include stap-probe.h.
9009         (__sigsetjmp): Save sp and lr before saving callee
9010         saved registers.  Add setjmp SystemTap probe point.
9011
9012 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
9013
9014         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9015
9016 2014-02-24  Andreas Schwab  <schwab@suse.de>
9017
9018         [BZ #15804]
9019         * elf/pldd.c (wait_for_ptrace_stop): New function.
9020         (main): Call it after attaching.
9021
9022 2014-02-22  Roland McGrath  <roland@hack.frob.com>
9023
9024         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
9025         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
9026         Versions files is now verboten.
9027         * hurd/Versions (libc: GLIBC_2.0):
9028         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
9029         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
9030         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
9031         * mach/Versions: Likewise.
9032
9033         * csu/Versions: Remove unused %include.
9034         * resolv/Versions: Likewise.
9035
9036 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
9037
9038         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
9039         ($(objpfx)check-local-headers.out): Likewise.
9040         ($(objpfx)begin-end-check.out): Likewise.
9041         * Makerules (check-abi-%.out): Likewise.
9042         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
9043         ($(objpfx)test2.cat): Likewise.
9044         ($(objpfx)de/libc.cat): Likewise.
9045         ($(objpfx)test-gencat.out): Likewise.
9046         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
9047         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
9048         ($(objpfx)noload-mem): Likewise.
9049         ($(objpfx)tst-pathopt.out): Likewise.
9050         ($(objpfx)tst-rtld-load-self.out): Likewise.
9051         ($(objpfx)tst-array1-cmp.out): Likewise.
9052         ($(objpfx)tst-array1-static-cmp.out): Likewise.
9053         ($(objpfx)tst-array2-cmp.out): Likewise.
9054         ($(objpfx)tst-array3-cmp.out): Likewise.
9055         ($(objpfx)tst-array4-cmp.out): Likewise.
9056         ($(objpfx)tst-array5-cmp.out): Likewise.
9057         ($(objpfx)tst-array5-static-cmp.out): Likewise.
9058         ($(objpfx)check-textrel.out): Likewise.
9059         ($(objpfx)check-execstack.out): Likewise.
9060         ($(objpfx)check-localplt.out): Likewise.
9061         ($(objpfx)order2-cmp.out): Likewise.
9062         ($(objpfx)tst-leaks1-mem): Likewise.
9063         ($(objpfx)tst-leaks1-static-mem): Likewise.
9064         ($(objpfx)tst-initorder-cmp.out): Likewise.
9065         ($(objpfx)tst-initorder2-cmp.out): Likewise.
9066         ($(objpfx)tst-unused-dep.out): Likewise.
9067         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
9068         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
9069         * iconv/Makefile (test-iconvconfig): Likewise.
9070         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
9071         ($(objpfx)iconv-test.out): Likewise.
9072         ($(objpfx)tst-tables.out): Likewise.
9073         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
9074         ($(objpfx)tst-gettext.out): Likewise.
9075         ($(objpfx)tst-translit.out): Likewise.
9076         ($(objpfx)tst-gettext2.out): Likewise.
9077         ($(objpfx)tst-gettext4.out): Likewise.
9078         ($(objpfx)tst-gettext6.out): Likewise.
9079         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
9080         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
9081         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
9082         ($(objpfx)tst-fopenloc-mem.out): Likewise.
9083         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
9084         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
9085         * posix/Makefile ($(objpfx)globtest.out): Likewise.
9086         ($(objpfx)wordexp-tst.out): Likewise.
9087         ($(objpfx)annexc.out): Likewise.
9088         ($(objpfx)tst-fnmatch-mem): Likewise.
9089         ($(objpfx)bug-regex2-mem): Likewise.
9090         ($(objpfx)bug-regex14-mem): Likewise.
9091         ($(objpfx)bug-regex21-mem): Likewise.
9092         ($(objpfx)bug-regex31-mem): Likewise.
9093         ($(objpfx)tst-vfork3-mem): Likewise.
9094         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9095         ($(objpfx)tst-pcre-mem): Likewise.
9096         ($(objpfx)tst-boost-mem): Likewise.
9097         ($(objpfx)tst-getconf.out): Likewise.
9098         ($(objpfx)bug-ga2-mem): Likewise.
9099         ($(objpfx)bug-glob2-mem): Likewise.
9100         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
9101         ($(objpfx)mtrace-tst-leaks2): Likewise.
9102         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
9103         ($(objpfx)tst-printf.out): Likewise.
9104         ($(objpfx)tst-setvbuf1.out): Likewise.
9105         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
9106         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
9107         ($(objpfx)tst-fmtmsg.out): Likewise.
9108         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
9109         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
9110
9111         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
9112         * bits/sigaction.h [__USE_MISC]: Likewise.
9113         * bits/waitstatus.h: Update #endif comments.
9114         * ctype/ctype.h: Likewise.
9115         * dirent/dirent.h: Likewise.
9116         [__USE_MISC]: Remove redundant conditionals.
9117         * grp/grp.h: Update #endif comments.
9118         [__USE_GNU]: Remove redundant conditionals.
9119         [__USE_MISC]: Likewise.
9120         * inet/netinet/in.h [__USE_GNU]: Likewise.
9121         * io/sys/stat.h [__USE_MISC]: Likewise.
9122         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
9123         * libio/bits/stdio.h: Update #endif comments.
9124         [__USE_MISC]: Remove redundant conditionals.
9125         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
9126         * libio/stdio.h: Update #endif comments.
9127         [__USE_MISC]: Remove redundant conditionals.
9128         * math/bits/math-finite.h [__USE_MISC]: Likewise.
9129         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
9130         * math/math.h: Update #else and #endif comments.
9131         [__USE_MISC]: Remove redundant conditionals.
9132         * misc/sys/uio.h: Update #endif comments.
9133         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
9134         * posix/glob.h [__USE_MISC]: Likewise.
9135         * posix/sys/types.h: Update #endif comments.
9136         [__USE_MISC]: Remove redundant conditionals.
9137         * posix/sys/wait.h: Update #endif comments.
9138         [__USE_MISC]: Remove redundant conditionals.
9139         * posix/unistd.h: Update #endif comments.
9140         [__USE_MISC]: Remove redundant conditionals.
9141         * pwd/pwd.h [__USE_GNU]: Likewise.
9142         [__USE_MISC]: Likewise.
9143         * resolv/netdb.h [__USE_GNU]: Likewise.
9144         * signal/signal.h: Update #endif comments.
9145         [__USE_MISC]: Remove redundant conditionals.
9146         * stdlib/stdlib.h: Update #else and #endif comments.
9147         [__USE_MISC]: Remove redundant conditionals.
9148         [__USE_GNU]: Likewise.
9149         * string/bits/string2.h [__USE_MISC]: Likewise.
9150         * string/string.h: Update #endif comments.
9151         [__USE_MISC]: Remove redundant conditionals.
9152         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
9153         Likewise.
9154         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
9155         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
9156         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
9157         Likewise.
9158         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
9159         Likewise.
9160         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
9161         comments.
9162         [__USE_MISC]: Remove redundant conditionals.
9163         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
9164         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
9165         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
9166         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
9167         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
9168         Likewise.
9169         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
9170         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
9171         Likewise.
9172         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
9173         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
9174         Likewise.
9175         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
9176         Likewise.
9177         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
9178         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
9179         Likewise.
9180         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
9181         Likewise.
9182         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
9183         * sysdeps/x86/bits/string.h: Update #endif comments.
9184         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
9185         conditionals.
9186         * time/sys/time.h: Update #endif comments.
9187         * time/time.h: Likewise.
9188         [__USE_MISC]: Remove redundant conditionals.
9189
9190 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
9191
9192         [BZ #16600]
9193         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
9194
9195 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
9196
9197         * Versions.def (librt): Add GLIBC_2.17.
9198
9199 2014-02-21  Adam Conrad  <adconrad@0c3.net>
9200
9201         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
9202         synonym for _SYS_AUXV_H to allow direct inclusion.
9203         * sysdeps/sparc/bits/hwcap.h: Likewise.
9204         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
9205         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
9206         * sysdeps/sparc/sysdep.h: Likewise.
9207
9208 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
9209
9210         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
9211
9212 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
9213
9214         * benchtests/bench-strrchr.c: Print length instead of position.
9215
9216 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
9217
9218         [BZ #16611]
9219         * sysdeps/unix/sysv/linux/kernel-features.h
9220         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
9221         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
9222         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
9223         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
9224         Likewise.
9225         [__i386__ || __powerpc__ || __sh__ || __sparc__]
9226         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9227         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
9228         (__ASSUME_SENDMMSG): Define instead of using previous
9229         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
9230         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9231         (__ASSUME_SENDMMSG_SYSCALL): Define.
9232         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9233         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
9234         Likewise.
9235         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9236         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
9237         Likewise.
9238         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9239         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
9240         Likewise.
9241         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
9242         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
9243         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
9244         [__ASSUME_SENDMMSG]: Change conditionals to
9245         [__ASSUME_SENDMMSG_SOCKETCALL].
9246         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9247         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
9248         Define.
9249         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9250         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
9251         Likewise.
9252         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
9253         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
9254         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
9255         [!__ASSUME_SENDMMSG]: Change conditional to
9256         [!__ASSUME_SENDMMSG_SOCKETCALL].
9257         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9258         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
9259         Define.
9260
9261         [BZ #16610]
9262         * sysdeps/unix/sysv/linux/kernel-features.h
9263         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
9264         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
9265         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
9266         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
9267         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9268         [__i386__ || __sparc__]
9269         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9270         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
9271         (__ASSUME_RECVMMSG): Define instead of using previous
9272         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
9273         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9274         (__ASSUME_RECVMMSG_SYSCALL): Define.
9275         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9276         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9277         Likewise.
9278         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9279         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9280         Likewise.
9281         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9282         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9283         Likewise.
9284         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
9285         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
9286         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
9287         [__ASSUME_RECVMMSG]: Change condition to
9288         [__ASSUME_RECVMMSG_SOCKETCALL].
9289         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9290         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9291         Define.
9292         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9293         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9294         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9295         Likewise.
9296         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
9297         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
9298         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
9299         [!__ASSUME_RECVMMSG]: Change condition to
9300         [!__ASSUME_RECVMMSG_SOCKETCALL].
9301         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9302         (__ASSUME_RECVMMSG_SYSCALL): Define.
9303
9304         [BZ #16609]
9305         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
9306         __powerpc__ || __s390__ || __sh__ || __sparc__]
9307         (__ASSUME_SOCKETCALL): Define.
9308         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
9309         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
9310         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
9311         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
9312         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
9313         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
9314         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
9315         (__ASSUME_ACCEPT4): Define instead of using previous
9316         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
9317         __powerpc__ || __sparc__ || __s390__)] condition.
9318         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9319         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
9320         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
9321         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
9322         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
9323         [!__ASSUME_ACCEPT4]: Change condition to
9324         [!__ASSUME_ACCEPT4_SOCKETCALL].
9325         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9326         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
9327         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
9328         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9329         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
9330         __ASSUME_ACCEPT4_SYSCALL.
9331         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
9332         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
9333         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9334         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
9335         __ASSUME_ACCEPT4_SYSCALL.
9336         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
9337         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
9338         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
9339         [__ASSUME_ACCEPT4]: Change condition to
9340         [__ASSUME_ACCEPT4_SOCKETCALL].
9341         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9342         (__ASSUME_SOCKETCALL): Define.
9343         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
9344         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9345         (__ASSUME_SOCKETCALL): Define.
9346         (__ASSUME_ACCEPT4): Remove.
9347         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
9348         Define.
9349         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9350         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
9351         Likewise.
9352         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9353         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
9354
9355         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
9356         macro.
9357         (HWCAP_ARM_LPAE): Likewise.
9358         (HWCAP_ARM_EVTSTRM): Likewise.
9359         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
9360         Add vpfd32, lpae and evtstrm.
9361         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
9362         Increase to 22.
9363
9364 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
9365
9366         * math/auto-libm-test-in: Add tests of clog10.
9367         * math/auto-libm-test-out: Regenerated.
9368         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
9369         * sysdeps/i386/fpu/libm-test-ulps: Update.
9370         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9371
9372 2014-02-18  Andreas Schwab  <schwab@suse.de>
9373
9374         [BZ #16574]
9375         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
9376         Store non-zero if the second buffer was newly allocated.
9377         (send_dg): Likewise.
9378         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
9379         to send_vc and send_dg.
9380         (res_nsend): Pass NULL for ansp2_malloced.
9381         * resolv/res_query.c (__libc_res_nquery): Add parameter
9382         answerp2_malloced and pass it down to __libc_res_nsend.
9383         (res_nquery): Pass additional NULL to __libc_res_nquery.
9384         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
9385         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
9386         second answer buffer if answerp2_malloced was set.
9387         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
9388         (__libc_res_nquerydomain): Add parameter
9389         answerp2_malloced and pass it down to __libc_res_nquery.
9390         (res_nquerydomain): Pass additional NULL to
9391         __libc_res_nquerydomain.
9392         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
9393         additional NULL to __libc_res_nsend and __libc_res_nquery.
9394         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
9395         additional NULL to __libc_res_nsearch.
9396         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
9397         parameter of __libc_res_nsearch to check for separately allocated
9398         second buffer.
9399         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
9400         __libc_res_nquery.
9401         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
9402         additional NULL to __libc_res_nquery.
9403         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
9404         __libc_res_nsearch.
9405         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
9406         * include/resolv.h: Update prototypes of __libc_res_nquery,
9407         __libc_res_nsearch, __libc_res_nsend.
9408
9409 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
9410
9411         * math/auto-libm-test-in: Add tests of fma.
9412         * math/auto-libm-test-out: Regenerated.
9413         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
9414         (fma_towardzero_test_data): Likewise.
9415         (fma_downward_test_data): Likewise.
9416         (fma_upward_test_data): Likewise.
9417         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
9418         mpc_mode.
9419         (rounding_modes): Add values for new field.
9420         (func_calc_method): Add value mpfr_fff_f.
9421         (func_calc_desc): Add mpfr_fff_f union field.
9422         (test_function): Add field exact_args.
9423         (FUNC): Add macro argument EXACT_ARGS.
9424         (FUNC_mpfr_f_f): Update call to FUNC.
9425         (FUNC_mpfr_f_f): Likewise.
9426         (FUNC_mpfr_ff_f): Likewise.
9427         (FUNC_mpfr_if_f): Likewise.
9428         (FUNC_mpc_c_f): Likewise.
9429         (FUNC_mpc_c_c): Likewise.
9430         (test_functions): Add fma.  Update calls to FUNC.
9431         (handle_input_arg): Add argument exact_args.
9432         (add_test): Update call to handle_input_arg.
9433         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
9434         (output_for_one_input_case): Update call to calc_generic_results.
9435         Recalculate exact zero results in each rounding mode.
9436
9437         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
9438         non-negative before setting low bit.
9439         * math/auto-libm-test-in: Mark one asin test possibly having
9440         spurious underflow.
9441         * math/auto-libm-test-out: Regenerated.
9442         * sysdeps/i386/fpu/libm-test-ulps: Update.
9443         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9444
9445 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
9446
9447         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
9448         * sysdeps/unix/sysv/linux/microblaze: Move directory from
9449         ports/sysdeps/unix/sysv/linux/microblaze.
9450         * README: Add missing listing for microblaze*-*-linux-gnu.
9451
9452 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
9453
9454         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
9455         * sysdeps/unix/sysv/linux/ia64: Move directory from
9456         ports/sysdeps/unix/sysv/linux/ia64.
9457         * README: Update listing for ia64-*-linux-gnu.
9458
9459 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
9460             Joseph Myers  <joseph@codesourcery.com>
9461
9462         * Makeconfig (test-name): New variable.
9463         (evaluate-test): Likewise.
9464         * Makerules (do-test-clean): Remove .test-result files.
9465         (common-mostlyclean): Likewise.
9466         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
9467         * scripts/evaluate-test.sh: New file.
9468
9469 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
9470
9471         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
9472         separate $(objpfx)tst-fopenloc-cmp.out and
9473         $(objpfx)tst-fopenloc-mem.out targets.
9474         (tests): Update dependencies.
9475         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
9476         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
9477         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
9478         (tst-rxspencer-no-utf8-ARGS): New variable.
9479         (tst-rxspencer-no-utf8-ENV): Likewise.
9480         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
9481         instead of $(objpfx)tst-rxspencer-mem.
9482         ($(objpfx)tst-rxspencer-mem): Change target to
9483         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
9484         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
9485         * posix/tst-rxspencer-no-utf8.c: New file.
9486
9487         * elf/Makefile ($(objpfx)order.out): Remove rule.
9488         [$(run-built-tests) = yes] (tests): Depend on
9489         $(objpfx)order-cmp.out.
9490         ($(objpfx)order-cmp.out): New rule.
9491         [$(run-built-tests) = yes] (tests): Depend on
9492         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
9493         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
9494         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
9495         $(objpfx)tst-array5-static-cmp.out.
9496         ($(objpfx)tst-array1.out): Remove rule.
9497         ($(objpfx)tst-array1-cmp.out): New rule.
9498         ($(objpfx)tst-array1-static.out): Remove rule.
9499         ($(objpfx)tst-array1-static-cmp.out): New rule.
9500         ($(objpfx)tst-array2.out): Remove rule.
9501         ($(objpfx)tst-array2-cmp.out): New rule.
9502         ($(objpfx)tst-array3.out): Remove rule.
9503         ($(objpfx)tst-array3-cmp.out): New rule.
9504         ($(objpfx)tst-array4.out): Remove rule.
9505         ($(objpfx)tst-array4-cmp.out): New rule.
9506         ($(objpfx)tst-array5.out): Remove rule.
9507         ($(objpfx)tst-array5-cmp.out): New rule.
9508         ($(objpfx)tst-array5-static.out): Remove rule.
9509         ($(objpfx)tst-array5-static-cmp.out): New rule.
9510         [$(run-built-tests) = yes] (tests): Depend on
9511         $(objpfx)order2-cmp.out.
9512         ($(objpfx)order2.out): Remove rule.
9513         ($(objpfx)order2-cmp.out): New rule.
9514         ($(objpfx)tst-initorder.out): Remove rule.
9515         [$(run-built-tests) = yes] (tests): Depend on
9516         $(objpfx)tst-initorder-cmp.out.
9517         ($(objpfx)tst-initorder-cmp.out): New rule.
9518         ($(objpfx)tst-initorder2.out): Remove rule.
9519         [$(run-built-tests) = yes] (tests): Depend on
9520         $(objpfx)tst-initorder2-cmp.out.
9521         ($(objpfx)tst-initorder2-cmp.out): New rule.
9522         [$(run-built-tests) = yes] (tests): Depend on
9523         $(objpfx)tst-unused-dep-cmp.out.
9524         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
9525         ($(objpfx)tst-unused-dep-cmp.out): New rule.
9526         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
9527         on $(objpfx)tst-setvbuf1-cmp.out.
9528         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
9529         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
9530         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
9531         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
9532         ($(objpfx)tst-svc.out): Remove rule.
9533         ($(objpfx)tst-svc-cmp.out): New rule.
9534
9535 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
9536
9537         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
9538         * ctype/ctype.h [__USE_MISC]: Likewise.
9539         * dirent/dirent.h [__USE_MISC]: Likewise.
9540         * grp/grp.h [__USE_MISC]: Likewise.
9541         * io/fcntl.h [__USE_MISC]: Likewise.
9542         * io/sys/stat.h [__USE_MISC]: Likewise.
9543         * libio/stdio.h [__USE_MISC]: Likewise.
9544         * posix/unistd.h [__USE_MISC]: Likewise.
9545         * pwd/pwd.h [__USE_MISC]: Likewise.
9546         * stdlib.h [__USE_MISC]: Likewise.
9547         * string/bits/string2.h [__USE_MISC]: Likewise.
9548         * string/string.h [__USE_MISC]: Likewise.
9549         * time/time.h [__USE_MISC]: Likewise.
9550
9551 2014-02-13  Andreas Schwab  <schwab@suse.de>
9552
9553         [BZ #16574]
9554         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
9555         second answer buffer if it was separately allocated.
9556
9557 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
9558
9559         * sysdeps/mips/math-tests.h: Include <features.h>.
9560         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
9561         (ROUNDING_TESTS_long_double): Do not define.
9562         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
9563         (EXCEPTION_TESTS_long_double): Likewise.
9564         * sysdeps/mips/mips64/libm-test-ulps: Update.
9565
9566         * include/features.h (__USE_BSD): Remove macro definitions.
9567         (__USE_SVID): Likewise.
9568         (_BSD_SOURCE): Likewise.
9569         (_SVID_SOURCE): Likewise.
9570         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
9571         from definition of _DEFAULT_SOURCE.
9572         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
9573         [_DEFAULT_SOURCE].
9574         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
9575         * bits/mman.h [__USE_BSD]: Likewise.
9576         * bits/termios.h [__USE_BSD]: Likewise.
9577         * bits/waitstatus.h [__USE_BSD]: Likewise.
9578         * ctype/ctype.h [__USE_SVID]: Likewise.
9579         * dirent/dirent.h [__USE_BSD]: Likewise.
9580         * grp/grp.h [__USE_SVID]: Likewise.
9581         [__USE_BSD]: Likewise.
9582         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
9583         * io/fcntl.h [__USE_BSD]: Likewise.
9584         * io/ftw.h [__USE_BSD]: Likewise.
9585         * io/sys/stat.h [__USE_BSD]: Likewise.
9586         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
9587         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
9588         * libio/stdio.h [__USE_SVID]: Likewise.
9589         [__USE_BSD]: Likewise.
9590         * math/math.h [__USE_SVID]: Likewise.
9591         [__USE_BSD]: Likewise.
9592         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
9593         * misc/bits/syslog.h [__USE_BSD]: Likewise.
9594         * misc/search.h [__USE_SVID]: Likewise.
9595         * misc/sys/mman.h [__USE_BSD]: Likewise.
9596         * misc/sys/syslog.h [__USE_BSD]: Likewise.
9597         * misc/sys/uio.h [__USE_BSD]: Likewise.
9598         * posix/bits/unistd.h [__USE_BSD]: Likewise.
9599         * posix/glob.h [__USE_BSD]: Likewise.
9600         * posix/regex.h [__USE_BSD]: Likewise.
9601         * posix/sys/types.h [__USE_BSD]: Likewise.
9602         [__USE_SVID]: Likewise.
9603         * posix/sys/utsname.h [__USE_SVID]: Likewise.
9604         * posix/sys/wait.h [__USE_BSD]: Likewise.
9605         [__USE_SVID]: Likewise.
9606         * posix/unistd.h [__USE_BSD]: Likewise.
9607         [__USE_SVID]: Likewise.
9608         * pwd/pwd.h [__USE_SVID]: Likewise.
9609         * resolv/netdb.h [__USE_BSD]: Likewise.
9610         * setjmp/setjmp.h [__USE_BSD]: Likewise.
9611         * signal/signal.h [__USE_BSD]: Likewise.
9612         [__USE_SVID]: Likewise.
9613         * socket/sys/socket.h [__USE_BSD]: Likewise.
9614         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
9615         * stdlib/stdlib.h [__USE_BSD]: Likewise.
9616         [__USE_SVID]: Likewise.
9617         * string/bits/string2.h [__USE_BSD]: Likewise.
9618         [__USE_SVID]: Likewise.
9619         * string/bits/string3.h [__USE_BSD]: Likewise.
9620         * string/endian.h [__USE_BSD]: Likewise.
9621         * string/string.h [__USE_SVID]: Likewise.
9622         [__USE_BSD]: Likewise.
9623         * string/strings.h [__USE_BSD]: Likewise.
9624         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
9625         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
9626         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
9627         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
9628         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
9629         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
9630         Likewise.
9631         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
9632         Likewise.
9633         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
9634         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
9635         Likewise.
9636         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
9637         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
9638         Likewise.
9639         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
9640         Likewise.
9641         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
9642         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
9643         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
9644         Likewise.
9645         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
9646         Likewise.
9647         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
9648         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
9649         * termios/termios.h [__USE_BSD]: Likewise.
9650         * time/sys/time.h [__USE_BSD]: Likewise.
9651         * time/time.h [__USE_BSD]: Likewise.
9652         [__USE_SVID]: Likewise.
9653
9654         * Makefile (subdir_targets): Remove subdir_lint.out.
9655
9656         * stdio-common/Makefile (do-tst-unbputc): Remove target.
9657         (do-tst-printf): Likewise.
9658         (tests): Depend directly on $(objpfx)tst-unbputc.out and
9659         $(objpfx)tst-printf.out.
9660
9661         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
9662
9663         * Makerules (check-abi-%): Change target to
9664         $(objpfx)check-abi-%.out.
9665         (check-abi target): Update dependencies.
9666         (check-abi-pattern variable): Redirect output of diff to $@.
9667         (check-abi variable): Likewise.
9668         * elf/Makefile (check-abi): Update dependencies.
9669
9670         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
9671         unused.
9672         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
9673         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
9674         subnormal range.
9675         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
9676         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
9677         value has largest subnormal exponent.
9678         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
9679         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
9680         * sysdeps/aarch64/soft-fp/sfp-machine.h
9681         (_FP_TININESS_AFTER_ROUNDING): New macro.
9682         * sysdeps/alpha/soft-fp/sfp-machine.h
9683         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9684         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
9685         Likewise.
9686         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
9687         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9688         * sysdeps/mips/soft-fp/sfp-machine.h
9689         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9690         * sysdeps/powerpc/soft-fp/sfp-machine.h
9691         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9692         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
9693         Likewise.
9694         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
9695         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9696         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
9697         (_FP_TININESS_AFTER_ROUNDING): Likewise.
9698         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
9699         Likewise.
9700
9701 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
9702
9703         [BZ #16545]
9704         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
9705         model 1.
9706
9707 2014-02-12  Richard Henderson  <rth@redhat.com>
9708
9709         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
9710         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
9711         * sysdeps/unix/sysv/linux/alpha: Move directory from
9712         ports/sysdeps/unix/sysv/linux/alpha.
9713         * README: Update listing for alpha-*-linux-gnu.
9714
9715 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
9716
9717         * include/features.h: Update comment documenting feature test
9718         macros.
9719         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
9720         _DEFAULT_SOURCE.
9721         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
9722         (_SVID_SOURCE): Likewise.
9723         (_DEFAULT_SOURCE): Update description of default features.
9724         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
9725         with _GNU_SOURCE.
9726         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
9727         (S_ISVTX): Likewise.
9728         * manual/math.texi (Mathematical Constants): Likewise.
9729         * manual/signal.texi (Interrupted Primitives): Likewise.
9730         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
9731         * math/test-matherr.c (_SVID_SOURCE): Do not define.
9732         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
9733         Don't refer to _SVID_SOURCE in warning text.
9734
9735         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9736
9737         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
9738         already defined.
9739         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
9740         * sysdeps/mips/dl-lookup.c: Remove.
9741         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
9742
9743 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
9744
9745         [BZ #16447]
9746         * math/auto-libm-test-in: Add testcase for expl.
9747         * math/auto-libm-test-out: Regenerate.
9748         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
9749         calculation of unsafe.
9750         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
9751
9752 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9753
9754         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
9755         * sysdeps/unix/sysv/linux/aarch64: Move directory from
9756         ports/sysdeps/unix/sysv/linux/aarch64.
9757         * README: Update listing for aarch64*-*-linux-gnu.
9758
9759 2014-02-11  Will Newton  <will.newton@linaro.org>
9760
9761         * manual/probes.texi (Mathematical Function Probes): Use
9762         "triggered" instead of "hit".
9763
9764         * manual/probes.texi (Internal Probes): Add documentation
9765         of setjmp, longjmp and longjmp_target probes.
9766
9767         * include/stap-probe.h: Add comment about probe argument
9768         format.
9769
9770         * malloc/mtrace.c (attribute_hidden): Remove unused macro
9771         definition.  (tr_where, tr_freehook, tr_mallochook,
9772         tr_reallochook, tr_memalignhook): Use ANSI protoype.
9773
9774 2014-02-11  David S. Miller  <davem@davemloft.net>
9775
9776         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
9777         processing int_tests.
9778
9779 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
9780
9781         * sysdeps/mips: Move directory from ports/sysdeps/mips.
9782         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
9783         * sysdeps/unix/sysv/linux/mips: Move directory from
9784         ports/sysdeps/unix/sysv/linux/mips.
9785         * README: Update listing for mips-*-linux-gnu and
9786         mips64-*-linux-gnu.
9787
9788 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
9789
9790         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
9791         * sysdeps/unix/sysv/linux/m68k: Move directory from
9792         ports/sysdeps/unix/sysv/linux/m68k.
9793         * README: Update listing for m68k-*-linux-gnu.
9794
9795 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
9796
9797         * sysdeps/tile: Move directory from ports/sysdeps/tile.
9798         * sysdeps/unix/sysv/linux/generic: Move directory from
9799         ports/sysdeps/unix/sysv/linux/generic.
9800         * sysdeps/unix/sysv/linux/tile: Move directory from
9801         ports/sysdeps/unix/sysv/linux/tile.
9802         * README: Update listing for tile*-*-linux-gnu.
9803
9804 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
9805
9806         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
9807         __builtin_expect.
9808         * benchtests/bench-memmem.c (simple_memmem): Likewise.
9809         * catgets/open_catalog.c (__open_catalog): Likewise.
9810         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
9811         * debug/confstr_chk.c: Likewise.
9812         * debug/fread_chk.c (__fread_chk): Likewise.
9813         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
9814         * debug/getgroups_chk.c: Likewise.
9815         * debug/mbsnrtowcs_chk.c: Likewise.
9816         * debug/mbsrtowcs_chk.c: Likewise.
9817         * debug/mbstowcs_chk.c: Likewise.
9818         * debug/memcpy_chk.c: Likewise.
9819         * debug/memmove_chk.c: Likewise.
9820         * debug/mempcpy_chk.c: Likewise.
9821         * debug/memset_chk.c: Likewise.
9822         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
9823         * debug/strcat_chk.c (__strcat_chk): Likewise.
9824         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
9825         * debug/strncat_chk.c (__strncat_chk): Likewise.
9826         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
9827         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
9828         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
9829         * debug/wcpncpy_chk.c: Likewise.
9830         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
9831         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
9832         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
9833         * debug/wcsncpy_chk.c: Likewise.
9834         * debug/wcsnrtombs_chk.c: Likewise.
9835         * debug/wcsrtombs_chk.c: Likewise.
9836         * debug/wcstombs_chk.c: Likewise.
9837         * debug/wmemcpy_chk.c: Likewise.
9838         * debug/wmemmove_chk.c: Likewise.
9839         * debug/wmempcpy_chk.c: Likewise.
9840         * debug/wmemset_chk.c: Likewise.
9841         * dirent/scandirat.c (SCANDIRAT): Likewise.
9842         * dlfcn/dladdr1.c (dladdr1): Likewise.
9843         * dlfcn/dladdr.c (dladdr): Likewise.
9844         * dlfcn/dlclose.c (dlclose_doit): Likewise.
9845         * dlfcn/dlerror.c (__dlerror): Likewise.
9846         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
9847         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
9848         * dlfcn/dlopen.c (dlopen_doit): Likewise.
9849         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
9850         * dlfcn/dlsym.c (dlsym_doit): Likewise.
9851         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
9852         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
9853         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
9854         Likewise.
9855         * elf/dl-conflict.c: Likewise.
9856         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
9857         * elf/dl-dst.h: Likewise.
9858         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
9859         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
9860         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
9861         * elf/dl-init.c (call_init, _dl_init): Likewise.
9862         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
9863         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
9864         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
9865         Likewise.
9866         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
9867         Likewise.
9868         * elf/dl-minimal.c (__libc_memalign): Likewise.
9869         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
9870         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
9871         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
9872         * elf/dl-sym.c (do_sym): Likewise.
9873         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
9874         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
9875         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
9876         * elf/dl-writev.h (_dl_writev): Likewise.
9877         * elf/ldconfig.c (search_dir): Likewise.
9878         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
9879         (dl_main): Likewise.
9880         * elf/setup-vdso.h (setup_vdso): Likewise.
9881         * grp/compat-initgroups.c (compat_call): Likewise.
9882         * grp/fgetgrent.c (fgetgrent): Likewise.
9883         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
9884         * grp/putgrent.c (putgrent): Likewise.
9885         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
9886         Likewise.
9887         * hurd/hurdinit.c: Likewise.
9888         * iconvdata/8bit-gap.c (struct): Likewise.
9889         * iconvdata/ansi_x3.110.c : Likewise.
9890         * iconvdata/big5.c : Likewise.
9891         * iconvdata/big5hkscs.c : Likewise.
9892         * iconvdata/cp1255.c: Likewise.
9893         * iconvdata/cp1258.c : Likewise.
9894         * iconvdata/cp932.c : Likewise.
9895         * iconvdata/euc-cn.c: Likewise.
9896         * iconvdata/euc-jisx0213.c : Likewise.
9897         * iconvdata/euc-jp.c: Likewise.
9898         * iconvdata/euc-jp-ms.c : Likewise.
9899         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
9900         * iconvdata/gb18030.c : Likewise.
9901         * iconvdata/gbbig5.c (const): Likewise.
9902         * iconvdata/gbgbk.c: Likewise.
9903         * iconvdata/gbk.c : Likewise.
9904         * iconvdata/ibm1364.c : Likewise.
9905         * iconvdata/ibm930.c : Likewise.
9906         * iconvdata/ibm932.c: Likewise.
9907         * iconvdata/ibm933.c : Likewise.
9908         * iconvdata/ibm935.c : Likewise.
9909         * iconvdata/ibm937.c : Likewise.
9910         * iconvdata/ibm939.c : Likewise.
9911         * iconvdata/ibm943.c: Likewise.
9912         * iconvdata/iso_11548-1.c: Likewise.
9913         * iconvdata/iso-2022-cn.c : Likewise.
9914         * iconvdata/iso-2022-cn-ext.c : Likewise.
9915         * iconvdata/iso-2022-jp-3.c: Likewise.
9916         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
9917         * iconvdata/iso-2022-kr.c : Likewise.
9918         * iconvdata/iso646.c (gconv_end): Likewise.
9919         * iconvdata/iso_6937-2.c : Likewise.
9920         * iconvdata/iso_6937.c : Likewise.
9921         * iconvdata/iso8859-1.c: Likewise.
9922         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
9923         * iconvdata/shift_jisx0213.c : Likewise.
9924         * iconvdata/sjis.c : Likewise.
9925         * iconvdata/t.61.c : Likewise.
9926         * iconvdata/tcvn5712-1.c : Likewise.
9927         * iconvdata/tscii.c: Likewise.
9928         * iconvdata/uhc.c : Likewise.
9929         * iconvdata/unicode.c (gconv_end): Likewise.
9930         * iconvdata/utf-16.c (gconv_end): Likewise.
9931         * iconvdata/utf-32.c (gconv_end): Likewise.
9932         * iconvdata/utf-7.c (base64): Likewise.
9933         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
9934         * iconv/gconv_close.c (__gconv_close): Likewise.
9935         * iconv/gconv_open.c (__gconv_open): Likewise.
9936         * iconv/gconv_simple.c (internal_ucs4_loop_single)
9937         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
9938         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
9939         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
9940         (ucs4le_internal_loop_single): Likewise.
9941         * iconv/iconv.c (iconv): Likewise.
9942         * iconv/iconv_close.c: Likewise.
9943         * iconv/loop.c (SINGLE): Likewise.
9944         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
9945         * include/atomic.h: Likewise.
9946         * inet/inet6_option.c (option_alloc): Likewise.
9947         * intl/bindtextdom.c (set_binding_values): Likewise.
9948         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
9949         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
9950         * intl/localealias.c (read_alias_file): Likewise.
9951         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
9952         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
9953         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
9954         * libio/fmemopen.c (fmemopen): Likewise.
9955         * libio/iofgets.c (_IO_fgets): Likewise.
9956         * libio/iofgets_u.c (fgets_unlocked): Likewise.
9957         * libio/iofgetws.c (fgetws): Likewise.
9958         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
9959         * libio/iogetdelim.c (_IO_getdelim): Likewise.
9960         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
9961         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
9962         * locale/findlocale.c (_nl_find_locale): Likewise.
9963         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
9964         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
9965         Likewise.
9966         * locale/setlocale.c (setlocale): Likewise.
9967         * login/programs/pt_chown.c (main): Likewise.
9968         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
9969         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
9970         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
9971         (mmap, mmap64, mremap, munmap): Likewise.
9972         * math/e_exp2l.c: Likewise.
9973         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
9974         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
9975         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
9976         * math/s_catan.c (__catan): Likewise.
9977         * math/s_catanf.c (__catanf): Likewise.
9978         * math/s_catanh.c (__catanh): Likewise.
9979         * math/s_catanhf.c (__catanhf): Likewise.
9980         * math/s_catanhl.c (__catanhl): Likewise.
9981         * math/s_catanl.c (__catanl): Likewise.
9982         * math/s_ccosh.c (__ccosh): Likewise.
9983         * math/s_ccoshf.c (__ccoshf): Likewise.
9984         * math/s_ccoshl.c (__ccoshl): Likewise.
9985         * math/s_cexp.c (__cexp): Likewise.
9986         * math/s_cexpf.c (__cexpf): Likewise.
9987         * math/s_cexpl.c (__cexpl): Likewise.
9988         * math/s_clog10.c (__clog10): Likewise.
9989         * math/s_clog10f.c (__clog10f): Likewise.
9990         * math/s_clog10l.c (__clog10l): Likewise.
9991         * math/s_clog.c (__clog): Likewise.
9992         * math/s_clogf.c (__clogf): Likewise.
9993         * math/s_clogl.c (__clogl): Likewise.
9994         * math/s_csin.c (__csin): Likewise.
9995         * math/s_csinf.c (__csinf): Likewise.
9996         * math/s_csinh.c (__csinh): Likewise.
9997         * math/s_csinhf.c (__csinhf): Likewise.
9998         * math/s_csinhl.c (__csinhl): Likewise.
9999         * math/s_csinl.c (__csinl): Likewise.
10000         * math/s_csqrt.c (__csqrt): Likewise.
10001         * math/s_csqrtf.c (__csqrtf): Likewise.
10002         * math/s_csqrtl.c (__csqrtl): Likewise.
10003         * math/s_ctan.c (__ctan): Likewise.
10004         * math/s_ctanf.c (__ctanf): Likewise.
10005         * math/s_ctanh.c (__ctanh): Likewise.
10006         * math/s_ctanhf.c (__ctanhf): Likewise.
10007         * math/s_ctanhl.c (__ctanhl): Likewise.
10008         * math/s_ctanl.c (__ctanl): Likewise.
10009         * math/w_pow.c: Likewise.
10010         * math/w_powf.c: Likewise.
10011         * math/w_powl.c: Likewise.
10012         * math/w_scalb.c (sysv_scalb): Likewise.
10013         * math/w_scalbf.c (sysv_scalbf): Likewise.
10014         * math/w_scalbl.c (sysv_scalbl): Likewise.
10015         * misc/error.c (error_tail): Likewise.
10016         * misc/pselect.c (__pselect): Likewise.
10017         * nis/nis_callback.c (__nis_create_callback): Likewise.
10018         * nis/nis_call.c (__nisfind_server): Likewise.
10019         * nis/nis_creategroup.c (nis_creategroup): Likewise.
10020         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
10021         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
10022         * nis/nis_getservlist.c (nis_getservlist): Likewise.
10023         * nis/nis_lookup.c (nis_lookup): Likewise.
10024         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
10025         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
10026         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
10027         * nis/nis_xdr.c (xdr_endpoint): Likewise.
10028         * nis/nss_compat/compat-grp.c (getgrent_next_file)
10029         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
10030         * nis/nss_compat/compat-initgroups.c (add_group)
10031         (internal_getgrent_r): Likewise.
10032         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
10033         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
10034         * nis/nss_compat/compat-spwd.c (getspent_next_file)
10035         (internal_getspnam_r): Likewise.
10036         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
10037         (_nss_nis_getaliasbyname_r): Likewise.
10038         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
10039         (_nss_nis_getntohost_r): Likewise.
10040         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
10041         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
10042         (_nss_nis_getgrgid_r): Likewise.
10043         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
10044         (internal_nis_gethostent_r, internal_gethostbyname2_r)
10045         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
10046         (_nss_nis_gethostbyname4_r): Likewise.
10047         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
10048         (initgroups_netid): Likewise.
10049         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
10050         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
10051         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
10052         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
10053         (_nss_nis_getprotobynumber_r): Likewise.
10054         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
10055         (_nss_nis_getsecretkey): Likewise.
10056         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
10057         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
10058         (_nss_nis_getpwuid_r): Likewise.
10059         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
10060         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
10061         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
10062         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
10063         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
10064         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
10065         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
10066         Likewise.
10067         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
10068         (_nss_nisplus_getntohost_r): Likewise.
10069         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
10070         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
10071         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
10072         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
10073         Likewise.
10074         * nis/nss_nisplus/nisplus-initgroups.c
10075         (_nss_nisplus_initgroups_dyn): Likewise.
10076         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
10077         (_nss_nisplus_getnetbyaddr_r): Likewise.
10078         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
10079         (_nss_nisplus_getprotobynumber_r): Likewise.
10080         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
10081         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
10082         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
10083         Likewise.
10084         * nis/nss_nisplus/nisplus-service.c
10085         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
10086         (_nss_nisplus_getservbyport_r): Likewise.
10087         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
10088         (_nss_nisplus_getspnam_r): Likewise.
10089         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
10090         Likewise.
10091         * nscd/aicache.c (addhstaiX): Likewise.
10092         * nscd/cache.c (cache_search, prune_cache): Likewise.
10093         * nscd/connections.c (register_traced_file, send_ro_fd)
10094         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
10095         (main_loop_epoll): Likewise.
10096         * nscd/grpcache.c (addgrbyX): Likewise.
10097         * nscd/hstcache.c (addhstbyX): Likewise.
10098         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10099         * nscd/mem.c (gc, mempool_alloc): Likewise.
10100         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
10101         (addinnetgrX): Likewise.
10102         * nscd/nscd-client.h (__nscd_acquire_maplock)
10103         (__nscd_drop_map_ref): Likewise.
10104         * nscd/nscd_getai.c (__nscd_getai): Likewise.
10105         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
10106         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
10107         Likewise.
10108         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
10109         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
10110         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
10111         (__nscd_get_map_ref): Likewise.
10112         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
10113         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
10114         Likewise.
10115         * nscd/pwdcache.c (addpwbyX): Likewise.
10116         * nscd/selinux.c (preserve_capabilities): Likewise.
10117         * nscd/servicescache.c (addservbyX): Likewise.
10118         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
10119         * posix/fnmatch.c (fnmatch): Likewise.
10120         * posix/getopt.c (_getopt_internal_r): Likewise.
10121         * posix/glob.c (glob, glob_in_dir): Likewise.
10122         * posix/wordexp.c (exec_comm_child): Likewise.
10123         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
10124         (getanswer_r, gaih_getanswer_slice): Likewise.
10125         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
10126         * resolv/res_init.c: Likewise.
10127         * resolv/res_mkquery.c (res_nmkquery): Likewise.
10128         * resolv/res_query.c (__libc_res_nquery): Likewise.
10129         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
10130         Likewise.
10131         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
10132         * stdio-common/perror.c (perror): Likewise.
10133         * stdio-common/printf_fp.c (___printf_fp): Likewise.
10134         * stdio-common/tmpnam.c (tmpnam): Likewise.
10135         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
10136         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
10137         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
10138         Likewise.
10139         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
10140         * stdlib/putenv.c (putenv): Likewise.
10141         * stdlib/setenv.c (__add_to_environ): Likewise.
10142         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
10143         * stdlib/strtol_l.c (INTERNAL): Likewise.
10144         * string/memmem.c (memmem): Likewise.
10145         * string/strerror.c (strerror): Likewise.
10146         * string/strnlen.c (__strnlen): Likewise.
10147         * string/test-memmem.c (simple_memmem): Likewise.
10148         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
10149         * sunrpc/pm_getport.c (__get_socket): Likewise.
10150         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
10151         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
10152         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
10153         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
10154         Likewise.
10155         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
10156         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
10157         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
10158         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
10159         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
10160         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
10161         Likewise.
10162         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
10163         Likewise.
10164         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
10165         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
10166         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
10167         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
10168         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
10169         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
10170         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10171         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
10172         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
10173         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
10174         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
10175         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
10176         Likewise.
10177         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
10178         Likewise.
10179         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
10180         Likewise.
10181         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
10182         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
10183         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
10184         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
10185         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
10186         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
10187         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
10188         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
10189         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
10190         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
10191         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
10192         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
10193         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
10194         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
10195         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
10196         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
10197         Likewise.
10198         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
10199         Likewise.
10200         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
10201         Likewise.
10202         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
10203         Likewise.
10204         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
10205         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
10206         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
10207         Likewise.
10208         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
10209         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
10210         * sysdeps/posix/opendir.c (__opendirat): Likewise.
10211         * sysdeps/posix/sleep.c: Likewise.
10212         * sysdeps/posix/tempname.c: Likewise.
10213         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
10214         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
10215         Likewise.
10216         * sysdeps/powerpc/powerpc32/dl-machine.h
10217         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
10218         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
10219         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
10220         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
10221         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
10222         Likewise.
10223         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
10224         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
10225         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
10226         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
10227         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
10228         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
10229         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
10230         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
10231         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
10232         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
10233         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
10234         (elf_machine_lazy_rel): Likewise.
10235         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
10236         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
10237         (elf_machine_lazy_rel): Likewise.
10238         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
10239         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
10240         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
10241         * sysdeps/unix/grantpt.c (grantpt): Likewise.
10242         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
10243         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
10244         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
10245         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
10246         Likewise.
10247         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
10248         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
10249         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
10250         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
10251         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
10252         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
10253         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
10254         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
10255         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
10256         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
10257         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
10258         Likewise.
10259         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
10260         (__posix_fallocate64_l64): Likewise.
10261         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
10262         (posix_fallocate): Likewise.
10263         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
10264         Likewise.
10265         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
10266         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
10267         (getifaddrs_internal): Likewise.
10268         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
10269         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
10270         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
10271         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
10272         * sysdeps/unix/sysv/linux/posix_fallocate64.c
10273         (__posix_fallocate64_l64): Likewise.
10274         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
10275         Likewise.
10276         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
10277         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
10278         (__get_clockfreq): Likewise.
10279         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
10280         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
10281         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
10282         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
10283         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
10284         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
10285         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
10286         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
10287         Likewise.
10288         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
10289         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
10290         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
10291         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
10292         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
10293         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
10294         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
10295         Likewise.
10296         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
10297         (posix_fallocate): Likewise.
10298         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
10299         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
10300         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
10301         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
10302         (elf_machine_rela, elf_machine_rela_relative)
10303         (elf_machine_lazy_rel): Likewise.
10304         * time/asctime.c (asctime_internal): Likewise.
10305         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
10306         * time/tzset.c (__tzset_parse_tz): Likewise.
10307         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
10308         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
10309         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
10310         * wcsmbs/wcsmbsload.h: Likewise.
10311
10312         [BZ #15894]
10313         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
10314
10315         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
10316         (arena_get2): Remove THREAD_STATS conditionals.
10317         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
10318         (__malloc_stats, int): Likewise.
10319
10320 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
10321
10322         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
10323         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
10324
10325         * manual/setjmp.texi: Fix typos/grammar errors.
10326
10327         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
10328         Only return early when n is <= 0.  Delete unused return statement.
10329
10330         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
10331         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
10332         * debug/tst-longjmp_chk3.c: New file.
10333
10334         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
10335         (test_main): Replace code with set_fortify_handler call.
10336         * debug/test-strcpy_chk.c: Likewise.
10337         * debug/tst-chk1.c: Likewise.
10338         * debug/tst-longjmp_chk.c: Likewise.
10339         * test-skeleton.c: Include fcntl.h & paths.h
10340         (set_fortify_handler): Define.
10341
10342         * debug/tst-longjmp_chk.c: Add header comment and include
10343         ../test-skeleton.c.
10344         (do_test): Mark static.
10345         (TEST_FUNCTION): Define.
10346
10347         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
10348         (IP_PMTUDISC_INTERFACE): Likewise.
10349         (IP_MULTICAST_IF): Likewise.
10350         (IP_MULTICAST_TTL): Likewise.
10351         (IP_MULTICAST_LOOP): Likewise.
10352         (IP_ADD_MEMBERSHIP): Likewise.
10353         (IP_DROP_MEMBERSHIP): Likewise.
10354         (IP_UNBLOCK_SOURCE): Likewise.
10355         (IP_BLOCK_SOURCE): Likewise.
10356         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
10357         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
10358         (IP_MSFILTER): Likewise.
10359         (MCAST_JOIN_GROUP): Likewise.
10360         (MCAST_BLOCK_SOURCE): Likewise.
10361         (MCAST_UNBLOCK_SOURCE): Likewise.
10362         (MCAST_LEAVE_GROUP): Likewise.
10363         (MCAST_JOIN_SOURCE_GROUP): Likewise.
10364         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
10365         (MCAST_MSFILTER): Likewise.
10366         (IP_MULTICAST_ALL): Likewise.
10367         (IP_UNICAST_IF): Likewise.
10368
10369         * timezone/Makefile: Delete $(have-ksh) check.
10370         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
10371         * timezone/tzselect.ksh: Add +x mode bits.
10372
10373         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
10374         (ANON_INODE_FS_MAGIC): Likewise.
10375         (BDEVFS_MAGIC): Likewise.
10376         (BINFMTFS_MAGIC): Likewise.
10377         (BTRFS_TEST_MAGIC): Likewise.
10378         (CRAMFS_MAGIC_WEND): Likewise.
10379         (DEBUGFS_MAGIC): Likewise.
10380         (ECRYPTFS_SUPER_MAGIC): Likewise.
10381         (EXT3_SUPER_MAGIC): Likewise.
10382         (EXT4_SUPER_MAGIC): Likewise.
10383         (FUTEXFS_SUPER_MAGIC): Likewise.
10384         (HOSTFS_SUPER_MAGIC): Likewise.
10385         (HUGETLBFS_MAGIC): Likewise.
10386         (MINIX3_SUPER_MAGIC): Likewise.
10387         (MTD_INODE_FS_MAGIC): Likewise.
10388         (NILFS_SUPER_MAGIC): Likewise.
10389         (OPENPROM_SUPER_MAGIC): Likewise.
10390         (PIPEFS_MAGIC): Likewise.
10391         (PSTOREFS_MAGIC): Likewise.
10392         (QNX6_SUPER_MAGIC): Likewise.
10393         (RAMFS_MAGIC): Likewise.
10394         (REISERFS_SUPER_MAGIC_STRING): Likewise.
10395         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
10396         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
10397         (SECURITYFS_MAGIC): Likewise.
10398         (SELINUX_MAGIC): Likewise.
10399         (SMACK_MAGIC): Likewise.
10400         (SOCKFS_MAGIC): Likewise.
10401         (SQUASHFS_MAGIC): Likewise.
10402         (STACK_END_MAGIC): Likewise.
10403         (TMPFS_MAGIC): Likewise.
10404         (USBDEVICE_SUPER_MAGIC): Likewise.
10405         (V9FS_MAGIC): Likewise.
10406         (XENFS_SUPER_MAGIC): Likewise.
10407         (CRAMFS_MAGIC): Fix typo in comment.
10408         (EXT2_SUPER_MAGIC): Update comment.
10409         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
10410
10411 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
10412
10413         * sysdeps/arm: Move directory from ports/sysdeps/arm.
10414         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
10415         * sysdeps/unix/sysv/linux/arm: Move directory from
10416         ports/sysdeps/unix/sysv/linux/arm.
10417         * README: Update listing for arm-*-linux-gnueabi.
10418
10419         * README: Remove mention of am33.
10420
10421 2014-02-07  Roland McGrath  <roland@hack.frob.com>
10422
10423         * bits/sigset.h (__sigemptyset): Use a statement expression rather
10424         than the comma operator, to avoid "rhs of comma has no effect"
10425         compiler warnings.
10426         (__sigfillset, __sigandset, __sigorset): Likewise.
10427         * include/signal.h (__sigemptyset): Likewise.
10428         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
10429
10430 2014-02-07  Allan McRae  <allan@archlinux.org>
10431
10432         * version.h (RELEASE): Set to "development".
10433         (VERSION): Set to "2.19.90"
10434         * NEWS: Add 2.20 section.
10435
10436 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
10437
10438         [BZ #16529]
10439         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
10440
10441 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
10442
10443         * manual/contrib.texi: Update entry for Carlos O'Donell,
10444         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
10445
10446 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
10447
10448         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
10449
10450         * sysdeps/unix/sysv/linux/kernel-features.h
10451         [__LINUX_KERNEL_VERSION >= 0x020621]
10452         (__ASSUME_PROC_PID_TASK_COMM): Define.
10453
10454 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
10455
10456         [BZ #16398]
10457         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
10458         conversion when destination buffer does not have enough space.
10459         * libio/tst-ftell-partial-wide.c: New test case.
10460         * libio/Makefile (tests): Add tst-ftell-partial-wide.
10461
10462         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
10463         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
10464         Leonard and Allan McRae.
10465
10466 2014-02-04  David S. Miller  <davem@davemloft.net>
10467
10468         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
10469         32-bit.
10470
10471 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10472
10473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
10474         New file
10475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
10476         New file
10477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10478         New file.
10479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10480         New file.
10481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10482         New file.
10483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10484         New file.
10485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10486         New file.
10487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10488         New file.
10489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
10490         New file.
10491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
10492         New file.
10493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
10494         New file.
10495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
10496         New file.
10497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
10498         New file.
10499
10500 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10501
10502         * nptl/shlib-versions: Change powerpc*le start to 2.17.
10503         * shlib-versions: Likewise.
10504
10505 2014-02-04  Roland McGrath  <roland@hack.frob.com>
10506             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10507
10508         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
10509         (abilist-pattern): New variable, set to %-le.abilist.
10510
10511         * Makerules (abilist-pattern): New variable.
10512         (vpath): Use $(abilist-pattern) in place of %.abilist.
10513         (check-abi-% pattern rule): Likewise.
10514         (check-abi, update-abi): Likewise.
10515
10516 2014-02-04  Eric Wong  <normalperson@yhbt.net>
10517
10518         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10519
10520 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
10521
10522         * manual/startup.texi: Add next, previous, and top entries for
10523         the `Program Arguments' and `Environment Variables' nodes.
10524
10525 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
10526
10527         * manual/macros.texi: Add comments before MTASC-safety macros.
10528
10529         * manual/users.texi: Document MTASC-safety properties.
10530
10531         * manual/threads.texi (pthread_key_create, pthread_key_delete)
10532         (pthread_getspecific, pthread_setspecific): Format with
10533         @deftypefun, and add @safety note.
10534         * manual/signal.texi: Move comments that analyze the above
10535         functions to their home place.
10536
10537 2014-02-03  Allan McRae  <allan@archlinux.org>
10538
10539         * po/sl.po: Update Slovenian translation from translation project.
10540
10541 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
10542
10543         * manual/time.texi (timegm): Add missing blank after @c.
10544         Reported by Joseph Myers <joseph@codesourcery.com>.
10545
10546 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
10547
10548         * manual/check-safety.sh: New.
10549         * manual/Makefile ($(objpfx)stamp-summary): Run it.
10550
10551         * manual/terminal.texi: Document MTASC-safety properties.
10552
10553         * manual/filesys.texi: Document MTASC-safety properties.
10554
10555         * manual/errno.texi: Document MTASC-safety properties.
10556
10557         * manual/intro.texi: Document safety identifiers and
10558         conditionals.
10559
10560         * manual/string.texi (wcstok): Fix prototype.
10561         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
10562
10563         * manual/time.texi: Document MTASC-safety properties.
10564
10565         * manual/string.texi: Document MTASC-safety properties.
10566
10567         * manual/threads.texi: Document MTASC-safety properties.
10568
10569         * manual/stdio.texi: Document MTASC-safety properties.
10570
10571         * manual/syslog.texi: Document MTASC-safety properties.
10572
10573         * manual/sysinfo.texi: Document MTASC-safety properties.
10574
10575         * manual/startup.texi: Document MTASC-safety properties.
10576
10577         * manual/socket.texi: Document MTASC-safety properties.
10578
10579         * manual/signal.texi: Document MTASC-safety properties.
10580
10581 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
10582
10583         * manual/setjmp.texi: Document MTASC-safety properties.
10584
10585         * manual/search.texi: Document MTASC-safety properties.
10586
10587         * manual/resource.texi: Document MTASC-safety properties.
10588
10589         * manual/process.texi: Document MTASC-safety properties.
10590
10591         * manual/platform.texi: Document MTASC-safety properties.
10592
10593         * manual/pipe.texi: Document MTASC-safety properties.
10594
10595         * manual/pattern.texi: Document MTASC-safety properties.
10596
10597         * manual/message.texi: Document MTASC-safety properties.
10598
10599         [BZ #12751]
10600         * manual/memory.texi: Document MTASC-safety properties.
10601
10602         * manual/math.texi: Document MTASC-safety properties.
10603
10604         * manual/locale.texi: Document MTASC-safety properties.
10605
10606         * manual/llio.texi: Document MTASC-safety properties.
10607
10608         * manual/libdl.texi: New.
10609
10610         * manual/lang.texi: Document MTASC-safety properties.
10611
10612         * manual/job.texi: Document MTASC-safety properties.
10613
10614         * manual/getopt.texi: Document MTASC-safety properties.
10615
10616         * manual/ctype.texi: Document MTASC-safety properties.
10617
10618 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
10619
10620         [BZ #16046]
10621         * csu/libc-tls.c (static_map): Remove variable.
10622         (__libc_setup_tls): Use main executable's link map for TLS data.
10623         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
10624         casing for LM_ID_BASE and GL(dl_nns).
10625         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
10626         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
10627         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
10628         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
10629         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
10630         member.
10631         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
10632         l_phnum members.
10633
10634 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
10635
10636         * manual/debug.texi: Document MTASC-safety properties.
10637
10638 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
10639
10640         [BZ #16510]
10641         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
10642         of __x86_64__ when disabling x87 inline functions.
10643
10644 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
10645
10646         * manual/charset.texi: Document MTASC-safety properties.
10647
10648         * manual/crypt.texi: Document MTASC-safety properties.
10649
10650         * manual/conf.texi: Document MTASC-safety properties.
10651
10652         * manual/arith.texi: Document MTASC-safety properties.
10653
10654         * manual/argp.texi: Document MTASC-safety properties.
10655
10656         * manual/macros.texi: Introduce macros to document multi
10657         thread, asynchronous signal and asynchronous cancellation
10658         safety properties.
10659         * manual/intro.texi: Introduce the properties themselves.
10660
10661 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10662
10663         * sysdeps/sh/sh4/Makefile: New file.
10664
10665 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
10666
10667         * math/gen-libm-test.pl ($srcdir): New variable.
10668         ($auto_input): Use it.
10669
10670 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
10671
10672         [BZ #16506]
10673         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
10674         access beyond array bounds when parsing netgroups file.
10675
10676         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
10677         the old buffer before realloc.
10678
10679 2014-01-27  Allan McRae  <allan@archlinux.org>
10680
10681         * po/fr.po: Update French translation from translation project.
10682
10683 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10684
10685         * sysdeps/sh/libm-test-ulps: Regenerate.
10686
10687 2014-01-24  David S. Miller  <davem@davemloft.net>
10688
10689         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
10690
10691 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10692
10693         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
10694         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
10695
10696 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10697
10698         [BZ #16474]
10699         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
10700         string pointers after reallocation.
10701
10702 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10703
10704         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
10705         __SH4A__ instead of __SH_FPU_ANY__.
10706
10707 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10708
10709         * sysdeps/sh/fpu_control.h: New file.
10710         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
10711         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
10712         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
10713         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
10714         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
10715         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
10716         * sysdeps/sh/sys/ucontext.h: Remove.
10717         * sysdeps/sh/sys: Remove directory.
10718
10719 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10720
10721         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
10722         s390/sys/ucontext.h.
10723         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
10724         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
10725
10726 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
10727
10728         [BZ #15605]
10729         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
10730
10731 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10732
10733         [BZ#16431]
10734         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
10735         Adjust the vDSO correctly for internal calls.
10736         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
10737
10738 2014-01-20  Allan McRae  <allan@archlinux.org>
10739
10740         * po/ca.po: Update Catalan translation from translation project.
10741
10742 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
10743
10744         * sysdeps/s390/sotruss-lib.c: New file.
10745
10746 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10747
10748         [BZ#16430]
10749         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
10750         (__GI___gettimeofday): Alias for a different internal symbol to avoid
10751         local calls issues by not having a PLT stub required for IFUNC calls.
10752         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
10753
10754 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
10755
10756         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
10757         * math/test-fpucw-static.c: Likewise.
10758
10759 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
10760
10761         [BZ #16453]
10762         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
10763
10764 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10765
10766         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
10767         implementation for powerpc.
10768
10769 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
10770
10771         [BZ #14782]
10772         * sysdeps/posix/system.c (__libc_system): Do not enable
10773         asynchronous cancellation.
10774
10775 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10776
10777         [BZ #16427]
10778         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
10779         handling only for numbers special also in the IEEE case.
10780
10781 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10782
10783         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10784
10785 2014-01-11  Allan McRae  <allan@archlinux.org>
10786
10787         * po/bg.po: Update Bulgarian translation from translation project.
10788
10789         * po/de.po: Update German translation from translation project.
10790
10791 2014-01-10  Roland McGrath  <roland@hack.frob.com>
10792
10793         * sysdeps/generic/gcc-compat.h: New file.
10794
10795 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
10796
10797         * benchtests/asin-inputs: Correct slow inputs.
10798         * benchtests/acos-inputs: Likewise.
10799
10800 2014-01-10  Allan McRae  <allan@archlinux.org>
10801
10802         * po:sv.po: Update Swedish translation from translation project.
10803
10804         * po/vi.po: Update Vietnamese translation from translation project.
10805
10806         * po/eo.po: Update Esperanto translation from translation project.
10807
10808         * po/cs.po: Update Czech translation from translation project.
10809
10810         * po/nl.po: Update Dutch translation from translation project.
10811
10812         * po/pl.po: Update Polish translation from translation project.
10813
10814         * po/ru.po: Update Russian translation from translation project.
10815
10816         * po/uk.po: Update Ukrainian translation from translation project.
10817
10818 2014-01-08  Brooks Moses  <bmoses@google.com>
10819
10820         * elf/dl-load.c: Fix comment typo.
10821
10822 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
10823
10824         * po/header.pot: Rename to...
10825         * po/pot.header: ... this.
10826         * po/Makefile: Use pot.header.
10827
10828 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
10829             Maxim Kuvyrkov  <maxim@kugelworks.com>
10830
10831         [BZ #16394]
10832         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
10833         SRC and DEST against LEN.
10834
10835 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10836
10837         [BZ #16414]
10838         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
10839         implementation.
10840         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
10841
10842 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10843
10844         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10845
10846 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
10847
10848         [BZ #16408]
10849         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
10850         for large positive arguments.
10851
10852 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
10853
10854         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10855
10856         * math/auto-libm-test-in: Mark various tests with
10857         xfail-rounding:ldbl-128ibm.
10858         * math/auto-libm-test-out: Regenerated.
10859
10860         [BZ #16407]
10861         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
10862         Increase overflow threshold.
10863
10864 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
10865
10866         [BZ #14286]
10867         * stdio-common/vfprintf.c: Check for integer overflow.
10868
10869 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10870
10871         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
10872         the first argument and return value of __tls_get_addr_internal.
10873
10874 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10875
10876         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
10877         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
10878
10879 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10880
10881         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
10882         * sysdeps/s390/rtld-global-offsets.sym: New file.
10883         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
10884         GLIBC_2.19 symbol.
10885         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
10886         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
10887         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
10888         ... this.
10889         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
10890         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
10891         ... this.
10892         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
10893         Regenerate.
10894         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
10895         Regenerate.
10896         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
10897         halfs of GPRs for high_gprs contexts.
10898         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
10899         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
10900         field.
10901         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
10902         uc_flags field.
10903         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
10904         64 bit versions:
10905         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
10906         for high GPRs (uc_high_gprs) and for future extensions
10907         (__reserved).
10908         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
10909         for future extensions (__reserved).
10910         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
10911         64 bit versions:
10912         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
10913         SC_HIGHGPRS offset definition.
10914         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
10915         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
10916
10917         * Versions.def: Add GLIBC_2.19 for libpthread.
10918         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
10919         siglongjmp for libpthread with GLIBC_2.19 symver.
10920         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
10921         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
10922         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
10923         * sysdeps/s390/__longjmp.c: New file.
10924         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
10925         * sysdeps/s390/longjmp.c: New file.
10926         * sysdeps/s390/setjmp.S: New file.
10927         * sysdeps/s390/sigjmp.S: New file.
10928         * sysdeps/s390/v1-longjmp.c: New file.
10929         * sysdeps/s390/v1-setjmp.h: New file.
10930         * sysdeps/s390/v1-sigjmp.c: New file.
10931         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
10932         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
10933         GLIBC_2.19 version.
10934         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
10935         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
10936         versioned symbols for ____longjmp_chk.
10937         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
10938         Likewise.
10939         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
10940         Regenerate.
10941         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10942         Regenerate.
10943         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
10944         Regenerate.
10945         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10946         Regenerate.
10947         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
10948         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
10949         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
10950         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
10951         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
10952         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
10953         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
10954         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
10955         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
10956         * sysdeps/s390/rtld-__longjmp.c: New file.
10957         * sysdeps/s390/rtld-setjmp.S: New file.
10958
10959 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
10960
10961         [BZ #16400]
10962         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
10963         Return -__logl (x) for small positive arguments without evaluating
10964         a polynomial.
10965
10966 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
10967
10968         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
10969         Rename to ...
10970         (__ptrace_peeksiginfo_args): ... this.
10971         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
10972         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
10973         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
10974
10975 2014-01-06  Allan McRae  <allan@archlinux.org>
10976
10977         * inet/netinet/in.h: Fix typo in comment.
10978
10979 2014-01-05  Andreas Jaeger  <aj@suse.de>
10980
10981         * sysdeps/i386/fpu/libm-test-ulps: Update.
10982
10983 2014-01-05  Allan McRae  <allan@archlinux.org>
10984
10985         * po/libc.pot: Regenerated.
10986
10987         * malloc/memusagestat.c: Fix gettext call formatting.
10988
10989 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
10990
10991         * nscd/nscd.c: Improve usage() output.
10992
10993 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
10994
10995         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
10996         * sysdeps/unix/sysv/linux/configure: Regenerated.
10997         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
10998         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
10999
11000 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
11001
11002         [BZ #16390]
11003         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
11004         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
11005
11006 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11007
11008         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
11009         extra tokens at end of #undef directive.
11010         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
11011         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
11012         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
11013
11014 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
11015
11016         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
11017
11018         * math/auto-libm-test-in: Mark various tests with
11019         xfail-rounding:ldbl-128ibm.
11020         * math/auto-libm-test-out: Regenerated.
11021
11022 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
11023
11024         [BZ #16386]
11025         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
11026         numbers with subnormal high part when calculating exponent.
11027
11028         [BZ #16385]
11029         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
11030         fabs.
11031
11032         [BZ #16384]
11033         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
11034         M_LN2l.
11035         (__ieee754_acoshl): Use __log1pl not __log1p.
11036
11037 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
11038
11039         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
11040         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
11041         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
11042         (grow_heap, heap_trim, _int_new_arena, get_free_list)
11043         (reused_arena, arena_get2): Convert to GNU style.
11044         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
11045         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
11046         (memalign_check, __malloc_set_state): Likewise.
11047         * malloc/mallocbug.c (main): Likewise.
11048         * malloc/malloc.c (__malloc_assert, malloc_init_state)
11049         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
11050         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
11051         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
11052         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
11053         (__posix_memalign, malloc_info): Likewise.
11054         * malloc/malloc.h: Likewise.
11055         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
11056         (mallochook, memalignhook, reallochook, mabort): Likewise.
11057         * malloc/mcheck.h: Likewise.
11058         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
11059         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
11060         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
11061         * malloc/morecore.c (__default_morecore): Likewise.
11062         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
11063         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
11064         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
11065         (print_and_abort): Likewise.
11066         * malloc/obstack.h: Likewise.
11067         * malloc/set-freeres.c (__libc_freeres): Likewise.
11068         * malloc/tst-mallocstate.c (main): Likewise.
11069         * malloc/tst-mtrace.c (main): Likewise.
11070         * malloc/tst-realloc.c (do_test): Likewise.
11071
11072 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11073
11074         [BZ #16366]
11075         * nscd/netgroupcache.c (do_notfound): New function.
11076         (addgetnetgrentX): Use it.
11077
11078         [BZ # 16365]
11079         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
11080         NSS_STATUS_NOTFOUND.
11081
11082 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
11083
11084         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
11085         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11086
11087 2014-01-01  Allan McRae  <allan@archlinux.org>
11088
11089         * scripts/update-copyrights: Update configure input file suffix.
11090
11091         * NEWS: Update copyright year.
11092         * catgets/gencat.c: Likewise.
11093         * csu/version.c: Likewise.
11094         * debug/catchsegv.sh: Likewise.
11095         * debug/pcprofiledump.c: Likewise.
11096         * debug/xtrace.sh: Likewise.
11097         * elf/ldconfig.c: Likewise.
11098         * elf/ldd.bash.in: Likewise.
11099         * elf/pldd.c: Likewise.
11100         * elf/sotruss.ksh: Likewise.
11101         * elf/sprof.c: Likewise.
11102         * iconv/iconv_prog.c: Likewise.
11103         * iconv/iconvconfig.c: Likewise.
11104         * locale/programs/locale.c: Likewise.
11105         * locale/programs/localedef.c: Likewise.
11106         * login/programs/pt_chown.c: Likewise.
11107         * malloc/memusage.sh: Likewise.
11108         * malloc/memusagestat.c: Likewise.
11109         * malloc/mtrace.pl: Likewise.
11110         * manual/libc.texinfo: Likewise.
11111         * nscd/nscd.c: Likewise.
11112         * nss/getent.c: Likewise.
11113         * nss/makedb.c: Likewise.
11114         * posix/getconf.c: Likewise.
11115         * scripts/test-installation.pl: Likewise.
11116
11117         * All files with FSF copyright notices: Update copyright dates
11118         using scripts/update-copyrights.
11119         * intl/plural.c: Regenerated.
11120         * locale/programs/charmap-kw.h: Likewise.
11121         * locale/programs/locfile-kw.h: Likewise.
11122
11123 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
11124
11125         * sysdeps/unix/sysv/linux/configure: Regenerated.
11126         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
11127         the linux/fanotify.h header.
11128         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
11129         HAVE_LINUX_FANOTIFY_H is defined.
11130
11131 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
11132
11133         * benchtests/cos-inputs: New inputs.
11134         * benchtests/sin-inputs: Likewise.
11135
11136         * benchtests/atan-inputs: New inputs. Fix name of multiple
11137         precision fallback inputs.
11138
11139         * benchtests/atanh-inputs: New inputs.
11140         * benchtests/tanh-inputs: Likewise.
11141
11142         * benchtests/acosh-inputs: New inputs.
11143         * benchtests/asinh-inputs: Likewise.
11144
11145         * benchtests/cosh-inputs: New inputs.
11146         * benchtests/sinh-inputs: Likewise.
11147
11148         * benchtests/acos-inputs: Add more inputs.
11149         * benchtests/asin-inputs: Likewise.
11150
11151 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
11152
11153         [BZ #16375]
11154         * manual/arith.texi: Fix spelling.
11155         * manual/charset.texi: Likewise.
11156         * manual/errno.texi: Likewise.
11157         * manual/filesys.texi: Likewise.
11158         * manual/lang.texi: Likewise.
11159         * manual/llio.texi: Likewise.
11160         * manual/locale.texi: Likewise.
11161         * manual/message.texi: Likewise.
11162         * manual/resource.texi: Likewise.
11163         * manual/search.texi: Likewise.
11164         * manual/setjmp.texi: Likewise.
11165         * manual/stdio.texi: Likewise.
11166         * manual/string.texi: Likewise.
11167         * manual/sysinfo.texi: Likewise.
11168         * manual/time.texi: Likewise.
11169
11170 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
11171
11172         * po/sl.po: New file.
11173
11174 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
11175
11176         * .gitignore: Add core/.gdbinit/.gdb_history.
11177
11178 2013-12-27  Allan McRae  <allan@archlinux.org>
11179
11180         [BZ #16369]
11181         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
11182         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
11183
11184 2013-12-24  Brooks Moses  <bmoses@google.com>
11185
11186         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
11187         all compilers that claim C++98 compliance, not just GCC.
11188         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
11189         Likewise.
11190
11191 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
11192
11193         * NEWS: Restore accidentally deleted bug-fix entries.
11194
11195 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
11196             Ondřej Bílka  <neleai@seznam.cz>
11197
11198         [BZ #15073]
11199         * malloc/malloc.c (_int_free): Perform sanity check only if we
11200         have_lock.
11201
11202 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
11203
11204         [BZ #12986]
11205         * manual/stdio.texi (String Input Conversions): Clarify that character
11206         classes are not supported.
11207
11208 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11209
11210         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11211
11212 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
11213
11214         [BZ #16337]
11215         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
11216         Calculate results for small negative arguments directly rather
11217         than using reflection formula with special underflow handling.
11218
11219         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
11220         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
11221         sysdeps/unix/bsd/bsd4.4/syscalls.list.
11222         (fchflags): Likewise.
11223         (revoke): Likewise.
11224         (setlogin): Likewise.
11225         (sigaltstack): Likewise.
11226         (wait4): Likewise.
11227         (sigblock): Remove.
11228         (sigsetmask): Likewise.
11229         (wait3): Likewise.
11230         (waitpid): Likewise.
11231         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
11232         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
11233         file.
11234         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
11235         * sysdeps/unix/bsd/Makefile: ... here.
11236         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
11237         * sysdeps/unix/bsd/Versions: ... here.
11238         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
11239         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
11240         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
11241         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
11242         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
11243         * sysdeps/unix/bsd/sigblock.c: ... here.
11244         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
11245         * sysdeps/unix/bsd/sigsetmask.c: ... here.
11246         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
11247         * sysdeps/unix/bsd/sigvec.c: ... here.
11248         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
11249         * sysdeps/unix/bsd/tcdrain.c: ... here.
11250         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
11251         * sysdeps/unix/bsd/tcgetattr.c: ... here.
11252         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
11253         * sysdeps/unix/bsd/tcsetattr.c: ... here.
11254         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
11255         * sysdeps/unix/bsd/wait.c: ... here.
11256         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
11257         * sysdeps/unix/bsd/wait3.c: ... here.
11258         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
11259         * sysdeps/unix/bsd/waitpid.c: ... here.
11260
11261 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
11262
11263         [BZ #16356]
11264         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
11265         round-to-nearest for [!USE_AS_EXPM1L].
11266         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
11267         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
11268         more tests of exp and exp10.  Expect some exp10 tests to miss
11269         exceptions or fail in directed rounding modes.
11270         * math/auto-libm-test-out: Regenerated.
11271         * math/libm-test.inc (exp10_tonearest_test_data): New array.
11272         (exp10_test_tonearest): New function.
11273         (exp10_towardzero_test_data): New array.
11274         (exp10_test_towardzero): New function.
11275         (exp10_downward_test_data): New array.
11276         (exp10_test_downward): New function.
11277         (exp10_upward_test_data): New array.
11278         (exp10_test_upward): New function.
11279         (main): Call the new functions.
11280         * sysdeps/i386/fpu/libm-test-ulps: Update.
11281         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11282
11283 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
11284
11285         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
11286         asinh, atan, atan2, atanh, cbrt, cos and cosh.
11287         * math/auto-libm-test-out: Regenerated.
11288         * math/libm-test.inc (acosh_test_data): Add more tests.
11289         (atanh_test_data): Likewise.
11290         (ceil_test_data): Likewise.
11291         (copysign_test_data): Likewise.
11292         * sysdeps/i386/fpu/libm-test-ulps: Update.
11293         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11294
11295         * timezone/checktab.awk: Update from tzcode 2013i.
11296         * timezone/private.h: Likewise.
11297         * timezone/scheck.c: Likewise.
11298         * timezone/tzfile.h: Likewise.
11299         * timezone/tzselect.ksh: Likewise.
11300         * timezone/zdump.c: Likewise.
11301         * timezone/zic.c: Likewise.
11302
11303         * math/auto-libm-test-in: Add tests of cpow.
11304         * math/auto-libm-test-out: Regenerated.
11305         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
11306         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11307         mpc_cc_c.
11308         (func_calc_desc): Add mpc_cc_c union field.
11309         (test_functions): Add cpow.
11310         (special_fill_2pi): New function.
11311         (special_real_inputs): Add 2pi.
11312         (calc_generic_results): Handle mpc_cc_c.
11313         * sysdeps/i386/fpu/libm-test-ulps: Update.
11314         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11315
11316         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
11317         csqrt, ctan and ctanh.
11318         * math/auto-libm-test-out: Regenerated.
11319         * math/libm-test.inc (TEST_COND_x86_64): New macro.
11320         (TEST_COND_x86): Likewise.
11321         (ccos_test_data): Use AUTO_TESTS_c_c.
11322         (ccosh_test_data): Likewise.
11323         (cexp_test_data): Likewise.
11324         (clog_test_data): Likewise.
11325         (csqrt_test_data): Likewise.
11326         (ctan_test_data): Likewise.
11327         (ctan_tonearest_test_data): Likewise.
11328         (ctan_towardzero_test_data): Likewise.
11329         (ctan_downward_test_data): Likewise.
11330         (ctan_upward_test_data): Likewise.
11331         (ctanh_test_data): Likewise.
11332         (ctanh_tonearest_test_data): Likewise.
11333         (ctanh_towardzero_test_data): Likewise.
11334         (ctanh_downward_test_data): Likewise.
11335         (ctanh_upward_test_data): Likewise.
11336         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11337         mpc_c_c.
11338         (func_calc_desc): Add mpc_c_c union field.
11339         (FUNC_mpc_c_c): New macro.
11340         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
11341         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
11342         ctanh.
11343         (special_fill_min_subnorm_p120): New function.
11344         (special_real_inputs): Add min_subnorm_p120.
11345         (calc_generic_results): Handle mpc_c_c.
11346         * sysdeps/i386/fpu/libm-test-ulps: Update.
11347         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11348
11349 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
11350
11351         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
11352         (do_sin_slow): New functions.
11353         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
11354         (cslow2, csloww1, csloww2): Use the new functions.
11355
11356         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
11357         Use M to change sign of result instead of X.  Assume X is
11358         positive.
11359         (csloww1): Likewise.
11360         (__sin): Adjust.
11361         (__cos): Adjust.
11362
11363         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
11364         arguments A and DA.
11365         (__sin): Adjust.
11366         (__cos): Likewise.
11367
11368         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
11369         (__cos): Likewise.
11370         (sloww1): Don't adjust sign of DX.
11371         (csloww1): Likewise.
11372         (sloww2): Use X directly and don't adjust sign of DX.
11373         (csloww2): Likewise.
11374
11375 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
11376
11377         * math/auto-libm-test-in: Add tests of cabs and carg.
11378         * math/auto-libm-test-out: Regenerated.
11379         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
11380         (carg_test_data): Likewise.
11381         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11382         mpc_c_f.
11383         (func_calc_desc): Add mpc_c_f union field.
11384         (test_functions): Add cabs and carg.
11385         (calc_generic_results): Handle mpc_c_f.
11386
11387         * sysdeps/powerpc/powerpc32/libgcc-compat.S
11388         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
11389         as a macro and a compat symbol.
11390         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
11391         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
11392         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
11393         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
11394         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
11395         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
11396         not use .hidden.
11397         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
11398         Likewise.
11399         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
11400         Likewise.
11401         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
11402         Likewise.
11403         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
11404         Likewise.
11405         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
11406         Likewise.
11407         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
11408         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
11409         from GLIBC_2.3.2.
11410
11411 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11412
11413         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11414
11415 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
11416
11417         * manual/texinfo.tex: Update to version 2013-11-26.10 with
11418         trailing whitespace removed.
11419         * scripts/config.guess: Update to version 2013-11-29.
11420         * scripts/config.sub: Update to version 2013-10-01.
11421
11422         * math/auto-libm-test-in: Add tests of sincos.
11423         * math/auto-libm-test-out: Regenerated.
11424         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
11425         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11426         mpfr_f_11.
11427         (func_calc_desc): Add mpfr_f_11 union field.
11428         (test_functions): Add sincos.
11429         (calc_generic_results): Handle mpfr_f_11.
11430         * sysdeps/i386/fpu/libm-test-ulps: Update.
11431         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11432
11433 2013-12-19  Andreas Schwab  <schwab@suse.de>
11434
11435         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
11436         CALL_MCOUNT.
11437         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
11438         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
11439         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
11440
11441 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
11442
11443         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
11444         * sysdeps/i386/fpu/libm-test-ulps: Update.
11445         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11446
11447         [BZ #16293]
11448         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
11449         round-to-nearest mode when using frndint.
11450         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
11451         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
11452         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
11453         Likewise.
11454         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
11455         sinh test to fail.
11456         * math/auto-libm-test-out: Regenerated.
11457         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
11458         (TEST_COND_x86): Likewise.
11459         (expm1_tonearest_test_data): New array.
11460         (expm1_test_tonearest): New function.
11461         (expm1_towardzero_test_data): New array.
11462         (expm1_test_towardzero): New function.
11463         (expm1_downward_test_data): New array.
11464         (expm1_test_downward): New function.
11465         (expm1_upward_test_data): New array.
11466         (expm1_test_upward): New function.
11467         (main): Run the new test functions.
11468         * sysdeps/i386/fpu/libm-test-ulps: Update.
11469         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11470
11471         * include/features.h: Update comment documenting feature test
11472         macros.  Mention _DEFAULT_SOURCE in comment.
11473         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
11474         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
11475         _BSD_SOURCE and _SVID_SOURCE.
11476         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
11477         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
11478         !_SVID_SOURCE]: Likewise.
11479         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
11480         (__USE_POSIX_IMPLICITLY): Define.
11481         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
11482         (_POSIX_SOURCE): Undefine and redefine.
11483         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
11484         (_POSIX_C_SOURCE): Likewise.
11485         * manual/creature.texi (_DEFAULT_SOURCE): Document.
11486         (Feature Test Macros): Update documentation of default features.
11487
11488 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
11489
11490         * benchtests/Makefile: Add bench-strtok.
11491         * benchtests/bench-strtok.c: New file: strtok benchtest.
11492
11493 2013-12-19  Allan McRae  <allan@archlinux.org>
11494
11495         * manual/install.texi: Suppress menu for plain text output.
11496         * INSTALL: Regenerated.
11497
11498 2013-12-18  Brooks Moses  <bmoses@google.com>
11499
11500         [BZ #15846]
11501         * misc/getauxval.c: Include errno.h.
11502         (__getauxval): Set errno to ENOENT if the requested type is not
11503         found.
11504         * misc/sys/auxv.h (getauxval): Document that it may set errno;
11505         don't declare with __attribute_const__.
11506         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
11507         * manual/startup.texi: Document that getauxval sets errno.
11508
11509 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
11510
11511         * math/auto-libm-test-in: Add tests of jn and yn.
11512         * math/auto-libm-test-out: Regenerated.
11513         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
11514         (yn_test_data): Likewise.
11515         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11516         mpfr_if_f.
11517         (func_calc_desc): Add mpfr_if_f union field.
11518         (FUNC_mpfr_if_f): New macro.
11519         (test_functions): Add jn and yn.
11520         (calc_generic_results): Assert type of second input for
11521         mpfr_ff_f.  Handle mpfr_if_f.
11522         (output_for_one_input_case): Disable all checking for arguments
11523         fitting floating-point types in case of an integer argument.
11524         * sysdeps/i386/fpu/libm-test-ulps: Update.
11525         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11526
11527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11528         Don't expect fegetround reference in libm.so.
11529
11530 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
11531
11532         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
11533         $(config-cflags-nofma).
11534
11535 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
11536
11537         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
11538         * math/auto-libm-test-out: Regenerated.
11539
11540         [BZ #16338]
11541         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
11542         to determine exponent and adjust argument to have exponent of -1.
11543         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
11544         log2.
11545         * math/auto-libm-test-out: Regenerated.
11546         * sysdeps/i386/fpu/libm-test-ulps: Update.
11547         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11548
11549 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
11550
11551         * manual/probes.texi: Remove cases when per-thread arenas are
11552         disabled.
11553
11554 2013-12-18  Andreas Schwab  <schwab@suse.de>
11555
11556         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
11557         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
11558         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
11559         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
11560         * sysdeps/i386/i686/multiarch/Makefile: Update.
11561         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
11562
11563 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
11564
11565         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
11566         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
11567
11568 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
11569
11570         [BZ #15968]
11571         Support TZ transition times < 00:00:00.
11572         This is needed for version-3 tz-format files; it supports time
11573         stamps past 2037 for America/Godthab (the only entry in the tz
11574         database for which this change is relevant).
11575         * manual/time.texi (TZ Variable): Document transition times
11576         from -167:59:59 through -00:00:01.
11577         * time/tzset.c (tz_rule): Time of day is now signed.
11578         (__tzset_parse_tz): Parse negative time of day.
11579
11580         Document TZ transition times >= 25:00:00.
11581         * manual/time.texi (TZ Variable): Document transition times from
11582         25:00:00 through 167:59:59.  These are already supported, and this
11583         support will help with version-3 tz-format files.
11584
11585         * manual/time.texi (TZ Variable): Modernize North America example
11586         to reflect current (i.e., 2007-and-later) daylight saving rules.
11587
11588         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
11589
11590 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
11591
11592         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
11593         * sysdeps/unix/bsd/bits/stat.h: Likewise.
11594         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
11595         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
11596         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
11597         * sysdeps/unix/bsd/bsdstat.h: Likewise.
11598         * sysdeps/unix/bsd/clock.c: Likewise.
11599         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
11600         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
11601         * sysdeps/unix/bsd/init-posix.c: Likewise.
11602         * sysdeps/unix/bsd/poll.c: Likewise.
11603         * sysdeps/unix/bsd/ptsname.c: Likewise.
11604         * sysdeps/unix/bsd/seekdir.c: Likewise.
11605         * sysdeps/unix/bsd/setegid.c: Likewise.
11606         * sysdeps/unix/bsd/seteuid.c: Likewise.
11607         * sysdeps/unix/bsd/setgid.c: Likewise.
11608         * sysdeps/unix/bsd/setrgid.c: Likewise.
11609         * sysdeps/unix/bsd/setruid.c: Likewise.
11610         * sysdeps/unix/bsd/setsid.c: Likewise.
11611         * sysdeps/unix/bsd/setuid.c: Likewise.
11612         * sysdeps/unix/bsd/sigaction.c: Likewise.
11613         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
11614         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
11615         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
11616         * sysdeps/unix/bsd/telldir.c: Likewise.
11617         * sysdeps/unix/bsd/times.c: Likewise.
11618         * sysdeps/unix/bsd/usleep.c: Likewise.
11619
11620         * misc/Makefile (install-lib): Remove libbsd-compat.a.
11621         ($(objpfx)libbsd-compat.a): Remove rule.
11622
11623         * include/features.h (__FAVOR_BSD): Do not define.
11624         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
11625         features conflicting with POSIX.
11626         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
11627         (_BSD_SOURCE): Remove description of not being a subset of other
11628         feature test macros.
11629         * manual/job.texi (getpgrp): Do not document BSD version.
11630         (getpgid): Do not document by reference to BSD getpgrp.
11631         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
11632         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
11633         * signal/signal.h [__FAVOR_BSD]: Likewise.
11634         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
11635         instead of making contents conditional on [__FAVOR_BSD].
11636         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
11637
11638 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11639
11640         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11641
11642 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
11643
11644         [BZ #16314]
11645         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
11646         values below 2**-450, not 2**-500.
11647         * math/auto-libm-test-in: Don't allow spurious underflow from
11648         hypot.
11649         * math/auto-libm-test-out: Regenerated.
11650
11651         [BZ #16316]
11652         [BZ #16330]
11653         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
11654         values of ha and hb and sort them after adjusting subnormal
11655         arguments.
11656         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
11657         Likewise.
11658         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
11659         values of ea and eb and sort them after adjusting subnormal
11660         arguments.
11661         * math/auto-libm-test-in: Do not expect some hypot tests of
11662         subnormals to fail.  Add more hypot tests.
11663         * math/auto-libm-test-out: Regenerated.
11664
11665 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11666
11667         [BZ #13304]
11668         * sysdeps/sh/s_fma.c: New file.
11669         * sysdeps/sh/s_fmaf.c: New file.
11670         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
11671         version.
11672         * sysdeps/sh/Implies: Add sh/soft-fp.
11673
11674 2013-12-16  Roland McGrath  <roland@hack.frob.com>
11675
11676         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
11677         level of indirection to members `objname', `errstring', `malloced'.
11678         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
11679         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
11680         it as the __longjmp argument (just pass 1 instead).
11681         (_dl_catch_error): Initialize C with argument pointers and address of
11682         volatile local ERRCODE rather than copying values out of C at return.
11683
11684 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
11685
11686         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
11687         * math/auto-libm-test-out: Regenerated.
11688         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
11689         (hypot_test_data): Likewise.
11690         (pow_test_data): Likewise.
11691         (pow_tonearest_test_data): Likewise.
11692         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11693         mpfr_ff_f.
11694         (func_calc_desc): Add mpfr_ff_f union field.
11695         (FUNC_mpfr_ff_f): New macro.
11696         (test_functions): Add atan2, hypot and pow.
11697         (special_fill_min): New function.
11698         (special_fill_minus_min): Likewise.
11699         (special_fill_min_subnorm): Likewise.
11700         (special_fill_minus_min_subnorm): Likewise.
11701         (special_real_inputs): Add min, -min, min_subnorm and
11702         -min_subnorm.
11703         (calc_generic_results): Handle mpfr_ff_f.
11704         * sysdeps/i386/fpu/libm-test-ulps: Update.
11705         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11706
11707 2013-12-16  Will Newton  <will.newton@linaro.org>
11708
11709         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
11710         (Aligned Memory Blocks): Add documentation for aligned_alloc
11711         and suggest it as an alternative to posix_memalign.
11712         (Hooks for Malloc): Document __memalign_hook is also called
11713         for aligned_alloc.  (Summary of Malloc): Add summary for
11714         aligned alloc.  Document __memalign_hook is also called
11715         for aligned_alloc.
11716
11717 2013-12-16  Will Newton  <will.newton@linaro.org>
11718
11719         * manual/memory.texi (Malloc Examples): Clarify default
11720         alignment documentation.  Suggest posix_memalign rather
11721         than memalign or valloc.
11722         (Aligned Memory Blocks): Remove suggestion to use memalign
11723         or valloc.  Remove obsolete comment about BSD.
11724         Document memalign errno values and mark the function obsolete.
11725         Document posix_memalign returned error codes.  Mark valloc
11726         as obsolete.  (Hooks for Malloc): __memalign_hook is also
11727         called for posix_memalign and valloc.
11728         (Summary of Malloc): Add posix_memalign to function summary.
11729         __memalign_hook is also called for posix_memalign and valloc.
11730
11731 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
11732
11733         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
11734         TAYLOR_SIN.
11735         (__sin): Adjust.
11736         (__cos): Likewise.
11737         (sloww): Use mynumber union.  Expand ternary operator into
11738         if-else statements.
11739         (cslow): use mynumber union.
11740
11741 2013-12-16  Allan McRae  <allan@archlinux.org>
11742
11743         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
11744         * configure: Regenerated.
11745
11746         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
11747
11748         [BZ #14120]
11749         * configure.ac: Added --enable-maintainer-mode. Check for
11750         autoconf when enabled.
11751         * configure: Regenerated.
11752
11753         * nscd/nscd.service: New file.
11754         * nscd/nscd.tmpfiles: New file.
11755
11756 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
11757
11758         [BZ #12100]
11759         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
11760         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
11761         * sysdeps/x86_64/multiarch/strstr.c: ... here.
11762         (strstr): Add __strstr_sse2_unaligned ifunc.
11763         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
11764         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
11765         (strcasestr): Remove __strcasestr_sse42 ifunc.
11766         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
11767         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
11768         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
11769
11770 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11771
11772         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
11773         * sysdeps/sh/bits/fenv.h: ... here.
11774         * sysdeps/sh/sh4/fpu/bits: Remove directory.
11775
11776 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11777
11778         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
11779
11780         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
11781         hypotf multiarch implementations.
11782         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
11783         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
11784         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
11785         multiarch hypot for PPC64.
11786         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
11787         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
11788         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
11789         multiarch hypotf for PPC64.
11790
11791         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
11792         modff multiarch implementations.
11793         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
11794         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
11795         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
11796         multiarch modf for PPC64.
11797         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
11798         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
11799         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
11800         multiarch modff for PPC64.
11801
11802         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
11803         and logl multiarch implementations.
11804         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
11805         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
11806         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
11807         multiarch logb for PPC64.
11808         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
11809         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
11810         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
11811         multiarch logb for PPC64.
11812         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
11813         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
11814         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
11815         multiarch logb for PPC64.
11816
11817         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
11818         isinff multiarch implementation.
11819         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
11820         file.
11821         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
11822         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
11823         multiarch isinf for PPC64.
11824         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
11825         file.
11826         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
11827         multiarch isinff for PPC64.
11828
11829         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
11830         finitef multiarch implementation.
11831         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
11832         file.
11833         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
11834         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
11835         multiarch finite for PPC64.
11836         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
11837         file.
11838         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
11839         multiarch finitef for PPC64.
11840
11841         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
11842         lrint multiarch implementation.
11843         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
11844         file.
11845         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
11846         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
11847         multiarch llrint for PPC64.
11848         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
11849         multiarch lrint for PPC64.
11850
11851         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
11852         copysignf multiarch implementation.
11853         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
11854         file.
11855         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
11856         file.
11857         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
11858         multiarch copysign for PPC64.
11859         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
11860         multiarch copysignf for PPC64.
11861
11862         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
11863         multiarch implementation.
11864         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
11865         file.
11866         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
11867         file.
11868         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
11869         file.
11870         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
11871         file.
11872         multiarch llround for PPC64.
11873         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
11874         multiarch trunc for PPC64.
11875         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
11876         multiarch truncf for PPC64.
11877
11878         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
11879         multiarch implementation.
11880         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
11881         file.
11882         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
11883         file.
11884         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
11885         file.
11886         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
11887         file.
11888         multiarch llround for PPC64.
11889         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
11890         multiarch round for PPC64.
11891         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
11892         multiarch roundf for PPC64.
11893
11894         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
11895         multiarch implementation.
11896         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
11897         file.
11898         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
11899         file.
11900         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
11901         file.
11902         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
11903         file.
11904         multiarch llround for PPC64.
11905         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
11906         multiarch floor for PPC64.
11907         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
11908         multiarch floorf for PPC64.
11909
11910         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
11911         multiarch implementation.
11912         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
11913         file.
11914         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
11915         file.
11916         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
11917         file.
11918         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
11919         file.
11920         multiarch llround for PPC64.
11921         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
11922         multiarch ceil for PPC64.
11923         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
11924         multiarch ceilf for PPC64.
11925
11926         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
11927         multiarch implementation.
11928         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
11929         file.
11930         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
11931         file.
11932         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
11933         file.
11934         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
11935         multiarch llround for PPC64.
11936         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
11937         multiarch lround for PPC64.
11938
11939         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
11940         multiarch implementation.
11941         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
11942         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
11943         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
11944         file.
11945         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
11946         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
11947         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
11948         multiarch isnan for PPC64.
11949         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
11950         multiarch isnanf for PPC64.
11951
11952         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
11953         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
11954         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
11955         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
11956         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
11957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
11958
11959         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
11960         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
11961         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
11962         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
11963
11964         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
11965         multiarch implementations.
11966         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11967         (__libc_ifunc_impl_list): Likewise.
11968         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
11969         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
11970         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
11971         multiarch stpcpy for PPC64.
11972
11973         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
11974         multiarch implementations.
11975         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11976         (__libc_ifunc_impl_list): Likewise.
11977         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
11978         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
11979         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
11980         multiarch strcpy for PPC64.
11981
11982         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
11983         redefine function name.
11984         (_wordcopy_fwd_dest_aligned): Likewise.
11985         (_wordcopy_bwd_aligned): Likewise.
11986         (_wordcopy_bwd_dest_aligned): Likewise.
11987         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
11988         multiarch implementations.
11989         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11990         (__libc_ifunc_impl_list): Likewise.
11991         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
11992         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
11993         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
11994         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
11995         multiarch wcscpy for PPC64.
11996
11997         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
11998         multiarch implementations.
11999         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12000         (__libc_ifunc_impl_list): Likewise.
12001         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
12002         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
12003         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
12004         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
12005         multiarch wcscpy for PPC64.
12006
12007         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
12008         multiarch implementations.
12009         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12010         (__libc_ifunc_impl_list): Likewise.
12011         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
12012         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
12013         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
12014         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
12015         multiarch wcsrchr for PPC64.
12016
12017         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
12018         multiarch implementations.
12019         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12020         (__libc_ifunc_impl_list): Likewise.
12021         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
12022         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
12023         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
12024         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
12025         multiarch wcschr for PPC64.
12026
12027         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
12028         multiarch implementations.
12029         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12030         (__libc_ifunc_impl_list): Likewise.
12031         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
12032         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
12033         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
12034         multiarch strchrnul for PPC64.
12035
12036         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
12037         implementations.
12038         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12039         (__libc_ifunc_impl_list): Likewise.
12040         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
12041         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
12042         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
12043         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
12044         strchr for PPC64.
12045
12046         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
12047         implementations.
12048         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12049         (__libc_ifunc_impl_list): Likewise.
12050         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
12051         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
12052         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
12053         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
12054         strncmp for PPC64.
12055
12056         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
12057         multiarch implementations.
12058         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12059         (__libc_ifunc_impl_list): Likewise.
12060         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
12061         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
12062         strncasecmp for PPC64.
12063         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
12064         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
12065         multiarch strncasecmp_l for PPC64.
12066
12067         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
12068         multiarch implementations.
12069         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12070         (__libc_ifunc_impl_list): Likewise.
12071         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
12072         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
12073         multiarch strcasecmp for PPC64.
12074         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
12075         file.
12076         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
12077         multiarch strcasecmp_l for PPC64.
12078
12079         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
12080         implementations.
12081         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12082         (__libc_ifunc_impl_list): Likewise.
12083         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
12084         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
12085         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
12086         strnlen for PPC64.
12087
12088         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
12089         implementations.
12090         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12091         (__libc_ifunc_impl_list): Likewise.
12092         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
12093         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
12094         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
12095         strlen for PPC64.
12096
12097         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
12098         implementations.
12099         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12100         (__libc_ifunc_impl_list): Likewise.
12101         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
12102         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
12103         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
12104         rawmemrchr for PPC64.
12105
12106         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
12107         implementation.
12108         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12109         (__libc_ifunc_impl_list): Likewise.
12110         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
12111         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
12112         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
12113         memrchr for PPC64.
12114
12115         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
12116         implementation.
12117         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12118         (__libc_ifunc_impl_list): Likewise.
12119         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
12120         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
12121         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
12122         memchr for PPC64.
12123
12124         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
12125         implementation.
12126         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12127         (__libc_ifunc_impl_list): Likewise.
12128         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
12129         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
12130         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
12131         mempcpy for PPC64.
12132
12133         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
12134         avoid cretion of __bzero symbol.
12135         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
12136         Likewise.
12137         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
12138         Likewise.
12139         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
12140         Likewise.
12141         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
12142         multiarch implementations.
12143         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12144         (__libc_ifunc_impl_list): Likewise.
12145         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
12146         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
12147         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
12148         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
12149         bzero for PPC32.
12150         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
12151         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
12152         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
12153         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
12154         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
12155         memset for PPC64.
12156         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
12157
12158         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
12159         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
12160         implementations.
12161         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12162         (__libc_ifunc_impl_list): Likewise.
12163         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
12164         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
12165         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
12166         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
12167         memcmp for PPC64.
12168
12169         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
12170         multiarch for POWER/PPC64.
12171         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
12172         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
12173         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
12174         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
12175         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
12176         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
12177         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
12178         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
12179         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
12180         memcpy for PPC64.
12181
12182         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
12183         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
12184         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
12185         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
12186         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
12187         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
12188         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
12189         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
12190         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
12191         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
12192         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
12193         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
12194         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
12195         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
12196         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
12197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
12198         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
12199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
12200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
12201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
12202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
12203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
12204
12205 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12206
12207         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
12208
12209 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12210
12211         * benchtests/Makefile (bench): Add exp2 and log2.
12212         (LDLIBS-bench-exp2): Add -lm.
12213         (LDLIBS-bench-log2): Likewise.
12214         * benchtests/exp2-inputs: New inputs file.
12215         * benchtests/log2-inputs: New inputs file.
12216         * benchtests/log-inputs: Add new inputs.
12217         * benchtests/tan-inputs: Likewise.
12218
12219 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12220
12221         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
12222         definition...
12223         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
12224         (csloww2): ... from here.
12225
12226         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
12227         instead of structures.
12228         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
12229         (POLYNOMIAL): Likewise.
12230         (TAYLOR_SLOW): Likewise.
12231         (__sin): Likewise.
12232         (__cos): Likewise.
12233         (slow1): Likewise.
12234         (slow2): Likewise.
12235         (sloww): Likewise.
12236         (sloww1); Likewise.
12237         (sloww2): Likewise.
12238         (bsloww1): Likewise.
12239         (bsloww2): Likewise.
12240         (cslow2): Likewise.
12241         (csloww): Likewise.
12242         (csloww1): Likewise.
12243         (csloww2): Likewise.
12244
12245 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
12246
12247         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
12248         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
12249         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
12250         * malloc/hooks.c (realloc_check): Likewise.
12251
12252         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
12253         * malloc/arena.c: Remove PER_THREAD conditional.
12254         [!PER_THREAD]: Remove code.
12255         (ptmalloc_unlock_all2): Likewise.
12256         (ptmalloc_init): Likewise.
12257         (_int_new_arena): Likewise.
12258         (arena_get2): Likewise.
12259         * malloc/hooks.c (__malloc_get_state): Likewise.
12260         (__malloc_set_state): Likewise.
12261         * malloc/malloc.c: Likewise.
12262         (struct malloc_state): Likewise.
12263         (struct malloc_par): Likewise.
12264         (__libc_realloc): Likewise.
12265         (__libc_mallopt): Likewise.
12266
12267 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12268
12269         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
12270
12271 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
12272
12273         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
12274         macro to a function.  Check for zero perturb_byte.
12275         (_int_malloc, _int_free): Remove zero perturb_byte checks.
12276
12277         * malloc/malloc.c: (force_reg): Remove.
12278         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
12279         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
12280         force_reg by atomic_forced_read.
12281         * malloc/arena.c (ptmalloc_init): Likewise.
12282         * malloc/hooks.c (top_check): Likewise.
12283
12284 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12285
12286         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12287
12288 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
12289
12290         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12291
12292 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
12293
12294         * math/auto-libm-test-in: Add tests of lgamma.
12295         * math/auto-libm-test-out: Regenerated.
12296         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
12297         (M_LOG_2_SQRT_PIl): Likewise.
12298         (lgamma_test_data): Use AUTO_TESTS_f_f1.
12299         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12300         mpfr_f_f1.
12301         (func_calc_desc): Add mpfr_f_f1 union field.
12302         (ARGS1): New macro.
12303         (ARGS2): Likewise.
12304         (ARGS3): Likewise.
12305         (ARGS4): Likewise.
12306         (RET1): Likewise.
12307         (RET2): Likewise.
12308         (CALC): Likewise.
12309         (FUNC): Likewise.
12310         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
12311         (test_functions): Add lgamma.
12312         (calc_generic_results): Handle mpfr_f_f1.
12313         * sysdeps/i386/fpu/libm-test-ulps: Update.
12314         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12315
12316 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12317
12318         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
12319         __mpn_add_n for PowerPC64/POWER7.
12320         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
12321         __mpn_sub_n for PowerPC64/POWER7.
12322
12323         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
12324         __mpn_addmul_1 for PowerPC64.
12325         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
12326         __mpn_submul_1 for PowerPC64.
12327         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
12328         for PowerPC64.
12329         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
12330         for PowerPC64.
12331
12332 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
12333
12334         [BZ #15089]
12335         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
12336
12337 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12338
12339         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
12340
12341         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
12342         add multiarch folders.
12343         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
12344         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
12345         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
12346         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
12347         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
12348         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
12349         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
12350         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
12351         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
12352         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
12353         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
12354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
12355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
12356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
12357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
12358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
12359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
12360
12361         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
12362         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
12363         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
12364         New file.
12365         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
12366         New file.
12367         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
12368         multiarch __ieee754_hypot for PowerPC32.
12369         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
12370         New file.
12371         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
12372         New file.
12373         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
12374         multiarch __ieee754_hypotf for PowerPC32.
12375
12376         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
12377         long_double_symbol only if __logbl is defined.
12378         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
12379         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
12380         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
12381         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
12382         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
12383         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
12384         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
12385         path for implementation.
12386         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
12387         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
12388         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
12389         logb, and logbl multiarch implementations for PowerPC32.
12390         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
12391         file.
12392         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
12393         file.
12394         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
12395         multiarch logb for PowerPC32.
12396         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
12397         file.
12398         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
12399         file.
12400         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
12401         multiarch logbf for PowerPC32.
12402         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
12403         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
12404         file.
12405         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
12406         multiarch logbl implementation for PowerPC32.
12407
12408         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
12409         and modff multiarch implementations.
12410         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
12411         New file.
12412         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
12413         New file.
12414         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
12415         multiarch modf for PowerPC32.
12416         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
12417         New file.
12418         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
12419         New file.
12420         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
12421         multiarch modff for PowerPC32.
12422
12423         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
12424         and lrintf multiarch implementations.
12425         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
12426         New file.
12427         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
12428         New file.
12429         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
12430         multiarch lrint for PowerPC32.
12431         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
12432         file: multiarch lrintf for PowerPC32.
12433
12434         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
12435         and lroundf multiarch implementations.
12436         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
12437         New file.
12438         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
12439         New file.
12440         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
12441         New file.
12442         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
12443         multiarch lround for PowerPC32.
12444         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
12445         file: multiarch lroundf for PowerPC32.
12446
12447         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
12448         copysign and copysignf multiarch implementations.
12449         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
12450         New file.
12451         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
12452         New file.
12453         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
12454         file: multiarch copysign for PowerPC32.
12455         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
12456         file: multiarch copysignf for PowerPC32.
12457
12458         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
12459         and truncf multiarch implementations.
12460         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
12461         New file.
12462         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
12463         file.
12464         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
12465         multiarch trunc for PowerPC32.
12466         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
12467         New file.
12468         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
12469         New file.
12470         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
12471         multiarch truncf for PowerPC32.
12472
12473         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
12474         and roundf multiarch implementations.
12475         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
12476         New file.
12477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
12478         file.
12479         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
12480         multiarch round for PowerPC32.
12481         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
12482         New file.
12483         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
12484         New file.
12485         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
12486         multiarch roundf for PowerPC32.
12487
12488         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
12489         and floorf multiarch implementations.
12490         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
12491         New file.
12492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
12493         file.
12494         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
12495         multiarch floor for PowerPC32.
12496         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
12497         New file.
12498         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
12499         New file.
12500         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
12501         multiarch floorf for PowerPC32.
12502
12503         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
12504         and ceilf multiarch implementations.
12505         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
12506         New file.
12507         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
12508         file.
12509         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
12510         multiarch ceil for PowerPC32.
12511         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
12512         New file.
12513         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
12514         file.
12515         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
12516         multiarch ceilf for PowerPC32.
12517
12518         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
12519         is defined.
12520         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
12521         FINITEF is defined.
12522         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
12523         and finitef multiarch implementations.
12524         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
12525         New file.
12526         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
12527         file.
12528         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
12529         multiarch finite for PowerPC32.
12530         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
12531         New file.
12532         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
12533         file: multiarch finitef for PowerPC32.
12534
12535         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
12536         and isinff multiarch implementations.
12537         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
12538         file.
12539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
12540         file.
12541         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
12542         multiarch isinf for PowerPC32.
12543         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
12544         New file.
12545         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
12546         multiarch isinff for PowerPC32.
12547
12548         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
12549         alias when __isnan is defined.
12550         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
12551         and isnanf multiarch implementations.
12552         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
12553         file.
12554         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
12555         file.
12556         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
12557         file.
12558         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
12559         file.
12560         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
12561         multiarch isnan for PowerPC32.
12562         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
12563         New file.
12564         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
12565         New file.
12566         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
12567         multiarch isnanf for PowerPC32.
12568
12569         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
12570         and sqrtf multiarch implementations.
12571         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
12572         file.
12573         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
12574         file.
12575         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
12576         multiarch sqrt for PowerPC32.
12577         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
12578         file.
12579         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
12580         file.
12581         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
12582         multiarch sqrtf for PowerPC32.
12583
12584         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
12585         and llroundf multiarch implementations.
12586         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
12587         New file.
12588         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
12589         New file.
12590         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
12591         New file.
12592         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
12593         file: multiarch llround for PowerPC32.
12594         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
12595         file: multiarch llroundf for PowerPC32.
12596
12597         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
12598         multiarch PowerPC32 fpu implementations.
12599         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
12600         New file.
12601         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
12602         New file.
12603         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
12604         multiarch llrint for PowerPC32.
12605         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
12606         New file.
12607         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
12608         New file.
12609         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
12610         file.
12611
12612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
12613
12614         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
12615         file.
12616         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
12617         file.
12618         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
12619         file.
12620         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
12621         multiarch wordcopy for PPC32.
12622         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
12623         wordcopy objects.
12624         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12625         (__libc_ifunc_impl_list): Likewise.
12626         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
12627         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
12628         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
12629         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
12630         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
12631         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
12632
12633         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
12634         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
12635         file.
12636         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
12637         file.
12638         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
12639         file.
12640         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
12641         multiarch wcscpy for PPC32.
12642         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
12643         multiarch objects.
12644         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12645         (__libc_ifunc_impl_list): Likewise.
12646         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
12647         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
12648         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
12649         sysdeps/powerpc/power6/wcscpy.c.
12650
12651         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
12652         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
12653         file.
12654         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
12655         file.
12656         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
12657         file.
12658         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
12659         multiarch wcsrchr for PPC32.
12660         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
12661         multiarch objects.
12662         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12663         (__libc_ifunc_impl_list): Likewise.
12664         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
12665         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
12666         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
12667         sysdeps/powerpc/power6/wcsrchr.c.
12668
12669         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
12670         file.
12671         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
12672         file.
12673         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
12674         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
12675         multiarch wcschr for PPc32.
12676         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
12677         multiarch objects.
12678         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12679         (__libc_ifunc_impl_list): Likewise.
12680         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
12681         * sysdeps/powerpc/power6/wcschr.c: ... to here.
12682         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
12683         sysdeps/powerpc/power6/wcschr.c.
12684
12685         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
12686         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
12687         file.
12688         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
12689         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
12690         file: multiarch strchr for PPC32.
12691         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
12692         multiarch objects.
12693         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12694         (__libc_ifunc_impl_list): Likewise.
12695
12696         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
12697         name.
12698         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
12699         file.
12700         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
12701         file.
12702         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
12703         multiarch strchrnul for PPC32.
12704         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
12705         multiarch objects.
12706         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12707         (__libc_ifunc_impl_list): Likewise.
12708
12709         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
12710         file.
12711         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
12712         multiarch strncasecmp for PPC32.
12713         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
12714         file.
12715         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
12716         multiarch strncasecmp_l for PPC32.
12717         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
12718         strncasecmp multiarch objects.
12719         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12720         (__libc_ifunc_impl_list): Likewise.
12721
12722         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
12723         file.
12724         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
12725         multiarch strncasecmp for PPC32.
12726         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
12727         New file.
12728         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
12729         multiarch strcasecmp_l for PPC32.
12730         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
12731         multiarch objects.
12732         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12733         (__libc_ifunc_impl_list): Likewise.
12734
12735         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
12736         file.
12737         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
12738         file.
12739         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
12740         multiarch strncmp for PPC32.
12741         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
12742         multiarch objects.
12743         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12744         (__libc_ifunc_impl_list): Likewise.
12745
12746         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
12747         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
12748         file.
12749         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
12750         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
12751         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
12752         multiarch objects.
12753         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12754         (__libc_ifunc_impl_list): Likewise.
12755
12756         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
12757         file.
12758         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
12759         file.
12760         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
12761         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
12762         multiarch objects.
12763         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12764         (__libc_ifunc_impl_list): Likewise.
12765
12766         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
12767         file.
12768         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
12769         file.
12770         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
12771         multiarch rawmemchr for PPC32.
12772         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
12773         multiarch objects.
12774         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12775         (__libc_ifunc_impl_list): Likewise.
12776
12777         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
12778         file.
12779         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
12780         file.
12781         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
12782         file: memrchr multiarch for PPC32.
12783         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
12784         multiarch objects.
12785         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
12786         (__libc_ifunc_impl_list): Likewise.
12787
12788         * string/memchr.c (__memchr): Using macro to redefine symbol name.
12789         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
12790         file.
12791         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
12792         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
12793         multiarch memchr for PPC32.
12794         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
12795         multiarch objects.
12796         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12797         (__libc_ifunc_impl_list): Likewise.
12798
12799         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
12800         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
12801         file.
12802         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
12803         file.
12804         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
12805         file: multiarch mempcpy for PPC32.
12806         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
12807         multiarch objects.
12808         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12809         (__libc_ifunc_impl_list): Likewise.
12810
12811         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
12812         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
12813         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
12814         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
12815         multiarch bzero for PPC32.
12816         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
12817         file.
12818         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
12819         file.
12820         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
12821         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
12822         file: multiarch memset for PPC32.
12823         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
12824         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
12825         memset multiarch objects.
12826         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12827         (__libc_ifunc_impl_list): Likewise.
12828
12829         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
12830         file.
12831         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
12832         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
12833         memcmp for PPC32.
12834         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
12835         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
12836         multiarch objects.
12837         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12838         (__libc_ifunc_impl_list): Likewise.
12839
12840         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
12841         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
12842         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
12843         file.
12844         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
12845         file.
12846         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
12847         file.
12848         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
12849         multiarch memcpy for PPC32.
12850         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
12851         multiarch objects.
12852         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
12853         (__libc_ifunc_impl_list): Likewise.
12854
12855         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
12856         support multiarch for POWER/PPC32.
12857         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
12858         Likewise.
12859         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
12860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
12861         Implies file to make multiarch folder appers before the fpu and
12862         default folder for power4 configuration.
12863
12864 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
12865
12866         * scripts/bench.pl: Append volatile keyword to type.
12867
12868 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12869
12870         * sysdeps/sh/sotruss-lib.c: New file.
12871         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
12872
12873 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12874
12875         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12876
12877 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
12878
12879         [BZ #6810]
12880         * math/w_tgamma.c: Include <errno.h>.
12881         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
12882         * math/w_tgammaf.c: Include <errno.h>.
12883         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
12884         * math/w_tgammal.c: Include <errno.h>.
12885         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
12886         * math/auto-libm-test-in: Do not allow missing errno on tgamma
12887         underflow.  Add more tgamma tests.
12888         * math/auto-libm-test-out: Regenerated.
12889         * sysdeps/i386/fpu/libm-test-ulps: Update.
12890         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12891
12892         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
12893         sin, sinh, tan, tanh, tgamma, y0 and y1.
12894         * math/auto-libm-test-out: Regenerated.
12895         * math/libm-test.inc (TEST_COND_x86_64): New macro.
12896         (TEST_COND_x86): Likewise.
12897         (M_E2l): Remove macro.
12898         (M_E3l): Likewise.
12899         (M_2_SQRT_PIl): Likewise.
12900         (M_SQRT_PIl): Likewise.
12901         (M_1_DIV_El): Likewise.
12902         (log_test_data): Use AUTO_TESTS_f_f.
12903         (log10_test_data): Likewise.
12904         (log1p_test_data): Likewise.
12905         (log2_test_data): Likewise.
12906         (sin_test_data): Likewise.
12907         (sin_tonearest_test_data): Likewise.
12908         (sin_towardzero_test_data): Likewise.
12909         (sin_downward_test_data): Likewise.
12910         (sin_upward_test_data): Likewise.
12911         (sinh_test_data): Likewise.
12912         (sinh_tonearest_test_data): Likewise.
12913         (sinh_towardzero_test_data): Likewise.
12914         (sinh_downward_test_data): Likewise.
12915         (sinh_upward_test_data): Likewise.
12916         (tan_test_data): Likewise.
12917         (tan_tonearest_test_data): Likewise.
12918         (tan_towardzero_test_data): Likewise.
12919         (tan_downward_test_data): Likewise.
12920         (tan_upward_test_data): Likewise.
12921         (tanh_test_data): Likewise.
12922         (tgamma_test_data): Likewise.
12923         (y0_test_data): Likewise.
12924         (y1_test_data): Likewise.
12925         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
12926         (special_real_inputs): Add pi/4.
12927         * sysdeps/i386/fpu/libm-test-ulps: Update.
12928         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12929
12930 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12931
12932         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
12933         "longjmp_target" static probes.
12934         (__longjmp): Rename to __longjmp_symbol.
12935         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
12936         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
12937         on which longjmp to generate.
12938         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
12939         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
12940         probe.
12941         (__sigsetjmp): Rename to __sigsetjmp_symbol.
12942         (__sigjmp_save): Rename to __sigjmp_save_symbol.
12943         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
12944         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
12945         and __sigjmp_save_symbol based on which sigsetjmp to generated.
12946         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
12947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
12948         __longjmp_symbol based on which __longjmp to generate.
12949         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
12950         probe.
12951         (setjmp): Rename to setjmp_symbol.
12952         (__sigsetjmp): Rename to __sigsetjmp_symbol.
12953         (_setjmp): Rename to _setjmp_symbol.
12954         (__sigsetjmp): Rename to __sigsetjmp_symbol.
12955         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
12956         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
12957         which setjmp to generate.
12958         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
12959         "longjmp_target" static probes.
12960
12961 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12962
12963         * benchtests/README: Add note about output arguments.
12964         * benchtests/bench-sincos.c: Remove file.
12965         * benchtests/sincos-inputs: New file.
12966         * scripts/bench.pl: Identify output arguments and define
12967         static variables for them.
12968
12969         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
12970
12971         [BZ #15941]
12972         * Makefile (INSTALL): Add install-plain.texi as the primary
12973         dependency.
12974         * manual/install-plain.texi: New file.
12975         * manual/install.texi: Include node directive only for
12976         non-plaintext output.
12977
12978 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
12979
12980         * stdlib/longlong.h: Update from GCC.
12981
12982         [BZ #6807]
12983         [BZ #15901]
12984         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
12985         * math/w_j0f.c (y0f): Likewise.
12986         * math/w_j0l.c (__y0l): Likewise.
12987         * math/w_j1.c (y1): Likewise.
12988         * math/w_j1f.c (y1f): Likewise.
12989         * math/w_j1l.c (__y1l): Likewise
12990         * math/w_jn.c (yn): Likewise.
12991         * math/w_jnf.c (ynf): Likewise.
12992         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
12993         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
12994         value for Bessel function domain errors outside _SVID_ mode.
12995         Adjust sign of return value for yn (negative integer, 0).
12996         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
12997         by zero in return for negative x and set sign appropriately for
12998         negative n.
12999         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
13000         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
13001         * math/libm-test.inc (y0_test_data): Add more tests and adjust
13002         expectations in error cases.
13003         (y1_test_data): Likewise.
13004         (yn_test_data): Likewise.
13005         * sysdeps/i386/fpu/libm-test-ulps: Update.
13006         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13007
13008 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13009
13010         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
13011         "64" to "64-v1".  Add "64-v2".
13012         (abi-64-options): Rename to ...
13013         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
13014         (abi-64-condition): Rename to ...
13015         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
13016         (abi-64-ld-soname): Rename to ...
13017         (abi-64-v1-ld-soname): ... this.
13018         (abi-64-v2-options): Define.
13019         (abi-64-v2-condition): Likewise.
13020         (abi-64-v2-ld-soname): Likewise.
13021         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
13022         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
13023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
13024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
13025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
13026
13027 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13028             Alan Modra  <amodra@gmail.com>
13029
13030         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
13031         New versions for use with the ELFv2 ABI.
13032         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
13033         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
13034         declaration.
13035         (struct La_ppc64v2_retval): Likewise.
13036         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
13037         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
13038         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
13039         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
13040         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
13041         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
13042         Do not save or restore CR.
13043         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
13044         (_dl_profile_resolve): Do no save or restore CR.  Support extended
13045         return values for ELFv2 ABI.  Fix location of FPR return registers.
13046         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
13047         updated values for _CALL_ELF == 2.
13048         (La_regs, La_retval, int_retval): Likewise.
13049
13050 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13051
13052         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
13053         (FRAME_MIN_SIZE_PARM): Likewise.
13054         (FRAME_BACKCHAIN): Likewise.
13055         (FRAME_CR_SAVE): Likewise.
13056         (FRAME_LR_SAVE): Likewise.
13057         (FRAME_TOC_SAVE): Likewise.
13058         (FRAME_PARM_SAVE): Likewise.
13059         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
13060         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
13061         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
13062         (call_mcount_parm_offset): New macro.
13063         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
13064         (PROF): Use symbolic stack frame offsets.
13065         (TAIL_CALL_SYSCALL_ERROR): Likewise.
13066         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
13067         Redefine in terms of FRAME_MIN_SIZE.
13068         (_dl_runtime_resolve): Use symbolic stack frame offsets.
13069         (_dl_profile_resolve): Likewise.  Update comment.
13070         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
13071         symbols stack frame offsets.
13072         (__sigsetjmp): Likewise.
13073         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
13074         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
13075         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
13076         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
13077
13078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
13079         (FRAME_BACKCHAIN): Remove.
13080         (FRAME_CR_SAVE): Likewise.
13081         (FRAME_LR_SAVE): Likewise.
13082         (FRAME_COMPILER_DW): Likewise.
13083         (FRAME_LINKER_DW): Likewise.
13084         (FRAME_TOC_SAVE): Likewise.
13085         (FRAME_PARM_SAVE): Likewise.
13086         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
13087         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
13088         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
13089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
13090         (CHECK_SP): Use symbolic stack frame offsets.
13091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
13092         zone" instead of caller's parameter save area for temp storage.
13093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
13094         Likewise.  Also, use symbolic stack frame offsets.
13095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
13096         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
13097         our own stack frame instead of the caller's.
13098         (__socket): Use symbolic stack frame offsets.
13099
13100 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13101             Alan Modra  <amodra@gmail.com>
13102
13103         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
13104         Define.
13105         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
13106         (PPC64_LOCAL_ENTRY_OFFSET): Define.
13107         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
13108         New function.
13109         (elf_machine_fixup_plt): Call it.
13110         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
13111         reloc arguments.
13112         (elf_machine_rela): Update call to elf_machine_plt_conflict.
13113         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
13114         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
13115         r2 before calling target.
13116
13117 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13118             Alan Modra  <amodra@gmail.com>
13119
13120         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
13121         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
13122         versions of macros to support ELFv2 ABI.
13123         (LOCALENTRY): New macro.
13124         (ENTRY, EALIGN): Use it.
13125         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
13126         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
13127         fall through into ENTRY entry point.
13128         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
13129         Only define if _CALL_ELF != 2.
13130
13131         (elf_machine_matches_host): Verify ABI version matches.
13132         (RTLD_START): Use LOCALENTRY.
13133         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
13134         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
13135         (PLT_ENTRY_WORDS): New macro.
13136         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
13137         (elf_machine_runtime_setup): Support ELFv2 ABI.
13138         (elf_machine_fixup_plt): Likewise.
13139         (elf_machine_plt_conflict): Likewise.
13140         (resolve_ifunc): Likewise.
13141         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
13142         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
13143         Likewise.
13144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
13145         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
13146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
13147         (makecontext): Support ELFv2 ABI.
13148         * elf/elf.h (EF_PPC64_ABI): Define.
13149
13150 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13151
13152         * sysdeps/powerpc/powerpc64/sysdep.h
13153         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
13154         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
13155         (ENTRY) [ASSEMBLER]: ... but instead here ...
13156         (EALIGN) [ASSEMBLER]: ... and here.
13157         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
13158         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
13159         (ENTRY_2) [!ASSEMBLER]: Use it.
13160         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
13161         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
13162         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
13163         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
13164         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
13165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
13166         Use PPC64_LOAD_FUNCPTR.
13167
13168         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
13169
13170 2013-12-04  Alan Modra  <amodra@gmail.com>
13171
13172         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
13173         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
13174         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
13175         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
13176
13177         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
13178         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
13179         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
13180         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
13181         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
13182         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
13183
13184 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13185
13186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
13187         (__makecontext): Fix incorrect CFI when backtracing out of
13188         context created via makecontext.
13189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
13190         (__setcontext): Fix incorrect CFI during switch to new context.
13191         (__novec_setcontext): Likewise.
13192
13193 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
13194
13195         [BZ #4772]
13196         * time/strptime_l.c (__strptime_internal): Allow modifiers
13197         in strptime.
13198         * time/tst-strptime.c (day_tests): Add testcase.
13199
13200 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13201
13202         * scripts/bench.pl: Skip over blank lines.
13203
13204 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13205
13206         [BZ #926]
13207         * manual/time.texi (Calendar Time): Clarify what timezone functions
13208         use.
13209
13210 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13211
13212         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13213
13214 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
13215
13216         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
13217         implementation.
13218         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
13219         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
13220         * debug/memset_chk.c (__memset_chk): Likewise.
13221         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
13222         * debug/strncpy_chk.c: Likewise.
13223
13224 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
13225
13226         [BZ #15268]
13227         [BZ #15425]
13228         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
13229         (__ieee754_exp): For possibly underflowing results, check size of
13230         result and force underflow exception if required.
13231         * math/auto-libm-test-in: Add more tests of exp.
13232         * math/auto-libm-test-out: Regenerated.
13233         * sysdeps/i386/fpu/libm-test-ulps: Update.
13234         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13235
13236         [BZ #16283]
13237         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
13238         * math/w_exp2f.c (__exp2f): Likewise.
13239         * math/w_exp2l.c (__exp2l): Likewise.
13240         * math/auto-libm-test-in: Do not allow missing errno on exp2
13241         underflow.
13242         * math/auto-libm-test-out: Regenerated.
13243
13244 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
13245
13246         [BZ #16274]
13247         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
13248         handle filename validation.
13249         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
13250         (do_open): Delete.
13251
13252 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
13253
13254         [BZ #6786]
13255         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
13256         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
13257         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
13258         <float.h>.
13259         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
13260         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
13261         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
13262         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
13263         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
13264         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
13265         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
13266         * math/auto-libm-test-in: Don't allow missing errno from erfc.
13267         Add more erfc tests.
13268         * math/auto-libm-test-out: Regenerated.
13269         * sysdeps/i386/fpu/libm-test-ulps: Update.
13270         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13271
13272         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
13273         exp2, expm1, j0 and j1.
13274         * math/auto-libm-test-out: Regenerated.
13275         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
13276         (erfc_test_data): Likewise.
13277         (exp_test_data): Likewise.
13278         (exp_tonearest_test_data): Likewise.
13279         (exp_towardzero_test_data): Likewise.
13280         (exp_downward_test_data): Likewise.
13281         (exp_upward_test_data): Likewise.
13282         (exp10_test_data): Likewise.
13283         (exp2_test_data): Likewise.
13284         (expm1_test_data): Likewise.
13285         (j0_test_data): Likewise.
13286         (j1_test_data): Likewise.
13287         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
13288         (input_flag_type): Add flag_xfail_rounding.
13289         (input_flags): Add xfail-rounding.
13290         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
13291         (output_for_one_input_case): Handle flag_xfail_rounding.
13292         * sysdeps/i386/fpu/libm-test-ulps: Update.
13293         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13294
13295 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
13296
13297         [BZ #16289]
13298         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
13299         division by 0.
13300
13301 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13302
13303         [BZ #16195]
13304         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
13305         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
13306         (STAP_PROBE0): New macro.
13307         (STAP_PROBE1): Likewise.
13308         (STAP_PROBE2): Likewise.
13309         (STAP_PROBE3): Likewise.
13310         (STAP_PROBE4): Likewise.
13311
13312 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
13313
13314         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
13315
13316 2013-12-02  Steve Ellcey  <sellcey@mips.com>
13317
13318         * benchtests/Makefile (bench): Add sqrt.
13319         (LDLIBS-bench-sqrt): New.
13320         * benchtests/sqrt-input: New.
13321
13322 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
13323
13324         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
13325         (GAIH_EAI): Likewise.
13326         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
13327         (gaih_inet): Likewise.
13328         (getaddrinfo): Don't use GAIH_EAI.
13329
13330         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
13331         (struct gaih): Remove definition.
13332
13333 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13334
13335         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
13336         Use HERRNOP directly.
13337
13338 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13339
13340         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13341
13342 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
13343
13344         * math/gen-auto-libm-tests.c (test_functions): Add more
13345         single-argument functions.
13346         (special_fill_pi_2): New function.
13347         (special_fill_minus_pi_2): Likewise.
13348         (special_fill_pi_6): Likewise.
13349         (special_fill_minus_pi_6): Likewise.
13350         (special_fill_pi_3): Likewise.
13351         (special_fill_2pi_3): Likewise.
13352         (special_fill_e): Likewise.
13353         (special_fill_1_e): Likewise.
13354         (special_fill_e_minus_1): Likewise.
13355         (special_real_inputs): Add more special inputs.
13356         (output_for_one_input_case): Do not require ERANGE on underflow to
13357         zero if round-to-nearest result does not underflow to zero, unless
13358         exact results required.
13359         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
13360         atan, atanh, cbrt, cos and cosh.
13361         * math/auto-libm-test-out: Regenerated.
13362         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
13363         (acos_tonearest_test_data): Likewise.
13364         (acos_towardzero_test_data): Likewise.
13365         (acos_downward_test_data): Likewise.
13366         (acos_upward_test_data): Likewise.
13367         (acosh_test_data): Likewise.
13368         (asin_test_data): Likewise.
13369         (asin_tonearest_test_data): Likewise.
13370         (asin_towardzero_test_data): Likewise.
13371         (asin_upward_test_data): Likewise.
13372         (asinh_test_data): Likewise.
13373         (atan_test_data): Likewise.
13374         (atanh_test_data): Likewise.
13375         (cbrt_test_data): Likewise.
13376         (cos_test_data): Likewise.
13377         (cos_tonearest_test_data): Likewise.
13378         (cos_towardzero_test_data): Likewise.
13379         (cos_downward_test_data): Likewise.
13380         (cos_upward_test_data): Likewise.
13381         (cosh_test_data): Likewise.
13382         (cosh_tonearest_test_data): Likewise.
13383         (cosh_towardzero_test_data): Likewise.
13384         (cosh_downward_test_data): Likewise.
13385         (cosh_upward_test_data): Likewise.
13386         * sysdeps/i386/fpu/libm-test-ulps: Update.
13387         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13388
13389 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
13390
13391         [BZ #6787]
13392         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
13393         * math/w_exp10f.c (__exp10f): Likewise.
13394         * math/w_exp10l.c (__exp10l): Likewise.
13395         * math/libm-test.inc (exp10_test_data): Add more tests and expect
13396         errno settings in existing tests.
13397
13398         [BZ #14032]
13399         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
13400         precision control set to double precision.
13401         * sysdeps/i386/fpu/w_sqrt.c: New file.
13402         * math/auto-libm-test-in: Add more tests.
13403         * math/auto-libm-test-out: Update.
13404
13405         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
13406         (sqrt_test_tonearest): New function.
13407         (sqrt_towardzero_test_data): New variable.
13408         (sqrt_test_towardzero): New function.
13409         (sqrt_downward_test_data): New variable.
13410         (sqrt_test_downward): New function.
13411         (sqrt_upward_test_data): New variable.
13412         (sqrt_test_upward): New function.
13413         (main): Call the new functions.
13414
13415         * math/gen-auto-libm-tests.c: New file.
13416         * math/auto-libm-test-in: Likewise.
13417         * math/auto-libm-test-out: New generated file.
13418         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
13419         variables.
13420         (%beautify): Add generated representations of zero.
13421         (top level): Set $auto_input and call parse_auto_input.
13422         (beautify): Remove trailing "f" from hex float constants.
13423         (parse_args): Handle XFAIL_TEST.
13424         (convert_condition): New function.
13425         (or_value): Likewise.
13426         (or_cond_value): Likewise.
13427         (generate_testfile): Handle AUTO_TESTS_* lines.
13428         (parse_auto_input): New function.
13429         * math/libm-test.inc (XFAIL_TEST): New macro.
13430         (ERRNO_UNCHANGED): Update value.
13431         (ERRNO_EDOM): Likewise.
13432         (ERRNO_ERANGE): Likewise.
13433         (IGNORE_RESULT): Likewise.
13434         (TEST_COND_flt_32): New macro.
13435         (TEST_COND_dbl_64): Likewise.
13436         (TEST_COND_ldbl_96_intel): Likewise.
13437         (TEST_COND_ldbl_96_m68k): Likewise.
13438         (TEST_COND_ldbl_128): Likewise.
13439         (TEST_COND_ldbl_128ibm): Likewise.
13440         (TEST_COND_long32): Likewise.
13441         (TEST_COND_long64): Likewise.
13442         (TEST_COND_before_rounding): Likewise.
13443         (TEST_COND_after_rounding): Likewise.
13444         (enable_test): Handle XFAIL_TEST flag.
13445         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
13446         with finite results.
13447         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
13448         auto-libm-test-out.
13449
13450 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
13451             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13452
13453         [BZ #16214]
13454         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
13455         __tls_get_addr_internal instead of __tls_get_offset in order to
13456         avoid GOT pointer dependency.  Make rtld export
13457         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
13458         __tls_get_addr since we are a __tls_get_offset platform.
13459         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
13460         GOT pointer being set up before.
13461         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
13462
13463 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
13464
13465         * manual/math.texi (Errors in Math Functions): Document accuracy
13466         goals.
13467
13468         [BZ #15004]
13469         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
13470         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
13471         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
13472         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
13473         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
13474         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
13475         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
13476         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
13477         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
13478         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
13479         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
13480         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
13481         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
13482         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
13483         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
13484         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
13485
13486         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
13487         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
13488         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
13489         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
13490         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
13491         Likewise.
13492         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
13493         Likewise.
13494         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
13495         Likewise.
13496         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
13497         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
13498         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
13499         atomic-feupdateenv and flt-rounds.
13500         * sysdeps/powerpc/nofpu/Versions (libc): Add
13501         __atomic_feholdexcept, __atomic_feclearexcept,
13502         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
13503         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
13504         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
13505         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
13506         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
13507         here.
13508         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
13509         Update.
13510
13511         * manual/arith.texi (FP Exceptions): Document that exceptions may
13512         not be raised when matherr is used.
13513         (Math Error Reporting): Document overflow in directed rounding
13514         modes.  Document that errno may not be set when finite values are
13515         returned on overflow.  Document intent to set errno on underflow
13516         only for underflow to zero.
13517
13518         [BZ #16271]
13519         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
13520         round-to-nearest then adjust result for other rounding modes.
13521         * include/fenv.h (fegetround): Use libm_hidden_proto.
13522         * math/fegetround.c (fegetround): Use libm_hidden_def.
13523         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
13524         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
13525         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
13526         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
13527         Likewise.
13528         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
13529         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
13530         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
13531         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
13532
13533 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
13534
13535         [BZ #16077]
13536         * nss/Versions (libnss_files): Add
13537         _nss_files_gethostbyname3_r.
13538         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
13539         New function.
13540         (HOST_DB_LOOKUP): Remove macro.
13541         (_nss_files_gethostbyname_r): Implement function without the
13542         HOST_DB_LOOKUP macro.
13543         (_nss_files_gethostbyname2_r): Likewise.
13544
13545 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
13546
13547         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
13548
13549 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
13550
13551         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
13552         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
13553         warning.
13554
13555 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13556
13557         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
13558         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
13559         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
13560         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
13561         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
13562         __fe_nomask_env_priv and attribute_hidden.
13563         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
13564         (libc_feupdateenv_test_ppc): Likewise.
13565         (libc_feresetround_ppc): Likewise.
13566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
13567         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
13568         compat_symbol macro.
13569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
13570         (__fe_nomask_env): Likewise.
13571         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
13572
13573 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
13574
13575         * string/Makefile: Remove ifunc tests.
13576         * string/test-string.h: Define TEST_IFUNC.
13577         * string/test-bcopy-ifunc.c: Remove.
13578         * string/test-bzero-ifunc.c: Likewise.
13579         * string/test-memccpy-ifunc.c: Likewise.
13580         * string/test-memchr-ifunc.c: Likewise.
13581         * string/test-memcmp-ifunc.c: Likewise.
13582         * string/test-memcpy-ifunc.c: Likewise.
13583         * string/test-memmem-ifunc.c: Likewise.
13584         * string/test-memmove-ifunc.c: Likewise.
13585         * string/test-mempcpy-ifunc.c: Likewise.
13586         * string/test-memrchr-ifunc.c: Likewise.
13587         * string/test-memset-ifunc.c: Likewise.
13588         * string/test-rawmemchr-ifunc.c: Likewise.
13589         * string/test-stpcpy-ifunc.c: Likewise.
13590         * string/test-stpncpy-ifunc.c: Likewise.
13591         * string/test-strcasecmp-ifunc.c: Likewise.
13592         * string/test-strcasestr-ifunc.c: Likewise.
13593         * string/test-strcat-ifunc.c: Likewise.
13594         * string/test-strchr-ifunc.c: Likewise.
13595         * string/test-strchrnul-ifunc.c: Likewise.
13596         * string/test-strcmp-ifunc.c: Likewise.
13597         * string/test-strcpy-ifunc.c: Likewise.
13598         * string/test-strcspn-ifunc.c: Likewise.
13599         * string/test-strlen-ifunc.c: Likewise.
13600         * string/test-strncasecmp-ifunc.c: Likewise.
13601         * string/test-strncat-ifunc.c: Likewise.
13602         * string/test-strncmp-ifunc.c: Likewise.
13603         * string/test-strncpy-ifunc.c: Likewise.
13604         * string/test-strnlen-ifunc.c: Likewise.
13605         * string/test-strpbrk-ifunc.c: Likewise.
13606         * string/test-strrchr-ifunc.c: Likewise.
13607         * string/test-strspn-ifunc.c: Likewise.
13608         * string/test-strstr-ifunc.c: Likewise.
13609
13610 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
13611
13612         * benchtests/Makefile: Remove ifunc tests.
13613         * benchtests/bench-string.h: Define TEST_IFUNC.
13614         * benchtests/bench-bcopy-ifunc.c: Remove.
13615         * benchtests/bench-bzero-ifunc.c: Likewise.
13616         * benchtests/bench-memccpy-ifunc.c: Likewise.
13617         * benchtests/bench-memchr-ifunc.c: Likewise.
13618         * benchtests/bench-memcmp-ifunc.c: Likewise.
13619         * benchtests/bench-memcpy-ifunc.c: Likewise.
13620         * benchtests/bench-memmem-ifunc.c: Likewise.
13621         * benchtests/bench-memmove-ifunc.c: Likewise.
13622         * benchtests/bench-mempcpy-ifunc.c: Likewise.
13623         * benchtests/bench-memrchr-ifunc.c: Likewise.
13624         * benchtests/bench-memset-ifunc.c: Likewise.
13625         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
13626         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
13627         * benchtests/bench-stpcpy-ifunc.c: Likewise.
13628         * benchtests/bench-stpncpy-ifunc.c: Likewise.
13629         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
13630         * benchtests/bench-strcasestr-ifunc.c: Likewise.
13631         * benchtests/bench-strcat-ifunc.c: Likewise.
13632         * benchtests/bench-strchr-ifunc.c: Likewise.
13633         * benchtests/bench-strchrnul-ifunc.c: Likewise.
13634         * benchtests/bench-strcmp-ifunc.c: Likewise.
13635         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
13636         * benchtests/bench-strcpy-ifunc.c: Likewise.
13637         * benchtests/bench-strcspn-ifunc.c: Likewise.
13638         * benchtests/bench-strlen-ifunc.c: Likewise.
13639         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
13640         * benchtests/bench-strncat-ifunc.c: Likewise.
13641         * benchtests/bench-strncmp-ifunc.c: Likewise.
13642         * benchtests/bench-strncpy-ifunc.c: Likewise.
13643         * benchtests/bench-strnlen-ifunc.c: Likewise.
13644         * benchtests/bench-strpbrk-ifunc.c: Likewise.
13645         * benchtests/bench-strrchr-ifunc.c: Likewise.
13646         * benchtests/bench-strsep-ifunc.c: Likewise.
13647         * benchtests/bench-strspn-ifunc.c: Likewise.
13648         * benchtests/bench-strstr-ifunc.c: Likewise.
13649
13650 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
13651
13652         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
13653
13654 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
13655
13656         * resolv/netdb.h: Use __glibc_reserved instead __unused.
13657         * rt/aio.h: Likewise.
13658         * sysdeps/gnu/bits/utmp.h: Likewise.
13659         * sysdeps/gnu/bits/utmpx.h: Likewise.
13660         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
13661         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
13662         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
13663         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
13664         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
13665         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
13666         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
13667         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
13668         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
13669         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
13670         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
13671         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
13672         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
13673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
13674         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
13675         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
13676         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
13677         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
13678         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
13679         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
13680         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
13681         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
13682         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
13683         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
13684         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
13685         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
13686         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
13687         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
13688         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
13689         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
13690         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
13691         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
13692         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
13693         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
13694         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
13695         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
13696         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
13697         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
13698         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
13699         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
13700         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
13701         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
13702
13703 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
13704
13705         [BZ #16245]
13706         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
13707         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
13708
13709 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
13710
13711         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
13712         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
13713         Likewise.
13714
13715 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13716
13717         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
13718         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
13719         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
13720         (__fesetround): Remove define.
13721         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
13722         rounding and exceptions handling.
13723         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
13724         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
13725         (__fe_nomask_env): Likewise.
13726         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
13727         __fegetround instead of fegetround.
13728         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
13729         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
13730
13731 2013-11-21  Roland McGrath  <roland@hack.frob.com>
13732
13733         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
13734         it's there.
13735
13736         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
13737
13738 2013-11-21  Meador Inge  <meadori@codesourcery.com>
13739
13740         [BZ #11157]
13741         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
13742         (encrypt_r): Likewise.
13743         * malloc/obstack.h (obstack_free): Likewise.
13744         * posix/unistd.h (encrypt): Likewise.
13745
13746 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
13747
13748         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
13749         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
13750         DL_CALL_DT_FINI() that call the functions directly.
13751         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
13752         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
13753         * elf/dl-fini.c: Likewise.
13754
13755 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
13756
13757         * malloc/hooks.c (memalign_check): Add alignment rounding.
13758         * malloc/malloc.c (_mid_memalign): New function.
13759         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
13760         Implement by calling _mid_memalign.
13761         * manual/probes.texi (Memory Allocation Probes): Remove
13762         memory_valloc_retry and memory_pvalloc_retry.
13763
13764 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
13765
13766         * locale/programs/locarchive.c (open_archive): Add const
13767         qualifier to ARCHIVEFNAME and copy default fname to
13768         DEFAULT_FNAME.
13769
13770         [BZ #15601]
13771         * libio/tst-widetext.input: Rename Oriya to Odia.
13772         * locale/iso-639.def: Likewise.
13773
13774         * manual/probes.texi (Mathematical Function Probes): Add
13775         documentation for sin, cos, asin and acos probes.
13776         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
13777         (__sin32): Add slowasin probe.
13778         (__cos32): Add slowacos probe.
13779         (__mpsin): Add slowsin probe.
13780         (__mpcos): Add slowcos probe.
13781
13782 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
13783
13784         [BZ #15483]
13785         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
13786         thread-local __sim_exceptions_thread and global
13787         __sim_exceptions_global.
13788         (__sim_disabled_exceptions): Change to thread-local
13789         __sim_disabled_exceptions_thread and global
13790         __sim_disabled_exceptions_global.
13791         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
13792         and global __sim_round_mode_global.
13793         (__simulate_exceptions): Use thread-local floating-point state and
13794         set global state from it as needed.
13795         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
13796         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
13797         __sim_round_mode_thread.
13798         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
13799         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
13800         and global __sim_exceptions_global.
13801         (__sim_disabled_exceptions): Change to thread-local
13802         __sim_disabled_exceptions_thread and global
13803         __sim_disabled_exceptions_global.
13804         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
13805         and global __sim_round_mode_global.
13806         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
13807         (SIM_SET_GLOBAL): Likewise.
13808         * sysdeps/powerpc/soft-fp/sfp-machine.h
13809         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
13810         __sim_round_mode_thread.
13811         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
13812         __sim_disabled_exceptions_thread.
13813         (__sim_exceptions): Change to __sim_exceptions_thread.
13814         (__sim_disabled_exceptions): Change to
13815         __sim_disabled_exceptions_thread.
13816         (__sim_round_mode): Change to __sim_round_mode_thread.
13817         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
13818         thread-local floating-point state and set global state from it as
13819         needed.
13820         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
13821         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
13822         (__sim_disabled_exceptions): Remove extern declaration.
13823         (feenableexcept): Use thread-local floating-point state and set
13824         global state from it as needed.
13825         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
13826         extern declaration.
13827         (__sim_disabled_exceptions): Likewise.
13828         (__sim_round_mode): Likewise.
13829         (__fegetenv): Use thread-local floating-point state.
13830         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
13831         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
13832         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
13833         floating-point state and set global state from it as needed.
13834         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
13835         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
13836         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
13837         Likewise.
13838         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
13839         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
13840         Likewise.
13841         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
13842         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
13843         Use __sim_round_mode_thread.
13844         * math/test-fenv-tls.c: New file.
13845         * math/Makefile (tests): Add test-fenv-tls.
13846         ($(objpfx)test-fenv-tls): Depend on
13847         $(common-objpfx)nptl/libpthread.so.
13848
13849 2013-11-19  Andreas Schwab  <schwab@suse.de>
13850
13851         * locale/programs/locale.c (show_info): Decode wordarray elements.
13852         * locale/categories.def (LC_MONETARY): Add element for
13853         _NL_MONETARY_CRNCYSTR.
13854         * locale/C-monetary.c (conversion_rate): New variable.
13855         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
13856         element.
13857
13858 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
13859
13860         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
13861         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
13862
13863 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
13864
13865         * elf/Makefile (tst-auxv): New test.
13866         * elf/tst-auxv.c: New
13867         * elf/rtld.c (dl_main): Adjust AT_EXECFN
13868
13869 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
13870
13871         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
13872         (hidden_proto): Caller changed.
13873         (hidden_tls_proto): New macro.
13874         (libc_hidden_tls_proto): Likewise.
13875         (rtld_hidden_tls_proto): Likewise.
13876         (libm_hidden_tls_proto): Likewise.
13877         (libresolv_hidden_tls_proto): Likewise.
13878         (librt_hidden_tls_proto): Likewise.
13879         (libdl_hidden_tls_proto): Likewise.
13880         (libnss_files_hidden_tls_proto): Likewise.
13881         (libnsl_hidden_tls_proto): Likewise.
13882         (libnss_nisplus_hidden_tls_proto): Likewise.
13883         (libutil_hidden_tls_proto): Likewise.
13884
13885 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
13886
13887         [BZ #10253]
13888         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
13889         (decompose_rpath): Defer expansion to fillin_rpath.
13890         (_dl_init_paths): Pass linkmap to fillin_rpath.
13891
13892 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13893
13894         * benchtests/Makefile: Add strsep.
13895         * benchtests/bench-strsep.c: New file: strsep benchtest.
13896         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
13897
13898 2013-11-18  Andreas Schwab  <schwab@suse.de>
13899
13900         * locale/programs/locale.c (show_info) [case byte]: Check for
13901         '\377' instead of '\177'.
13902         * locale/C-monetary.c (not_available): Always use "\377".
13903         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
13904         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
13905         detect unavailable sign_posn locale elements.
13906         * locale/localeconv.c (__localeconv): For grouping and
13907         mon_grouping handle "\177" and "\377" like no grouping.
13908         (INT_ELEM): New macro.  Use it to set all numeric members.
13909         * locale/programs/ld-monetary.c (monetary_read)
13910         <tok_mon_grouping>: Normalize single -1 to the empty string.
13911         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
13912         Likewise.
13913
13914 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
13915
13916         [BZ #16055]
13917         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
13918         when we match (nil).
13919         * stdio-common/tst-sscanf.c (struct test): Add testcase.
13920
13921 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
13922
13923         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
13924         (NO_TEST_INLINE): Update value.
13925         (ERRNO_UNCHANGED): Likewise.
13926         (ERRNO_EDOM): Likewise.
13927         (ERRNO_ERANGE): Likewise.
13928         (IGNORE_RESULT): Likewise.
13929         (check_float_internal): Check signs of NaN results if
13930         TEST_NAN_SIGN used.
13931         (check_complex): Pass TEST_NAN_SIGN flag through to second
13932         check_float_internal call.
13933         (copysign_test_data): Add tests with quiet NaNs as second
13934         argument.  Use TEST_NAN_SIGN.
13935         (fabs_test_data): Add test of negative quiet NaN argument.  Use
13936         TEST_NAN_SIGN.
13937         (signbit_test_data): Add tests of quiet NaN argument.
13938         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
13939
13940         * math/gen-libm-test.pl (show_exceptions): Take extra argument
13941         $ignore_result.
13942         (parse_args): Handle function results specified as IGNORE.
13943         * math/libm-test.inc (IGNORE_RESULT): New macro.
13944         (check_float_internal): Do not check numerical result if flag
13945         IGNORE_RESULT set.
13946         (check_complex): Pass through IGNORE_RESULT to second
13947         check_float_internal call.
13948         (check_int): Do not check numerical result if flag IGNORE_RESULT
13949         set.
13950         (check_long): Likewise.
13951         (check_bool): Likewise.
13952         (check_longlong): Likewise.
13953         (lrint_test_data): Add tests of infinite and NaN arguments.
13954         (lrint_tonearest_test_data): Likewise.
13955         (lrint_towardzero_test_data): Likewise.
13956         (lrint_downward_test_data): Likewise.
13957         (lrint_upward_test_data): Likewise.
13958         (llrint_test_data): Likewise.
13959         (llrint_tonearest_test_data): Likewise.
13960         (llrint_towardzero_test_data): Likewise.
13961         (llrint_downward_test_data): Likewise.
13962         (llrint_upward_test_data): Likewise.
13963         (lround_test_data): Likewise.
13964         (llround_test_data): Likewise.
13965
13966         * math/libm-test.inc (NO_TEST_INLINE): New macro.
13967         (ERRNO_UNCHANGED): Update value.
13968         (ERRNO_EDOM): Likewise.
13969         (ERRNO_ERANGE): Likewise.
13970         (NO_TEST_INLINE_FLOAT): New macro.
13971         (NO_TEST_INLINE_DOUBLE): Likewise.
13972         (enable_test): New function.
13973         (RUN_TEST_f_f): Check enable_test before running test.
13974         (RUN_TEST_2_f): Likewise.
13975         (RUN_TEST_fff_f): Likewise.
13976         (RUN_TEST_c_f): Likewise.
13977         (RUN_TEST_f_f1): Likewise.
13978         (RUN_TEST_fF_f1): Likewise.
13979         (RUN_TEST_fI_f1): Likewise.
13980         (RUN_TEST_ffI_f1): Likewise.
13981         (RUN_TEST_c_c): Likewise.
13982         (RUN_TEST_cc_c): Likewise.
13983         (RUN_TEST_f_i): Likewise.
13984         (RUN_TEST_f_i_tg): Likewise.
13985         (RUN_TEST_ff_i_tg): Likewise.
13986         (RUN_TEST_f_b): Likewise.
13987         (RUN_TEST_f_b_tg): Likewise.
13988         (RUN_TEST_f_l): Likewise.
13989         (RUN_TEST_f_L): Likewise.
13990         (RUN_TEST_fFF_11): Likewise.
13991         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
13992         conditionals.
13993         (cosh_test_data): Likewise.
13994         (exp_test_data): Likewise.
13995         (expm1_test_data): Likewise.
13996         (hypot_test_data): Likewise.
13997         (pow_test_data): Likewise.
13998         (sinh_test_data): Likewise.
13999         (tanh_test_data): Likewise.
14000         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
14001         flags argument.
14002
14003         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
14004         tests with quiet NaN input and output.
14005         (acosh_test_data): Likewise.
14006         (asin_test_data): Likewise.
14007         (asinh_test_data): Likewise.
14008         (atan_test_data): Likewise.
14009         (atanh_test_data): Likewise.
14010         (atan2_test_data): Likewise.
14011         (cbrt_test_data): Likewise.
14012         (cos_test_data): Likewise.
14013         (cosh_test_data): Likewise.
14014         (erf_test_data): Likewise.
14015         (erfc_test_data): Likewise.
14016         (exp_test_data): Likewise.
14017         (exp10_test_data): Likewise.
14018         (exp2_test_data): Likewise.
14019         (expm1_test_data): Likewise.
14020         (hypot_test_data): Likewise.
14021         (j0_test_data): Likewise.
14022         (j1_test_data): Likewise.
14023         (jn_test_data): Likewise.
14024         (lgamma_test_data): Likewise.
14025         (log_test_data): Likewise.
14026         (log10_test_data): Likewise.
14027         (log1p_test_data): Likewise.
14028         (log2_test_data): Likewise.
14029         (pow_test_data): Likewise.
14030         (scalb_test_data): Likewise.
14031         (sin_test_data): Likewise.
14032         (sincos_test_data): Likewise.
14033         (sinh_test_data): Likewise.
14034         (tan_test_data): Likewise.
14035         (tanh_test_data): Likewise.
14036         (tgamma_test_data): Likewise.
14037         (y0_test_data): Likewise.
14038         (y1_test_data): Likewise.
14039         (yn_test_data): Likewise.
14040
14041         [BZ #16167]
14042         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
14043         argument being NaN and avoid computations with second argument in
14044         that case.
14045         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
14046         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
14047         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
14048
14049 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
14050
14051         * locale/iso-639.def: Add Chitwani Tharu (the).
14052
14053 2013-11-14  Andreas Schwab  <schwab@suse.de>
14054
14055         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
14056         word instead of empty string.
14057
14058 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14059
14060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14061         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
14062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14063         (__fe_nomask_env): Likewise.
14064
14065 2013-11-13  Steve Ellcey  <sellcey@mips.com>
14066
14067         * benchtests/bench-timing.h: Include time.h.
14068
14069 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
14070
14071         [BZ #15997]
14072         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
14073         to 3.4.0 for x32.
14074         * sysdeps/unix/sysv/linux/configure: Regenerated.
14075
14076 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
14077
14078         [BZ #16151]
14079         * stdlib/strtod_l.c (round_and_return): Do not consider
14080         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
14081         exponent one less than half the least subnormal exponent.
14082         * stdlib/test-strtod-round-data: Add more tests.
14083         * stdlib/tst-strtod-round.c (tests): Regenerated.
14084
14085 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14086
14087         [BZ #14143]
14088         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
14089         (__fe_mask_env): Likewise.
14090         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
14091         libm_hidden_proto and add function prototype.
14092         (__fe_mask_env): Add function prototype.
14093         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14094         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
14095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
14096         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
14097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14098         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
14099
14100 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
14101
14102         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
14103         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
14104
14105 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
14106
14107         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
14108         of htab_find_slot().
14109
14110 2013-11-11  David S. Miller  <davem@davemloft.net>
14111
14112         [BZ #16150]
14113         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
14114         symbol in the non-vis3 case in static builds.
14115         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
14116         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
14117         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
14118         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
14119
14120 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
14121
14122         [BZ #387]
14123         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
14124         it is empty.
14125
14126 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14127
14128         * benchtests/Makefile: Add bench-strtod.
14129         * benchtests/bench-strtod.c: New file: strtod benchtest
14130
14131 2013-11-11  Andreas Schwab  <schwab@suse.de>
14132
14133         [BZ #16153]
14134         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
14135         terminating NUL in key length.
14136
14137 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14138
14139         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
14140         Add artificial ODP entry for vDSO symbol for PPC64.
14141         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
14142         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
14143
14144 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
14145
14146         [BZ #15374]
14147         * nss/getent.c (services_keys): Recognize services starting with digit.
14148
14149 2013-11-06  David S. Miller  <davem@davemloft.net>
14150
14151         [BZ #15985]
14152         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
14153         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
14154
14155 2013-11-06  Will Newton  <will.newton@linaro.org>
14156
14157         * manual/memory.texi (Malloc Examples): Remove register
14158         keyword from examples.
14159
14160 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
14161
14162         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
14163
14164 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
14165
14166         [BZ #6981]
14167         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
14168         depending on [__GCC_IEC_559 > 0].
14169         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
14170         depending on [__GCC_IEC_559_COMPLEX > 0].
14171
14172 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
14173
14174         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
14175         to iso-639.def.
14176
14177 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
14178
14179         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
14180
14181 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
14182
14183         [BZ #16112]
14184         * malloc/malloc (malloc_info): Do not handle first bin as
14185         special case.
14186
14187 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
14188
14189         * locale/iso-639.def: Add Central Nahuatl (nhn).
14190
14191 2013-11-01  Bruno Haible  <bruno@clisp.org>
14192
14193         [BZ #7003]
14194         * manual/math.texi (BSD Random): Specify range upper bound as
14195         in POSIX.
14196
14197 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
14198
14199         * locale/iso-639.def: Add Meadow Mari (mhr).
14200
14201 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
14202
14203         [BZ #14752], [BZ #15763]
14204         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
14205         Validate name.
14206         * rt/tst_shm.c: Add test for escaping directory.
14207
14208 2013-10-31  Andreas Schwab  <schwab@suse.de>
14209
14210         [BZ #15917]
14211         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
14212         followed by 'x' as part of digit sequence.
14213         * stdio-common/tst-sscanf.c (double_tests2): New tests.
14214
14215 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
14216
14217         [BZ #16037]
14218         * configure.ac: allow GNU Make 4.0 and greater.
14219         * configure: Regenerated.
14220
14221 2013-10-30  Will Newton  <will.newton@linaro.org>
14222
14223         [BZ #16038]
14224         * malloc/hooks.c (memalign_check): Limit alignment to the
14225         maximum representable power of two.
14226         * malloc/malloc.c (__libc_memalign): Likewise.
14227         * malloc/tst-memalign.c (do_test): Add test for very
14228         large alignment values.
14229         * malloc/tst-posix_memalign.c (do_test): Likewise.
14230
14231 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
14232
14233         [BZ #11087]
14234         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
14235         (munmap_chunk): Likewise.
14236         (mremap_chunk): Likewise.
14237
14238 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
14239
14240         [BZ #15799]
14241         * stdlib/div.c (div): Remove obsolete code.
14242         * stdlib/ldiv.c (ldiv): Likewise.
14243         * stdlib/lldiv.c (lldiv): Likewise.
14244
14245 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14246
14247         [BZ #16071]
14248         * nss/nss_files/files-XXX.c (get_contents_ret): New
14249         enumerator.
14250         (get_contents): New function.
14251         (internal_getent): Use it.  Expand size of LINEBUFLEN.
14252
14253 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
14254
14255         * configure.in: Moved to ...
14256         * configure.ac: ... here. Change reference to configure.in
14257         to configure.ac.
14258         * sysdeps/arm/preconfigure.ac: ... here.
14259         configure.in to configure.ac.
14260         * sysdeps/gnu/configure.in: Moved to ...
14261         * sysdeps/gnu/configure.ac: ... here.
14262         * sysdeps/i386/configure.in: Moved to ...
14263         * sysdeps/i386/configure.ac: ... here.
14264         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
14265         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
14266         * sysdeps/mach/configure.in: Moved to ...
14267         * sysdeps/mach/configure.ac: ... here.
14268         * sysdeps/mach/hurd/configure.in: Moved to ...
14269         * sysdeps/mach/hurd/configure.ac: ... here.
14270         * sysdeps/powerpc/configure.in: Moved to ...
14271         * sysdeps/powerpc/configure.ac: ... here.
14272         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
14273         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
14274         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
14275         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
14276         * sysdeps/s390/s390-32/configure.in: Moved to ...
14277         * sysdeps/s390/s390-32/configure.ac: ... here.
14278         * sysdeps/s390/s390-64/configure.in: Moved to ...
14279         * sysdeps/s390/s390-64/configure.ac: ... here.
14280         * sysdeps/sh/configure.in: Moved to ...
14281         * sysdeps/sh/configure.ac: ... here.
14282         * sysdeps/sparc/configure.in: Moved to ...
14283         * sysdeps/sparc/configure.ac: ... here.
14284         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
14285         * sysdeps/unix/sysv/linux/configure.ac: ... here.
14286         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
14287         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
14288         * sysdeps/x86_64/configure.in: Moved to ...
14289         * sysdeps/x86_64/configure.ac: ... here.
14290         * sysdeps/x86_64/preconfigure.in: Moved to ...
14291         * sysdeps/x86_64/preconfigure.ac: ... here.
14292         * aclocal.m4: Change reference to configure.in to configure.ac.
14293         * config.h.in: Likewise.
14294         * manual/install.texi: Likewise.
14295         * manual/maint.texi: Likewise.
14296         * Makefile: Likewise.
14297         * malloc/Makefile: Likewise.
14298         * nscd/Makefile: Likewise.
14299         * Makeconfig: Change reference to configure.in and
14300         preconfigure.in to configure.ac and preconfigure.ac
14301         respectively.
14302         * INSTALL: Regenerated.
14303         * configure: Likewise.
14304         * sysdeps/gnu/configure: Likewise.
14305         * sysdeps/i386/configure: Likewise.
14306         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
14307         * sysdeps/mach/configure: Likewise.
14308         * sysdeps/mach/hurd/configure: Likewise.
14309         * sysdeps/powerpc/configure: Likewise.
14310         * sysdeps/powerpc/powerpc32/configure: Likewise.
14311         * sysdeps/powerpc/powerpc64/configure: Likewise.
14312         * sysdeps/s390/s390-32/configure: Likewise.
14313         * sysdeps/s390/s390-64/configure: Likewise.
14314         * sysdeps/sh/configure: Likewise.
14315         * sysdeps/sparc/configure: Likewise.
14316         * sysdeps/unix/sysv/linux/configure: Likewise.
14317         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
14318         * sysdeps/x86_64/configure: Likewise.
14319         * sysdeps/x86_64/preconfigure: Likewise.
14320
14321 2013-10-29  Andreas Schwab  <schwab@suse.de>
14322
14323         * stdio-common/Makefile (tst-swscanf-ENV): Define.
14324
14325 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14326
14327         * benchtests/pow-inputs: Add new inputs.
14328
14329         * benchtests/exp-inputs: Add new inputs.
14330
14331         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
14332         conditional check for return value.
14333         (__cos32): Likewise.
14334
14335 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14336
14337         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
14338         to provide a boost for large inputs with word alignment.
14339         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
14340         implementation based on optimized PPC64 strcpy.
14341         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
14342         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
14343         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
14344         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
14345
14346 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
14347
14348         [BZ #2801]
14349         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
14350
14351 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
14352
14353         [BZ #14876]
14354         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
14355         * time/tst-strptime.c (day_tests): Add testcase.
14356
14357 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
14358
14359         [BZ #14029]
14360         * manual/pattern.texi: Acknowledge that fnmatch can fail.
14361
14362 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
14363
14364         [BZ #16074]
14365         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
14366         MAP_FAILED on error.
14367
14368 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
14369
14370         [BZ #16072]
14371         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
14372         heap for large requests.
14373
14374 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
14375
14376         [BZ #9954]
14377         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
14378         result if the result has no associated interface.
14379         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
14380         interface for all 127.X.Y.Z addresses.
14381
14382 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
14383
14384         * locale/iso-639.def: Add Ligurian (lij)
14385
14386 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
14387
14388         [BZ #15825]
14389         * sunrpc/rpc_main.c: Document rpcgen -5.
14390
14391 2013-10-19  Michael Stahl  <mstahl@redhat.com>
14392
14393         * elf/rtld.c (do_preload): Print the reason why preloading failed.
14394
14395 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
14396
14397         [BZ #10278]
14398         * posix/glob.c: Match only directories when trailing slash is present.
14399         * posix/tst-gnuglob.c (my_opendir): Do not open files.
14400         (main): Add testcase.
14401
14402 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
14403
14404         [BZ #15670]
14405         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
14406
14407 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
14408
14409         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
14410         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
14411         AUTH_DES and cindex for FIPS 140-2.
14412         (DES Encryption): Add cindex FIPS 46-3.
14413
14414         * locale/locarchive.h (struct locarhandle): Add fname.
14415         * locale/programs/localedef.c (main): Pass ARGV[remaining]
14416         if an optional argument was specified to --list-archive,
14417         otherwise NULL.
14418         * locale/programs/locarchive.c (show_archive_content): Take new
14419         argument fname and pass it via ah.fname to open_archive.
14420         * locale/programs/localedef.h: Update decl.
14421         (open_archive): If AH->fname is non-null, open that file
14422         rather than the default file name, and don't ignore ENOENT.
14423         (create_archive): Set AH.fname to NULL.
14424         (delete_locales_from_archive): Likewise.
14425         (add_locales_to_archive): Likewise.
14426         * locale/programs/locfile.c (write_all_categories): Likewise.
14427
14428 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
14429             Aldy Hernandez  <aldyh@redhat.com>
14430
14431         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
14432         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
14433         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
14434         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
14435         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
14436         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
14437         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
14438         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
14439         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
14440         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
14441         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
14442         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
14443         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
14444         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
14445         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
14446         Likewise.
14447         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
14448         Likewise.
14449         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
14450         Likewise.
14451         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
14452         Likewise.
14453         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
14454         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
14455         Likewise.
14456         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
14457         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
14458         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
14459         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
14460         Likewise.
14461         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
14462         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
14463         * sysdeps/powerpc/preconfigure: Likewise.
14464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
14465         Likewise.
14466         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
14467         Replace contents of file by #include of <fenv_libc.h>.
14468         * sysdeps/powerpc/soft-fp/sfp-machine.h
14469         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
14470         and <sys/prctl.h>.
14471         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
14472         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
14473         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
14474         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
14475         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
14476         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
14477         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
14478         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
14479         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
14480         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
14481         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
14482         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
14483         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
14484         Allow copysignl PLT reference to be missing.
14485
14486 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
14487             Joseph Myers  <joseph@codesourcery.com
14488
14489         [BZ #15948]
14490         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
14491         single character.
14492         (add_to_tablewc): Assert sequence of wide characters is nonempty.
14493
14494 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
14495
14496         * elf/tst-tls-dlinfo.c: Don't include tls.h.
14497         * elf/tst-tls1.c: Likewise.
14498         * elf/tst-tls10.h: Likewise.
14499         * elf/tst-tls14.c: Likewise.
14500         * elf/tst-tls2.c: Likewise.
14501         * elf/tst-tls3.c: Likewise.
14502         * elf/tst-tls4.c: Likewise.
14503         * elf/tst-tls5.c: Likewise.
14504         * elf/tst-tls6.c: Likewise.
14505         * elf/tst-tls7.c: Likewise.
14506         * elf/tst-tls8.c: Likewise.
14507         * elf/tst-tls9.c: Likewise.
14508         * elf/tst-tlsmod1.c: Likewise.
14509         * elf/tst-tlsmod13.c: Likewise.
14510         * elf/tst-tlsmod13a.c: Likewise.
14511         * elf/tst-tlsmod14a.c: Likewise.
14512         * elf/tst-tlsmod16a.c: Likewise.
14513         * elf/tst-tlsmod16b.c: Likewise.
14514         * elf/tst-tlsmod2.c: Likewise.
14515         * elf/tst-tlsmod3.c: Likewise.
14516         * elf/tst-tlsmod4.c: Likewise.
14517         * elf/tst-tlsmod5.c: Likewise.
14518         * elf/tst-tlsmod6.c: Likewise.
14519
14520 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
14521
14522         [BZ #12486]
14523         * malloc/malloc.c: remove checks for statistics.
14524
14525 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
14526
14527         [BZ #15277]
14528         * inet/inet_net.c (inet_network): Detect additional invalid strings.
14529         * inet/tst-network.c: Add testcase.
14530
14531 2013-10-17  Andreas Schwab  <schwab@suse.de>
14532
14533         [BZ #15218]
14534         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
14535         to determine canonical name.
14536
14537 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
14538
14539         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
14540         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
14541         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
14542         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
14543         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
14544         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
14545         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
14546         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
14547         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
14548         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
14549         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
14550         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
14551         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
14552         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
14553         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
14554         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
14555         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
14556         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
14557         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
14558         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
14559         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
14560         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
14561         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
14562         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
14563         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
14564         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
14565         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
14566         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
14567         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
14568         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
14569         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
14570         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
14571         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
14572         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
14573         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
14574         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
14575         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
14576         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
14577         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
14578         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
14579         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
14580         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
14581         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
14582         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
14583         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
14584         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
14585         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
14586         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
14587         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
14588         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
14589         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
14590         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
14591         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
14592         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
14593         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
14594         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
14595         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
14596         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
14597
14598 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
14599
14600         [BZ #16041]
14601         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
14602         make result into a quiet NaN.
14603
14604 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
14605
14606         * soft-fp/adddf3.c: Fix horizontal whitespace.
14607         * soft-fp/addsf3.c: Likewise.
14608         * soft-fp/addtf3.c: Likewise.
14609         * soft-fp/divdf3.c: Likewise.
14610         * soft-fp/divsf3.c: Likewise.
14611         * soft-fp/divtf3.c: Likewise.
14612         * soft-fp/double.h: Likewise.
14613         * soft-fp/eqdf2.c: Likewise.
14614         * soft-fp/eqsf2.c: Likewise.
14615         * soft-fp/eqtf2.c: Likewise.
14616         * soft-fp/extenddftf2.c: Likewise.
14617         * soft-fp/extended.h: Likewise.
14618         * soft-fp/extendsfdf2.c: Likewise.
14619         * soft-fp/extendsftf2.c: Likewise.
14620         * soft-fp/extendxftf2.c: Likewise.
14621         * soft-fp/fixdfdi.c: Likewise.
14622         * soft-fp/fixdfsi.c: Likewise.
14623         * soft-fp/fixdfti.c: Likewise.
14624         * soft-fp/fixsfdi.c: Likewise.
14625         * soft-fp/fixsfsi.c: Likewise.
14626         * soft-fp/fixsfti.c: Likewise.
14627         * soft-fp/fixtfdi.c: Likewise.
14628         * soft-fp/fixtfsi.c: Likewise.
14629         * soft-fp/fixtfti.c: Likewise.
14630         * soft-fp/fixunsdfdi.c: Likewise.
14631         * soft-fp/fixunsdfsi.c: Likewise.
14632         * soft-fp/fixunsdfti.c: Likewise.
14633         * soft-fp/fixunssfdi.c: Likewise.
14634         * soft-fp/fixunssfsi.c: Likewise.
14635         * soft-fp/fixunssfti.c: Likewise.
14636         * soft-fp/fixunstfdi.c: Likewise.
14637         * soft-fp/fixunstfsi.c: Likewise.
14638         * soft-fp/fixunstfti.c: Likewise.
14639         * soft-fp/floatdidf.c: Likewise.
14640         * soft-fp/floatdisf.c: Likewise.
14641         * soft-fp/floatditf.c: Likewise.
14642         * soft-fp/floatsidf.c: Likewise.
14643         * soft-fp/floatsisf.c: Likewise.
14644         * soft-fp/floatsitf.c: Likewise.
14645         * soft-fp/floattidf.c: Likewise.
14646         * soft-fp/floattisf.c: Likewise.
14647         * soft-fp/floattitf.c: Likewise.
14648         * soft-fp/floatundidf.c: Likewise.
14649         * soft-fp/floatundisf.c: Likewise.
14650         * soft-fp/floatunditf.c: Likewise.
14651         * soft-fp/floatunsidf.c: Likewise.
14652         * soft-fp/floatunsisf.c: Likewise.
14653         * soft-fp/floatunsitf.c: Likewise.
14654         * soft-fp/floatuntidf.c: Likewise.
14655         * soft-fp/floatuntisf.c: Likewise.
14656         * soft-fp/floatuntitf.c: Likewise.
14657         * soft-fp/fmadf4.c: Likewise.
14658         * soft-fp/fmasf4.c: Likewise.
14659         * soft-fp/fmatf4.c: Likewise.
14660         * soft-fp/gedf2.c: Likewise.
14661         * soft-fp/gesf2.c: Likewise.
14662         * soft-fp/getf2.c: Likewise.
14663         * soft-fp/ledf2.c: Likewise.
14664         * soft-fp/lesf2.c: Likewise.
14665         * soft-fp/letf2.c: Likewise.
14666         * soft-fp/muldf3.c: Likewise.
14667         * soft-fp/mulsf3.c: Likewise.
14668         * soft-fp/multf3.c: Likewise.
14669         * soft-fp/negdf2.c: Likewise.
14670         * soft-fp/negsf2.c: Likewise.
14671         * soft-fp/negtf2.c: Likewise.
14672         * soft-fp/op-1.h: Likewise.
14673         * soft-fp/op-2.h: Likewise.
14674         * soft-fp/op-4.h: Likewise.
14675         * soft-fp/op-8.h: Likewise.
14676         * soft-fp/op-common.h: Likewise.
14677         * soft-fp/quad.h: Likewise.
14678         * soft-fp/single.h: Likewise.
14679         * soft-fp/soft-fp.h: Likewise.
14680         * soft-fp/sqrtdf2.c: Likewise.
14681         * soft-fp/sqrtsf2.c: Likewise.
14682         * soft-fp/sqrttf2.c: Likewise.
14683         * soft-fp/subdf3.c: Likewise.
14684         * soft-fp/subsf3.c: Likewise.
14685         * soft-fp/subtf3.c: Likewise.
14686         * soft-fp/truncdfsf2.c: Likewise.
14687         * soft-fp/trunctfdf2.c: Likewise.
14688         * soft-fp/trunctfsf2.c: Likewise.
14689         * soft-fp/trunctfxf2.c: Likewise.
14690         * soft-fp/unorddf2.c: Likewise.
14691         * soft-fp/unordsf2.c: Likewise.
14692         * soft-fp/unordtf2.c: Likewise.
14693
14694 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
14695
14696         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
14697         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
14698
14699 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
14700
14701         * elf/dl-libc.c: Clear initfini list after freeing.
14702
14703 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
14704
14705         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
14706         * soft-fp/addsf3.c: Likewise.
14707         * soft-fp/addtf3.c: Likewise.
14708         * soft-fp/divdf3.c: Likewise.
14709         * soft-fp/divsf3.c: Likewise.
14710         * soft-fp/divtf3.c: Likewise.
14711         * soft-fp/double.h: Likewise.
14712         * soft-fp/eqdf2.c: Likewise.
14713         * soft-fp/eqsf2.c: Likewise.
14714         * soft-fp/eqtf2.c: Likewise.
14715         * soft-fp/extenddftf2.c: Likewise.
14716         * soft-fp/extended.h: Likewise.
14717         * soft-fp/extendsfdf2.c: Likewise.
14718         * soft-fp/extendsftf2.c: Likewise.
14719         * soft-fp/extendxftf2.c: Likewise.
14720         * soft-fp/fixdfdi.c: Likewise.
14721         * soft-fp/fixdfsi.c: Likewise.
14722         * soft-fp/fixdfti.c: Likewise.
14723         * soft-fp/fixsfdi.c: Likewise.
14724         * soft-fp/fixsfsi.c: Likewise.
14725         * soft-fp/fixsfti.c: Likewise.
14726         * soft-fp/fixtfdi.c: Likewise.
14727         * soft-fp/fixtfsi.c: Likewise.
14728         * soft-fp/fixtfti.c: Likewise.
14729         * soft-fp/fixunsdfdi.c: Likewise.
14730         * soft-fp/fixunsdfsi.c: Likewise.
14731         * soft-fp/fixunsdfti.c: Likewise.
14732         * soft-fp/fixunssfdi.c: Likewise.
14733         * soft-fp/fixunssfsi.c: Likewise.
14734         * soft-fp/fixunssfti.c: Likewise.
14735         * soft-fp/fixunstfdi.c: Likewise.
14736         * soft-fp/fixunstfsi.c: Likewise.
14737         * soft-fp/fixunstfti.c: Likewise.
14738         * soft-fp/floatdidf.c: Likewise.
14739         * soft-fp/floatdisf.c: Likewise.
14740         * soft-fp/floatditf.c: Likewise.
14741         * soft-fp/floatsidf.c: Likewise.
14742         * soft-fp/floatsisf.c: Likewise.
14743         * soft-fp/floatsitf.c: Likewise.
14744         * soft-fp/floattidf.c: Likewise.
14745         * soft-fp/floattisf.c: Likewise.
14746         * soft-fp/floattitf.c: Likewise.
14747         * soft-fp/floatundidf.c: Likewise.
14748         * soft-fp/floatundisf.c: Likewise.
14749         * soft-fp/floatunsidf.c: Likewise.
14750         * soft-fp/floatunsisf.c: Likewise.
14751         * soft-fp/floatuntidf.c: Likewise.
14752         * soft-fp/floatuntisf.c: Likewise.
14753         * soft-fp/floatuntitf.c: Likewise.
14754         * soft-fp/fmadf4.c: Likewise.
14755         * soft-fp/fmasf4.c: Likewise.
14756         * soft-fp/fmatf4.c: Likewise.
14757         * soft-fp/gedf2.c: Likewise.
14758         * soft-fp/gesf2.c: Likewise.
14759         * soft-fp/getf2.c: Likewise.
14760         * soft-fp/ledf2.c: Likewise.
14761         * soft-fp/lesf2.c: Likewise.
14762         * soft-fp/letf2.c: Likewise.
14763         * soft-fp/muldf3.c: Likewise.
14764         * soft-fp/mulsf3.c: Likewise.
14765         * soft-fp/multf3.c: Likewise.
14766         * soft-fp/negdf2.c: Likewise.
14767         * soft-fp/negsf2.c: Likewise.
14768         * soft-fp/negtf2.c: Likewise.
14769         * soft-fp/op-1.h: Likewise.
14770         * soft-fp/op-2.h: Likewise.
14771         * soft-fp/op-4.h: Likewise.
14772         * soft-fp/op-8.h: Likewise.
14773         * soft-fp/op-common.h: Likewise.
14774         * soft-fp/quad.h: Likewise.
14775         * soft-fp/single.h: Likewise.
14776         * soft-fp/soft-fp.h: Likewise.
14777         * soft-fp/sqrtdf2.c: Likewise.
14778         * soft-fp/sqrtsf2.c: Likewise.
14779         * soft-fp/sqrttf2.c: Likewise.
14780         * soft-fp/subdf3.c: Likewise.
14781         * soft-fp/subsf3.c: Likewise.
14782         * soft-fp/subtf3.c: Likewise.
14783         * soft-fp/truncdfsf2.c: Likewise.
14784         * soft-fp/trunctfdf2.c: Likewise.
14785         * soft-fp/trunctfsf2.c: Likewise.
14786         * soft-fp/trunctfxf2.c: Likewise.
14787         * soft-fp/unorddf2.c: Likewise.
14788         * soft-fp/unordsf2.c: Likewise.
14789         * soft-fp/unordtf2.c: Likewise.
14790
14791 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
14792
14793         [BZ #15672]
14794         * misc/error.c (error_tail): Fix possible buffer overflow.
14795
14796 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
14797
14798         [BZ #13028]
14799         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
14800         address.
14801
14802 2013-10-14  P. J. McDermott  <pj@pehjota.net>
14803
14804         [BZ #832]
14805         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
14806         testing pipefail option.
14807
14808 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
14809
14810         * soft-fp/double.h: Indent preprocessor directives inside #if.
14811         * soft-fp/extended.h: Likewise.
14812         * soft-fp/op-2.h: Likewise.
14813         * soft-fp/op-4.h: Likewise.
14814         * soft-fp/op-common.h: Likewise.
14815         * soft-fp/quad.h: Likewise.
14816         * soft-fp/single.h: Likewise.
14817         * soft-fp/soft-fp.h: Likewise.
14818
14819 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
14820
14821         * iconv/iconv_prog.c: Fix typos.
14822         * stdio-common/psiginfo-data.h: Likewise.
14823
14824 2013-10-12   Reuben Thomas <rrt@sc3d.org>
14825
14826         [BZ #15764]
14827         * locale/setlocale.c: Fix typo.
14828
14829 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
14830
14831         [BZ #16036]
14832         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
14833         signaling NaN arguments.
14834         * soft-fp/unordsf2.c (__unordsf2): Likewise.
14835         * soft-fp/unordtf2.c (__unordtf2): Likewise.
14836
14837         [BZ #14910]
14838         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
14839         unordered operands.
14840         * soft-fp/gesf2.c (__gesf2): Likewise.
14841         * soft-fp/getf2.c (__getf2): Likewise.
14842         * soft-fp/ledf2.c (__ledf2): Likewise.
14843         * soft-fp/lesf2.c (__lesf2): Likewise.
14844         * soft-fp/letf2.c (__letf2): Likewise.
14845
14846         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
14847         * soft-fp/eqsf2.c (__eqsf2): Likewise.
14848         * soft-fp/eqtf2.c (__eqtf2): Likewise.
14849         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
14850         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
14851         * soft-fp/fixdfti.c (__fixdfti): Likewise.
14852         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
14853         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
14854         * soft-fp/fixsfti.c (__fixsfti): Likewise.
14855         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
14856         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
14857         * soft-fp/fixtfti.c (__fixtfti): Likewise.
14858         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
14859         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
14860         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
14861         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
14862         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
14863         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
14864         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
14865         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
14866         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
14867         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
14868         * soft-fp/floatdisf.c (__floatdisf): Likewise.
14869         * soft-fp/floatsisf.c (__floatsisf): Likewise.
14870         * soft-fp/floattidf.c (__floattidf): Likewise.
14871         * soft-fp/floattisf.c (__floattisf): Likewise.
14872         * soft-fp/floattitf.c (__floattitf): Likewise.
14873         * soft-fp/floatundidf.c (__floatundidf): Likewise.
14874         * soft-fp/floatundisf.c (__floatundisf): Likewise.
14875         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
14876         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
14877         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
14878         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
14879         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
14880         * soft-fp/gesf2.c (__gesf2): Likewise.
14881         * soft-fp/getf2.c (__getf2): Likewise.
14882         * soft-fp/ledf2.c (__ledf2): Likewise.
14883         * soft-fp/lesf2.c (__lesf2): Likewise.
14884         * soft-fp/letf2.c (__letf2): Likewise.
14885
14886         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
14887         Undefine and redefine.
14888         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
14889         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
14890         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
14891         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
14892         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14893         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
14894         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14895         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
14896         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14897         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
14898         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14899         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
14900         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14901         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
14902         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
14903
14904         [BZ #16032]
14905         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
14906         without decrementing exponent if mantissa >= that for the
14907         denominator, not >.
14908         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
14909         denominator, not >.  Decrement exponent in < case instead of
14910         incrementing in >= case.
14911         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
14912         without decrementing exponent if mantissa >= that for the
14913         denominator, not >.
14914
14915         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
14916         computing saturated result for unsigned overflow.
14917
14918 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
14919             Jeff Law  <law@redhat.com>
14920
14921         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
14922         (atan2Mp): Add systemtap probe marker.
14923         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
14924         (__ieee754_log): Add systemtap probe marker.
14925         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
14926         (atanMp): Add systemtap probe marker.
14927         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
14928         (tanMp): Add systemtap probe marker.
14929         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
14930         (__slowexp): Add systemtap probe marker.
14931         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
14932         (__slowpow): Add systemtap probe marker.
14933         * manual/probes.texi: Document probes.
14934
14935 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
14936
14937         [BZ #15362]
14938         * libio/fileops.c (_IO_new_file_write): Return count of bytes
14939         written.
14940         (_IO_new_file_xsputn): Don't return EOF if nothing has been
14941         written.
14942         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
14943         written to buffer but not flushed.
14944         * libio/iofwrite_u.c:  Likewise.
14945         * libio/iopadn.c:  Return bytes returned even if EOF was
14946         encountered.
14947         * libio/iowpadn.c:  Likewise.
14948         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
14949         if _IO_padn does not write the whole buffer.
14950         [!COMPILE_WPRINTF] (PAD): Likewise.
14951
14952 2013-10-10  David S. Miller  <davem@davemloft.net>
14953
14954         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
14955         directory block.
14956
14957 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
14958
14959         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
14960         instead of FSF address.
14961         * soft-fp/fixdfti.c: Likewise.
14962         * soft-fp/fixsfti.c: Likewise.
14963         * soft-fp/fixtfti.c: Likewise.
14964         * soft-fp/fixunsdfti.c: Likewise.
14965         * soft-fp/fixunssfti.c: Likewise.
14966         * soft-fp/fixunstfti.c: Likewise.
14967         * soft-fp/floattidf.c: Likewise.
14968         * soft-fp/floattisf.c: Likewise.
14969         * soft-fp/floattitf.c: Likewise.
14970         * soft-fp/floatuntidf.c: Likewise.
14971         * soft-fp/floatuntisf.c: Likewise.
14972         * soft-fp/floatuntitf.c: Likewise.
14973         * soft-fp/trunctfxf2.c: Likewise.
14974
14975         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
14976         * soft-fp/fixdfti.c: Likewise.
14977         * soft-fp/fixsfti.c: Likewise.
14978         * soft-fp/fixtfti.c: Likewise.
14979         * soft-fp/fixunsdfti.c: Likewise.
14980         * soft-fp/fixunssfti.c: Likewise.
14981         * soft-fp/fixunstfti.c: Likewise.
14982         * soft-fp/floattidf.c: Likewise.
14983         * soft-fp/floattisf.c: Likewise.
14984         * soft-fp/floattitf.c: Likewise.
14985         * soft-fp/floatuntidf.c: Likewise.
14986         * soft-fp/floatuntisf.c: Likewise.
14987         * soft-fp/floatuntitf.c: Likewise.
14988         * soft-fp/trunctfxf2.c: Likewise.
14989
14990 2013-10-10  David S. Miller  <davem@davemloft.net>
14991
14992         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14993
14994 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
14995
14996         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
14997         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
14998         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
14999         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
15000         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
15001         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
15002         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
15003
15004         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
15005         for NaNs before doing comparisons on argument.
15006         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
15007         Likewise.
15008
15009 2013-10-10  Will Newton  <will.newton@linaro.org>
15010
15011         * malloc/hooks.c (memalign_check): Ensure the value of bytes
15012         passed to _int_memalign does not overflow.
15013
15014 2013-10-10  Torvald Riegel  <triegel@redhat.com>
15015
15016         * scripts/bench.pl: Add include-sources directive.
15017         * benchtests/README: Update documentation.
15018
15019 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
15020
15021         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
15022         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
15023         instead of FP_INIT_ROUNDMODE.
15024         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
15025         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
15026
15027         [BZ #16034]
15028         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
15029         copy class of input value.
15030         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
15031         not handle exceptions.
15032         * soft-fp/negsf2.c (__negsf2): Likewise.
15033         * soft-fp/negtf2.c (__negtf2): Likewise.
15034         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
15035
15036 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
15037
15038         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
15039         semicolon.  From Linux kernel.
15040
15041 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
15042
15043         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
15044
15045 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
15046
15047         [BZ #156]
15048         * manual/socket.texi: Added statement about buffer
15049         for gethostbyname2_r.
15050
15051 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
15052
15053         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
15054         Use .p2align directive instead, throughout.
15055         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
15056         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
15057         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
15058         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
15059         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
15060         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
15061         * sysdeps/x86_64/strchr.S: Likewise.
15062         * sysdeps/x86_64/strrchr.S: Likewise.
15063
15064 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
15065
15066         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
15067
15068         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
15069
15070         * sysdeps/generic/math_private.h (__mpsin1): Remove
15071         declaration.
15072         (__mpcos1): Likewise.
15073         (__mpsin): New argument __range_reduce.
15074         (__mpcos): Likewise.
15075         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15076         (slow): Use __mpsin and __mpcos.
15077         (slow1): Likewise.
15078         (slow2): Likewise.
15079         (sloww): Likewise.
15080         (sloww1): Likewise.
15081         (sloww2): Likewise.
15082         (bsloww): Likewise.
15083         (bsloww1): Likewise.
15084         (bsloww2): Likewise.
15085         (cslow2): Likewise.
15086         (csloww): Likewise.
15087         (csloww1): Likewise.
15088         (csloww2): Likewise.
15089         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
15090         range_reduce.  Merge in __mpsin1.
15091         (__mpcos): Likewise.
15092         (__mpsin1): Remove.
15093         (__mpcos1): Likewise.
15094
15095 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
15096
15097         * locale/loadlocale.c (_nl_intern_locale_data): Use
15098         LOCFILE_ALIGNED_P.
15099         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
15100         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
15101         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
15102         obstack data is appropriately aligned.
15103         (obstack_int32_grow_fast): Likewise.
15104         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
15105         * locale/programs/locfile.c (add_locale_uint32): Likewise.
15106         (add_locale_uint32_array): Likewise.
15107
15108 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
15109
15110         * benchtests/Makefile: Remove ARGLIST and RET variables.
15111         ($(objpfx)bench-%.c): Pass only function name to the script.
15112         * benchtests/README: Update documentation.
15113         * benchtests/acos-inputs: Add new directives.
15114         * benchtests/acosh-inputs: Likewise.
15115         * benchtests/asin-inputs: Likewise.
15116         * benchtests/asinh-inputs: Likewise.
15117         * benchtests/atan-inputs: Likewise.
15118         * benchtests/atanh-inputs: Likewise.
15119         * benchtests/cos-inputs: Likewise.
15120         * benchtests/cosh-inputs: Likewise.
15121         * benchtests/exp-inputs: Likewise.
15122         * benchtests/log-inputs: Likewise.
15123         * benchtests/pow-inputs: Likewise.
15124         * benchtests/rint-inputs: Likewise.
15125         * benchtests/sin-inputs: Likewise.
15126         * benchtests/sinh-inputs: Likewise.
15127         * benchtests/tan-inputs: Likewise.
15128         * benchtests/tanh-inputs: Likewise.
15129         * scripts/bench.pl: Add support for new directives.
15130
15131 2013-10-07  Alan Modra  <amodra@gmail.com>
15132
15133         * README: Fix careless merge.
15134
15135 2013-10-05  Alan Modra  <amodra@gmail.com>
15136
15137         * NEWS: Mention powerpc64le support and bugs fixed.
15138         * README: Both big-endian and little-endian powerpc64 supported.
15139
15140 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15141
15142         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
15143         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
15144         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
15145         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
15146
15147 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
15148
15149         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
15150         match prototype.
15151
15152 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
15153
15154         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
15155         Move -mhard-float appending from
15156         ports/sysdeps/powerpc/powerpc32/Makefile.
15157         [$(with-fp) = yes] (ASFLAGS): Likewise.
15158         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
15159         * sysdeps/powerpc/nofpu: Move directory from
15160         ports/sysdeps/powerpc/nofpu.
15161         * sysdeps/powerpc/soft-fp: Move directory from
15162         ports/sysdeps/powerpc/soft-fp.
15163         * sysdeps/powerpc/powerpc32/405: Move directory from
15164         ports/sysdeps/powerpc/powerpc32/405.
15165         * sysdeps/powerpc/powerpc32/440: Move directory from
15166         ports/sysdeps/powerpc/powerpc32/440.
15167         * sysdeps/powerpc/powerpc32/464: Move directory from
15168         ports/sysdeps/powerpc/powerpc32/464.
15169         * sysdeps/powerpc/powerpc32/476: Move directory from
15170         ports/sysdeps/powerpc/powerpc32/476.
15171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
15172         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
15173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
15174         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
15175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
15176         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
15177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
15178         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
15179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
15180         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
15181         * README: Update for powerpc-*-linux-gnu software floating point
15182         support in libc.
15183
15184         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
15185         case to powerpc/powerpc32*.
15186         * sysdeps/unix/sysv/linux/configure: Regenerated.
15187
15188         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
15189         (_FPU_MASK_OM): Define as 0x04.
15190         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
15191         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
15192         0x00c10080.
15193         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
15194         0x0000003c.
15195         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
15196
15197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
15198         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
15199         getcontext_e500.
15200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
15201         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
15202         setcontext_e500.
15203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
15204         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
15205         and setcontext_e500.
15206
15207 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
15208
15209         * locale/iso-3166.def: Update iso-1366.def and related occurrences
15210
15211 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15212
15213         * manual/threads.texi (Default Thread Attributes): Fix typo.
15214
15215 2013-10-04  Will Newton  <will.newton@linaro.org>
15216
15217         * malloc/Makefile: Add tst-memalign.
15218         * malloc/tst-memalign.c: New file.
15219
15220         * malloc/tst-posix_memalign.c: Add comments.
15221         (do_test): Add comments and call free on all potentially
15222         allocated pointers. Add space after cast.
15223
15224         * malloc/tst-pvalloc.c: Add comments.
15225         (do_test): Add comments and call free on all potentially
15226         allocated pointers. Remove duplicate check for NULL pointer.
15227         Add space after cast.
15228
15229         * malloc/tst-valloc.c: Add comments.
15230         (do_test): Add comments and call free on all potentially
15231         allocated pointers. Remove duplicate check for NULL pointer.
15232         Add space after cast.
15233
15234 2013-10-04  Alan Modra  <amodra@gmail.com>
15235
15236         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15237         Use stdint types in rather than __attribute__((mode())).
15238         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15239
15240 2013-10-04  Alan Modra  <amodra@gmail.com>
15241
15242         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15243         Correct handling of unaligned relocs for little-endian.
15244         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15245
15246 2013-10-04  Alan Modra  <amodra@gmail.com>
15247
15248         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
15249         * configure: Regenerate.
15250         * nptl/shlib-versions: Powerpc*le starts at 2.18.
15251         * shlib-versions: Likewise.
15252
15253 2013-10-04  Alan Modra  <amodra@gmail.com>
15254
15255         * string/tester.c (test_memrchr): Increment reported test cycle.
15256
15257 2013-10-04  Alan Modra  <amodra@gmail.com>
15258
15259         * string/test-memcpy.c (do_one_test): When reporting errors, print
15260         string address and don't overrun end of string.
15261
15262 2013-10-04  Alan Modra  <amodra@gmail.com>
15263
15264         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
15265         insrdi.  Make better use of reg selection to speed exit slightly.
15266         Schedule entry path a little better.  Remove useless "are we done"
15267         checks on entry to main loop.  Handle wrapping around zero address.
15268         Correct main loop count.  Handle single left-over word from main
15269         loop inline rather than by using loop_small.  Remove extra word
15270         case in loop_small caused by wrong loop count.  Add little-endian
15271         support.
15272         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
15273         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
15274         cache hint.
15275         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
15276         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
15277         support.  Avoid rlwimi.
15278         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
15279
15280 2013-10-04  Alan Modra  <amodra@gmail.com>
15281
15282         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
15283         insrdi.  Formatting.
15284         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
15285         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
15286         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
15287         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
15288         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
15289         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
15290
15291 2013-10-04  Alan Modra  <amodra@gmail.com>
15292
15293         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
15294         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
15295         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
15296         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
15297         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
15298         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
15299         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
15300         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
15301         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
15302         use of regs.  Use power7 mtocrf.  Tidy function tails.
15303
15304 2013-10-04  Alan Modra  <amodra@gmail.com>
15305
15306         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
15307         Formatting.  Consistently use rXXX register defines or rN defines.
15308         Use early exit labels that avoid restoring unused non-volatile regs.
15309         Make cr field use more consistent with rWORDn compares.  Rename
15310         regs used as shift registers for unaligned loop, using rN defines
15311         for short lifetime/multiple use regs.
15312         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
15313         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
15314         addi 1,1,64 to pop stack frame.  Simplify return value code.
15315         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
15316
15317 2013-10-04  Alan Modra  <amodra@gmail.com>
15318
15319         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
15320         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
15321         rather than rlwimi.
15322         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
15323         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
15324         little-endian support.  Correct typos.
15325         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
15326         rather than rlwimi.
15327         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
15328         in loop and entry code to keep "and." results.
15329         (strchr): Add little-endian support.  Comment.  Move cntlzd
15330         earlier in tail.
15331         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
15332
15333 2013-10-04  Alan Modra  <amodra@gmail.com>
15334
15335         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
15336         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
15337         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
15338         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
15339
15340 2013-10-04  Alan Modra  <amodra@gmail.com>
15341
15342         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
15343         (rTMP): Define as r11.
15344         (strcmp): Add little-endian support.  Optimise tail.
15345         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
15346         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
15347         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
15348         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
15349         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
15350         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
15351         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
15352
15353 2013-10-04  Alan Modra  <amodra@gmail.com>
15354
15355         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
15356         little-endian support.  Remove unnecessary "are we done" tests.
15357         Handle "s" wrapping around zero and extremely large "size".
15358         Correct main loop count.  Handle single left-over word from main
15359         loop inline rather than by using small_loop.  Correct comments.
15360         Delete "zero" tail, use "end_max" instead.
15361         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
15362
15363 2013-10-04  Alan Modra  <amodra@gmail.com>
15364
15365         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
15366         support.  Don't branch over align.
15367         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
15368         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
15369         support.  Rearrange tmp reg use to suit.  Comment.
15370         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
15371
15372 2013-10-04  Alan Modra  <amodra@gmail.com>
15373
15374         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
15375
15376 2013-10-04  Alan Modra  <amodra@gmail.com>
15377
15378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
15379         conditional form of branch and link when obtaining pc.
15380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
15381
15382 2013-10-04  Alan Modra  <amodra@gmail.com>
15383
15384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
15385         HIWORD/LOWORD.
15386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
15387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
15388
15389 2013-10-04  Alan Modra  <amodra@gmail.com>
15390
15391         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
15392         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
15393         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
15394         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
15395         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
15396         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
15397         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
15398         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
15399         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
15400         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
15401
15402 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15403             Alistair Popple <alistair@ozlabs.au.ibm.com>
15404             Alan Modra <amodra@gmail.com>
15405
15406         [BZ #15723]
15407         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
15408         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
15409         _dl_hwcap access for little-endian.
15410         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
15411         destroy vmx regs when saving unaligned.
15412         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
15413         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
15414         destroy vmx regs when saving unaligned.
15415
15416 2013-10-04  Alan Modra  <amodra@gmail.com>
15417
15418         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
15419         Don't use a union to pack hi/low value.
15420
15421 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15422
15423         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
15424         for little-endian.
15425         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
15426         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
15427         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
15428         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
15429         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
15430
15431 2013-10-04  Alan Modra  <amodra@gmail.com>
15432
15433         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
15434         constants to usual value for .cst8 section, and remove redundant
15435         high address load.
15436         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
15437         constant for 0x1p52.  Load little-endian words of double from
15438         correct stack offsets.
15439
15440 2013-10-04  Alan Modra  <amodra@gmail.com>
15441
15442         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
15443         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
15444         words of double from correct stack offsets.
15445         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
15446         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
15447         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
15448         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
15449         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
15450         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
15451         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
15452         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
15453         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
15454         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
15455         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
15456         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
15457         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
15458         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
15459         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
15460         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
15461         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
15462
15463 2013-10-04  Alan Modra  <amodra@gmail.com>
15464
15465         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
15466         64-bit int/double union.
15467         (_FPU_SETCW): Likewise.
15468         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
15469         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
15470
15471 2013-10-04  Alan Modra  <amodra@gmail.com>
15472
15473         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
15474         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
15475
15476 2013-10-04  Alan Modra  <amodra@gmail.com>
15477
15478         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
15479         use vector int constants.
15480         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
15481
15482 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15483
15484         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
15485         array with long long.
15486         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
15487         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
15488         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
15489         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
15490         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
15491         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
15492         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
15493         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
15494         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
15495         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
15496         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
15497         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
15498         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
15499
15500 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15501
15502         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
15503         (__signbit): Likewise.  Correct for little-endian.
15504         (__signbitl): Call __signbit.
15505         (lrint): Correct for little-endian.
15506         (lrintf): Call lrint.
15507
15508 2013-10-04  Alan Modra  <amodra@gmail.com>
15509
15510         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
15511         union 32-bit int array member with 64-bit int array.
15512         (t515, tm256): Double rather than long double.
15513         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
15514
15515 2013-10-04  Alan Modra  <amodra@gmail.com>
15516
15517         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
15518         Delete.
15519         (IEEE854_LONG_DOUBLE_BIAS): Delete.
15520         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
15521         version of math_ldbl.h.
15522
15523 2013-10-04  Alan Modra  <amodra@gmail.com>
15524
15525         [BZ #15734], [BZ #15735]
15526         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
15527         all uses of ieee875 long double macros and unions.  Simplify test
15528         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
15529         ldbl_extract_mantissa value for ix,iy exponents.  Properly
15530         normalize after ldbl_extract_mantissa, and don't add hidden bit
15531         already handled.  Don't treat low word of ieee854 mantissa like
15532         low word of IBM long double and mask off bit when testing for
15533         zero.
15534         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
15535         all uses of ieee875 long double macros and unions.  Simplify tests
15536         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
15537         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
15538         two1022, instead use their values.  Recognise that tests for large
15539         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
15540         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
15541         Rewrite all uses of ieee875 long double macros and unions.  Simplify
15542         test for 0.0L and nan.  Correct negation.
15543         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
15544         ieee875 long double macros and unions.  Correct output for large
15545         magnitude x.  Correct absolute value calculation.
15546         (__erfcl): Likewise.
15547         * math/libm-test.inc: Add tests for errors discovered in IBM long
15548         double versions of fmodl, remainderl, erfl and erfcl.
15549
15550 2013-10-04  Alan Modra  <amodra@gmail.com>
15551
15552         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
15553         all uses of ieee854 long double macros and unions.  Simplify tests
15554         for long doubles that are fully specified by the high double.
15555         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
15556         Likewise.
15557         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
15558         Remove dead code too.
15559         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
15560         (__ieee754_ynl): Likewise.
15561         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
15562         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
15563         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
15564         Remove dead code too.
15565         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
15566         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
15567         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
15568         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
15569         Simplify.
15570         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
15571         Simplify.
15572         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
15573         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
15574         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
15575         Comment on variable precision.
15576         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
15577         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
15578         Likewise.
15579         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
15580         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
15581         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
15582         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
15583         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
15584
15585 2013-10-04  Alan Modra  <amodra@gmail.com>
15586
15587         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
15588         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
15589         all uses of ieee854 long double macros and unions.
15590         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
15591         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
15592         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
15593         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
15594         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
15595         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
15596         Likewise.
15597         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
15598         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
15599         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
15600         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
15601         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
15602         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
15603         Simplify sign and nan test too.
15604         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
15605         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
15606         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
15607         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
15608         Likewise.
15609         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
15610         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
15611         Likewise.
15612         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15613         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
15614         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
15615         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
15616         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
15617         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
15618
15619 2013-10-04  Alan Modra  <amodra@gmail.com>
15620
15621         * stdio-common/printf_size.c (__printf_size): Don't use
15622         union ieee854_long_double in fpnum union.
15623         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
15624         signbit macro to retrieve sign from long double.
15625         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
15626         retrieve sign from long double.
15627         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
15628         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
15629         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
15630         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
15631         * math/test-misc.c (main): Don't use union ieee854_long_double.
15632
15633 2013-10-04  Alan Modra  <amodra@gmail.com>
15634
15635         [BZ #15680]
15636         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
15637         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
15638         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
15639         calculation.  Remove unnecessary test for denormal exponent.
15640         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
15641         Correct handling of denormals.  Avoid undefined shift behaviour.
15642         Correct normalisation of low mantissa when low double is denormal.
15643         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
15644         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
15645         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
15646         Correct normalisation of low mantissa.  Test for overflow of high
15647         mantissa and normalise.
15648         (ldbl_nearbyint): Use more readable constant for two52.
15649         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
15650         (__mpn_construct_long_double): Fix test for overflow of high
15651         mantissa and correct normalisation.  Avoid undefined shift.
15652
15653 2013-10-04  Alan Modra  <amodra@gmail.com>
15654
15655         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
15656         (union ibm_extended_long_double): Define as an array of ieee754_double.
15657         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
15658         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
15659         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
15660         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
15661         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
15662         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
15663         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
15664         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
15665         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
15666         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
15667         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
15668
15669 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
15670
15671         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
15672         page size instead of calling getpagesize.
15673
15674         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
15675         (LOCFILE_ALIGN_MASK): Likewise.
15676         (LOCFILE_ALIGN_UP): Likewise.
15677         (LOCFILE_ALIGNED_P): Likewise.
15678         * locale/programs/ld-collate.c (collate_output): Use the new
15679         macros instead of __alignof__ (int32_t).
15680         * locale/weight.h (findidx): Likewise.
15681
15682 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
15683
15684         [BZ #431]
15685         * manual/string.texi: Fix strncat and wcsncat.
15686
15687 2013-10-03  Brooks Moses  <bmoses@google.com>
15688
15689         [BZ #15915]
15690         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
15691         * Makerules: ...here, and adjust associated comments.
15692
15693 2013-10-02  Will Newton  <will.newton@linaro.org>
15694
15695         * malloc/Makefile: Add tst-pvalloc.
15696         * malloc/tst-pvalloc.c: New file.
15697
15698 2013-10-02  Will Newton  <will.newton@linaro.org>
15699
15700         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
15701         improve test coverage.
15702
15703 2013-10-02  Will Newton  <will.newton@linaro.org>
15704
15705         * malloc/Makefile: Add tst-posix_memalign.
15706         * malloc/tst-posix_memalign.c: New file.
15707
15708 2013-10-01  Eric Blake  <eblake@redhat.com>
15709
15710         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
15711         Use __THROWNL rather than __THROW on static functions.
15712
15713 2013-09-30  Petr Machata  <pmachata@redhat.com>
15714
15715         * elf/elf.h (R_AARCH64_ABS16): New macro.
15716         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
15717         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
15718         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
15719         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
15720         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
15721         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
15722         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
15723         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
15724         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
15725         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
15726         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
15727         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
15728         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
15729         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
15730         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
15731         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
15732         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
15733         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
15734         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
15735         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
15736         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
15737         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
15738         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
15739         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
15740         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
15741         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
15742         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
15743         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
15744         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
15745         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
15746         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
15747         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
15748         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
15749         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
15750         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
15751         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
15752         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
15753         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
15754         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
15755         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
15756         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
15757         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
15758         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
15759         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
15760         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
15761         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
15762         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
15763         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
15764         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
15765         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
15766         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
15767         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
15768         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
15769         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
15770         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
15771         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
15772         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
15773         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
15774         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
15775         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
15776         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
15777         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
15778         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
15779         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
15780         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
15781         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
15782         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
15783         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
15784         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
15785         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
15786         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
15787         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
15788         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
15789         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
15790         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
15791         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
15792         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
15793         (R_AARCH64_TLSDESC_LDR): Likewise.
15794         (R_AARCH64_TLSDESC_ADD): Likewise.
15795         (R_AARCH64_TLSDESC_CALL): Likewise.
15796
15797 2013-09-30  Andreas Schwab  <schwab@suse.de>
15798
15799         [BZ #15048]
15800         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
15801         the nss database lookup.
15802         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15803         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
15804
15805 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
15806
15807         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
15808
15809 2013-09-28  P. J. McDermott  <pj@pehjota.net>
15810
15811         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
15812         ${Bash-specific parameter/pattern/string} parameter expansion.
15813         * sysdeps/unix/make-syscalls.sh: Likewise.
15814
15815 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15816
15817         * sysdeps/sh/stackguard-macros.h: New file.
15818
15819 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
15820
15821         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
15822         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
15823         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
15824         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
15825         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
15826         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
15827
15828 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15829
15830         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
15831         Fix thread ID register.
15832
15833 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
15834
15835         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
15836         [POSIX || UNIX98]: Require rather than permitting all symbols from
15837         <time.h>.
15838         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
15839         element of struct sched_param.
15840         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
15841         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
15842         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
15843         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
15844         constant.
15845
15846 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
15847
15848         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
15849         argument calculation.
15850
15851 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
15852
15853         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
15854         Expect macro.
15855         [POSIX] (pthread_attr_t): Do not require type.
15856         [POSIX] (pthread_cond_t): Likewise.
15857         [POSIX] (pthread_condattr_t): Likewise.
15858         [POSIX] (pthread_key_t): Likewise.
15859         [POSIX] (pthread_mutex_t): Likewise.
15860         [POSIX] (pthread_mutexattr_t): Likewise.
15861         [POSIX] (pthread_once_t): Likewise.
15862         [POSIX] (pthread_t): Likewise.
15863         [POSIX-based standards] (pthread_atfork): Expect function.
15864
15865 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
15866             Richard Sandiford  <richard@codesourcery.com>
15867
15868         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
15869         (swap_endianness_p): New extern variable.
15870         (set_big_endian): New inline function.
15871         (maybe_swap_uint32): Likewise.
15872         (maybe_swap_uint32_array): Likewise.
15873         (maybe_swap_uint32_obstack): Likewise.
15874         * locale/programs/locfile.c: Include <stdbool.h>.
15875         (swap_endianness_p): New variable.
15876         (add_locale_uint32): Call maybe_swap_uint32.
15877         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
15878         (write_locale_data): Call maybe_swap_uint32_array.
15879         * locale/programs/ld-collate.c (obstack_int32_grow): Call
15880         maybe_swap_uint32.
15881         (obstack_int32_grow_fast): Likewise.
15882         (output_weightwc): Call maybe_swap_uint32_obstack.
15883         (collate_output): Likewise.
15884         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
15885         (OPT_LITTLE_ENDIAN): Likewise.
15886         (options): Add --little-endian and --big-endian options.
15887         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
15888         * locale/programs/locarchive.c: Include "locfile.h".
15889         (GET): New macro.
15890         (SET): Likewise.
15891         (INC): Likewise.
15892         (create_archive): Use the new macros to access fields of
15893         structures directly mapped from or written to locale archives.
15894         (oldlocrecentcmp): Likewise.
15895         (enlarge_archive): Likewise.
15896         (insert_name): Likewise.
15897         (add_alias): Likewise.
15898         (add_locale): Likewise.
15899         (delete_locales_from_archive): Likewise.
15900         (show_archive_content): Likewise.
15901         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
15902         locale data.
15903
15904 2013-09-24  Roland McGrath  <roland@hack.frob.com>
15905
15906         * manual/freemanuals.texi: Updated from (newly) canonical copy at
15907         http://www.gnu.org/doc/freemanuals.texi.
15908         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
15909
15910 2013-09-24  Will Newton  <will.newton@linaro.org>
15911
15912         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
15913         macro.
15914
15915 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
15916
15917         * locale/hashval.h (compute_hashval): Interpret bytes of key as
15918         unsigned char.
15919
15920 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
15921
15922         * manual/threads.texi (POSIX Threads): Fix a typo.
15923
15924 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
15925
15926         [BZ #14547]
15927         * string/tst-strcoll-overflow.c: New test case.
15928         * string/Makefile (xtests): Add tst-strcoll-overflow.
15929         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
15930         cache if string sizes may cause integer overflow.
15931
15932         [BZ #14547]
15933         * string/strcoll_l.c (coll_seq): New members rule, idx,
15934         save_idx and back_us.
15935         (get_next_seq_nocache): New function.
15936         (do_compare_nocache): New function.
15937         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
15938         when malloc fails.
15939
15940 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
15941
15942         [BZ #15754]
15943         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
15944         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
15945         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
15946
15947         [BZ #15754]
15948         * elf/Makefile (tests): Add tst-ptrguard1.
15949         (tests-static): Add tst-ptrguard1-static.
15950         (tst-ptrguard1-ARGS): Define.
15951         (tst-ptrguard1-static-ARGS): Define.
15952         * elf/tst-ptrguard1.c: New file.
15953         * elf/tst-ptrguard1-static.c: New file.
15954         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
15955         * sysdeps/i386/stackguard-macros.h: Likewise.
15956         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
15957         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
15958         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
15959         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
15960         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
15961         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
15962
15963 2013-09-23  Hector Marco  <hecmargi@upv.es>
15964             Ismael Ripoll  <iripoll@disca.upv.es>
15965             Carlos O'Donell  <carlos@redhat.com>
15966
15967         [BZ #15754]
15968         * sysdeps/generic/stackguard-macros.h: Define
15969         __pointer_chk_guard_local and POINTER_CHK_GUARD.
15970         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
15971         Define __pointer_chk_guard_local.
15972         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
15973         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
15974
15975 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
15976
15977         [BZ #15859]
15978         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
15979
15980 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
15981
15982         * include/string.h (__ffs): Declare as hidden.
15983         * string/ffs.c (__ffs): Define as hidden.
15984         * sysdeps/i386/ffs.c (__ffs): Likewise.
15985         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
15986         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
15987         * sysdeps/s390/ffs.c (__ffs): Likewise.
15988         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
15989
15990 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
15991
15992         * NEWS: Mention malloc probes.
15993
15994         * malloc/arena.c (new_heap): New memory_heap_new probe.
15995         (grow_heap): New memory_heap_more probe.
15996         (shrink_heap): New memory_heap_less probe.
15997         (heap_trim): New memory_heap_free probe.
15998         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
15999         (systrim): New memory_sbrk_less probe.
16000         * manual/probes.texi: Document them.
16001
16002         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
16003         * manual/probes.texi: Document it.
16004
16005         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
16006         (__libc_realloc): Add memory_realloc_retry probe.
16007         (__libc_memalign): Add memory_memalign_retry probe.
16008         (__libc_valloc): Add memory_valloc_retry probe.
16009         (__libc_pvalloc): Add memory_pvalloc_retry probe.
16010         (__libc_calloc): Add memory_calloc_retry probe.
16011         * manual/probes.texi: Document them.
16012
16013         * malloc/arena.c (get_free_list): Add probe
16014         memory_arena_reuse_free_list.
16015         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
16016         and memory_arena_reuse.
16017         (arena_get2) [!PER_THREAD]: Likewise.
16018         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
16019         memory_arena_reuse_realloc.
16020         * manual/probes.texi: Document them.
16021
16022         * malloc/malloc.c (__libc_free): Add
16023         memory_mallopt_free_dyn_thresholds probe.
16024         (__libc_mallopt): Add multiple memory_mallopt probes.
16025         * manual/probes.texi: Document them.
16026
16027         * malloc/malloc.c: Include stap-probe.h.
16028         (__libc_mallopt): Add memory_mallopt probe.
16029         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
16030         * manual/probes.texi: New.
16031         * manual/Makefile (chapters): Add probes.
16032         * manual/threads.texi: Set next node.
16033
16034 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
16035
16036         [BZ #15963, #13985]
16037         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
16038         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
16039         Add `Chinese' to `nan' entry name.
16040
16041 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
16042
16043         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
16044         (POLYNOMIAL): Likewise.
16045         (TAYLOR_SINCOS): Likewise.
16046         (TAYLOR_SLOW): Likewise.
16047         (__sin): Use TAYLOR_SINCOS.
16048         (__cos): Likewise.
16049         (slow): Use TAYLOR_SLOW.
16050         (sloww): Likewise.
16051         (bsloww): Likewise.
16052         (csloww): Likewise.
16053
16054 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
16055
16056         * stdlib/strtod_l.c: Fix buffer overrun.
16057
16058 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
16059
16060         * benchtests/Makefile (bench): Add sincos.
16061         * benchtests/bench-sincos.c: New file.
16062
16063         * math/libm-test.inc (cos_test_data): New test inputs.
16064         (sin_test_data): Likewise.
16065
16066         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
16067         macro.
16068         (__sin): Use it.
16069         (__cos): Likewise.
16070         (slow1): Likewise.
16071         (slow2): Likewise.
16072         (sloww1): Likewise.
16073         (sloww2): Likewise.
16074         (bsloww1): Likewise.
16075         (bsloww2): Likewise.
16076         (cslow2): Likewise.
16077         (csloww1): Likewise.
16078         (csloww2): Likewise.
16079
16080         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
16081         function.
16082         (__sin): Use it.
16083         (__cos): Likewise.
16084
16085         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
16086         gotos.
16087         (__cos): Likewise.
16088
16089 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
16090
16091         * config.h.in (HAVE_MIPS_NAN2008): New macro.
16092         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
16093         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
16094         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
16095         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
16096         * elf/cache.c (print_entry): Handle the new cache flags.
16097
16098 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
16099             Aldy Hernandez  <aldyh@redhat.com>
16100
16101         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
16102         Change condition to [_SOFT_FLOAT].
16103         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
16104         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
16105         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
16106         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
16107         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
16108         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
16109         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
16110         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
16111         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
16112         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
16113         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
16114         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
16115         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
16116         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
16117         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
16118         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
16119         declaration.
16120
16121 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
16122
16123         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
16124         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
16125         (__longjmp): Use LOAD_GP to load saved GPRs.
16126         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
16127         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
16128         (__sigsetjmp): Use SAVE_GP to save GPRs.
16129
16130         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
16131         Do not append -msoft-float.
16132         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
16133
16134 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
16135
16136         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
16137
16138 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
16139
16140         [BZ #15966]
16141         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
16142         (_FPU_GETCW): Use initial "__" on variable and field names but not
16143         on macro parameter name.
16144         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
16145         parentheses around reference to macro parameter.
16146
16147 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
16148
16149         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
16150         prototype.
16151         (ctype_startup): Use uint32_t in cast and sizeof for
16152         ctype->charnames.
16153
16154 2013-09-11  Jia Liu  <proljc@gmail.com>
16155
16156         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
16157         __daddr_t_defined.
16158         [__FreeBSD__]: Likewise.
16159
16160 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
16161
16162         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
16163         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
16164         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
16165         (strchr): Remove __strchr_sse42 ifunc selection.
16166         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
16167         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
16168
16169 2013-09-11  Will Newton  <will.newton@linaro.org>
16170
16171         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
16172         parameter to RES. Remove hardcoded 1000 value.
16173         * benchtests/bench-skeleton.c (main): Pass RES parameter
16174         to TIMING_INIT and multiply result by 1000.
16175
16176 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16177
16178         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16179
16180 2013-09-11  Andreas Schwab  <schwab@suse.de>
16181
16182         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
16183         if not defined.
16184         (O_TMPFILE) [__USE_GNU]: Define.
16185         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
16186         Define.
16187
16188 2013-09-11  Will Newton  <will.newton@linaro.org>
16189
16190         [BZ #15857]
16191         * malloc/malloc.c (__libc_memalign): Check the value of bytes
16192         does not overflow.
16193
16194 2013-09-11  Will Newton  <will.newton@linaro.org>
16195
16196         [BZ #15856]
16197         * malloc/malloc.c (__libc_valloc): Check the value of bytes
16198         does not overflow.
16199
16200 2013-09-11  Will Newton  <will.newton@linaro.org>
16201
16202         [BZ #15855]
16203         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
16204         does not overflow.
16205
16206 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
16207
16208         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
16209         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
16210         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
16211         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
16212         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
16213
16214 2013-09-10  Allan McRae  <allan@archlinux.org>
16215
16216         [BZ #15748]
16217         * manual/arith.texi (Parsing of Floats): Clarify
16218         cross-reference.
16219
16220         [BZ #15849]
16221         * manual/install.texi (Running make install): Mention
16222         --enable-pt-chown.
16223         * INSTALL: Regenerated.
16224
16225 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
16226
16227         * csu/init-first.c (_init): Remove the !SHARED condition around
16228         FPU control word initialization.
16229         * elf/dl-support.c (_dl_fpu_control): New variable.
16230         (_dl_aux_init) <AT_FPUCW>: Initialize it.
16231         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
16232         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
16233         * math/test-fpucw-static.c: New file.
16234         * math/test-fpucw-ieee.c: New file.
16235         * math/test-fpucw-ieee-static.c: New file.
16236         * math/Makefile (tests): Add `test-fpucw-ieee' and
16237         `$(tests-static)'.
16238         (tests-static): New variable.
16239         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
16240         dependency to...
16241         [($(build-shared),yes)]
16242         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
16243         ... this.
16244         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
16245         New dependency.
16246
16247 2013-09-09  Allan McRae  <allan@archlinux.org>
16248
16249         [BZ #15939]
16250         * manual/string.texi (Collation Functions): Fix typo in
16251         strcoll example.
16252         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
16253
16254         [BZ #15893]
16255         * stdlib/isomac.c (get_null_defines): Fix memory leak.
16256
16257         [BZ #15892]
16258         * libio/memstream.c (open_memstream): Fix memory leak.
16259         * libio/wmemstream.c (open_wmemstream): Likewise.
16260
16261         [BZ #15895]
16262         * nscd/netgroupcache.c: Fix nesting of ifdefs.
16263
16264 2013-09-09  Will Newton  <will.newton@linaro.org>
16265
16266         * malloc/Makefile: Add tst-realloc to tests.
16267         * malloc/tst-realloc.c: New file.
16268
16269 2013-09-09  Allan McRae  <allan@archlinux.org>
16270
16271         [BZ #15844]
16272         * COPYING: Update from GNU website to fix FSF address.
16273         * COPYING.LIB: Likewise.
16274
16275 2013-09-06  David S. Miller  <davem@davemloft.net>
16276
16277         * po/zh_TW.po: Update Chinese (traditional) translation from
16278         translation project.
16279
16280 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
16281             Joseph Myers  <joseph@codesourcery.com>
16282
16283         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
16284         "localeinfo.h".
16285         (obstack_chunk_alloc): New macro.
16286         (obstack_chunk_free): Likewise.
16287         (record_offset): New function.
16288         (init_locale_data): Likewise.
16289         (align_locale_data): Likewise.
16290         (add_locale_empty): Likewise.
16291         (add_locale_raw_data): Likewise.
16292         (add_locale_raw_obstack): Likewise.
16293         (add_locale_string): Likewise.
16294         (add_locale_wstring): Likewise.
16295         (add_locale_uint32): Likewise.
16296         (add_locale_uint32_array): Likewise.
16297         (add_locale_char): Likewise.
16298         (start_locale_structure): Likewise.
16299         (end_locale_structure): Likewise.
16300         (start_locale_prelude): Likewise.
16301         (end_locale_prelude): Likewise.
16302         (write_locale_data): Take locale_file structure rather than an
16303         iovec.
16304         * locale/programs/locfile.h: Include "obstack.h".
16305         (struct locale_file): Change to store locale file contents instead
16306         of header.
16307         (init_locale_data): New prototype.
16308         (align_locale_data): Likewise.
16309         (add_locale_empty): Likewise.
16310         (add_locale_raw_data): Likewise.
16311         (add_locale_raw_obstack): Likewise.
16312         (add_locale_string): Likewise.
16313         (add_locale_wstring): Likewise.
16314         (add_locale_uint32): Likewise.
16315         (add_locale_uint32_array): Likewise.
16316         (add_locale_char): Likewise.
16317         (start_locale_structure): Likewise.
16318         (end_locale_structure): Likewise.
16319         (start_locale_prelude): Likewise.
16320         (end_locale_prelude): Likewise.
16321         (write_locale_data): Update prototype.
16322         * locale/programs/3level.h (struct TABLE): Remove result field.
16323         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
16324         Use new locale_file interface.
16325         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
16326         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
16327         * locale/programs/ld-address.c (address_output): Use new
16328         locale_file interface.
16329         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
16330         NO_ADD_LOCALE.
16331         (collate_finish): Don't call collseq_table_finalize.
16332         (collate_output): Use new locale_file interface.
16333         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
16334         in file.
16335         (NO_FINALIZE): Change to NO_ADD_LOCALE.
16336         (TABLE): Move defines earlier in file.
16337         (ELEMENT): Likewise.
16338         (DEFAULT): Likewise.
16339         (wctrans_table_add): Move macro and inline function earlier in
16340         file.
16341         (struct wctype_table): Move type earlier in file.
16342         (add_locale_wctype_table): New static prototype.
16343         (struct locale_ctype_t): Use logical types instead of struct iovec
16344         pointers for members.
16345         (ctype_output): Use new locale_file interface.
16346         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
16347         new locale_file interface.
16348         (allocate_arrays): Update for use of new locale_file interface.
16349         * locale/programs/ld-identification.c (identification_output): Use
16350         new locale_file interface.
16351         * locale/programs/ld-measurement.c (measurement_output): Likewise.
16352         * locale/programs/ld-messages.c (messages_output): Likewise.
16353         * locale/programs/ld-monetary.c (monetary_output): Likewise.
16354         * locale/programs/ld-name.c (name_output): Likewise.
16355         * locale/programs/ld-numeric.c (numeric_output): Likewise.
16356         * locale/programs/ld-paper.c (paper_output): Likewise.
16357         * locale/programs/ld-telephone.c (telephone_output): Likewise.
16358         * locale/programs/ld-time.c (time_output): Likewise.
16359
16360 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16361
16362         * benchtests/Makefile: Add memrchr benchmark.
16363         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
16364         benchmark as memrchr.
16365         * benchtests/bench-memrchr-ifunc.c: New file.
16366         * benchtests/bench-memrchr.c: New file.
16367
16368 2013-09-06   Will Newton  <will.newton@linaro.org>
16369
16370         * benchtests/Makefile (string-bench): Add memcpy.
16371
16372 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
16373             Cong Wang  <amwang@redhat.com>
16374
16375         [BZ #15850]
16376         * sysdeps/unix/sysv/linux/bits/in.h
16377         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
16378         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
16379         before __USE_KERNEL_IPV6_DEFS uses.
16380         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
16381         IPPROTO_BEETPH.
16382         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
16383         sockaddr_in6, or ipv6_mreq.
16384
16385 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16386
16387         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
16388         memory access for final bytes in some large inputs.
16389         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
16390
16391 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16392
16393         * string/test-memrchr.c: New file.
16394         * string/test-memrchr-ifunc.c: New file.
16395         * string/Makefile: Add new memrchr testcase.
16396
16397 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
16398
16399         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
16400         fanotify_init returns EPERM.
16401
16402 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
16403
16404         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
16405         errors.
16406         (top level): Treat second token from macro or constant entries for
16407         allowed headers as allowed.
16408         * include/complex.h: Condition internal declarations on
16409         [!_ISOMAC].
16410         * include/fenv.h: Condition include of <stdbool.h> and internal
16411         declarations on [!_ISOMAC].
16412
16413 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
16414
16415         [BZ #15923]
16416         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
16417
16418 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
16419
16420         * configure.in (--enable-versioning): Remove configure option.
16421         (libc_cv_asm_symver_directive): Remove configure test.
16422         (libc_cv_ld_version_script_option): Likewise.
16423         (VERSIONING): Remove variable and AC_SUBST.
16424         (DO_VERSIONING): Remove AC_DEFINE.
16425         * configure: Regenerated.
16426         * config.h.in (DO_VERSIONING): Remove macro.
16427         * Makerules [$(versioning) = yes]: Change conditionals to
16428         [$(build-shared) = yes].
16429         * config.make.in (versioning): Remove variable.
16430         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
16431         [$(build-shared) = yes].
16432         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
16433         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
16434         * elf/Makefile [$(versioning) = yes]: Change conditionals to
16435         [$(build-shared) = yes].
16436         * extra-lib.mk [$(versioning) = yes]: Likewise.
16437         * hurd/Makefile [$(versioning) = yes]: Likewise.
16438         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
16439         [SHARED].
16440         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
16441         [SHARED].
16442         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
16443         [SHARED && !NO_HIDDEN].
16444         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
16445         [SHARED].
16446         [SHARED && DO_VERSIONING]: Likewise..
16447         * libio/Makefile [$(versioning) = yes]: Change conditionals to
16448         [$(build-shared) = yes].
16449         * manual/install.texi (--disable-versioning): Remove
16450         documentation.
16451         * INSTALL: Regenerated.
16452         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
16453         to [SHARED].
16454         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
16455         [$(build-shared) = yes].
16456         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
16457         * sysdeps/i386/i686/multiarch/strstr-c.c
16458         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
16459         [SHARED && !NO_HIDDEN].
16460         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
16461         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
16462         * sysdeps/powerpc/powerpc32/dl-machine.c
16463         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
16464         * sysdeps/powerpc/powerpc32/sysdep.h
16465         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
16466         to [SHARED && PIC && !NO_HIDDEN].
16467         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
16468         conditional to [SHARED].
16469
16470 2013-09-04   Will Newton  <will.newton@linaro.org>
16471
16472         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
16473         * benchtests/bench-string.h: Include bench-timing.h instead
16474         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
16475         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
16476         call to HP_TIMING_DIFF_INIT.
16477         * benchtests/bench-memccpy.c: Use bench-timing.h macros
16478         instead of hp-timing.h macros.
16479         * benchtests/bench-memchr.c: Likewise.
16480         * benchtests/bench-memcmp.c: Likewise.
16481         * benchtests/bench-memcpy.c: Likewise.
16482         * benchtests/bench-memmem.c: Likewise.
16483         * benchtests/bench-memmove.c: Likewise.
16484         * benchtests/bench-memset.c: Likewise.
16485         * benchtests/bench-rawmemchr.c: Likewise.
16486         * benchtests/bench-strcasecmp.c: Likewise.
16487         * benchtests/bench-strcasestr.c: Likewise.
16488         * benchtests/bench-strcat.c: Likewise.
16489         * benchtests/bench-strchr.c: Likewise.
16490         * benchtests/bench-strcmp.c: Likewise.
16491         * benchtests/bench-strcpy.c: Likewise.
16492         * benchtests/bench-strcpy_chk.c: Likewise.
16493         * benchtests/bench-strlen.c: Likewise.
16494         * benchtests/bench-strncasecmp.c: Likewise.
16495         * benchtests/bench-strncat.c: Likewise.
16496         * benchtests/bench-strncmp.c: Likewise.
16497         * benchtests/bench-strncpy.c: Likewise.
16498         * benchtests/bench-strnlen.c: Likewise.
16499         * benchtests/bench-strpbrk.c: Likewise.
16500         * benchtests/bench-strrchr.c: Likewise.
16501         * benchtests/bench-strspn.c: Likewise.
16502         * benchtests/bench-strstr.c: Likewise.
16503
16504 2013-09-04  Will Newton  <will.newton@linaro.org>
16505
16506         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
16507
16508 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
16509
16510         [BZ #15427]
16511         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
16512         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
16513         * math/libm-test.inc (lgamma_test_data): Add more tests.
16514         * sysdeps/i386/fpu/libm-test-ulps: Update.
16515         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16516
16517 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
16518
16519         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
16520         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
16521         Add ifunc.
16522         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
16523         Add strcmp-sse2-unaligned
16524         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
16525
16526 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
16527
16528         * Versions.def (libc): Add GLIBC_2.19.
16529
16530 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
16531
16532         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
16533         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
16534
16535 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
16536
16537         [BZ #14155]
16538         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
16539         intermediate calculations in recurrence.
16540         (__ieee754_ynf): Likewise.
16541         * math/libm-test.inc (jn_test_data): Do not allow spurious
16542         underflow exception.  Add more tests.
16543         (yn_test_data): Add more tests.
16544         * sysdeps/i386/fpu/libm-test-ulps: Update.
16545         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16546
16547 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
16548
16549         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
16550
16551 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
16552
16553         * csu/init-first.c: Fix then/than typos.
16554         * locale/programs/ld-collate.c: Likewise.
16555         * locale/programs/linereader.h: Likewise.
16556         * manual/charset.texi: Likewise.
16557         * manual/filesys.texi: Likewise.
16558         * manual/stdio.texi: Likewise.
16559         * manual/string.texi: Likewise.
16560         * stdlib/fmtmsg.c: Likewise.
16561         * sysdeps/i386/stpncpy.S: Likewise.
16562         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
16563         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
16564         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
16565         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
16566
16567 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
16568
16569         * elf/dl-open.c: Fix typos.
16570         * iconvdata/gbbig5.c: Likewise.
16571         * iconvdata/iso-2022-jp.c: Likewise.
16572         * iconv/gconv_int.h: Likewise.
16573         * iconv/loop.c: Likewise.
16574         * nis/rpcsvc/nis.h: Likewise.
16575         * resolv/ns_name.c: Likewise.
16576         * stdio-common/vfscanf.c: Likewise.
16577         * streams/stropts.h: Likewise.
16578         * sunrpc/rpc_thread.c: Likewise.
16579         * sysdeps/i386/strpbrk.S: Likewise.
16580         * sysdeps/ieee754/k_standard.c: Likewise.
16581         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
16582         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
16583         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
16584         * sysdeps/mach/hurd/profil.c: Likewise.
16585         * sysdeps/s390/dl-procinfo.h: Likewise.
16586         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
16587         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
16588         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
16589         * sysdeps/x86_64/dl-trampoline.S: Likewise.
16590         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
16591
16592 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
16593
16594         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
16595         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
16596
16597 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
16598
16599         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
16600         aix specific files.
16601         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
16602         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
16603         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
16604         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
16605         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
16606         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
16607         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
16608         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
16609
16610 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
16611             Roland McGrath  <roland@hack.frob.com>
16612
16613         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
16614         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
16615
16616 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16617
16618         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
16619         __executable_start symbol instead of _start.
16620
16621 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
16622
16623         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
16624         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
16625         Move macros to...
16626         * sysdeps/gnu/ldsodefs.h: ... this new file.
16627
16628         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
16629         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
16630         instead of ELFOSABI_LINUX.
16631
16632         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
16633         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
16634         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
16635         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
16636         Likewise.
16637         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
16638         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
16639         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
16640         Likewise.
16641         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
16642         (ibm_extended_long_double): Add ieee_nan member.
16643         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
16644         (do_test): New function.
16645
16646         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
16647         TEST_TRUNC.
16648         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
16649         functions, renamed from truncdfsf_test, trunctfsf_test,
16650         trunctfdf_test.
16651         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
16652         functions.
16653         (do_test): Run all these.
16654
16655 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
16656
16657         * argp/argp-help.c: Fix typos.
16658         * argp/argp-parse.c: Likewise.
16659         * debug/backtracesyms.c: Likewise.
16660         * elf/elf.h: Likewise.
16661         * malloc/malloc.c: Likewise.
16662         * nis/nis_print.c: Likewise.
16663         * resolv/res_comp.c: Likewise.
16664         * stdlib/stdlib.h: Likewise.
16665         * sunrpc/clnt_tcp.c: Likewise.
16666         * sunrpc/clnt_udp.c: Likewise.
16667         * sunrpc/clnt_unix.c: Likewise.
16668         * sysdeps/unix/bsd/ptsname.c: Likewise.
16669         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
16670         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
16671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
16672         Likewise.
16673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
16674         Likewise.
16675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
16676         Likewise.
16677         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
16678
16679 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
16680
16681         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
16682         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
16683
16684 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
16685
16686         [BZ #15897]
16687         * dlfcn/Makefile (tests): Add bug-dl-leaf.
16688         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
16689         ($(objpfx)bug-dl-leaf): New rule.
16690         ($(objpfx)bug-dl-leaf.so): Likewise.
16691         ($(objpfx)bug-dl-leaf.out): Likewise.
16692         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
16693         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
16694         * dlfcn/bug-dl-leaf.c: New test.
16695         * dlfcn/bug-dl-leaf-lib.c: Likewise.
16696         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
16697         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
16698         (dlclose): Likewise.
16699         (dlmopen): Likewise.
16700
16701 2013-08-27  Roland McGrath  <roland@hack.frob.com>
16702
16703         * include/netdb.h [!_ISOMAC]:
16704         Don't include <tls.h>.
16705         (h_errno, __libc_h_errno): Move declaration and macros out of
16706         [_LIBC_REENTRANT].
16707
16708         * include/resolv.h [_RESOLV_H_]:
16709         Don't include <tls.h>.
16710         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
16711         * resolv/res_libc.c: Don't include <tls.h>.
16712         (_res): Use __attribute__ ((nocommon)) in place of
16713         __attribute__ ((section (".bss"))).
16714
16715         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
16716         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
16717
16718         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
16719
16720         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
16721         only under [SIOCGIFCONF && SIOCGIFNETMASK].
16722
16723         * resolv/res_mkquery.c: Include <sys/time.h>.
16724
16725         * inet/ifreq.c: Moved to ...
16726         * sysdeps/unix/ifreq.c: ... here.
16727         * inet/ifreq.c: New file, true stub version.
16728
16729         * socket/sa_len.c: New file.
16730         * socket/Makefile (aux): Add it.
16731         * sysdeps/unix/sysv/linux/Makefile
16732         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
16733         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
16734         and #include <socket/sa_len.c>.
16735         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
16736         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
16737
16738         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
16739         * bits/socket.h: ... here.
16740
16741         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
16742         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
16743         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
16744
16745 2013-08-27  Andreas Schwab  <schwab@suse.de>
16746
16747         [BZ #15736]
16748         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
16749         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
16750         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
16751         * string/test-strcasecmp.c (test_main): Run tests in several
16752         locales.
16753         * string/test-strncasecmp.c (test_main): Likewise.
16754
16755         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
16756         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
16757         to __strcasecmp_nonascii and __strncasecmp_nonascii.
16758         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
16759         (__strncasecmp_ssse3) [PIC]: Likewise.
16760
16761 2013-08-26  Roland McGrath  <roland@hack.frob.com>
16762
16763         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
16764
16765         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
16766         instead of explicitly declaring xdecrypt.
16767         * nis/nss_nis/nis-publickey.c: Likewise.
16768
16769 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
16770
16771         [BZ #15890]
16772         * nscd/aicache.c: Include res_hconf.h.
16773         (addhstaiX): Initialize res_hconf.
16774
16775 2013-08-26  Andreas Schwab  <schwab@suse.de>
16776
16777         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
16778         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
16779
16780 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
16781
16782         * nscd/aicache.c (addhstaiX): Fix indentation.
16783
16784 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
16785
16786         * configure.ac: Quote $build_pt_chown test.
16787         * configure: Regenerated.
16788
16789 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
16790
16791         [BZ #15532]
16792         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
16793         * math/s_cexpf.c (__cexpf): Likewise.
16794         * math/s_cexpl.c (__cexpl): Likewise.
16795         * math/libm-test.inc (cexp_test_data): Correct expected return
16796         value for NaN + i0.  Add another test.
16797
16798 2013-08-22  David S. Miller  <davem@davemloft.net>
16799
16800         * po/ca.po: Update Catalan translation from translation project.
16801         * po/uk.po: Add Ukrainian translations from translation project.
16802
16803 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
16804
16805         [BZ #15797]
16806         * math/s_fdim.c (__fdim): Check for infinite arguments if result
16807         is infinite, not alongside NaN test.
16808         * math/s_fdimf.c (__fdimf): Likewise.
16809         * math/s_fdiml.c (__fdiml): Likewise.
16810         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
16811         errno is unchanged.
16812
16813 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
16814
16815         * argp/argp-help.c: Fix typos.
16816         * crypt/speeds.c: Likewise.
16817         * csu/check_fds.c: Likewise.
16818         * elf/dl-load.c: Likewise.
16819         * elf/dl-open.c: Likewise.
16820         * elf/reldep3.c: Likewise.
16821         * elf/reldep.c: Likewise.
16822         * elf/sprof.c: Likewise.
16823         * iconv/iconv_charmap.c: Likewise.
16824         * iconv/skeleton.c: Likewise.
16825         * iconv/strtab.c: Likewise.
16826         * io/lockf64.c: Likewise.
16827         * libio/libioP.h: Likewise.
16828         * resolv/gai_notify.c: Likewise.
16829         * resolv/ns_name.c: Likewise.
16830         * resolv/ns_samedomain.c: Likewise.
16831         * resolv/res_send.c: Likewise.
16832         * stdlib/random.c: Likewise.
16833         * sunrpc/rpc/xdr.h: Likewise.
16834         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
16835         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
16836         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
16837         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
16838         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
16839         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
16840         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
16841         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
16842         * sysdeps/mach/hurd/check_fds.c: Likewise.
16843         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
16844         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
16845         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
16846         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
16847         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
16848         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
16849         * sysdeps/pthread/aio_notify.c: Likewise.
16850         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
16851         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
16852         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
16853         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
16854         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
16855
16856 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
16857
16858         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
16859         version if bit_Slow_SSE4_2 is set.
16860         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
16861         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
16862
16863 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16864
16865         [BZ #15867]
16866         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
16867         trampoline stack frame information.
16868         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
16869         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
16870         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
16871         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
16872         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
16873         * sysdeps/unix/sysv/linux/powerpc/init-first.c
16874         (_libc_vdso_platform_setup): Initialize the signal trampolines.
16875         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
16876         sa_flags value.
16877         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
16878         interrupting a syscall and set with option SA_SIGINFO.
16879
16880 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
16881
16882         [BZ #15531]
16883         * math/s_cproj.c (__cproj): Only return an infinity if one part of
16884         argument is infinite.
16885         * math/s_cprojf.c (__cprojf): Likewise.
16886         * math/s_cprojl.c (__cprojl): Likewise.
16887         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
16888         * math/libm-test.inc (cproj_test_data): Add more tests.
16889
16890         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
16891
16892         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
16893         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
16894         size.  Use __ffs to determine corresponding shift.
16895
16896 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
16897             Roland McGrath  <roland@hack.frob.com>
16898
16899         * Makefile (INSTALL): Remove trailing blank lines from output of
16900         makeinfo.
16901
16902 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16903
16904         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
16905         Align 32 bit compat elf_greg to 8 bytes.
16906
16907 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16908
16909         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
16910
16911 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16912
16913         * string/strcoll_l.c (coll_seq): New structure.
16914         (get_next_seq_cached): New function.
16915         (get_next_seq): New function.
16916         (do_compare): New function.
16917         (STRCOLL): Use GNU style definition.  Simplify implementation
16918         by using get_next_seq, get_next_seq_cached and do_compare.
16919
16920 2013-08-16  Florian Weimer  <fweimer@redhat.com>
16921
16922         [BZ #14699]
16923         CVE-2013-4237
16924         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
16925         member.
16926         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
16927         member.
16928         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
16929         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
16930         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
16931         conditional.
16932         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
16933         GETDENTS_64BIT_ALIGNED.
16934         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
16935         * manual/filesys.texi (Reading/Closing Directory): Document
16936         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
16937         strongly.
16938         * manual/conf.texi (Limits for Files): Add portability note to
16939         NAME_MAX, PATH_MAX.
16940         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
16941
16942 2013-08-13  Andreas Schwab  <schwab@suse.de>
16943
16944         [BZ #15749]
16945         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
16946         of fabs.
16947         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
16948         LDBL_MAX_EXP >= 16384]: Add tests for it.
16949
16950 2013-08-12  David S. Miller  <davem@davemloft.net>
16951
16952         * version.h (RELEASE): Set to "development".
16953         (VERSION): Set to "2.18.90".
16954         * NEWS: Add 2.19 section.
16955
16956 2013-08-03  David S. Miller  <davem@davemloft.net>
16957
16958         * po/ko.po: Update Korean translation from translation project.
16959
16960 2013-08-01  David S. Miller  <davem@davemloft.net>
16961
16962         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
16963         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
16964         Bilka.
16965
16966 2013-07-30  David S. Miller  <davem@davemloft.net>
16967
16968         * po/fr.po: Update French translation from translation project.
16969
16970 2013-07-28  David S. Miller  <davem@davemloft.net>
16971
16972         * po/cs.po: Update Czech translation from translation project.
16973
16974         * po/sv.po: Update Swedish translation from translation project.
16975
16976 2013-07-27  David S. Miller  <davem@davemloft.net>
16977
16978         * po/eo.po: Update Esperanto translation from translation project.
16979
16980         * po/vi.po: Update Vietnamese translation from translation project.
16981
16982         * po/de.po: Update German translation from translation project.
16983
16984 2013-07-26  David S. Miller  <davem@davemloft.net>
16985
16986         * po/bg.po: Update Bulgarian translation from translation project.
16987
16988         * po/nl.po: Update Dutch translation from translation project.
16989         * po/pl.po: Update Polish translation from translation project.
16990         * po/ru.po: Update Russian translation from translation project.
16991
16992 2013-07-24  David S. Miller  <davem@davemloft.net>
16993
16994         * po/libc.pot: Update.
16995
16996 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16997
16998         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
16999         variable page size.
17000         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
17001         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
17002         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
17003
17004 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17005
17006         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
17007
17008 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17009             Andreas Schwab  <schwab@suse.de>
17010             Roland McGrath  <roland@hack.frob.com>
17011             Joseph Myers  <joseph@codesourcery.com>
17012             Carlos O'Donell  <carlos@redhat.com>
17013
17014         [BZ #15755]
17015         * config.h.in: Define HAVE_PT_CHOWN.
17016         * config.make.in (build-pt-chown): New variable.
17017         * configure.in (--enable-pt_chown): New configure option.
17018         * configure: Regenerate.
17019         * login/Makefile: Include Makeconfig.  Build pt_chown only if
17020         build-pt-chown is enabled.
17021         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
17022         pt_chown to fix pty ownership.
17023         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
17024         CLOSE_ALL_FDS.
17025         * manual/install.texi (Configuring and compiling): Mention
17026         --enable-pt_chown. Add @findex for grantpt.
17027         * INSTALL: Regenerate.
17028
17029 2013-07-20  David S. Miller  <davem@davemloft.net>
17030
17031         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
17032         difference between 32-bit and 64-bit.
17033
17034 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
17035
17036         [BZ #15711]
17037         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
17038         Avoid system header dependency with -ffreestanding.
17039         ($(objpfx)bits/syscall%d): Likewise.
17040
17041 2013-07-13  David S. Miller  <davem@davemloft.net>
17042
17043         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
17044         underflows from atanl/atan2l due to bug 15319.
17045         (casinh_test_data): Likewise.
17046
17047 2013-07-07  David S. Miller  <davem@davemloft.net>
17048
17049         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
17050
17051 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
17052
17053         * sysdeps/i386/fpu/libm-test-ulps: Update.
17054         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17055
17056 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17057
17058         * configure.in (--enable-lock-elision): Fix message text.
17059         * INSTALL: Regenerate.
17060         * configure: Regenerate.
17061
17062 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17063
17064         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17065
17066 2013-07-03  Andreas Jaeger  <aj@suse.de>
17067
17068         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
17069         define.
17070         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
17071         (ptrace_peeksiginfo_args): Add.
17072         (__ptrace_peeksiginfo_flags): Add.
17073         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
17074         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
17075         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
17076
17077 2013-07-03  Allan McRae  <allan@archlinux.org>
17078
17079         * sysdeps/i386/fpu/libm-test-ulps: Update.
17080
17081 2013-07-02  David S. Miller  <davem@davemloft.net>
17082
17083         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17084
17085 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
17086
17087         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17088
17089 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
17090
17091         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
17092         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17093
17094 2013-07-02  Andi Kleen <ak@linux.intel.com>
17095
17096         * config.h.in (ENABLE_LOCK_ELISION): Add.
17097         * configure.in (--enable-lock-elision): Add option.
17098         * manual/install.texi: Document --enable lock elision.
17099         * configure: Regenerate
17100         * INSTALL: Regenerate.
17101
17102 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
17103
17104         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
17105         SSE4.2 strcasecmp for libc.a.
17106         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
17107
17108 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
17109
17110         [BZ #13304]
17111         * soft-fp/op-common.h (_FP_FMA): New macro.
17112         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
17113         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
17114         (_FP_MUL_MEAT_1_imm): ... here.
17115         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
17116         (_FP_MUL_MEAT_1_wide): ... here.
17117         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
17118         (_FP_MUL_MEAT_1_hard): ... here.
17119         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
17120         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
17121         (_FP_MUL_MEAT_2_wide): ... here.
17122         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
17123         (_FP_MUL_MEAT_2_wide_3mul): ... here.
17124         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
17125         (_FP_MUL_MEAT_2_gmp): ... here.
17126         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
17127         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
17128         (_FP_MUL_MEAT_4_wide): ... here.
17129         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
17130         (_FP_MUL_MEAT_4_gmp): ... here.
17131         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
17132         (_FP_WFRACBITS_DW_S): Likewise.
17133         (_FP_WFRACXBITS_DW_S): Likewise.
17134         (_FP_HIGHBIT_DW_S): Likewise.
17135         (FP_FMA_S): Likewise.
17136         (_FP_FRAC_HIGH_DW_S): Likewise.
17137         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
17138         (_FP_WFRACBITS_DW_D): Likewise.
17139         (_FP_WFRACXBITS_DW_D): Likewise.
17140         (_FP_HIGHBIT_DW_D): Likewise.
17141         (FP_FMA_D): Likewise.
17142         (_FP_FRAC_HIGH_DW_D): Likewise.
17143         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
17144         (_FP_WFRACBITS_DW_E): Likewise.
17145         (_FP_WFRACXBITS_DW_E): Likewise.
17146         (_FP_HIGHBIT_DW_E): Likewise.
17147         (FP_FMA_E): Likewise.
17148         (_FP_FRAC_HIGH_DW_E): Likewise.
17149         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
17150         (_FP_WFRACBITS_DW_Q): Likewise.
17151         (_FP_WFRACXBITS_DW_Q): Likewise.
17152         (_FP_HIGHBIT_DW_Q): Likewise.
17153         (FP_FMA_Q): Likewise.
17154         (_FP_FRAC_HIGH_DW_Q): Likewise.
17155         * soft-fp/fmasf4.c: New file.
17156         * soft-fp/fmadf4.c: Likewise.
17157         * soft-fp/fmatf4.c: Likewise.
17158
17159 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17160
17161         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
17162         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
17163         Silvermont.
17164         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
17165         macro.
17166         (index_Slow_SSE4_2): Likewise.
17167         (index_Prefer_PMINUB_for_stringop): Likewise.
17168         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
17169         bit_Slow_SSE4_2 is set.
17170         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
17171         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17172
17173 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17174
17175         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
17176         rtld_global._dl_hwcap2.
17177         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
17178         POWER8.
17179         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
17180         POWER8 feature descriptions defined in _dl_hwcap2.
17181         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
17182         string handling for POWER8 feature bits.
17183         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
17184         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
17185         _dl_powerpc_cap_flags.
17186         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
17187         * sysdeps/powerpc/rtld-global-offsets.sym
17188         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
17189         _dl_hwcap2 in the rtld_global_ro structure.
17190
17191 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17192
17193         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
17194         hardware capabilities in support of AT_HWCAP2.
17195         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
17196         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
17197         GLRO(dl_hwcap2).
17198         (_dl_show_auxv): Add support for calling _dl_procinfo to display
17199         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
17200         explicitly the unknown a_type display mechanism is used.
17201         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
17202         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
17203         struct member.
17204         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
17205         to macro prototype for AT_HWCAP2 support.
17206         * sysdeps/i386/dl-procinfo.h: Likewise.
17207         * sysdeps/s390/dl-procinfo.h: Likewise.
17208         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
17209         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
17210         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
17211         return -1 for unknown a_type display fallback.
17212         * sysdeps/sparc/dl-procinfo.h: Likewise.
17213         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
17214         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
17215
17216 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
17217
17218         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
17219         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
17220
17221 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
17222
17223         [BZ #12492]
17224         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
17225         mprotect making __stack_prot writable.
17226
17227 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
17228             Joseph Myers  <joseph@codesourcery.com>
17229
17230         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
17231         as being properly aligned.
17232
17233 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
17234
17235         * dlfcn/modstatic5.c: New file.
17236         * dlfcn/tststatic5.c: New file.
17237         * dlfcn/Makefile (tests): Add tststatic5.
17238         (tests-static): Likewise.
17239         (modules-names): Add modstatic5.
17240         (tststatic5-ENV): New variable.
17241         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
17242
17243         [BZ #15022]
17244         * elf/dl-support.c (_dl_main_map): New variable.
17245         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
17246         (_dl_nns, _dl_load_adds): Set to 1.
17247         (_dl_initial_searchlist): Refer to _dl_main_map.
17248         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
17249         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
17250         call to _dl_get_origin.
17251         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
17252         around call_map.
17253         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
17254         * dlfcn/modstatic3.c: New file.
17255         * dlfcn/tststatic3.c: New file.
17256         * dlfcn/tststatic4.c: New file.
17257         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
17258         (tests-static): Likewise.
17259         (modules-names): Add modstatic3.
17260         (tststatic3-ENV, tststatic4-ENV): New variables.
17261         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
17262         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
17263
17264 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
17265
17266         * configure.in (CC): Require GCC version 4.4 or later.
17267         * configure: Regenerated.
17268         * manual/install.texi (Tools for Compilation): Update GCC version
17269         requirement.
17270         * INSTALL: Regenerated.
17271
17272 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17273
17274         [BZ #15674]
17275         * string/test-memcmp.c (check2): New.
17276         (main): Call check2.
17277
17278         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
17279
17280 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
17281
17282         [BZ #15022]
17283         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
17284         over to...
17285         (dl_open_worker) [!SHARED]: ... here.
17286
17287 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17288
17289         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
17290
17291 2013-06-25  Richard Henderson  <rth@redhat.com>
17292
17293         * locale/programs/locarchive.c: Include <libc-internal.h>
17294
17295 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
17296
17297         * manual/texinfo.tex: Update to version 2013-06-21.17, with
17298         trailing whitespace removed.
17299
17300 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
17301
17302         [BZ #10283]
17303         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
17304         * locale/programs/locarchive.c: Include libc-mmap.h.
17305         (prepare_address_space): Take two new outputs (the mmap base and len).
17306         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
17307         values.
17308         (create_archive): Declare new mmap base and len values for
17309         prepare_address_space, and store the result in ah.
17310         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
17311         (enlarge_archive): If ah->mmap_base is not NULL, use that and
17312         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
17313         Declare new mmap base and len values for
17314         prepare_address_space, and store the result in new_ah.
17315         (open_archive): Declare new mmap base and len values for
17316         prepare_address_space, and store the result in ah.
17317         (close_archive): If ah->mmap_base is not NULL, use that and
17318         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
17319         * sysdeps/generic/libc-mmap.h: New file.
17320
17321 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
17322
17323         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
17324         (ALIGN_UP): Likewise.
17325         (PTR_ALIGN_DOWN): Likewise.
17326         (PTR_ALIGN_UP): Likewise.
17327
17328 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17329
17330         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
17331         entry mapped to PPC_PLATFORM_POWER8.
17332         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
17333         POWER8.
17334         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
17335         (_dl_string_platform): Add case for exporting platform position for
17336         POWER8.
17337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
17338         search path to sysdeps/powerpc/powerpc32/power8 directory.
17339         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
17340         search path to sysdeps/powerpc/powerpc64/power8 directory.
17341         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
17342         power7 directories.
17343         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
17344         power7 directories.
17345
17346 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
17347
17348         * INSTALL: Regenerate.
17349
17350         * nscd/connections.c (nscd_init): Fix comment.
17351
17352 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
17353
17354         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
17355
17356         [BZ #15667]
17357         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
17358         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
17359
17360 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
17361
17362         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
17363         DL_DST_REQ_STATIC.
17364         (DL_DST_REQ_STATIC): Remove macro.
17365
17366 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
17367
17368         [BZ #7006]
17369         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
17370         with a shift of 0 bits.
17371
17372 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
17373
17374         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
17375         $(tststatic-ENV).
17376
17377 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17378
17379         [BZ #15655]
17380         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
17381
17382 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17383
17384         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
17385         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
17386         accepts -fno-tree-loop-distribute-patterns.
17387         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
17388         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
17389         recursive call.
17390         * string/memset.c (memset): Likewise.
17391         * string/test-memmove.c (simple_memmove): Disable loop transformation
17392         to library calls.
17393         * string/test-memset.c (simple_memset): Likewise.
17394         * benchtests/bench-memmove.c (simple_memmove): Likewise.
17395         * benchtests/bench-memset.c (simple_memset): Likewise.
17396         * configure: Regenerated.
17397
17398 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
17399
17400         * math/test-misc.c (main): Ignore fesetround failure when failures
17401         of subsequent rounding tests would be ignored.
17402
17403         [BZ #15654]
17404         * math/fedisblxcpt.c (fedisableexcept): Return 0.
17405         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
17406         * math/fegetenv.c (__fegetenv): Return 0.
17407         * math/fegetexcept.c (fegetexcept): Return 0.
17408         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
17409         FE_TONEAREST.
17410         * math/feholdexcpt.c (feholdexcept): Return 0.
17411         * math/fesetenv.c (__fesetenv): Return 0.
17412         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
17413         argument FE_TONEAREST.
17414         * math/feupdateenv.c (__feupdateenv): Return 0.
17415         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
17416
17417 2013-06-18  Roland McGrath  <roland@hack.frob.com>
17418
17419         * elf/rtld-Rules (rtld-compile-command.S): New variable.
17420         (rtld-compile-command.s, rtld-compile-command.c): New variables.
17421         ($(objpfx)rtld-%.os rules): Use them.
17422
17423 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17424
17425         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
17426         fields.
17427
17428 2013-06-17  Roland McGrath  <roland@hack.frob.com>
17429
17430         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
17431         length of target pattern, then descending length of dependency pattern.
17432         * configure.in (AWK): Require gawk 3.1.2 or newer.
17433         * manual/install.texi (Tools for Compilation): Say that we do.
17434         * configure: Regenerated.
17435
17436         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
17437         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
17438         * scripts/sysd-rules.awk: ... this new script.
17439         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
17440         than a glob-style pattern.
17441
17442 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
17443
17444         * math/test-misc.c (main): Do not treat incorrectly rounded
17445         conversions as failure unless ROUNDING_TESTS passes.
17446
17447 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
17448
17449         [BZ #15631]
17450         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
17451         restore exception state around main square root computation, then
17452         check for inexactness explicitly.
17453
17454         * math/libm-test.inc (fma_test_data): Add another test.
17455
17456 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
17457
17458         * manual/threads.texi (Non-POSIX Extensions): New document
17459         node.  Document pthread_getattr_default_np and
17460         pthread_setattr_default_np.
17461
17462         * Versions.def (libpthread): Add GLIBC_2.18.
17463         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
17464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
17465         Likewise.
17466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
17467         Likewise.
17468         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
17469         Likewise.
17470         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
17471         Likewise.
17472         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
17473         Likewise.
17474         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
17475         Likewise.
17476         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
17477         Likewise.
17478         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
17479         Likewise.
17480         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
17481         Likewise.
17482
17483 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17484
17485         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17486         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
17487
17488 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
17489             H.J. Lu  <hjl.tools@gmail.com>
17490
17491         [BZ #15627]
17492         * sysdeps/x86_64/rtld-memset.c: Remove file.
17493         * sysdeps/x86_64/rtld-memset.S: New file.
17494
17495 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
17496
17497         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
17498         (test_in_one_mode): Take arguments for whether the rounding mode
17499         is supported for each floating-point type.
17500         (do_test): Pass new arguments to test_in_one_mode using
17501         ROUNDING_TESTS.
17502
17503 2013-06-13  Roland McGrath  <roland@hack.frob.com>
17504
17505         * posix/tst-waitid.c (do_test): Distinguish different instances of
17506         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
17507         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
17508         before entering the kernel for waitpid.
17509
17510 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
17511
17512         * NEWS: Fix note on clock function precision.  Text by Roland
17513         McGrath.
17514
17515 2013-06-13  Roland McGrath  <roland@hack.frob.com>
17516
17517         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
17518         it into place only when and if the sanity check passes.
17519
17520 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
17521
17522         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
17523         output for whether conversion result is exact.  Take argument
17524         indicating whether type is IBM long double.
17525         (round_for_all): Change need_exact field to ibm_ld.
17526         * stdlib/tst-strtod-round.c (struct exactness): New type.
17527         (struct test): Change bool ld_ok field to struct exactness exact.
17528         (TEST): Update all definitions for change to field.
17529         (tests): Regenerate array contents.
17530         (test_in_one_mode): Take pointer to new field instead of old ld_ok
17531         field value.  Check for IBM long double here.
17532         (do_test): Update calls to test_in_one_mode.
17533
17534 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
17535
17536         [BZ #12515]
17537         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
17538         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
17539
17540 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17541
17542         [BZ #15605]
17543         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
17544         generated by the compiler on loop optimizations.
17545         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
17546         general definitions.
17547
17548 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
17549
17550         * math/bug-nextafter.c: Include <math-tests.h>.
17551         (main): Only test for exceptions if EXCEPTION_TESTS is true for
17552         the relevant type.
17553         * math/bug-nexttoward.c: Include <math-tests.h>.
17554         (main): Only test for exceptions if EXCEPTION_TESTS is true for
17555         the relevant type.
17556         * math/test-misc.c: Include <math-tests.h>.
17557         (main): Only test for exceptions if EXCEPTION_TESTS is true for
17558         the relevant type.
17559
17560 2013-06-12  Andreas Jaeger  <aj@suse.de>
17561
17562         * po/ia.po: Update Interlingua translation from translation
17563         project.
17564
17565 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17566
17567         * include/fenv.h: Include stdbool.h.
17568         (struct rm_ctx): New structure.
17569         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
17570         Define macro.
17571         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
17572         (SET_RESTORE_ROUNDF): Likewise.
17573         (SET_RESTORE_ROUNDL): Likewise.
17574         (SET_RESTORE_ROUND_NOEX): Likewise.
17575         (SET_RESTORE_ROUND_NOEXF): Likewise.
17576         (SET_RESTORE_ROUND_NOEXL): Likewise.
17577         (SET_RESTORE_ROUND_53BIT): Likewise.
17578         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
17579         (libc_feresetround_noexf_ctx): Likewise.
17580         (libc_feresetround_noexl_ctx): Likewise.
17581         (libc_feholdsetround_53bit_ctx): Likewise.
17582         (libc_feresetround_53bit_ctx): Likewise.
17583         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
17584         (libc_feholdexcept_setround_sse_ctx): New function.
17585         (libc_fesetenv_sse_ctx): Likewise.
17586         (libc_feupdateenv_sse_ctx): Likewise.
17587         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
17588         (libc_feholdexcept_setround_387_ctx): Likewise.
17589         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
17590         (libc_feholdsetround_387_prec_ctx): Likewise.
17591         (libc_feholdsetround_387_ctx): Likewise.
17592         (libc_feholdsetround_387_53bit_ctx): Likewise.
17593         (libc_feholdsetround_sse_ctx): Likewise.
17594         (libc_feresetround_sse_ctx): Likewise.
17595         (libc_feresetround_387_ctx): Likewise.
17596         (libc_feupdateenv_387_ctx): Likewise.
17597         (libc_feholdexcept_setroundf_ctx): Define macro.
17598         (libc_fesetenvf_ctx): Likewise.
17599         (libc_feupdateenvf_ctx): Likewise.
17600         (libc_feholdsetroundf_ctx): Likewise.
17601         (libc_feresetroundf_ctx): Likewise.
17602         (libc_feholdexcept_setround_ctx): Likewise.
17603         (libc_fesetenv_ctx): Likewise.
17604         (libc_feupdateenv_ctx): Likewise.
17605         (libc_feholdsetround_ctx): Likewise.
17606         (libc_feresetround_ctx): Likewise.
17607         (libc_feholdexcept_setroundl_ctx): Likewise.
17608         (libc_feupdateenvl_ctx): Likewise.
17609         (libc_feholdsetroundl_ctx): Likewise.
17610         (libc_feresetroundl_ctx): Likewise.
17611         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
17612         (libc_feresetround_53bit_ctx): Likewise.
17613
17614 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17615
17616         * locale/iso-639.def: Convert to UTF-8.
17617
17618 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
17619
17620         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
17621         (EXCEPTION_TESTS_double): Likewise.
17622         (EXCEPTION_TESTS_long_double): Likewise.
17623         (EXCEPTION_TESTS): Likewise.
17624         * math/libm-test.inc (test_exceptions): Only test exceptions if
17625         EXCEPTION_TESTS (FLOAT).
17626
17627 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17628
17629         * benchtests/Makefile (string-bench): Add strcpy_chk and
17630         stpcpy_chk.
17631         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
17632         * benchtests/bench-stpcpy_chk.c: New file.
17633         * benchtests/bench-strcpy_chk-ifunc.c: New file.
17634         * benchtests/bench-strcpy_chk.c: New file.
17635         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
17636         code.
17637         (do_test): Likewise.
17638
17639 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17640
17641         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
17642         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
17643         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
17644         with tabs where appropriate.
17645         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
17646         dl-procinfo.h.
17647         [PPC_PLATFORM_PPC440]: Likewise.
17648         [PPC_PLATFORM_PPC464]: Likewise.
17649         [PPC_PLATFORM_PPC476]: Likewise.
17650         (_dl_string_platform): Add support for detecting ppc405, ppc440,
17651         ppc464, and ppc476 platform strings merging from ports/
17652         dl-procinfo.h.
17653
17654 2013-06-11  Andreas Schwab  <schwab@suse.de>
17655
17656         [BZ #14991]
17657         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
17658         (from_ucs4_idx): Regenerate.
17659         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
17660         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
17661         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
17662         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
17663         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
17664         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
17665         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
17666         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
17667         from FROM_LOOP and TO_LOOP specific macros.
17668         (BODY): Handle combining characters.
17669         * iconvdata/BIG5HKSCS.irreversible: Update.
17670         * iconvdata/BIG5HKSCS.precomposed: New file.
17671         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
17672         characters.
17673         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
17674
17675 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17676
17677         * include/sys/time.h: Fix indentation and add copyright header.
17678
17679         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
17680         (do_test): Likewise.
17681         * string/test-memchr.c (do_one_test): Likewise.
17682         (do_test): Likewise.
17683         * string/test-memcmp.c (do_one_test): Likewise.
17684         (do_test): Likewise.
17685         * string/test-memcpy.c (do_one_test): Likewise.
17686         (do_test): Likewise.
17687         * string/test-memmem.c (do_one_test): Likewise.
17688         (do_test): Likewise.
17689         (do_random_tests): Likewise.
17690         * string/test-memmove.c (do_one_test): Likewise.
17691         (do_test): Likewise.
17692         * string/test-memset.c (do_one_test): Likewise.
17693         (do_test): Likewise.
17694         * string/test-rawmemchr.c (do_one_test): Likewise.
17695         (do_test): Likewise.
17696         * string/test-strcasecmp.c (do_one_test): Likewise.
17697         (do_test): Likewise.
17698         * string/test-strcasestr.c (do_one_test): Likewise.
17699         (do_test): Likewise.
17700         * string/test-strcat.c (do_one_test): Likewise.
17701         (do_test): Likewise.
17702         * string/test-strchr.c (do_one_test): Likewise.
17703         (do_test): Likewise.
17704         * string/test-strcmp.c (do_one_test): Likewise.
17705         (do_test): Likewise.
17706         * string/test-strcpy.c (do_one_test): Likewise.
17707         (do_test): Likewise.
17708         * string/test-string.h: Likewise.
17709         (test_init): Likewise.
17710         * string/test-strlen.c (do_one_test): Likewise.
17711         (do_test): Likewise.
17712         * string/test-strncasecmp.c (do_one_test): Likewise.
17713         (do_test): Likewise.
17714         * string/test-strncat.c (do_one_test): Likewise.
17715         (do_test): Likewise.
17716         * string/test-strncmp.c (do_one_test): Likewise.
17717         (do_test_limit): Likewise.
17718         (do_test): Likewise.
17719         * string/test-strncpy.c (do_one_test): Likewise.
17720         (do_test): Likewise.
17721         * string/test-strnlen.c (do_one_test): Likewise.
17722         (do_test): Likewise.
17723         * string/test-strpbrk.c (do_one_test): Likewise.
17724         (do_test): Likewise.
17725         * string/test-strrchr.c (do_one_test): Likewise.
17726         (do_test): Likewise.
17727         * string/test-strspn.c (do_one_test): Likewise.
17728         (do_test): Likewise.
17729         * string/test-strstr.c (do_one_test): Likewise.
17730         (do_test): Likewise.
17731
17732         * benchtests/Makefile (string-bench): Add string benchmarks.
17733         * benchtests/bench-bcopy-ifunc.c: New file.
17734         * benchtests/bench-bcopy.c: New file.
17735         * benchtests/bench-bzero-ifunc.c: New file.
17736         * benchtests/bench-bzero.c: New file.
17737         * benchtests/bench-memccpy-ifunc.c: New file.
17738         * benchtests/bench-memccpy.c: New file.
17739         * benchtests/bench-memchr-ifunc.c: New file.
17740         * benchtests/bench-memchr.c: New file.
17741         * benchtests/bench-memcmp-ifunc.c: New file.
17742         * benchtests/bench-memcmp.c: New file.
17743         * benchtests/bench-memmem-ifunc.c: New file.
17744         * benchtests/bench-memmem.c: New file.
17745         * benchtests/bench-memmove-ifunc.c: New file.
17746         * benchtests/bench-memmove.c: New file.
17747         * benchtests/bench-mempcpy-ifunc.c: New file.
17748         * benchtests/bench-mempcpy.c: New file.
17749         * benchtests/bench-memset-ifunc.c: New file.
17750         * benchtests/bench-memset.c: New file.
17751         * benchtests/bench-rawmemchr-ifunc.c: New file.
17752         * benchtests/bench-rawmemchr.c: New file.
17753         * benchtests/bench-stpcpy-ifunc.c: New file.
17754         * benchtests/bench-stpcpy.c: New file.
17755         * benchtests/bench-stpncpy-ifunc.c: New file.
17756         * benchtests/bench-stpncpy.c: New file.
17757         * benchtests/bench-strcasecmp-ifunc.c: New file.
17758         * benchtests/bench-strcasecmp.c: New file.
17759         * benchtests/bench-strcasestr-ifunc.c: New file.
17760         * benchtests/bench-strcasestr.c: New file.
17761         * benchtests/bench-strcat-ifunc.c: New file.
17762         * benchtests/bench-strcat.c: New file.
17763         * benchtests/bench-strchr-ifunc.c: New file.
17764         * benchtests/bench-strchr.c: New file.
17765         * benchtests/bench-strchrnul-ifunc.c: New file.
17766         * benchtests/bench-strchrnul.c: New file.
17767         * benchtests/bench-strcmp-ifunc.c: New file.
17768         * benchtests/bench-strcmp.c: New file.
17769         * benchtests/bench-strcpy-ifunc.c: New file.
17770         * benchtests/bench-strcpy.c: New file.
17771         * benchtests/bench-strcspn-ifunc.c: New file.
17772         * benchtests/bench-strcspn.c: New file.
17773         * benchtests/bench-strlen-ifunc.c: New file.
17774         * benchtests/bench-strlen.c: New file.
17775         * benchtests/bench-strncasecmp-ifunc.c: New file.
17776         * benchtests/bench-strncasecmp.c: New file.
17777         * benchtests/bench-strncat-ifunc.c: New file.
17778         * benchtests/bench-strncat.c: New file.
17779         * benchtests/bench-strncmp-ifunc.c: New file.
17780         * benchtests/bench-strncmp.c: New file.
17781         * benchtests/bench-strncpy-ifunc.c: New file.
17782         * benchtests/bench-strncpy.c: New file.
17783         * benchtests/bench-strnlen-ifunc.c: New file.
17784         * benchtests/bench-strnlen.c: New file.
17785         * benchtests/bench-strpbrk-ifunc.c: New file.
17786         * benchtests/bench-strpbrk.c: New file.
17787         * benchtests/bench-strrchr-ifunc.c: New file.
17788         * benchtests/bench-strrchr.c: New file.
17789         * benchtests/bench-strspn-ifunc.c: New file.
17790         * benchtests/bench-strspn.c: New file.
17791         * benchtests/bench-strstr-ifunc.c: New file.
17792         * benchtests/bench-strstr.c: New file.
17793
17794         * benchtests/Makefile: Disable parallel execution of targets.
17795         (string-bench): Add memcpy.
17796         (benchset): New variable to store a list of benchmark sets.
17797         (bench-func): Renamed from bench.
17798         (bench-set): New target.
17799         (bench): Depend on bench-func and bench-set.
17800         * benchtests/README: Add section on benchmark sets.
17801         * benchtests/bench-memcpy-ifunc.c: New file.
17802         * benchtests/bench-memcpy.c: New file.
17803         * benchtests/bench-string.h: New file.
17804
17805 2013-06-11  Andreas Schwab  <schwab@suse.de>
17806
17807         [BZ #15577]
17808         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
17809         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
17810         values in the triple.
17811         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
17812         terminator in the group key.
17813
17814 2013-06-11  Andreas Jaeger  <aj@suse.de>
17815
17816         * po/zh_TW.po: Update Chinese (traditional) translation from
17817         translation project.
17818
17819 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17820
17821         * include/time.h (__clock_gettime): Add libc_hidden_proto.
17822         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
17823         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
17824         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
17825         (clock_getcpuclockid): Likewise.
17826         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
17827         Add weak_alias and libc_hidden_def.
17828         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
17829         * rt/clock_gettime.c (clock_gettime): Rename to
17830         __clock_gettime.  Add weak_alias and libc_hidden_def.
17831         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
17832         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
17833         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
17834         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
17835         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
17836         Likewise.
17837         * rt/clock_settime.c (clock_settime): Rename to
17838         __clock_settime.  Add weak_alias and libc_hidden_def.
17839         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
17840
17841 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
17842
17843         * mach/err_boot.sub: Remove trailing whitespace.
17844         * mach/err_ipc.sub: Likewise.
17845         * mach/err_mach.sub: Likewise.
17846
17847         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
17848         (ROUNDING_TESTS_double): Likewise.
17849         (ROUNDING_TESTS_long_double): Likewise.
17850         (ROUNDING_TESTS): Likewise.
17851         * math/libm-test.inc: Include <math-tests.h>.
17852         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
17853         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
17854         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
17855         (IF_ROUND_INIT_FE_UPWARD): Likewise.
17856
17857 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17858
17859         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
17860         of assigning.
17861
17862 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
17863
17864         * sysdeps/gnu/errlist.awk: Do not generate space at end of
17865         otherwise empty TRANS lines.
17866         * sysdeps/gnu/errlist.c: Regenerated.
17867
17868         * catgets/gencat.c (error_print): Use (void) in function
17869         definition.
17870         * crypt/crypt_util.c (__init_des): Likewise.
17871         * crypt/speeds.c (Stop): Likewise.
17872         (main): Likewise.
17873         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
17874         * inet/ruserpass.c (token): Likewise.
17875         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
17876         * intl/localealias.c (extend_alias_table): Likewise.
17877         * intl/plural-exp.c (init_germanic_plural): Likewise.
17878         * libio/fcloseall.c (__fcloseall): Likewise.
17879         * libio/genops.c (_IO_flush_all): Likewise.
17880         (_IO_flush_all_linebuffered): Likewise.
17881         (_IO_cleanup): Likewise.
17882         (_IO_iter_begin): Likewise.
17883         (_IO_iter_end): Likewise.
17884         (_IO_list_lock): Likewise.
17885         (_IO_list_unlock): Likewise.
17886         (_IO_list_resetlock): Likewise.
17887         * libio/getchar.c (getchar): Likewise.
17888         * libio/getchar_u.c (getchar_unlocked): Likewise.
17889         * libio/getwchar.c (getwchar): Likewise.
17890         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
17891         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
17892         * login/getpt.c (__getpt): Likewise.
17893         * login/tst-utmp.c (main): Likewise.
17894         * malloc/hooks.c (__malloc_check_init): Likewise.
17895         * malloc/malloc.c (__malloc_stats): Likewise.
17896         * malloc/mtrace.c (tr_break): Likewise.
17897         (mtrace): Likewise.
17898         (muntrace): Likewise.
17899         * misc/fstab.c (endfsent): Likewise.
17900         * misc/getclktck.c (__getclktck): Likewise.
17901         * misc/getdtsz.c (__getdtablesize): Likewise.
17902         * misc/gethostid.c (gethostid): Likewise.
17903         * misc/getpagesize.c (__getpagesize): Likewise.
17904         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
17905         (__get_nprocs): Likewise.
17906         (__get_phys_pages): Likewise.
17907         (__get_avphys_pages): Likewise.
17908         * misc/getttyent.c (getttyent): Likewise.
17909         (setttyent): Likewise.
17910         (endttyent): Likewise.
17911         * misc/getusershell.c (getusershell): Likewise.
17912         (endusershell): Likewise.
17913         (setusershell): Likewise.
17914         (initshells): Likewise.
17915         * misc/hsearch.c (__hdestroy): Likewise.
17916         * misc/sync.c (sync): Likewise.
17917         * misc/syslog.c (closelog_internal): Likewise.
17918         (closelog): Likewise.
17919         * misc/ttyslot.c (ttyslot): Likewise.
17920         * misc/vhangup.c (vhangup): Likewise.
17921         * posix/fork.c (__fork): Likewise.
17922         * posix/getegid.c (__getegid): Likewise.
17923         * posix/geteuid.c (__geteuid): Likewise.
17924         * posix/getgid.c (__getgid): Likewise.
17925         * posix/getpid.c (__getpid): Likewise.
17926         * posix/getppid.c (__getppid): Likewise.
17927         * posix/getuid.c (__getuid): Likewise.
17928         * posix/pause.c (pause): Likewise.
17929         * posix/setpgrp.c (setpgrp): Likewise.
17930         * posix/setsid.c (__setsid): Likewise.
17931         * posix/test-vfork.c (noop): Likewise.
17932         * resolv/gethnamaddr.c (_endhtent): Likewise.
17933         (_gethtent): Likewise.
17934         (ht_endhostent): Likewise.
17935         (gethostent): Likewise.
17936         (dns_service): Likewise.
17937         * stdlib/drand48.c (drand48): Likewise.
17938         * stdlib/lrand48.c (lrand48): Likewise.
17939         * stdlib/mrand48.c (mrand48): Likewise.
17940         * stdlib/rand.c (rand): Likewise.
17941         * stdlib/random.c (__random): Likewise.
17942         * stdlib/setenv.c (clearenv): Likewise.
17943         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
17944         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
17945         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
17946         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
17947         (__get_nprocs): Likewise.
17948         (__get_phys_pages): Likewise.
17949         (__get_avphys_pages): Likewise.
17950         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
17951         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
17952         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
17953         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
17954         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
17955         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
17956         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
17957         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
17958         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
17959         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
17960         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
17961         * sysdeps/mach/hurd/sync.c (sync): Likewise.
17962         * sysdeps/posix/clock.c (clock): Likewise.
17963         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
17964         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
17965         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
17966         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
17967         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
17968         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
17969         (__get_nprocs_conf): Likewise.
17970         (__get_phys_pages): Likewise.
17971         (__get_avphys_pages): Likewise.
17972         * time/clock.c (clock): Likewise.
17973         * time/tzset.c (__tzname_max): Likewise.
17974
17975 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
17976
17977         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
17978         (__bswap_32): Do not use "register".
17979         * crypt/crypt.c (_ufc_doit_r): Likewise.
17980         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
17981         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
17982         * gmon/gmon.c (__monstartup): Likewise.
17983         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
17984         * hurd/hurdmalloc.c (more_memory): Likewise.
17985         (malloc): Likewise.
17986         (free): Likewise.
17987         (realloc): Likewise.
17988         (malloc_fork_prepare): Likewise.
17989         (malloc_fork_parent): Likewise.
17990         (malloc_fork_child): Likewise.
17991         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
17992         (_svcauth_des): Likewise.
17993         * inet/inet_lnaof.c (inet_lnaof): Likewise.
17994         * inet/inet_net.c (inet_network): Likewise.
17995         * inet/inet_netof.c (inet_netof): Likewise.
17996         * inet/rcmd.c (__validuser2_sa): Likewise.
17997         * io/fts.c (fts_open): Likewise.
17998         (fts_load): Likewise.
17999         (fts_close): Likewise.
18000         (fts_read): Likewise.
18001         (fts_children): Likewise.
18002         (fts_build): Likewise.
18003         (fts_stat): Likewise.
18004         (fts_sort): Likewise.
18005         (fts_alloc): Likewise.
18006         (fts_lfree): Likewise.
18007         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
18008         (_IO_file_xsgetn): Likewise.
18009         (_IO_file_xsgetn_mmap): Likewise.
18010         * libio/iofopncook.c (_IO_cookie_read): Likewise.
18011         (_IO_cookie_write): Likewise.
18012         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
18013         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
18014         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
18015         * malloc/obstack.c (_obstack_begin): Likewise.
18016         (_obstack_begin_1): Likewise.
18017         (_obstack_newchunk): Likewise.
18018         (_obstack_allocated_p): Likewise.
18019         (obstack_free): Likewise.
18020         (_obstack_memory_used): Likewise.
18021         * misc/getttyent.c (getttynam): Likewise.
18022         (getttyent): Likewise.
18023         (skip): Likewise.
18024         (value): Likewise.
18025         * misc/getusershell.c (initshells): Likewise.
18026         * misc/syslog.c (__vsyslog_chk): Likewise.
18027         * misc/ttyslot.c (ttyslot): Likewise.
18028         * nis/nis_hash.c (__nis_hash): Likewise.
18029         * posix/fnmatch_loop.c (FCT): Likewise.
18030         * posix/getconf.c (print_all): Likewise.
18031         (main): Likewise.
18032         * posix/getopt.c (exchange): Likewise.
18033         * posix/glob.c (globfree): Likewise.
18034         (prefix_array): Likewise.
18035         (__glob_pattern_type): Likewise.
18036         * resolv/arpa/nameser.h (NS_GET16): Likewise.
18037         (NS_GET32): Likewise.
18038         (NS_PUT16): Likewise.
18039         (NS_PUT32): Likewise.
18040         * resolv/gethnamaddr.c (getanswer): Likewise.
18041         (gethostbyname2): Likewise.
18042         (gethostbyaddr): Likewise.
18043         (_gethtent): Likewise.
18044         (_gethtbyname2): Likewise.
18045         (_gethtbyaddr): Likewise.
18046         * resolv/ns_print.c (dst_s_get_int16): Likewise.
18047         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
18048         * resolv/res_init.c (__res_vinit): Likewise.
18049         (net_mask): Likewise.
18050         * resolv/res_mkquery.c (outchar): Likewise.
18051         (PRINT): Likewise.
18052         * stdio-common/printf_fp.c (outchar): Likewise.
18053         (PRINT): Likewise.
18054         * stdio-common/printf_fphex.c (outchar): Likewise.
18055         (PRINT): Likewise.
18056         * stdio-common/printf_size.c (outchar): Likewise.
18057         (PRINT): Likewise.
18058         * stdio-common/test_rdwr.c (main): Likewise.
18059         * stdio-common/tfformat.c (matches): Likewise.
18060         * stdio-common/vfprintf.c (outchar): Likewise.
18061         (printf_unknown): Likewise.
18062         (buffered_vfprintf): Likewise.
18063         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18064         * stdio-common/xbug.c (AppendToBuffer): Likewise.
18065         (ReadFile): Likewise.
18066         * stdlib/qsort.c (SWAP): Likewise.
18067         (_quicksort): Likewise.
18068         * stdlib/setenv.c (__add_to_environ): Likewise.
18069         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18070         * stdlib/strtol_l.c (__strtol_l): Likewise.
18071         * stdlib/tst-strtod.c (main): Likewise.
18072         * stdlib/tst-strtol.c (main): Likewise.
18073         * stdlib/tst-strtoll.c (main): Likewise.
18074         * string/bits/string2.h (__strcmp_cc): Likewise.
18075         (__strcmp_cg): Likewise.
18076         (__strcspn_c1): Likewise.
18077         (__strcspn_c2): Likewise.
18078         (__strcspn_c3): Likewise.
18079         (__strspn_c1): Likewise.
18080         (__strspn_c2): Likewise.
18081         (__strspn_c3): Likewise.
18082         (__strsep_1c): Likewise.
18083         (__strsep_2c): Likewise.
18084         (__strsep_3c): Likewise.
18085         * string/memccpy.c (__memccpy): Likewise.
18086         * string/stpcpy.c (__stpcpy): Likewise.
18087         * string/strcmp.c (strcmp): Likewise.
18088         * string/strrchr.c (strrchr): Likewise.
18089         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
18090         Likewise.
18091         * sysdeps/mach/hurd/getcwd.c
18092         (_hurd_canonicalize_directory_name_internal): Likewise.
18093         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
18094         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
18095         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
18096         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
18097         Likewise, in both definitions.
18098         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
18099         definitions.
18100         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
18101         64] (__bswap_64): Likewise.
18102         * time/test_time.c (main): Likewise.
18103         * time/tzfile.c (__tzfile_read): Likewise.
18104         (__tzfile_compute): Likewise.
18105         * time/tzset.c (__tzset_parse_tz): Likewise.
18106         (tzset_internal): Likewise.
18107         (compute_change): Likewise.
18108         * wcsmbs/wcscat.c (__wcscat): Likewise.
18109         * wcsmbs/wcschr.c (wcschr): Likewise.
18110         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
18111         * wcsmbs/wcscspn.c (wcscspn): Likewise.
18112         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
18113         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
18114         * wcsmbs/wcsspn.c (wcsspn): Likewise.
18115         * wcsmbs/wcsstr.c (wcsstr): Likewise.
18116         * wcsmbs/wmemchr.c (wmemchr): Likewise.
18117         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
18118         * wcsmbs/wmemset.c (wmemset): Likewise.
18119
18120 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
18121
18122         * scripts/config.guess: Update to version 2013-05-16.
18123         * scripts/config.sub: Update to version 2013-04-24.
18124         * scripts/install-sh: Update to version 2011-11-20.07.
18125         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
18126         * scripts/move-if-change: Update to version 2012-01-06 07:23.
18127
18128 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
18129
18130         * debug/fgetws_u_chk.c: Fix leading whitespaces.
18131         * elf/sln.c: Likewise.
18132         * hurd/hurd/ioctl.h: Likewise.
18133         * hurd/hurdmalloc.c: Likewise.
18134         * hurd/xattr.c: Likewise.
18135         * include/shlib-compat.h: Likewise.
18136         * inet/ruserpass.c: Likewise.
18137         * libio/iofgets_u.c: Likewise.
18138         * libio/iofgetws_u.c: Likewise.
18139         * locale/programs/ld-identification.c: Likewise.
18140         * locale/programs/ld-time.c: Likewise.
18141         * mach/msg-destroy.c: Likewise.
18142         * nss/nss_files/files-netgrp.c: Likewise.
18143         * resolv/res_data.c: Likewise.
18144         * soft-fp/op-1.h: Likewise.
18145         * soft-fp/op-2.h: Likewise.
18146         * soft-fp/op-4.h: Likewise.
18147         * soft-fp/op-common.h: Likewise.
18148         * stdio-common/printf_fphex.c: Likewise.
18149         * stdlib/strtod_l.c: Likewise.
18150         * sunrpc/rpc/clnt.h: Likewise.
18151         * sysdeps/generic/framestate.c: Likewise.
18152         * sysdeps/i386/bsd-_setjmp.S: Likewise.
18153         * sysdeps/i386/bsd-setjmp.S: Likewise.
18154         * sysdeps/i386/__longjmp.S: Likewise.
18155         * sysdeps/i386/setjmp.S: Likewise.
18156         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
18157         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
18158         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
18159         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
18160         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18161         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
18162         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
18163         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
18164         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
18165         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
18166         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
18167         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
18168         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
18169         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
18170         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
18171         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
18172         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
18173         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
18174         * sysdeps/ieee754/support.c: Likewise.
18175         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
18176         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
18177         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
18178         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
18179         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
18180         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
18181         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
18182         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
18183         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
18184         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
18185         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
18186         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
18187         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
18188         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
18189         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
18190         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
18191         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
18192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
18193
18194 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
18195
18196         * posix/transbug.c: Remove executable mode.
18197
18198 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
18199
18200         * crypt/speeds.c: Remove trailing whitespace.
18201         * dlfcn/default.c: Likewise.
18202         * elf/ifuncdep2.c: Likewise.
18203         * elf/ifuncmain1.c: Likewise.
18204         * elf/ifuncmain1vis.c: Likewise.
18205         * elf/testobj.h: Likewise.
18206         * elf/tst-stackguard1.c: Likewise.
18207         * gmon/sys/gmon.h: Likewise.
18208         * hurd/hurdmsg.c: Likewise.
18209         * hurd/new-fd.c: Likewise.
18210         * hurd/ports-get.c: Likewise.
18211         * iconvdata/ibm1008_420.c: Likewise.
18212         * inet/tst-getni1.c: Likewise.
18213         * inet/tst-getni2.c: Likewise.
18214         * libio/ioungetc.c: Likewise.
18215         * libio/wfiledoalloc.c: Likewise.
18216         * manual/libm-err-tab.pl: Likewise.
18217         * math/w_dremf.c: Likewise.
18218         * misc/ftruncate.c: Likewise.
18219         * posix/bug-glob2.c: Likewise.
18220         * posix/tst-pcre.c: Likewise.
18221         * posix/wait4.c: Likewise.
18222         * resolv/README: Likewise.
18223         * resolv/res_debug.h: Likewise.
18224         * resolv/tst-inet_ntop.c: Likewise.
18225         * setjmp/bug269-setjmp.c: Likewise.
18226         * soft-fp/extended.h: Likewise.
18227         * soft-fp/op-1.h: Likewise.
18228         * soft-fp/op-2.h: Likewise.
18229         * soft-fp/op-4.h: Likewise.
18230         * soft-fp/op-8.h: Likewise.
18231         * soft-fp/testit.c: Likewise.
18232         * stdio-common/bug16.c: Likewise.
18233         * stdlib/random.c: Likewise.
18234         * sunrpc/rpcsvc/rquota.x: Likewise.
18235         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
18236         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
18237         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
18238         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
18239         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
18240         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
18241         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
18242         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
18243         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
18244         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
18245         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
18246         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
18247         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
18248         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
18249         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
18250         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
18251         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
18252         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
18253         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
18254         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
18255         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
18256         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
18257         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
18258         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
18259         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
18260         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
18261         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
18262         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
18263         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
18264         * sysdeps/ieee754/s_lib_version.c: Likewise.
18265         * sysdeps/mach/hurd/check_fds.c: Likewise.
18266         * sysdeps/mach/hurd/getsockname.c: Likewise.
18267         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
18268         * sysdeps/mach/hurd/recvfrom.c: Likewise.
18269         * sysdeps/powerpc/bits/link.h: Likewise.
18270         * sysdeps/powerpc/dl-procinfo.c: Likewise.
18271         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
18272         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
18273         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
18274         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
18275         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
18276         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
18277         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
18278         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
18279         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
18280         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
18281         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
18282         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
18283         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
18284         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
18285         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
18286         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
18287         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
18288         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
18289         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
18290         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
18291         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
18292         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18293         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
18294         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
18295         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
18296         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
18297         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
18298         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
18299         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
18300         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
18301         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
18302         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18303         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
18304         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
18305         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
18306         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
18307         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
18308         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
18309         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
18310         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
18311         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
18312         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
18313         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
18314         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
18315         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
18316         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
18317         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
18318         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
18319         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
18320         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
18321         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
18322         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
18323         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
18324         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
18325         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
18326         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
18327         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18328         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
18329         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
18330         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
18331         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
18332         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
18333         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
18334         * sysdeps/powerpc/sysdep.h: Likewise.
18335         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
18336         * sysdeps/s390/s390-64/sub_n.S: Likewise.
18337         * sysdeps/sh/dl-trampoline.S: Likewise.
18338         * sysdeps/sh/memset.S: Likewise.
18339         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
18340         * sysdeps/sh/strlen.S: Likewise.
18341         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
18342         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
18343         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
18344         * sysdeps/sparc/sparc32/rem.S: Likewise.
18345         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
18346         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
18347         * sysdeps/sparc/sparc32/strchr.S: Likewise.
18348         * sysdeps/sparc/sparc32/udiv.S: Likewise.
18349         * sysdeps/sparc/sparc32/urem.S: Likewise.
18350         * sysdeps/sparc/sparc64/add_n.S: Likewise.
18351         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
18352         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
18353         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
18354         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
18355         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
18356         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
18357         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
18358         * sysdeps/unix/bsd/times.c: Likewise.
18359         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
18360         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
18361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
18362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
18363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
18364         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
18365         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18366         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
18367         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
18368         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
18369         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
18370         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
18371         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
18372         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
18373         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
18374         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
18375         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
18376         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
18377         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
18378         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
18379         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
18380         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
18381         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
18382         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
18383         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
18384         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
18385         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
18386         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
18387         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
18388         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
18389         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
18390         * sysdeps/x86_64/strcspn.S: Likewise.
18391
18392 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18393
18394         * locale/C-translit.h: Revert #include <stdint.h> because this is a
18395         generated file.  Regenerate properly from gen-translit.pl.
18396         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
18397         locale/C-translit.h.
18398
18399 2013-06-05  Andreas Schwab  <schwab@suse.de>
18400
18401         [BZ #15100]
18402         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
18403         week as 6 instead of -1.
18404         * time/tst-strptime.c (day_tests): Add test case.
18405
18406 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18407
18408         * sysdeps/generic/math_private.h
18409         (libc_feholdexcept_setround_53bit): Replace with
18410         libc_feholdsetround_53bit.
18411         (libc_feupdateenv_53bit): Replace with
18412         libc_feresetround_53bit.
18413         (SET_RESTORE_ROUND_53BIT): Adjust.
18414
18415 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18416
18417         * string/test-strchrnul.c: Add copyright header.
18418
18419         * posix/tst-getaddrinfo4.c: Increase test timeout.
18420
18421 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
18422
18423         [BZ #15536]
18424         * math/libm-test.inc (MAX_EXP): Remove
18425         (MIN_EXP): Define.
18426         (ulp): Use MIN_EXP - MANT_DIG.
18427         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
18428
18429 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
18430
18431         * po/be.po: Revert last change.
18432         * po/zh_CN.po: Likewise.
18433         * po/header.pot: Likewise.
18434
18435 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
18436
18437         * Makefile ($(common-objpfx)linkobj/libc.so): Define
18438         link-libc-deps to empty as target-specific variable.
18439         * Makerules (link-libc-args): New variable.
18440         (libc-for-link): Likewise.
18441         (link-libc-deps): Likewise.
18442         (lib%.so): Depend on $(link-libc-deps).  Link with
18443         $(link-libc-args).
18444         (build-module): Link with $(link-libc-args).
18445         (build-module-asneeded): Likewise.
18446         (build-module-helper-objlist): Filter out $(link-libc-deps) from
18447         list of objects.
18448         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
18449         target-specific variable.
18450         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
18451         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
18452         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
18453         libc.
18454         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
18455         libc and ld.so.
18456         ($(objpfx)libpcprofile.so): Likewise.
18457         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
18458         libc_nonshared.a.
18459         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
18460         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
18461         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
18462         $(link-libc-deps).
18463         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
18464         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
18465         * login/Makefile ($(objpfx)libutil.so): Likewise.
18466         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
18467         * math/Makefile ($(objpfx)libm.so): Likewise.
18468         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
18469         $(objpfx)libnsl.so): Define libc-for-link as target-specific
18470         variable instead of depending directly on libc.
18471         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
18472         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
18473         $(link-libc-deps).
18474         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
18475         libc.
18476         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
18477         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
18478         ($(objpfx)libanl.so): Likewise.
18479         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
18480         ld.so.
18481         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
18482         $(link-libc-deps).
18483         * sysdeps/i386/fpu/Makefile: Remove file.
18484         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
18485         ($(objpfx)libm.so): Remove dependency on ld.so.
18486
18487 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
18488
18489         [BZ # 15553]
18490         * nis/yp_xdr.c (XDRMAXNAME): Define.
18491         (XDRMAXRECORD): Define.
18492         (xdr_domainname): Use XDRMAXNAME.
18493         (xdr_mapname): Likewise.
18494         (xdr_peername): Likewise.
18495         (xdr_keydat): Use XDRMAXRECORD.
18496         (xdr_valdat): Likewise.
18497
18498 2013-05-30  Jeff Law  <law@redhat.com>
18499
18500         [BZ #14256]
18501         * manual/errno.texi (ESTALE): Update to account for more than
18502         just NFS file systems.
18503         * sysdeps/gnu/errlist.c: Regenerated.
18504
18505 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18506
18507         [BZ #15465]
18508         * elf/Makefile (tests): Add tst-null-argv.
18509         (modules-names):  Add tst-null-argv-lib.
18510         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
18511         (tst-null-argv-ENV): Set environment for tst-null-argv.
18512         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
18513         (RTLD_PROGNAME): New macro.
18514         * elf/tst-null-argv.c: New test case.
18515         * elf/tst-null-argv-lib.c: Library for test case.
18516         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
18517         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
18518         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
18519         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
18520         * elf/dl-init.c (call_init): Likewise.
18521         (_dl_init): Likewise.
18522         * elf/dl-load.c (print_search_path): Likewise.
18523         (_dl_map_object): Likewise.
18524         * elf/dl-lookup.c (do_lookup_x): Likewise.
18525         (add_dependency): Likewise.
18526         (_dl_lookup_symbol_x): Likewise.
18527         (_dl_debug_bindings): Likewise.
18528         * elf/dl-open.c (_dl_show_scope): Likewise.
18529         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
18530         * elf/dl-version.c (match_symbol): Likewise.
18531         (_dl_check_map_versions): Likewise.
18532         * elf/rtld.c (dl_main): Likewise.
18533         (print_unresolved): Use RTLD_PROGNAME.
18534         (print_missing_version): Likewise.
18535         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
18536         (elf_machine_rela): Likewise.
18537         * sysdeps/powerpc/powerpc32/dl-machine.c
18538         (__process_machine_rela): Likewise.
18539         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
18540         Likewise.
18541         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
18542         Likewise.
18543         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
18544         Likewise.
18545         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
18546         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
18547         Likewise.
18548         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
18549         Likewise.
18550         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
18551
18552 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
18553
18554         * po/be.po: Add descriptive title.
18555         * po/zh_CN.po: Likewise.
18556         * po/header.pot: Likewise.
18557
18558 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
18559
18560         * locale/programs/locarchive.c (create_archive): Inlucde fname in
18561         error message.
18562         (enlarge_archive): Likewise.
18563
18564 2013-05-28  Ben North  <ben@redfrontdoor.org>
18565
18566         * manual/arith.texi (frexp): It is the magnitude of the return
18567         value which lies in [0.5, 1), not the return value itself.
18568
18569 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18570
18571         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18572
18573 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
18574
18575         * stdio-common/bug26.c (main): Correct fscanf template.
18576
18577         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
18578         declare _dl_skip_args.
18579
18580         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
18581         Don't declare.
18582
18583         * manual/platform.texi: Add missing @end deftypefun.
18584
18585 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
18586
18587         [BZ #15529]
18588         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
18589         bit of mantissa of 2^16382.
18590         * math/libm-test.inc (hypot_test_data): Add more tests.
18591
18592         * math/libm-test.inc: Add drem and pow10 to list of tested
18593         functions.
18594         (pow10_test): New function.
18595         (drem_test): Likewise.
18596         (drem_test_tonearest): Likewise.
18597         (drem_test_towardzero): Likewise.
18598         (drem_test_downward): Likewise.
18599         (drem_test_upward): Likewise.
18600         (main): Call the new functions.
18601
18602         * math/libm-test.inc (finite_test_data): Remove.
18603         (finite_test): Run tests from isfinite_test_data.
18604         (gamma_test_data): Remove.
18605         (gamma_test): Run tests from lgamma_test_data.
18606         * sysdeps/i386/fpu/libm-test-ulps: Update.
18607         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18608
18609 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18610
18611         * manual/platform.texi: Add PowerPC PPR function set documentation.
18612         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
18613         implementation.
18614
18615 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
18616
18617         * math/libm-test.inc (MAX_EXP): Define.
18618         (ULPDIFF): Define.
18619         (ulp): New function.
18620         (check_float_internal): Use ULPDIFF.
18621         (cpow_test): Disable failing test.
18622         (check_ulp): Test ulp() implemetnation.
18623         (main): Call check_ulp before starting tests.
18624
18625 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
18626
18627         * math/gen-libm-test.pl (generate_testfile): Do not handle
18628         START_DATA and END_DATA.
18629         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
18630         END_DATA.
18631         (acos_tonearest_test_data): Likewise.
18632         (acos_towardzero_test_data): Likewise.
18633         (acos_downward_test_data): Likewise.
18634         (acos_upward_test_data): Likewise.
18635         (acosh_test_data): Likewise.
18636         (asin_test_data): Likewise.
18637         (asin_tonearest_test_data): Likewise.
18638         (asin_towardzero_test_data): Likewise.
18639         (asin_downward_test_data): Likewise.
18640         (asin_upward_test_data): Likewise.
18641         (asinh_test_data): Likewise.
18642         (atan_test_data): Likewise.
18643         (atanh_test_data): Likewise.
18644         (atan2_test_data): Likewise.
18645         (cabs_test_data): Likewise.
18646         (cacos_test_data): Likewise.
18647         (cacosh_test_data): Likewise.
18648         (carg_test_data): Likewise.
18649         (casin_test_data): Likewise.
18650         (casinh_test_data): Likewise.
18651         (catan_test_data): Likewise.
18652         (catanh_test_data): Likewise.
18653         (cbrt_test_data): Likewise.
18654         (ccos_test_data): Likewise.
18655         (ccosh_test_data): Likewise.
18656         (ceil_test_data): Likewise.
18657         (cexp_test_data): Likewise.
18658         (cimag_test_data): Likewise.
18659         (clog_test_data): Likewise.
18660         (clog10_test_data): Likewise.
18661         (conj_test_data): Likewise.
18662         (copysign_test_data): Likewise.
18663         (cos_test_data): Likewise.
18664         (cos_tonearest_test_data): Likewise.
18665         (cos_towardzero_test_data): Likewise.
18666         (cos_downward_test_data): Likewise.
18667         (cos_upward_test_data): Likewise.
18668         (cosh_test_data): Likewise.
18669         (cosh_tonearest_test_data): Likewise.
18670         (cosh_towardzero_test_data): Likewise.
18671         (cosh_downward_test_data): Likewise.
18672         (cosh_upward_test_data): Likewise.
18673         (cpow_test_data): Likewise.
18674         (cproj_test_data): Likewise.
18675         (creal_test_data): Likewise.
18676         (csin_test_data): Likewise.
18677         (csinh_test_data): Likewise.
18678         (csqrt_test_data): Likewise.
18679         (ctan_test_data): Likewise.
18680         (ctan_tonearest_test_data): Likewise.
18681         (ctan_towardzero_test_data): Likewise.
18682         (ctan_downward_test_data): Likewise.
18683         (ctan_upward_test_data): Likewise.
18684         (ctanh_test_data): Likewise.
18685         (ctanh_tonearest_test_data): Likewise.
18686         (ctanh_towardzero_test_data): Likewise.
18687         (ctanh_downward_test_data): Likewise.
18688         (ctanh_upward_test_data): Likewise.
18689         (erf_test_data): Likewise.
18690         (erfc_test_data): Likewise.
18691         (exp_test_data): Likewise.
18692         (exp_tonearest_test_data): Likewise.
18693         (exp_towardzero_test_data): Likewise.
18694         (exp_downward_test_data): Likewise.
18695         (exp_upward_test_data): Likewise.
18696         (exp10_test_data): Likewise.
18697         (exp2_test_data): Likewise.
18698         (expm1_test_data): Likewise.
18699         (fabs_test_data): Likewise.
18700         (fdim_test_data): Likewise.
18701         (finite_test_data): Likewise.
18702         (floor_test_data): Likewise.
18703         (fma_test_data): Likewise.
18704         (fma_towardzero_test_data): Likewise.
18705         (fma_downward_test_data): Likewise.
18706         (fma_upward_test_data): Likewise.
18707         (fmax_test_data): Likewise.
18708         (fmin_test_data): Likewise.
18709         (fmod_test_data): Likewise.
18710         (fpclassify_test_data): Likewise.
18711         (frexp_test_data): Likewise.
18712         (gamma_test_data): Likewise.
18713         (hypot_test_data): Likewise.
18714         (ilogb_test_data): Likewise.
18715         (isfinite_test_data): Likewise.
18716         (isgreater_test_data): Likewise.
18717         (isgreaterequal_test_data): Likewise.
18718         (isinf_test_data): Likewise.
18719         (isless_test_data): Likewise.
18720         (islessequal_test_data): Likewise.
18721         (islessgreater_test_data): Likewise.
18722         (isnan_test_data): Likewise.
18723         (isnormal_test_data): Likewise.
18724         (issignaling_test_data): Likewise.
18725         (isunordered_test_data): Likewise.
18726         (j0_test_data): Likewise.
18727         (j1_test_data): Likewise.
18728         (jn_test_data): Likewise.
18729         (ldexp_test_data): Likewise.
18730         (lgamma_test_data): Likewise.
18731         (lrint_test_data): Likewise.
18732         (lrint_tonearest_test_data): Likewise.
18733         (lrint_towardzero_test_data): Likewise.
18734         (lrint_downward_test_data): Likewise.
18735         (lrint_upward_test_data): Likewise.
18736         (llrint_test_data): Likewise.
18737         (llrint_tonearest_test_data): Likewise.
18738         (llrint_towardzero_test_data): Likewise.
18739         (llrint_downward_test_data): Likewise.
18740         (llrint_upward_test_data): Likewise.
18741         (log_test_data): Likewise.
18742         (log10_test_data): Likewise.
18743         (log1p_test_data): Likewise.
18744         (log2_test_data): Likewise.
18745         (logb_test_data): Likewise.
18746         (logb_downward_test_data): Likewise.
18747         (lround_test_data): Likewise.
18748         (llround_test_data): Likewise.
18749         (modf_test_data): Likewise.
18750         (nearbyint_test_data): Likewise.
18751         (nextafter_test_data): Likewise.
18752         (nexttoward_test_data): Likewise.
18753         (pow_test_data): Likewise.
18754         (pow_tonearest_test_data): Likewise.
18755         (pow_towardzero_test_data): Likewise.
18756         (pow_downward_test_data): Likewise.
18757         (pow_upward_test_data): Likewise.
18758         (remainder_test_data): Likewise.
18759         (remainder_tonearest_test_data): Likewise.
18760         (remainder_towardzero_test_data): Likewise.
18761         (remainder_downward_test_data): Likewise.
18762         (remainder_upward_test_data): Likewise.
18763         (remquo_test_data): Likewise.
18764         (rint_test_data): Likewise.
18765         (rint_tonearest_test_data): Likewise.
18766         (rint_towardzero_test_data): Likewise.
18767         (rint_downward_test_data): Likewise.
18768         (rint_upward_test_data): Likewise.
18769         (round_test_data): Likewise.
18770         (scalb_test_data): Likewise.
18771         (scalbn_test_data): Likewise.
18772         (scalbln_test_data): Likewise.
18773         (signbit_test_data): Likewise.
18774         (sin_test_data): Likewise.
18775         (sin_tonearest_test_data): Likewise.
18776         (sin_towardzero_test_data): Likewise.
18777         (sin_downward_test_data): Likewise.
18778         (sin_upward_test_data): Likewise.
18779         (sincos_test_data): Likewise.
18780         (sinh_test_data): Likewise.
18781         (sinh_tonearest_test_data): Likewise.
18782         (sinh_towardzero_test_data): Likewise.
18783         (sinh_downward_test_data): Likewise.
18784         (sinh_upward_test_data): Likewise.
18785         (sqrt_test_data): Likewise.
18786         (tan_test_data): Likewise.
18787         (tan_tonearest_test_data): Likewise.
18788         (tan_towardzero_test_data): Likewise.
18789         (tan_downward_test_data): Likewise.
18790         (tan_upward_test_data): Likewise.
18791         (tanh_test_data): Likewise.
18792         (tgamma_test_data): Likewise.
18793         (trunc_test_data): Likewise.
18794         (y0_test_data): Likewise.
18795         (y1_test_data): Likewise.
18796         (yn_test_data): Likewise.
18797         (significand_test_data): Likewise.
18798
18799         * math/gen-libm-test.pl (@functions): Remove variable.
18800         (generate_testfile): Don't handle START and END lines.
18801         * math/libm-test.inc (START): New macro.
18802         (END): Likewise.
18803         (END_COMPLEX): Likewise.
18804         (acos_test): Use END macro without arguments.
18805         (acos_test_tonearest): Likewise.
18806         (acos_test_towardzero): Likewise.
18807         (acos_test_downward): Likewise.
18808         (acos_test_upward): Likewise.
18809         (acosh_test): Likewise.
18810         (asin_test): Likewise.
18811         (asin_test_tonearest): Likewise.
18812         (asin_test_towardzero): Likewise.
18813         (asin_test_downward): Likewise.
18814         (asin_test_upward): Likewise.
18815         (asinh_test): Likewise.
18816         (atan_test): Likewise.
18817         (atanh_test): Likewise.
18818         (atan2_test): Likewise.
18819         (cabs_test): Likewise.
18820         (cacos_test): Use END_COMPLEX macro without arguments.
18821         (cacosh_test): Likewise.
18822         (carg_test): Use END macro without arguments.
18823         (casin_test): Use END_COMPLEX macro without arguments.
18824         (casinh_test): Likewise.
18825         (catan_test): Likewise.
18826         (catanh_test): Likewise.
18827         (cbrt_test): Use END macro without arguments.
18828         (ccos_test): Use END_COMPLEX macro without arguments.
18829         (ccosh_test): Likewise.
18830         (ceil_test): Use END macro without arguments.
18831         (cexp_test): Use END_COMPLEX macro without arguments.
18832         (cimag_test): Use END macro without arguments.
18833         (clog_test): Use END_COMPLEX macro without arguments.
18834         (clog10_test): Likewise.
18835         (conj_test): Likewise.
18836         (copysign_test): Use END macro without arguments.
18837         (cos_test): Likewise.
18838         (cos_test_tonearest): Likewise.
18839         (cos_test_towardzero): Likewise.
18840         (cos_test_downward): Likewise.
18841         (cos_test_upward): Likewise.
18842         (cosh_test): Likewise.
18843         (cosh_test_tonearest): Likewise.
18844         (cosh_test_towardzero): Likewise.
18845         (cosh_test_downward): Likewise.
18846         (cosh_test_upward): Likewise.
18847         (cpow_test): Use END_COMPLEX macro without arguments.
18848         (cproj_test): Likewise.
18849         (creal_test): Use END macro without arguments.
18850         (csin_test): Use END_COMPLEX macro without arguments.
18851         (csinh_test): Likewise.
18852         (csqrt_test): Likewise.
18853         (ctan_test): Likewise.
18854         (ctan_test_tonearest): Likewise.
18855         (ctan_test_towardzero): Likewise.
18856         (ctan_test_downward): Likewise.
18857         (ctan_test_upward): Likewise.
18858         (ctanh_test): Likewise.
18859         (ctanh_test_tonearest): Likewise.
18860         (ctanh_test_towardzero): Likewise.
18861         (ctanh_test_downward): Likewise.
18862         (ctanh_test_upward): Likewise.
18863         (erf_test): Use END macro without arguments.
18864         (erfc_test): Likewise.
18865         (exp_test): Likewise.
18866         (exp_test_tonearest): Likewise.
18867         (exp_test_towardzero): Likewise.
18868         (exp_test_downward): Likewise.
18869         (exp_test_upward): Likewise.
18870         (exp10_test): Likewise.
18871         (exp2_test): Likewise.
18872         (expm1_test): Likewise.
18873         (fabs_test): Likewise.
18874         (fdim_test): Likewise.
18875         (finite_test): Likewise.
18876         (floor_test): Likewise.
18877         (fma_test): Likewise.
18878         (fma_test_towardzero): Likewise.
18879         (fma_test_downward): Likewise.
18880         (fma_test_upward): Likewise.
18881         (fmax_test): Likewise.
18882         (fmin_test): Likewise.
18883         (fmod_test): Likewise.
18884         (fpclassify_test): Likewise.
18885         (frexp_test): Likewise.
18886         (gamma_test): Likewise.
18887         (hypot_test): Likewise.
18888         (ilogb_test): Likewise.
18889         (isfinite_test): Likewise.
18890         (isgreater_test): Likewise.
18891         (isgreaterequal_test): Likewise.
18892         (isinf_test): Likewise.
18893         (isless_test): Likewise.
18894         (islessequal_test): Likewise.
18895         (islessgreater_test): Likewise.
18896         (isnan_test): Likewise.
18897         (isnormal_test): Likewise.
18898         (issignaling_test): Likewise.
18899         (isunordered_test): Likewise.
18900         (j0_test): Likewise.
18901         (j1_test): Likewise.
18902         (jn_test): Likewise.
18903         (ldexp_test): Likewise.
18904         (lgamma_test): Likewise.
18905         (lrint_test): Likewise.
18906         (lrint_test_tonearest): Likewise.
18907         (lrint_test_towardzero): Likewise.
18908         (lrint_test_downward): Likewise.
18909         (lrint_test_upward): Likewise.
18910         (llrint_test): Likewise.
18911         (llrint_test_tonearest): Likewise.
18912         (llrint_test_towardzero): Likewise.
18913         (llrint_test_downward): Likewise.
18914         (llrint_test_upward): Likewise.
18915         (log_test): Likewise.
18916         (log10_test): Likewise.
18917         (log1p_test): Likewise.
18918         (log2_test): Likewise.
18919         (logb_test): Likewise.
18920         (logb_test_downward): Likewise.
18921         (lround_test): Likewise.
18922         (llround_test): Likewise.
18923         (modf_test): Likewise.
18924         (nearbyint_test): Likewise.
18925         (nextafter_test): Likewise.
18926         (nexttoward_test): Likewise.
18927         (pow_test): Likewise.
18928         (pow_test_tonearest): Likewise.
18929         (pow_test_towardzero): Likewise.
18930         (pow_test_downward): Likewise.
18931         (pow_test_upward): Likewise.
18932         (remainder_test): Likewise.
18933         (remainder_test_tonearest): Likewise.
18934         (remainder_test_towardzero): Likewise.
18935         (remainder_test_downward): Likewise.
18936         (remainder_test_upward): Likewise.
18937         (remquo_test): Likewise.
18938         (rint_test): Likewise.
18939         (rint_test_tonearest): Likewise.
18940         (rint_test_towardzero): Likewise.
18941         (rint_test_downward): Likewise.
18942         (rint_test_upward): Likewise.
18943         (round_test): Likewise.
18944         (scalb_test): Likewise.
18945         (scalbn_test): Likewise.
18946         (scalbln_test): Likewise.
18947         (signbit_test): Likewise.
18948         (sin_test): Likewise.
18949         (sin_test_tonearest): Likewise.
18950         (sin_test_towardzero): Likewise.
18951         (sin_test_downward): Likewise.
18952         (sin_test_upward): Likewise.
18953         (sincos_test): Likewise.
18954         (sinh_test): Likewise.
18955         (sinh_test_tonearest): Likewise.
18956         (sinh_test_towardzero): Likewise.
18957         (sinh_test_downward): Likewise.
18958         (sinh_test_upward): Likewise.
18959         (sqrt_test): Likewise.
18960         (tan_test): Likewise.
18961         (tan_test_tonearest): Likewise.
18962         (tan_test_towardzero): Likewise.
18963         (tan_test_downward): Likewise.
18964         (tan_test_upward): Likewise.
18965         (tanh_test): Likewise.
18966         (tgamma_test): Likewise.
18967         (trunc_test): Likewise.
18968         (y0_test): Likewise.
18969         (y1_test): Likewise.
18970         (yn_test): Likewise.
18971         (significand_test): Likewise.
18972
18973 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
18974
18975         [BZ #15381]
18976         * libio/genops.c (_IO_no_init): Initialize wide struct info.
18977
18978 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
18979
18980         [BZ #14894]
18981         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
18982         __ppc_mdoio and __ppc_mdoom.
18983         * manual/platform.texi: Document new functions __ppc_yield,
18984         __ppc_mdoio and __ppc_mdoom.
18985
18986 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
18987
18988         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
18989         (main): Mention "tls" pseudo-hwcap is legacy.
18990         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
18991
18992 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
18993
18994         * math/gen-libm-test.pl (parse_args): Output only string of
18995         arguments as text for test name, not full call or descriptions of
18996         tests for extra outputs.
18997         (generate_testfile): Do not pass function name to parse_args.
18998         Generate this_func variable from START.
18999         * math/libm-test.inc (struct test_f_f_data): Rename test_name
19000         field to arg_str.
19001         (struct test_ff_f_data): Likewise.
19002         (test_ff_f_data_nexttoward): Likewise.
19003         (struct test_fi_f_data): Likewise.
19004         (struct test_fl_f_data): Likewise.
19005         (struct test_if_f_data): Likewise.
19006         (struct test_fff_f_data): Likewise.
19007         (struct test_c_f_data): Likewise.
19008         (struct test_f_f1_data): Likewise.  Remove field extra_name.
19009         (struct test_fF_f1_data): Likewise.
19010         (struct test_ffI_f1_data): Likewise.
19011         (struct test_c_c_data): Rename test_name field to arg_str.
19012         (struct test_cc_c_data): Likewise.
19013         (struct test_f_i_data): Likewise.
19014         (struct test_ff_i_data): Likewise.
19015         (struct test_f_l_data): Likewise.
19016         (struct test_f_L_data): Likewise.
19017         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
19018         and extra2_name.
19019         (COMMON_TEST_SETUP): New macro.
19020         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
19021         (COMMON_TEST_CLEANUP): Likewise.
19022         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
19023         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
19024         macros.
19025         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
19026         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
19027         macros.
19028         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
19029         (RUN_TEST_fff_f): Take argument string.  Call new setup and
19030         cleanup macros.
19031         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
19032         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
19033         macros.
19034         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
19035         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
19036         macros.
19037         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
19038         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
19039         cleanup macros.
19040         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
19041         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
19042         cleanup macros.
19043         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
19044         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
19045         cleanup macros.
19046         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
19047         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
19048         macros.
19049         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
19050         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
19051         macros.
19052         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
19053         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
19054         macros.
19055         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
19056         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
19057         cleanup macros.
19058         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
19059         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
19060         cleanup macros.
19061         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
19062         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
19063         macros.
19064         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
19065         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
19066         cleanup macros.
19067         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
19068         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
19069         macros.
19070         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
19071         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
19072         macros.
19073         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
19074         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
19075         cleanup macros.
19076         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
19077
19078 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
19079
19080         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
19081         to _sifields.sigfault.
19082         (si_addr_lsb): Define new macro.
19083         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
19084         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
19085         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
19086
19087 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
19088
19089         [BZ #15441]
19090         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
19091         returns -1.
19092         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
19093         null return -1.
19094         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
19095         loading the domain.
19096
19097 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
19098
19099         * math/gen-libm-test.pl (parse_args): Do not include expected
19100         result in test name.
19101         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
19102         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
19103         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
19104         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
19105         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
19106         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19107
19108 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
19109
19110         * benchtests/Makefile: Sort function entries.
19111
19112         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
19113         tanh, asinh, acosh, atanh.
19114         * benchtests/acos-inputs: New file.
19115         * benchtests/acosh-inputs: New file.
19116         * benchtests/asin-inputs: New file.
19117         * benchtests/asinh-inputs: New file.
19118         * benchtests/atanh-inputs: New file.
19119         * benchtests/cosh-inputs: New file.
19120         * benchtests/log-inputs: New file.
19121         * benchtests/sinh-inputs: New file.
19122         * benchtests/tanh-inputs: New file.
19123
19124 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
19125
19126         [BZ #15339]
19127         * posix/tst-getaddrinfo4.c: New test.
19128         * posix/Makefile (tests): Add it.
19129
19130 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19131
19132         [BZ #15339]
19133         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
19134         when no services were used.
19135         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
19136         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
19137
19138 2013-05-21  Andreas Schwab  <schwab@suse.de>
19139
19140         [BZ #15014]
19141         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
19142         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
19143         successful.
19144         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
19145         redundant variable declarations and reallocation of buffer when
19146         parsing as IPv6 address.  Always set NSS status when called from
19147         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
19148         buffer too small.  Correct computation of needed size.
19149         * nss/Makefile (tests): Add test-digits-dots.
19150         * nss/test-digits-dots.c: New test.
19151
19152 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19153
19154         * benchtests/Makefile: Remove instructions for adding
19155         benchmark tests.
19156         * benchtests/README: New file to explain how to execute and
19157         enhance the benchmark tests.
19158
19159 2013-05-21  Andreas Schwab  <schwab@suse.de>
19160
19161         [BZ #15493]
19162         * setjmp/Makefile (tests): Add tst-sigsetjmp.
19163         * setjmp/tst-sigsetjmp.c: New test.
19164
19165 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
19166
19167         * sysdeps/x86_64/memset.S (memset): New implementation.
19168         (__bzero): Likewise.
19169         (__memset_tail): New function.
19170
19171 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
19172
19173         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
19174         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
19175         __memcpy_sse2_unaligned ifunc selection.
19176         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
19177         Add memcpy-sse2-unaligned.S.
19178         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
19179         Add: __memcpy_sse2_unaligned.
19180
19181 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
19182
19183         [BZ #15490]
19184         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
19185         math_force_eval before restoring floating-point envrionment.
19186         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
19187         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
19188         Likewise.
19189         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
19190         <math_private.h>.
19191         (__nearbyintl): Use math_force_eval before restoring
19192         floating-point environment.
19193         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
19194
19195         * math/gen-libm-test.pl (special_functions): Remove.
19196         (parse_args): Don't handle TEST_extra.  Handle functions with no
19197         return value.
19198         * math/libm-test.inc (struct test_sincos_data): Replace with
19199         struct test_fFF_11_data.
19200         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
19201         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
19202         (sincos_test_data): Change element type to struct
19203         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
19204         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
19205         RUN_TEST_LOOP_sincos.
19206         * math/README.libm-test: Don't mention special handling of
19207         individual functions.
19208         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
19209         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
19210         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
19211         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
19212         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
19213         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19214
19215         * math/gen-libm-test.pl (get_variable): Remove function.
19216         (parse_args): Don't show pointer parameters to call in test
19217         names.  Use "extra output N" in test names for extra outputs
19218         rather than naming variables.
19219
19220 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
19221
19222         [BZ #15488]
19223         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
19224         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
19225         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
19226         double tests.
19227         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
19228         disable.
19229         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
19230         check_long_double.
19231
19232         * math/gen-libm-test.pl (@tests): Remove variable.
19233         ($count): Likewise.
19234         (new_test): Remove function.
19235         (show_exceptions): New function.
19236         (special_functions): Use show_exceptions instead of new_test.
19237         (parse_args): Likewise.
19238         (generate_testfile): Pass only function name in generated call to
19239         print_max_error or print_complex_max_error.
19240         (get_ulps): Do not handle complex tests specially.
19241         (output_test): Rename to ...
19242         (get_all_ulps_for_test): ... this.  Return a string rather than
19243         printing to a file.  Require ulps to be present.
19244         (output_ulps): Generate arrays rather than #defines.
19245         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
19246         (struct ulp_data): New type.
19247         (BUILD_COMPLEX_ULP): Remove macro.
19248         (compare_ulp_data): New function.
19249         (find_ulps): Likewise.
19250         (find_test_ulps): Likewise.
19251         (find_function_ulps): Likewise.
19252         (find_complex_function_ulps): Likewise.
19253         (print_max_error): Determine allowed ulps using
19254         find_function_ulps.
19255         (print_complex_max_error): Determine allowed ulps using
19256         find_complex_function_ulps.
19257         (check_float_internal): Determine max ulps using find_test_ulps.
19258         (check_float): Do not take max_ulp parameter.  Update call to
19259         check_float_internal.
19260         (check_complex): Likewise.
19261         (check_int): Do not take max_ulp parameter.
19262         (check_long): Likewise.
19263         (check_bool): Likewise.
19264         (check_longlong): Likewise.
19265         (struct test_f_f_data): Remove max_ulp field.
19266         (struct test_ff_f_data): Likewise.
19267         (struct test_ff_f_data_nexttoward): Likewise.
19268         (struct test_fi_f_data): Likewise.
19269         (struct test_fl_f_data): Likewise.
19270         (struct test_if_f_data): Likewise.
19271         (struct test_fff_f_data): Likewise.
19272         (struct test_c_f_data): Likewise.
19273         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
19274         (struct test_fF_f1_data): Likewise.
19275         (struct test_ffI_f1_data): Likewise.
19276         (struct test_c_c_data): Remove max_ulp field.
19277         (struct test_cc_c_data): Likewise.
19278         (struct test_f_i_data): Likewise.
19279         (struct test_ff_i_data): Likewise.
19280         (struct test_f_l_data): Likewise.
19281         (struct test_f_L_data): Likewise.
19282         (struct test_sincos_data): Likewise.
19283         (RUN_TEST_f_f): Do not handle ulps.
19284         (RUN_TEST_LOOP_f_f): Likewise.
19285         (RUN_TEST_2_f): Likewise.
19286         (RUN_TEST_LOOP_2_f): Likewise.
19287         (RUN_TEST_fff_f): Likewise.
19288         (RUN_TEST_LOOP_fff_f): Likewise.
19289         (RUN_TEST_c_f): Likewise.
19290         (RUN_TEST_LOOP_c_f): Likewise.
19291         (RUN_TEST_f_f1): Likewise.
19292         (RUN_TEST_LOOP_f_f1): Likewise.
19293         (RUN_TEST_fF_f1): Likewise.
19294         (RUN_TEST_LOOP_fF_f1): Likewise.
19295         (RUN_TEST_fI_f1): Likewise.
19296         (RUN_TEST_LOOP_fI_f1): Likewise.
19297         (RUN_TEST_ffI_f1): Likewise.
19298         (RUN_TEST_LOOP_ffI_f1): Likewise.
19299         (RUN_TEST_c_c): Likewise.
19300         (RUN_TEST_LOOP_c_c): Likewise.
19301         (RUN_TEST_cc_c): Likewise.
19302         (RUN_TEST_LOOP_cc_c): Likewise.
19303         (RUN_TEST_f_i): Likewise.
19304         (RUN_TEST_LOOP_f_i): Likewise.
19305         (RUN_TEST_f_i_tg): Likewise.
19306         (RUN_TEST_LOOP_f_i_tg): Likewise.
19307         (RUN_TEST_ff_i_tg): Likewise.
19308         (RUN_TEST_LOOP_ff_i_tg): Likewise.
19309         (RUN_TEST_f_b): Likewise.
19310         (RUN_TEST_LOOP_f_b): Likewise.
19311         (RUN_TEST_f_b_tg): Likewise.
19312         (RUN_TEST_LOOP_f_b_tg): Likewise.
19313         (RUN_TEST_f_l): Likewise.
19314         (RUN_TEST_LOOP_f_l): Likewise.
19315         (RUN_TEST_f_L): Likewise.
19316         (RUN_TEST_LOOP_f_L): Likewise.
19317         (RUN_TEST_sincos): Likewise.
19318         (RUN_TEST_LOOP_sincos): Likewise.
19319
19320 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
19321
19322         [BZ #15480]
19323         [BZ #15485]
19324         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
19325         main case of finite arguments, set rounding mode to FE_TONEAREST
19326         and discard exceptions.
19327         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
19328         exceptions.
19329         (remainder_tonearest_test_data): New variable.
19330         (remainder_test_tonearest): New function.
19331         (remainder_towardzero_test_data): New variable.
19332         (remainder_test_towardzero): New function.
19333         (remainder_downward_test_data): New variable.
19334         (remainder_test_downward): New function.
19335         (remainder_upward_test_data): New variable.
19336         (remainder_test_upward): New function.
19337         (main): Call the new test functions.
19338
19339         * math/libm-test.inc (struct test_f_f1_data): Remove field
19340         extra_init.
19341         (struct test_fF_f1_data): Likewise.
19342         (struct test_ffI_f1_data): Likewise.
19343         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
19344         based on value of EXTRA_EXPECTED.
19345         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
19346         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
19347         EXTRA_VAR based on value of EXTRA_EXPECTED.
19348         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
19349         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
19350         EXTRA_VAR based on value of EXTRA_EXPECTED.
19351         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
19352         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
19353         EXTRA_VAR based on value of EXTRA_EXPECTED.
19354         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
19355         * math/gen-libm-test.pl (parse_args): Don't output initializers
19356         for extra output values.
19357
19358         * math/libm-test.inc (check_int): Expect result to be exactly
19359         equal to expected value and do not handle ulps.
19360         (check_long): Likewise.
19361         (check_longlong): Likewise.
19362
19363         * math/libm-test.inc (ceil_test_data): Test for "inexact"
19364         exceptions.
19365         (cimag_test_data): Likewise.
19366         (conj_test_data): Likewise.
19367         (copysign_test_data): Likewise.
19368         (cproj_test_data): Likewise.
19369         (creal_test_data): Likewise.
19370         (fabs_test_data): Likewise.
19371         (fdim_test_data): Likewise.
19372         (finite_test_data): Likewise.
19373         (floor_test_data): Likewise.
19374         (fmax_test_data): Likewise.
19375         (fmin_test_data): Likewise.
19376         (fmod_test_data): Likewise.
19377         (fpclassify_test_data): Likewise.
19378         (frexp_test_data): Likewise.
19379         (ilogb_test_data): Likewise.
19380         (isfinite_test_data): Likewise.
19381         (isgreater_test_data): Likewise.
19382         (isgreaterequal_test_data): Likewise.
19383         (isinf_test_data): Likewise.
19384         (isless_test_data): Likewise.
19385         (islessequal_test_data): Likewise.
19386         (islessgreater_test_data): Likewise.
19387         (isnan_test_data): Likewise.
19388         (isnormal_test_data): Likewise.
19389         (issignaling_test_data): Likewise.
19390         (isunordered_test_data): Likewise.
19391         (ldexp_test_data): Likewise.
19392         (lrint_test_data): Likewise.
19393         (lrint_test_data) [TEST_FLOAT]: Disable one test.
19394         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
19395         (lrint_tonearest_test_data): Test for "inexact" exceptions.
19396         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
19397         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
19398         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
19399         test input.
19400         (lrint_towardzero_test_data): Test for "inexact" exceptions.
19401         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
19402         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
19403         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
19404         that test input.
19405         (lrint_downward_test_data): Test for "inexact" exceptions.
19406         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
19407         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
19408         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
19409         test input.
19410         (lrint_upward_test_data): Test for "inexact" exceptions.
19411         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
19412         test input.
19413         (llrint_test_data): Test for "inexact" exceptions.
19414         (llrint_test_data) [TEST_FLOAT]: Disable one test.
19415         (llrint_tonearest_test_data): Test for "inexact" exceptions.
19416         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
19417         (llrint_towardzero_test_data): Test for "inexact" exceptions.
19418         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
19419         (llrint_downward_test_data): Test for "inexact" exceptions.
19420         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
19421         (llrint_upward_test_data): Test for "inexact" exceptions.
19422         (logb_test_data): Likewise.
19423         (logb_downward_test_data): Likewise.
19424         (nextafter_test_data): Likewise.
19425         (nexttoward_test_data): Likewise.
19426         (remainder_test_data): Likewise.
19427         (remquo_test_data): Likewise.
19428         (scalbn_test_data): Likewise.
19429         (scalbln_test_data): Likewise.
19430         (signbit_test_data): Likewise.
19431         (sqrt_test_data): Likewise.
19432         (significand_test_data): Likewise.
19433
19434 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
19435
19436         [BZ #15424]
19437         * benchtests/bench-modf.c (struct args): Mark arg0 as
19438         volatile.
19439         * scripts/bench.pl: Mark members of struct args as volatile.
19440
19441 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19442
19443         [BZ # 15497]
19444         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
19445         negative infinity on POWER6 or lower.
19446         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
19447
19448 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
19449
19450         [BZ #15442]
19451         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
19452         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
19453         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
19454         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
19455         (_FP_SETQNAN): New macro.
19456         (_FP_SETQNAN_SEMIRAW): Likewise.
19457         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
19458         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
19459         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
19460         (FP_EXTEND): Use _FP_FRAC_SNANP.
19461         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
19462         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
19463         into account.
19464         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
19465         New macro.
19466         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
19467         Likewise.
19468
19469 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
19470
19471         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
19472         with DIVIDE_BY_ZERO_EXCEPTION.
19473         (gamma_test_data): Likewise.
19474         (lgamma_test_data): Likewise.
19475         (log_test_data): Likewise.
19476         (log10_test_data): Likewise.
19477         (log2_test_data): Likewise.
19478         (tgamma_test_data): Likewise.
19479
19480         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
19481         (acos_test_tonearest): Likewise.
19482         (acos_test_towardzero): Likewise.
19483         (acos_test_downward): Likewise.
19484         (acos_test_upward): Likewise.
19485         (acosh_test): Likewise.
19486         (asin_test): Likewise.
19487         (asin_test_tonearest): Likewise.
19488         (asin_test_towardzero): Likewise.
19489         (asin_test_downward): Likewise.
19490         (asin_test_upward): Likewise.
19491         (asinh_test): Likewise.
19492         (atan_test): Likewise.
19493         (atanh_test): Likewise.
19494         (atan2_test): Likewise.
19495         (cabs_test): Likewise.
19496         (cacos_test): Likewise.
19497         (cacosh_test): Likewise.
19498         (casin_test): Likewise.
19499         (casinh_test): Likewise.
19500         (catan_test): Likewise.
19501         (catanh_test): Likewise.
19502         (cbrt_test): Likewise.
19503         (ccos_test): Likewise.
19504         (ccosh_test): Likewise.
19505         (cexp_test): Likewise.
19506         (clog_test): Likewise.
19507         (clog10_test): Likewise.
19508         (cos_test): Likewise.
19509         (cos_test_tonearest): Likewise.
19510         (cos_test_towardzero): Likewise.
19511         (cos_test_downward): Likewise.
19512         (cos_test_upward): Likewise.
19513         (cosh_test): Likewise.
19514         (cosh_test_tonearest): Likewise.
19515         (cosh_test_towardzero): Likewise.
19516         (cosh_test_downward): Likewise.
19517         (cosh_test_upward): Likewise.
19518         (cpow_test): Likewise.
19519         (csin_test): Likewise.
19520         (csinh_test): Likewise.
19521         (csqrt_test): Likewise.
19522         (ctan_test): Likewise.
19523         (ctan_test_tonearest): Likewise.
19524         (ctan_test_towardzero): Likewise.
19525         (ctan_test_downward): Likewise.
19526         (ctan_test_upward): Likewise.
19527         (ctanh_test): Likewise.
19528         (ctanh_test_tonearest): Likewise.
19529         (ctanh_test_towardzero): Likewise.
19530         (ctanh_test_downward): Likewise.
19531         (ctanh_test_upward): Likewise.
19532         (erf_test): Likewise.
19533         (erfc_test): Likewise.
19534         (exp_test): Likewise.
19535         (exp_test_tonearest): Likewise.
19536         (exp_test_towardzero): Likewise.
19537         (exp_test_downward): Likewise.
19538         (exp_test_upward): Likewise.
19539         (exp10_test): Likewise.
19540         (exp2_test): Likewise.
19541         (expm1_test): Likewise.
19542         (fmod_test): Likewise.
19543         (gamma_test): Likewise.
19544         (hypot_test): Likewise.
19545         (j0_test): Likewise.
19546         (j1_test): Likewise.
19547         (jn_test): Likewise.
19548         (lgamma_test): Likewise.
19549         (log_test): Likewise.
19550         (log10_test): Likewise.
19551         (log1p_test): Likewise.
19552         (log2_test): Likewise.
19553         (logb_test_downward): Likewise.
19554         (pow_test): Likewise.
19555         (pow_test_tonearest): Likewise.
19556         (pow_test_towardzero): Likewise.
19557         (pow_test_downward): Likewise.
19558         (pow_test_upward): Likewise.
19559         (remainder_test): Likewise.
19560         (remquo_test): Likewise.
19561         (sin_test): Likewise.
19562         (sin_test_tonearest): Likewise.
19563         (sin_test_towardzero): Likewise.
19564         (sin_test_downward): Likewise.
19565         (sin_test_upward): Likewise.
19566         (sincos_test): Likewise.
19567         (sinh_test): Likewise.
19568         (sinh_test_tonearest): Likewise.
19569         (sinh_test_towardzero): Likewise.
19570         (sinh_test_downward): Likewise.
19571         (sinh_test_upward): Likewise.
19572         (sqrt_test): Likewise.
19573         (tan_test): Likewise.
19574         (tan_test_tonearest): Likewise.
19575         (tan_test_towardzero): Likewise.
19576         (tan_test_downward): Likewise.
19577         (tan_test_upward): Likewise.
19578         (tanh_test): Likewise.
19579         (tgamma_test): Likewise.
19580         (y0_test): Likewise.
19581         (y1_test): Likewise.
19582         (yn_test): Likewise.
19583
19584         * math/gen-libm-test.pl (adjust_arg): Remove function.
19585         (special_function): Remove argument $in_func.  Only handle
19586         generating output for tables of tests, not inside functions.
19587         (parse_args): Likewise.
19588         (generate_testfile): Remove variable $in_func.  Update call to
19589         parse_args.
19590         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
19591         (MINUS_ZERO_INIT): Rename macro to minus_zero.
19592         (PLUS_INFTY_INIT): Rename macro to plus_infty.
19593         (MINUS_INFTY_INIT): Rename macro to minus_infty.
19594         (QNAN_VALUE_INIT): Rename macro to qnan_value.
19595         (MAX_VALUE_INIT): Rename macro to max_value.
19596         (MIN_VALUE_INIT): Rename macro to min_value.
19597         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
19598         (plus_zero): Remove variable.
19599         (minus_zero): Likewise.
19600         (plus_infty): Likewise.
19601         (minus_infty): Likewise.
19602         (qnan_value): Likewise.
19603         (max_value): Likewise.
19604         (min_value): Likewise.
19605         (min_subnorm_value): Likewise.
19606
19607 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19608
19609         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
19610         uint64_t or uint32_t usage.
19611         * crypt/sha256-block.c: Likewise.
19612         * crypt/sha256-crypt.c: Likewise.
19613         * crypt/sha256.c: Likewise.
19614         * crypt/sha512-block.c: Likewise.
19615         * crypt/sha512-crypt.c: Likewise.
19616         * crypt/sha512.c: Likewise.
19617         * debug/backtrace-tst.c: Likewise.
19618         * debug/pcprofiledump.c: Likewise.
19619         * elf/cache.c: Likewise.
19620         * elf/dl-cache.c: Likewise.
19621         * elf/dl-misc.c: Likewise.
19622         * elf/dl-profile.c: Likewise.
19623         * elf/dl-support.c: Likewise.
19624         * elf/ldconfig.c: Likewise.
19625         * elf/sprof.c: Likewise.
19626         * iconv/dummy-repertoire.c: Likewise.
19627         * iconv/iconv_charmap.c: Likewise.
19628         * iconv/skeleton.c: Likewise.
19629         * iconvdata/8bit-generic.c: Likewise.
19630         * iconvdata/cp737.h: Likewise.
19631         * iconvdata/cp775.h: Likewise.
19632         * iconvdata/ibm1008.h: Likewise.
19633         * iconvdata/ibm1025.h: Likewise.
19634         * iconvdata/ibm1046.h: Likewise.
19635         * iconvdata/ibm1097.h: Likewise.
19636         * iconvdata/ibm1112.h: Likewise.
19637         * iconvdata/ibm1122.h: Likewise.
19638         * iconvdata/ibm1123.h: Likewise.
19639         * iconvdata/ibm1124.h: Likewise.
19640         * iconvdata/ibm1129.h: Likewise.
19641         * iconvdata/ibm1130.h: Likewise.
19642         * iconvdata/ibm1132.h: Likewise.
19643         * iconvdata/ibm1133.h: Likewise.
19644         * iconvdata/ibm1137.h: Likewise.
19645         * iconvdata/ibm1140.h: Likewise.
19646         * iconvdata/ibm1141.h: Likewise.
19647         * iconvdata/ibm1142.h: Likewise.
19648         * iconvdata/ibm1143.h: Likewise.
19649         * iconvdata/ibm1144.h: Likewise.
19650         * iconvdata/ibm1145.h: Likewise.
19651         * iconvdata/ibm1146.h: Likewise.
19652         * iconvdata/ibm1147.h: Likewise.
19653         * iconvdata/ibm1148.h: Likewise.
19654         * iconvdata/ibm1149.h: Likewise.
19655         * iconvdata/ibm1153.h: Likewise.
19656         * iconvdata/ibm1154.h: Likewise.
19657         * iconvdata/ibm1155.h: Likewise.
19658         * iconvdata/ibm1156.h: Likewise.
19659         * iconvdata/ibm1157.h: Likewise.
19660         * iconvdata/ibm1158.h: Likewise.
19661         * iconvdata/ibm1160.h: Likewise.
19662         * iconvdata/ibm1161.h: Likewise.
19663         * iconvdata/ibm1162.h: Likewise.
19664         * iconvdata/ibm1163.h: Likewise.
19665         * iconvdata/ibm1164.h: Likewise.
19666         * iconvdata/ibm1166.h: Likewise.
19667         * iconvdata/ibm1167.h: Likewise.
19668         * iconvdata/ibm12712.h: Likewise.
19669         * iconvdata/ibm1390.h: Likewise.
19670         * iconvdata/ibm1399.h: Likewise.
19671         * iconvdata/ibm16804.h: Likewise.
19672         * iconvdata/ibm4517.h: Likewise.
19673         * iconvdata/ibm4899.h: Likewise.
19674         * iconvdata/ibm4909.h: Likewise.
19675         * iconvdata/ibm4971.h: Likewise.
19676         * iconvdata/ibm5347.h: Likewise.
19677         * iconvdata/ibm803.h: Likewise.
19678         * iconvdata/ibm856.h: Likewise.
19679         * iconvdata/ibm901.h: Likewise.
19680         * iconvdata/ibm902.h: Likewise.
19681         * iconvdata/ibm9030.h: Likewise.
19682         * iconvdata/ibm9066.h: Likewise.
19683         * iconvdata/ibm921.h: Likewise.
19684         * iconvdata/ibm922.h: Likewise.
19685         * iconvdata/ibm9448.h: Likewise.
19686         * iconvdata/isiri-3342.h: Likewise.
19687         * iconvdata/jis0201.h: Likewise.
19688         * include/link.h: Likewise.
19689         * include/netdb.h: Likewise.
19690         * inet/check_native.c: Likewise.
19691         * inet/check_pf.c: Likewise.
19692         * inet/getipv4sourcefilter.c: Likewise.
19693         * inet/getnameinfo.c: Likewise.
19694         * inet/getsourcefilter.c: Likewise.
19695         * inet/htonl.c: Likewise.
19696         * inet/setipv4sourcefilter.c: Likewise.
19697         * inet/setsourcefilter.c: Likewise.
19698         * inet/test-inet6_opt.c: Likewise.
19699         * inet/tst-network.c: Likewise.
19700         * locale/C-collate.c: Likewise.
19701         * locale/C-ctype.c: Likewise.
19702         * locale/C-time.c: Likewise.
19703         * locale/C-translit.h: Likewise.
19704         * locale/loadarchive.c: Likewise.
19705         * locale/programs/3level.h: Likewise.
19706         * locale/programs/charmap.c: Likewise.
19707         * locale/programs/charmap.h: Likewise.
19708         * locale/programs/ld-address.c: Likewise.
19709         * locale/programs/ld-collate.c: Likewise.
19710         * locale/programs/ld-ctype.c: Likewise.
19711         * locale/programs/ld-identification.c: Likewise.
19712         * locale/programs/ld-measurement.c: Likewise.
19713         * locale/programs/ld-messages.c: Likewise.
19714         * locale/programs/ld-monetary.c: Likewise.
19715         * locale/programs/ld-name.c: Likewise.
19716         * locale/programs/ld-numeric.c: Likewise.
19717         * locale/programs/ld-paper.c: Likewise.
19718         * locale/programs/ld-telephone.c: Likewise.
19719         * locale/programs/ld-time.c: Likewise.
19720         * locale/programs/linereader.c: Likewise.
19721         * locale/programs/locale.c: Likewise.
19722         * locale/programs/locarchive.c: Likewise.
19723         * locale/programs/locfile.h: Likewise.
19724         * locale/programs/repertoire.c: Likewise.
19725         * locale/programs/simple-hash.c: Likewise.
19726         * locale/programs/simple-hash.h: Likewise.
19727         * malloc/memusage.c: Likewise.
19728         * malloc/memusagestat.c: Likewise.
19729         * nis/nis_defaults.c: Likewise.
19730         * nis/nis_hash.c: Likewise.
19731         * nis/nis_print.c: Likewise.
19732         * nis/nis_xdr.c: Likewise.
19733         * nscd/connections.c: Likewise.
19734         * nscd/hstcache.c: Likewise.
19735         * nscd/nscd_gethst_r.c: Likewise.
19736         * nscd/nscd_getserv_r.c: Likewise.
19737         * nscd/nscd_helper.c: Likewise.
19738         * nscd/servicescache.c: Likewise.
19739         * nss/makedb.c: Likewise.
19740         * nss/nss_db/db-XXX.c: Likewise.
19741         * nss/nss_db/db-initgroups.c: Likewise.
19742         * nss/nss_db/db-netgrp.c: Likewise.
19743         * nss/nss_files/files-network.c: Likewise.
19744         * nss/nss_files/files-parse.c: Likewise.
19745         * posix/bug-regex5.c: Likewise.
19746         * posix/fnmatch_loop.c: Likewise.
19747         * posix/regcomp.c: Likewise.
19748         * posix/regexec.c: Likewise.
19749         * posix/tst-rfc3484-2.c: Likewise.
19750         * posix/tst-rfc3484-3.c: Likewise.
19751         * posix/tst-rfc3484.c: Likewise.
19752         * resolv/nss_dns/dns-canon.c: Likewise.
19753         * resolv/nss_dns/dns-network.c: Likewise.
19754         * resolv/res_init.c: Likewise.
19755         * resolv/res_mkquery.c: Likewise.
19756         * resolv/tst-aton.c: Likewise.
19757         * stdlib/cxa_atexit.c: Likewise.
19758         * stdlib/cxa_finalize.c: Likewise.
19759         * stdlib/gen-fpioconst.c: Likewise.
19760         * stdlib/strtol_l.c: Likewise.
19761         * string/tst-endian.c: Likewise.
19762         * sunrpc/auth_des.c: Likewise.
19763         * sunrpc/clnt_udp.c: Likewise.
19764         * sunrpc/rtime.c: Likewise.
19765         * sunrpc/svcauth_des.c: Likewise.
19766         * sunrpc/xdr.c: Likewise.
19767         * sunrpc/xdr_intXX_t.c: Likewise.
19768         * sunrpc/xdr_rec.c: Likewise.
19769         * sysdeps/generic/ldconfig.h: Likewise.
19770         * sysdeps/generic/ldsodefs.h: Likewise.
19771         * sysdeps/generic/memusage.h: Likewise.
19772         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
19773         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
19774         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
19775         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
19776         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
19777         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
19778         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
19779         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
19780         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
19781         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
19782         * sysdeps/posix/getaddrinfo.c: Likewise.
19783         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
19784         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
19785         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
19786         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
19787         * sysdeps/powerpc/test-gettimebase.c: Likewise.
19788         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
19789         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
19790         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
19791         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
19792         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
19793         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
19794         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
19795         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
19796         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
19797         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
19798         * sysdeps/x86_64/dl-tls.h: Likewise.
19799         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
19800         * time/alt_digit.c: Likewise.
19801         * time/era.c: Likewise.
19802         * wcsmbs/tst-c16c32-1.c: Likewise.
19803
19804 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
19805
19806         * math/libm-test.inc (struct test_sincos_data): New type.
19807         (RUN_TEST_LOOP_sincos): New macro.
19808         (sincos_test_data): New variable.
19809         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
19810
19811 2013-05-16  Richard Henderson  <rth@redhat.com>
19812
19813         * math/atest-exp2.c (LIMB64): New macro.
19814         (CONSTSZ): New macro.
19815         (mp_exp1, mp_exp_m1, mp_log2): New variables.
19816         (hexdig): Move ...
19817         (print_mpn_fp): ... to function scope.
19818         (read_mpn_hex): Remove.
19819         (get_log2): Remove.
19820         (exp2_mpn): Use mp_log2.
19821         (main): Use mp_exp1.
19822
19823 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
19824
19825         * math/libm-test.inc: Remove comment about not testing "inexact"
19826         exceptions.
19827         (INEXACT_EXCEPTION): New macro.
19828         (NO_INEXACT_EXCEPTION): Likewise.
19829         (INVALID_EXCEPTION_OK): Update value.
19830         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
19831         (OVERFLOW_EXCEPTION_OK): Likewise.
19832         (UNDERFLOW_EXCEPTION_OK): Likewise.
19833         (IGNORE_ZERO_INF_SIGN): Likewise.
19834         (ERRNO_UNCHANGED): Likewise.
19835         (ERRNO_EDOM): Likewise.
19836         (ERRNO_ERANGE): Likewise.
19837         (test_exceptions): Handle testing "inexact" exceptions.
19838         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
19839         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
19840         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
19841         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
19842         INEXACT_EXCEPTION.
19843         (rint_towardzero_test_data): Likewise.
19844         (rint_downward_test_data): Likewise.
19845         (rint_upward_test_data): Likewise.
19846
19847         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
19848         with OVERFLOW_EXCEPTION.
19849         (exp10_test_data): Likewise.
19850         (exp2_test_data): Likewise.
19851         (expm1_test_data): Likewise.
19852         (lgamma_test_data): Likewise.
19853         (pow_test_data): Likewise.
19854         (tgamma_test_data): Likewise.
19855         (yn_test_data): Remove duplicate test of overflow.
19856
19857         * math/libm-test.inc (struct test_cc_c_data): New type.
19858         (RUN_TEST_LOOP_cc_c): New macro.
19859         (cpow_test_data): New variable.
19860         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
19861
19862         * math/libm-test.inc (struct test_f_L_data): New type.
19863         (RUN_TEST_LOOP_f_L): New macro.
19864         (llrint_test_data): New variable.
19865         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
19866         (llrint_tonearest_test_data): New variable.
19867         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
19868         (llrint_towardzero_test_data): New variable.
19869         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
19870         (llrint_downward_test_data): New variable.
19871         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
19872         (llrint_upward_test_data): New variable.
19873         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
19874         (llround_test_data): New variable.
19875         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
19876
19877 2013-05-13  Peter Collingbourne  <pcc@google.com>
19878
19879         * math/atest-exp2.c (get_log2): Remove const attribute.
19880
19881 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
19882
19883         * math/libm-test.inc (struct test_f_l_data): New type.
19884         (RUN_TEST_LOOP_f_l): New macro.
19885         (lrint_test_data): New variable.
19886         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
19887         (lrint_tonearest_test_data): New variable.
19888         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
19889         (lrint_towardzero_test_data): New variable.
19890         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
19891         (lrint_downward_test_data): New variable.
19892         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
19893         (lrint_upward_test_data): New variable.
19894         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
19895         (lround_test_data): New variable.
19896         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
19897
19898 2013-05-15  Peter Collingbourne  <pcc@google.com>
19899
19900         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
19901         (EXTRACT_WORDS64) Use where appropriate.
19902         (INSERT_WORDS64) Likewise.
19903
19904         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
19905         constraints with x constraints.
19906         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
19907
19908         * malloc/obstack.c (_obstack_compat): Add initializer.
19909
19910 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
19911
19912         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
19913         si_trapno and add si_addr_lsb to _sifields.sigfault.
19914         (si_trapno): Remove macro.
19915         (si_addr_lsb): Define new macro.
19916         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
19917
19918 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
19919
19920         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
19921         instead of TEST_f_l.
19922         (llrint_test_tonearest): Likewise.
19923         (llrint_test_towardzero): Likewise.
19924         (llrint_test_downward): Likewise.
19925         (llrint_test_upward): Likewise.
19926         (llround_test): Likewise.
19927
19928         * math/libm-test.inc (struct test_f_i_data): Add comment.
19929         (RUN_TEST_LOOP_f_b): New macro.
19930         (RUN_TEST_LOOP_f_b_tg): Likewise.
19931         (finite_test_data): New variable.
19932         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
19933         (isfinite_test_data): New variable.
19934         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19935         (isinf_test_data): New variable.
19936         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19937         (isnan_test_data): New variable.
19938         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19939         (isnormal_test_data): New variable.
19940         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19941         (issignaling_test_data): New variable.
19942         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19943         (signbit_test_data): New variable.
19944         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
19945
19946         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
19947         with INVALID_EXCEPTION.
19948         (acosh_test_data): Likewise.
19949         (asin_test_data): Likewise.
19950         (atanh_test_data): Likewise.
19951         (fmod_test_data): Likewise.
19952         (log_test_data): Likewise.
19953         (log10_test_data): Likewise.
19954         (log2_test_data): Likewise.
19955         (pow_test_data): Likewise.
19956         (sqrt_test_data): Likewise.
19957         (y0_test_data): Likewise.
19958         (y1_test_data): Likewise.
19959         (yn_test_data): Likewise.
19960
19961         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
19962         function contents.
19963
19964         * math/libm-test.inc (struct test_ff_i_data): New type.
19965         (RUN_TEST_LOOP_ff_i_tg): New macro.
19966         (isgreater_test_data): New variable.
19967         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19968         (isgreaterequal_test_data): New variable.
19969         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19970         (isless_test_data): New variable.
19971         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19972         (islessequal_test_data): New variable.
19973         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19974         (islessgreater_test_data): New variable.
19975         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19976         (isunordered_test_data): New variable.
19977         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
19978
19979 2013-05-14  David S. Miller  <davem@davemloft.net>
19980
19981         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19982
19983 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
19984
19985         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
19986
19987         * math/libm-test.inc (struct test_fF_f1_data): Change type of
19988         extra_test to int.
19989         (struct test_f_i_data): Change type of max_ulp to int.
19990
19991         * math/libm-test.inc (test_ffI_f1_data): New type.
19992         (RUN_TEST_LOOP_ffI_f1): New macro.
19993         (remquo_test_data): New variable.
19994         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
19995
19996         * setjmp/tst-setjmp-fp.c: New file.
19997         * setjmp/Makefile (tests): Add tst-setjmp-fp.
19998         (link-libm): New variable.
19999         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
20000
20001         * math/libm-test.inc (struct test_f_i_data): New type.
20002         (RUN_TEST_LOOP_f_i): New macro.
20003         (RUN_TEST_LOOP_f_i_tg): Likewise.
20004         (fpclassify_test_data): New variable.
20005         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
20006         (ilogb_test_data): New variable.
20007         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
20008
20009         * math/libm-test.inc (scalbln_test): Correct function name in END
20010         call.
20011
20012         * math/libm-test.inc (struct test_f_f1_data): Add comment.
20013         (RUN_TEST_LOOP_fI_f1): New macro.
20014         (frexp_test_data): New variable.
20015         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
20016
20017         * math/libm-test.inc (struct test_fF_f1_data): New type.
20018         (RUN_TEST_LOOP_fF_f1): New macro.
20019         (modf_test_data): New variable.
20020         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
20021
20022         * math/libm-test.inc (struct test_f_f1_data): New type.
20023         (RUN_TEST_LOOP_f_f1): New macro.
20024         (gamma_test_data): New variable.
20025         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
20026         (lgamma_test_data): New variable.
20027         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
20028
20029 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
20030
20031         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
20032         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
20033         (main): Comment "tls" pseudo-hwcap.
20034
20035 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
20036
20037         * math/libm-test.inc (struct test_fl_f_data): New type.
20038         (RUN_TEST_LOOP_fl_f): New variable.
20039         (scalbln_test_data): New variable.
20040         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
20041
20042         * math/libm-test.inc (struct test_fi_f_data): New type.
20043         (RUN_TEST_LOOP_fi_f): New macro.
20044         (ldexp_test_data): New variable.
20045         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
20046         (scalbn_test_data): New variable.
20047         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
20048
20049         * math/libm-test.inc (struct test_c_f_data): New type.
20050         (RUN_TEST_LOOP_c_f): New macro.
20051         (cabs_test_data): New variable.
20052         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
20053         (carg_test_data): New variable.
20054         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
20055         (cimag_test_data): New variable.
20056         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
20057         (creal_test_data): New variable.
20058         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
20059
20060         * math/libm-test.inc (struct test_if_f_data): New type.
20061         (RUN_TEST_LOOP_if_f): New macro.
20062         (jn_test_data): New variable.
20063         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
20064         (yn_test_data): New variable.
20065         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
20066
20067         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
20068
20069 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20070
20071         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
20072         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
20073
20074 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
20075
20076         * benchtests/Makefile (CPPFLAGS-nonlib): Add
20077         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
20078         (bench-deps): Add bench-timing.h.
20079         * benchtests-bench-skeleton.c: Include bench-timing.h.
20080         (main): Use TIMING_* macros instead of clock_gettime.
20081         * benchtests/bench-timing.h: New file.
20082
20083         [BZ #14582]
20084         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
20085         Renamed from _LIB_VERSION.
20086         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
20087
20088 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
20089
20090         * math/libm-test.inc (struct test_fff_f_data): New type.
20091         (RUN_TEST_LOOP_fff_f): New macro.
20092         (fma_test_data): New variable.
20093         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
20094         (fma_towardzero_test_data): New variable.
20095         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
20096         (fma_downward_test_data): New variable.
20097         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
20098         (fma_upward_test_data): New variable.
20099         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
20100
20101         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
20102         (struct test_c_c_data): New type.
20103         (RUN_TEST_LOOP_c_c): New macro.
20104         (cacos_test_data): New variable.
20105         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
20106         (cacosh_test_data): New variable.
20107         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
20108         (casin_test_data): New variable.
20109         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
20110         (casinh_test_data): New variable.
20111         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
20112         (catan_test_data): New variable.
20113         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
20114         (catanh_test_data): New variable.
20115         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
20116         (ccos_test_data): New variable.
20117         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
20118         (ccosh_test_data): New variable.
20119         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
20120         (cexp_test_data): New variable.
20121         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
20122         (clog_test_data): New variable.
20123         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
20124         (clog10_test_data): New variable.
20125         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
20126         (conj_test_data): New variable.
20127         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
20128         (cproj_test_data): New variable.
20129         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
20130         (csin_test_data): New variable.
20131         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
20132         (csinh_test_data): New variable.
20133         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
20134         (csqrt_test_data): New variable.
20135         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
20136         (ctan_test_data): New variable.
20137         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
20138         (ctan_tonearest_test_data): New variable.
20139         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
20140         (ctan_towardzero_test_data): New variable.
20141         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
20142         (ctan_downward_test_data): New variable.
20143         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
20144         (ctan_upward_test_data): New variable.
20145         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
20146         (ctanh_test_data): New variable.
20147         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
20148         (ctanh_tonearest_test_data): New variable.
20149         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
20150         (ctanh_towardzero_test_data): New variable.
20151         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
20152         (ctanh_downward_test_data): New variable.
20153         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
20154         (ctanh_upward_test_data): New variable.
20155         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
20156         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
20157         of BUILD_COMPLEX.
20158
20159         * math/libm-test.inc (struct test_ff_f_data): New type.
20160         (struct test_ff_f_data_nexttoward): Likewise.
20161         (RUN_TEST_LOOP_2_f): New macro.
20162         (RUN_TEST_LOOP_ff_f): Likewise.
20163         (atan2_test_data): New variable.
20164         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
20165         (copysign_test_data): New variable.
20166         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
20167         (fdim_test_data): New variable.
20168         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
20169         (fmax_test_data): New variable.
20170         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
20171         (fmin_test_data): New variable.
20172         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
20173         (fmod_test_data): New variable.
20174         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
20175         (hypot_test_data): New variable.
20176         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
20177         (nextafter_test_data): New variable.
20178         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
20179         (nexttoward_test_data): New variable.
20180         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
20181         (pow_test_data): New variable.
20182         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
20183         (pow_tonearest_test_data): New variable.
20184         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
20185         (pow_towardzero_test_data): New variable.
20186         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
20187         (pow_downward_test_data): New variable.
20188         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
20189         (pow_upward_test_data): New variable.
20190         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
20191         (remainder_test_data): New variable.
20192         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
20193         (scalb_test_data): New variable.
20194         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
20195         * sysdeps/i386/fpu/libm-test-ulps: Update.
20196
20197 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
20198
20199         * math/libm-test.inc (fma_test): Use max_value instead of local
20200         variable fltmax.
20201         (nextafter_test): Likewise.
20202
20203         * math/libm-test.inc (acos_towardzero_test_data): New variable.
20204         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20205         (acos_downward_test_data): New variable.
20206         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20207         (acos_upward_test_data): New variable.
20208         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20209         (acosh_test_data): New variable.
20210         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
20211         (asin_test_data): New variable.
20212         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
20213         (asin_tonearest_test_data): New variable.
20214         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20215         (asin_towardzero_test_data): New variable.
20216         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20217         (asin_downward_test_data): New variable.
20218         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20219         (asin_upward_test_data): New variable.
20220         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20221         (asinh_test_data): New variable.
20222         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
20223         (atan_test_data): New variable.
20224         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
20225         (atanh_test_data): New variable.
20226         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
20227         (cbrt_test_data): New variable.
20228         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
20229         (ceil_test_data): New variable.
20230         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
20231         (cos_test_data): New variable.
20232         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
20233         (cos_tonearest_test_data): New variable.
20234         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20235         (cos_towardzero_test_data): New variable.
20236         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20237         (cos_downward_test_data): New variable.
20238         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20239         (cos_upward_test_data): New variable.
20240         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20241         (cosh_test_data): New variable.
20242         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
20243         (cosh_tonearest_test_data): New variable.
20244         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20245         (cosh_towardzero_test_data): New variable.
20246         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20247         (cosh_downward_test_data): New variable.
20248         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20249         (cosh_upward_test_data): New variable.
20250         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20251         (erf_test_data): New variable.
20252         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
20253         (erfc_test_data): New variable.
20254         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
20255         (exp_test_data): New variable.
20256         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
20257         (exp_tonearest_test_data): New variable.
20258         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20259         (exp_towardzero_test_data): New variable.
20260         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20261         (exp_downward_test_data): New variable.
20262         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20263         (exp_upward_test_data): New variable.
20264         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20265         (exp10_test_data): New variable.
20266         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
20267         (exp2_test_data): New variable.
20268         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
20269         (expm1_test_data): New variable.
20270         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
20271         (fabs_test_data): New variable.
20272         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
20273         (floor_test_data): New variable.
20274         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
20275         (j0_test_data): New variable.
20276         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
20277         (j1_test_data): New variable.
20278         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
20279         (log_test_data): New variable.
20280         (log_test): Run tests with RUN_TEST_LOOP_f_f.
20281         (log10_test_data): New variable.
20282         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
20283         (log1p_test_data): New variable.
20284         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
20285         (log2_test_data): New variable.
20286         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
20287         (logb_test_data): New variable.
20288         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
20289         (logb_downward_test_data): New variable.
20290         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20291         (nearbyint_test_data): New variable.
20292         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
20293         (rint_test_data): New variable.
20294         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
20295         (rint_tonearest_test_data): New variable.
20296         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20297         (rint_towardzero_test_data): New variable.
20298         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20299         (rint_downward_test_data): New variable.
20300         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20301         (rint_upward_test_data): New variable.
20302         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20303         (round_test_data): New variable.
20304         (round_test): Run tests with RUN_TEST_LOOP_f_f.
20305         (sin_test_data): New variable.
20306         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
20307         (sin_tonearest_test_data): New variable.
20308         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20309         (sin_towardzero_test_data): New variable.
20310         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20311         (sin_downward_test_data): New variable.
20312         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20313         (sin_upward_test_data): New variable.
20314         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20315         (sinh_test_data): New variable.
20316         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
20317         (sinh_tonearest_test_data): New variable.
20318         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20319         (sinh_towardzero_test_data): New variable.
20320         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20321         (sinh_downward_test_data): New variable.
20322         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20323         (sinh_upward_test_data): New variable.
20324         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20325         (sqrt_test_data): New variable.
20326         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
20327         (tan_test_data): New variable.
20328         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
20329         (tan_tonearest_test_data): New variable.
20330         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20331         (tan_towardzero_test_data): New variable.
20332         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20333         (tan_downward_test_data): New variable.
20334         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20335         (tan_upward_test_data): New variable.
20336         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20337         (tanh_test_data): New variable.
20338         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
20339         (tgamma_test_data): New variable.
20340         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
20341         (trunc_test_data): New variable.
20342         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
20343         (y0_test_data): New variable.
20344         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
20345         (y1_test_data): New variable.
20346         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
20347         (significand_test_data): New variable.
20348         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
20349
20350 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
20351
20352         [BZ #12387]
20353         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
20354
20355 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
20356
20357         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
20358
20359 2013-05-10  Andreas Jaeger  <aj@suse.de>
20360
20361         [BZ #15448]
20362         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
20363         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
20364
20365 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
20366
20367         * math/gen-libm-test.pl (adjust_arg): New function.
20368         (special_functions): Handle generating output in both functions
20369         and arrays.
20370         (parse_args): Likewise.
20371         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
20372         $in_func argument to parse_args.
20373         * math/libm-test.inc (struct test_f_f_data): New type.
20374         (IF_ROUND_INIT_): New macro.
20375         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
20376         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
20377         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
20378         (IF_ROUND_INIT_FE_UPWARD): Likewise.
20379         (ROUND_RESTORE_): Likewise.
20380         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
20381         (ROUND_RESTORE_FE_TONEAREST): Likewise.
20382         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
20383         (ROUND_RESTORE_FE_UPWARD): Likewise.
20384         (RUN_TEST_LOOP_f_f): New macro.
20385         (acos_test_data): New variable.
20386         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
20387         (acos_tonearest_test_data): New variable.
20388         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20389
20390 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20391
20392         * benchtests/bench-skeleton.c (startup): Fix coding style.
20393
20394 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
20395
20396         [BZ #6809]
20397         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
20398         negative infinity argument.
20399         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
20400         negative infinity argument.
20401         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
20402         negative infinity argument.
20403         * math/libm-test.inc (tgamma_test): Expect errno to be set for
20404         domain errors.
20405
20406 2013-05-10  Florian Weimer  <fweimer@redhat.com>
20407
20408         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
20409         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
20410         * iconv/iconv_prog.c (main): Likewise.
20411         * locale/programs/charmap-dir.c (charmap_readdir)
20412         (fopen_uncompressed): Likewise.
20413         * locale/programs/locfile.c (siblings_uncached)
20414         (write_locale_data): Use lstat64 instead of lstat.
20415         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
20416         stat.
20417
20418 2013-05-10  Andreas Jaeger  <aj@suse.de>
20419
20420         [BZ #15395]
20421         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
20422         localization.
20423         Include <locale.h>.
20424
20425 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
20426
20427         * elf/dl-close.c (_dl_close_worker): Add comments.
20428
20429 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
20430
20431         [BZ #15359]
20432         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
20433         high part of pi/2.
20434         (__ieee754_rem_pio2l): Update comments.
20435
20436         [BZ #15429]
20437         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
20438         high part of pi/2.
20439         (__ieee754_rem_pio2l): Update comments.
20440
20441         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
20442         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
20443
20444         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
20445         M_PI_4l.
20446
20447         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
20448         (M_PI_34_LOG10El): Likewise.
20449         (M_PI2_LOG10El): Likewise.
20450         (M_PI4_LOG10El): Likewise.
20451         (M_PI_LOG10El): Likewise.
20452
20453 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20454
20455         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20456
20457 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
20458
20459         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
20460         (MINUS_ZERO_INIT): Likewise.
20461         (PLUS_INFTY_INIT): Likewise.
20462         (MINUS_INFTY_INIT): Likewise.
20463         (QNAN_VALUE_INIT): Likewise.
20464         (MAX_VALUE_INIT): Likewise.
20465         (MIN_VALUE_INIT): Likewise.
20466         (MIN_SUBNORM_VALUE_INIT): Likewise.
20467         (plus_zero): Initialize with PLUS_ZERO_INIT.
20468         (minus_zero): Initialize with MINUS_ZERO_INIT.
20469         (plus_infty): Initialize with PLUS_INFTY_INIT.
20470         (minus_infty): Initialize with MINUS_INFTY_INIT.
20471         (qnan_value): Initialize with QNAN_VALUE_INIT.
20472         (max_value): Initialize with MAX_VALUE_INIT.
20473         (min_value): Initialize with MIN_VALUE_INIT.
20474         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
20475
20476         * math/libm-test.inc (RUN_TEST_if_f): New macro.
20477         (jn_test): Use TEST_if_f instead of TEST_ff_f.
20478         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
20479         (yn_test): Use TEST_if_f instead of TEST_ff_f.
20480
20481         * math/libm-test.inc (RUN_TEST_f_f): New macro.
20482         (RUN_TEST_2_f): Likewise.
20483         (RUN_TEST_ff_f): Likewise.
20484         (RUN_TEST_fi_f): Likewise.
20485         (RUN_TEST_fl_f): Likewise.
20486         (RUN_TEST_fff_f): Likewise.
20487         (RUN_TEST_c_f): Likewise.
20488         (RUN_TEST_f_f1): Likewise.
20489         (RUN_TEST_fF_f1): Likewise.
20490         (RUN_TEST_fI_f1): Likewise.
20491         (RUN_TEST_ffI_f1): Likewise.
20492         (RUN_TEST_c_c): Likewise.
20493         (RUN_TEST_cc_c): Likewise.
20494         (RUN_TEST_f_i): Likewise.
20495         (RUN_TEST_f_i_tg): Likewise.
20496         (RUN_TEST_ff_i_tg): Likewise.
20497         (RUN_TEST_f_b): Likewise.
20498         (RUN_TEST_f_b_tg): Likewise.
20499         (RUN_TEST_f_l): Likewise.
20500         (RUN_TEST_f_L): Likewise.
20501         (RUN_TEST_sincos): Likewise.
20502         * math/gen-libm-test.pl (new_test): Take new argument to indicate
20503         whether to show exceptions.  Do not include ");\n" in return
20504         value.
20505         (special_functions): Output call to RUN_TEST_sincos instead of
20506         check_float calls.  Update calls to new_test.
20507         (parse_args): Output call to single RUN_TEST_* macro instead of
20508         check_* calls and other assignments.  Update calls to new_test.
20509
20510         [BZ #2546]
20511         [BZ #2560]
20512         [BZ #5159]
20513         [BZ #15426]
20514         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
20515         input to result for tgamma overflow.
20516         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
20517         (gamma_coeff): New variable.
20518         (NCOEFF): New macro.
20519         (gamma_positive): New function.
20520         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
20521         underflow here.  Use gamma_positive instead of exp (lgamma) for
20522         other arguments.
20523         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
20524         (gamma_coeff): New variable.
20525         (NCOEFF): New macro.
20526         (gammaf_positive): New function.
20527         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
20528         underflow here.  Use gamma_positive instead of exp (lgamma) for
20529         other arguments.
20530         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
20531         (gamma_coeff): New variable.
20532         (NCOEFF): New macro.
20533         (gammal_positive): New function.
20534         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
20535         underflow here.  Use gamma_positive instead of exp (lgamma) for
20536         other arguments.
20537         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
20538         (gamma_coeff): New variable.
20539         (NCOEFF): New macro.
20540         (gammal_positive): New function.
20541         (__ieee754_gammal_r): Handle positive infinity, overflow and
20542         underflow here.  Handle NaN the same as positive infinity.  Remove
20543         check x < 0xffffffff for negative integers.  Use gamma_positive
20544         instead of exp (lgamma) for other arguments.
20545         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
20546         (gamma_coeff): New variable.
20547         (NCOEFF): New macro.
20548         (gammal_positive): New function.
20549         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
20550         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
20551         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
20552         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
20553         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
20554         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
20555         * sysdeps/generic/math_private.h (__gamma_productf): New
20556         prototype.
20557         (__gamma_product): Likewise.
20558         (__gamma_productl): Likewise.
20559         * math/Makefile (libm-calls): Add gamma_product.
20560         * math/libm-test.inc (tgamma_test): Add more tests.
20561         * sysdeps/i386/fpu/libm-test-ulps: Update.
20562         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20563
20564 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
20565
20566         * benchtests/bench-skeleton.c (main): Preheat CPU.
20567
20568 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
20569
20570         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
20571
20572 2013-05-07  Roland McGrath  <roland@hack.frob.com>
20573
20574         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
20575         and _dl_skip_args_internal.
20576
20577 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
20578
20579         * manual/message.texi (Message Translation): Talk about users.
20580         Message to key mapping impacts design.
20581
20582 2013-05-06  Roland McGrath  <roland@hack.frob.com>
20583
20584         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
20585
20586         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
20587
20588         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
20589         * sysdeps/wordsize-64/glob64.c: ... here.
20590
20591         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
20592         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
20593         New macros.
20594
20595         * debug/getlogin_r_chk.c: Moved to ...
20596         * login/getlogin_r_chk.c: ... here.
20597         * debug/Makefile (routines): Move getlogin_r_chk to ...
20598         * login/Makefile (routines): ... here.
20599         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
20600         * login/Versions (libc: GLIBC_2.4): ... here.
20601
20602         * io/poll.c (__poll): Renamed from poll.
20603         Add libc_hidden_def.
20604         (poll): Define as weak alias.
20605
20606         * debug/ptsname_r_chk.c: Moved to ...
20607         * login/ptsname_r_chk.c: ... here.
20608         * debug/Makefile (routines): Move ptsname_r_chk to ...
20609         * login/Makefile (routines): ... here.
20610         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
20611         * login/Versions (libc: GLIBC_2.4): ... here.
20612
20613         * posix/getlogin.c: Moved to ...
20614         * login/getlogin.c: ... here.
20615         * posix/getlogin_r.c: Moved to ...
20616         * login/getlogin_r.c: ... here.
20617         * posix/getlogin_r.c: Moved to ...
20618         * login/getlogin_r.c: ... here.
20619         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
20620         * login/Makefile (routines): ... here.
20621         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
20622         * login/Versions (libc: GLIBC_2.0): ... here.
20623
20624         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
20625         (setrlimit): Define as weak alias.
20626
20627         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
20628         Call __ names for open, ftruncate, and close.
20629         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
20630         (truncate): Define as weak alias.
20631
20632 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
20633
20634         * math/gen-libm-test.pl (parse_args): Initialize x before each
20635         test of frexp, modf and remquo.
20636
20637         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
20638         test signgam value.
20639
20640 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20641
20642         [BZ #15418]
20643         [BZ #15419]
20644         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
20645         internal tests.
20646         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
20647
20648 2013-05-06  Roland McGrath  <roland@hack.frob.com>
20649
20650         * elf/dl-writev.h: New file.
20651         * elf/dl-misc.c: Include it.
20652         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
20653         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
20654
20655 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
20656
20657         * math/libm-test.inc (noXFails): Remove variable.
20658         (noXPasses): Likewise.
20659         (BUILD_COMPLEX_INT): Remove macro.
20660         (print_screen): Remove xfail argument.
20661         (print_screen_max_error): Likewise.
20662         (update_stats): Likewise.
20663         (print_max_error): Likewise.  Update calls to other affected
20664         functions.
20665         (print_complex_max_error): Likewise.
20666         (test_single_exception): Update calls to print_screen.
20667         (test_single_errno): Likewise.
20668         (check_float_internal): Remove xfail argument.  Update calls to
20669         other affected functions.
20670         (check_float): Likewise.
20671         (check_complex): Likewise.
20672         (check_int): Likewise.
20673         (check_long): Likewise.
20674         (check_bool): Likewise.
20675         (check_longlong): Likewise.
20676         (main): Don't print noXFails and noXPasses.
20677         * math/gen-libm-test.pl (top level): Don't mention expected
20678         failure handling in comment.
20679         (new_test): Don't handle expected failures.
20680         (parse_args): Don't mention expected failure handling in comment.
20681         (generate_testfile): Don't handle expected failures.
20682         (parse_ulps): Likewise.
20683         (print_ulps_file): Likewise.
20684         (get_failure): Remove function.
20685         (output_test): Don't handle expected failures.
20686         * make/README.libm-test: Don't mention expected failure handling.
20687
20688         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
20689         (minus_zero): Likewise.
20690         (plus_infty): Likewise.
20691         (minus_infty): Likewise.
20692         (qnan_value): Likewise.
20693         (max_value): Likewise.
20694         (min_value): Likewise.
20695         (min_subnorm_value): Likewise.
20696         (initialize): Do not initialize those variables dynamically.
20697
20698 2013-05-03  Roland McGrath  <roland@hack.frob.com>
20699
20700         * io/open.c (__open_2): Moved to ...
20701         * io/open_2.c: ... this new file.
20702         * io/open64.c (__open64_2): Moved to ...
20703         * io/open64_2.c: ... this new file.
20704         * io/openat.c (__openat_2): Moved to ...
20705         * io/openat_2.c: ... this new file.
20706         * io/openat64.c (__openat64_2): Moved to ...
20707         * io/openat64_2.c: ... this new file.
20708         * io/Makefile (routines): Add them.
20709         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
20710         * sysdeps/unix/sysv/linux/open_2.c: File removed.
20711         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
20712         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
20713         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
20714         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
20715         (__openat64): Add hidden_ver.
20716         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
20717         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
20718
20719         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
20720         Separately conditionalize setting of GLRO(dl_sysinfo) so
20721         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
20722         as well, but the actual setting is only under [NEED_DL_SYSINFO].
20723
20724 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20725
20726         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
20727         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
20728         definition.
20729         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
20730         * sysdeps/unix/sysv/linux/powerpc/init-first.c
20731         (_libc_vdso_platform_setup): Add __vdso_time initialization.
20732         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
20733         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
20734
20735 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
20736
20737         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
20738         test signgam value.
20739
20740         * math/libm-test.inc (hypot_test): Do not use
20741         IGNORE_ZERO_INF_SIGN.
20742
20743 2013-05-03  Andreas Jaeger  <aj@suse.de>
20744
20745         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
20746         Linux 3.9.
20747         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
20748         (PF_MAX): Adjust for VSOCK change.
20749
20750 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20751
20752         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20753
20754 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
20755
20756         [BZ #15264]
20757         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
20758         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
20759         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
20760
20761 2013-05-02  David S. Miller  <davem@davemloft.net>
20762
20763         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20764
20765 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
20766
20767         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
20768
20769 2013-05-01  Roland McGrath  <roland@hack.frob.com>
20770
20771         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
20772
20773 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
20774
20775         [BZ #14952]
20776         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
20777         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
20778         Use __attribute__ ((__gnu_inline__)).
20779         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
20780         Don't use __attribute__ ((__gnu_inline__)).
20781
20782 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
20783
20784         [BZ #15423]
20785         * math/s_catan.c (__catan): Handle small real or imaginary part of
20786         input specially to avoid spurious underflow.
20787         * math/s_catanf.c (__catanf): Likewise.
20788         * math/s_catanh.c (__catanh): Likewise.
20789         * math/s_catanhf.c (__catanhf): Likewise.
20790         * math/s_catanhl.c (__catanhl): Likewise.
20791         * math/s_catanl.c (__catanl): Likewise.
20792         * math/libm-test.inc (catan_test): Add more tests.
20793         (catanh_test): Likewise.
20794         * sysdeps/i386/fpu/libm-test-ulps: Update.
20795         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20796
20797 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20798
20799         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20800
20801 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
20802
20803         [BZ #15416]
20804         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
20805         accurately for denominator in atan2.
20806         * math/s_catanf.c (__catanf): Likewise.
20807         * math/s_catanh.c (__catanh): Likewise.
20808         * math/s_catanhf.c (__catanhf): Likewise.
20809         * math/s_catanhl.c (__catanhl): Likewise.
20810         * math/s_catanl.c (__catanl): Likewise.
20811         * math/libm-test.inc (catan_test): Add more tests.
20812         (catanh_test): Likewise.
20813         * sysdeps/i386/fpu/libm-test-ulps: Update.
20814         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20815
20816 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
20817
20818         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
20819
20820         * benchtests/Makefile (bench): Remove slow benchmarks.
20821         * benchtests/atan-inputs: Add slow benchmark inputs.
20822         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
20823         (BENCH_FUNC): Accept variant offset.
20824         (VARIANT): Define.
20825         * benchtests/bench-skeleton.c (main): Run benchmark for each
20826         variant.
20827         * benchtests/cos-inputs: Add slow benchmark inputs.
20828         * benchtests/exp-inputs: Likewise.
20829         * benchtests/pow-inputs: Likewise.
20830         * benchtests/sin-inputs: Likewise.
20831         * benchtests/slowatan-inputs: Remove.
20832         * benchtests/slowatan.c: Remove.
20833         * benchtests/slowcos-inputs: Remove.
20834         * benchtests/slowcos.c: Remove.
20835         * benchtests/slowexp-inputs: Remove.
20836         * benchtests/slowexp.c: Remove.
20837         * benchtests/slowpow-inputs: Remove.
20838         * benchtests/slowpow.c: Remove.
20839         * benchtests/slowsin-inputs: Remove.
20840         * benchtests/slowsin.c: Remove.
20841         * benchtests/slowtan-inputs: Remove.
20842         * benchtests/slowtan.c: Remove.
20843         * benchtests/tan-inputs: Add slow benchmark inputs.
20844         * scripts/bench.pl: Parse comments and directives.
20845
20846         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
20847         in CPPFLAGS.
20848         ($(objpfx)bench-%.c): Remove *-ITER.
20849         * benchtests/bench-modf.c: Remove definition of ITER.
20850         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
20851         (main): Loop for DURATION seconds instead of fixed number of
20852         iterations.
20853         * scripts/bench.pl: Don't expect iterations in parameters.
20854
20855 2013-04-29  Roland McGrath  <roland@hack.frob.com>
20856
20857         * io/fchdir.c (__fchdir): Renamed from fchdir.
20858         (fchdir): Define as weak alias.
20859
20860 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
20861
20862         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
20863         (ERRNO_EDOM): Likewise.
20864         (ERRNO_ERANGE): Likewise.
20865         (noErrnoTests): New variable.
20866         (init_max_error): Set errno to 0.
20867         (test_single_errno): New function.
20868         (test_errno): Likewise.
20869         (check_float_internal): Call test_errno.  Set errno to 0.
20870         (check_complex): Refer to errno tests in comment.
20871         (check_int): Call test_errno.  Set errno to 0.
20872         (check_long): Likewise.
20873         (check_bool): Likewise.
20874         (check_longlong): Likewise.
20875         (cos_test): Use ERRNO_* flags for errno tests instead of
20876         check_int.
20877         (expm1_test): Likewise.
20878         (fmod_test): Likewise.
20879         (ilogb_test): Likewise.
20880         (lgamma_test): Likewise.
20881         (pow_test): Likewise.
20882         (remainder_test): Likewise.
20883         (sin_test): Likewise.
20884         (tan_test): Likewise.
20885         (yn_test): Likewise.
20886         (initialize): Set errno to 0.
20887         (main): Print number of errno tests.
20888         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
20889
20890 2013-04-29  Andreas Jaeger  <aj@suse.de>
20891
20892         [BZ #15084]
20893         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
20894         and RES_USEVC.
20895
20896         [BZ #15085]
20897         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
20898         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
20899         unimplemented.
20900
20901         [BZ #15380]
20902         * stdlib/random.c (__initstate): Return NULL if
20903         __initstate fails.
20904
20905         [BZ #15086]
20906         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
20907         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
20908         RES_SNGLKUPREOP.
20909
20910 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20911
20912         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20913
20914 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
20915
20916         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
20917         of individual tests.
20918         (casin_test): Likewise.
20919         (casinh_test): Likewise.
20920
20921 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
20922
20923         [BZ #15409]
20924         * math/s_catan.c (__catan): Handle arguments with large real or
20925         imaginary part separately without squaring.
20926         * math/s_catanf.c (__catanf): Likewise.
20927         * math/s_catanh.c (__catanh): Likewise.
20928         * math/s_catanhf.c (__catanhf): Likewise.
20929         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
20930         and redefine.
20931         (__catanhl): Handle arguments with large real or imaginary part
20932         separately without squaring.
20933         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
20934         and redefine.
20935         (__catanl): Handle arguments with large real or imaginary part
20936         separately without squaring.
20937         * math/libm-test.inc (catan_test): Add more tests.
20938         (catanh_test): Likewise.
20939         * sysdeps/i386/fpu/libm-test-ulps: Update.
20940         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20941
20942 2013-04-27  Andreas Jaeger  <aj@suse.de>
20943
20944         [BZ #15007]
20945         * stdlib/stdlib.h: Update guards for qecvt.
20946         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
20947         <stdlib.h>.
20948
20949 2013-04-27  Allan McRae  <allan@archlinux.org>
20950
20951         * sysdeps/i386/fpu/libm-test-ulps: Update.
20952
20953 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
20954
20955         [BZ #15406]
20956         * math/s_catan.c: Include <float.h>.
20957         (__catan): Ensure underflow exception occurs for underflowed
20958         result.
20959         * math/s_catanf.c: Include <float.h>.
20960         (__catanf): Ensure underflow exception occurs for underflowed
20961         result.
20962         * math/s_catanh.c: Include <float.h>.
20963         (__catanh): Ensure underflow exception occurs for underflowed
20964         result.
20965         * math/s_catanhf.c: Include <float.h>.
20966         (__catanhf): Ensure underflow exception occurs for underflowed
20967         result.
20968         * math/s_catanhl.c: Include <float.h>.
20969         (__catanhl): Ensure underflow exception occurs for underflowed
20970         result.
20971         * math/s_catanl.c: Include <float.h>.
20972         (__catanl): Ensure underflow exception occurs for underflowed
20973         result.
20974         * math/libm-test.inc (catan_test): Add more tests.
20975         (catanh_test): Likewise.
20976
20977         [BZ #15405]
20978         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
20979         underflowed result.
20980         * math/s_ccoshf.c (__ccoshf): Likewise.
20981         * math/s_ccoshl.c (__ccoshl): Likewise.
20982         * math/s_csin.c (__csin): Likewise.
20983         * math/s_csinf.c (__csinf): Likewise.
20984         * math/s_csinh.c (__csinh): Likewise.
20985         * math/s_csinhf.c (__csinhf): Likewise.
20986         * math/s_csinhl.c (__csinhl): Likewise.
20987         * math/s_csinl.c (__csinl): Likewise.
20988         * math/libm-test.inc (ccos_test): Add more tests.
20989         (ccosh_test): Likewise.
20990         (csin_test): Likewise.
20991         (csinh_test): Likewise.
20992
20993 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20994
20995         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
20996         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
20997         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
20998         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
20999         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
21000         powerpc/power5+/fpu folders.
21001         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
21002
21003
21004 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
21005
21006         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21007
21008 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
21009
21010         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
21011         additions to variable.
21012         [$(config-machine) = x86_64] (modules-names): Likewise.
21013         ($(objpfx)tst-audit3): Remove dependency.
21014         ($(objpfx)tst-audit3.out): Likewise.
21015         ($(objpfx)tst-audit4): Likewise.
21016         ($(objpfx)tst-audit4.out): Likewise.
21017         ($(objpfx)tst-audit5): Likewise.
21018         ($(objpfx)tst-audit5.out): Likewise.
21019         ($(objpfx)tst-audit6): Likewise.
21020         ($(objpfx)tst-audit6.out): Likewise.
21021         ($(objpfx)tst-audit7): Likewise.
21022         ($(objpfx)tst-audit7.out): Likewise.
21023         (tst-audit3-ENV): Remove variable.
21024         (tst-audit4-ENV): Likewise.
21025         (tst-audit5-ENV): Likewise.
21026         (tst-audit6-ENV): Likewise.
21027         (tst-audit7-ENV): Likewise.
21028         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
21029         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
21030         addition to variable.
21031         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
21032         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
21033         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
21034         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
21035         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
21036         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
21037         tst-audit3, tst-audit4 and tst-audit5.
21038         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
21039         tst-audit6 and tst-audit7.
21040         [$(subdir) = elf] (modules-names): Add audit modules for those
21041         tests.
21042         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
21043         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
21044         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
21045         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
21046         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
21047         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
21048         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
21049         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
21050         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
21051         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
21052         [$(subdir) = elf] (tst-audit3-ENV): New variable.
21053         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
21054         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
21055         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
21056         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
21057         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
21058         Likewise.
21059         [$(subdir) = elf && $(config-cflags-avx) = yes]
21060         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
21061         [$(subdir) = elf && $(config-cflags-avx) = yes]
21062         (CFLAGS-tst-auditmod4a.c): Likewise.
21063         [$(subdir) = elf && $(config-cflags-avx) = yes]
21064         (CFLAGS-tst-auditmod4b.c): Likewise.
21065         [$(subdir) = elf && $(config-cflags-avx) = yes]
21066         (CFLAGS-tst-auditmod6b.c): Likewise.
21067         [$(subdir) = elf && $(config-cflags-avx) = yes]
21068         (CFLAGS-tst-auditmod6c.c): Likewise.
21069         [$(subdir) = elf && $(config-cflags-avx) = yes]
21070         (CFLAGS-tst-auditmod7b.c): Likewise.
21071         * elf/tst-audit3.c: Move to ...
21072         * sysdeps/x86_64/tst-audit3.c: ... here.
21073         * elf/tst-audit4.c: Move to ...
21074         * sysdeps/x86_64/tst-audit4.c: ... here.
21075         * elf/tst-audit5.c: Move to ...
21076         * sysdeps/x86_64/tst-audit5.c: ... here.
21077         * elf/tst-audit6.c: Move to ...
21078         * sysdeps/x86_64/tst-audit6.c: ... here.
21079         * elf/tst-audit7.c: Move to ...
21080         * sysdeps/x86_64/tst-audit7.c: ... here.
21081         * elf/tst-auditmod3a.c: Move to ...
21082         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
21083         * elf/tst-auditmod3b.c: Move to ...
21084         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
21085         * elf/tst-auditmod4a.c: Move to ...
21086         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
21087         * elf/tst-auditmod4b.c: Move to ...
21088         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
21089         * elf/tst-auditmod5a.c: Move to ...
21090         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
21091         * elf/tst-auditmod5b.c: Move to ...
21092         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
21093         * elf/tst-auditmod6a.c: Move to ...
21094         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
21095         * elf/tst-auditmod6b.c: Move to ...
21096         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
21097         * elf/tst-auditmod6c.c: Move to ...
21098         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
21099         * elf/tst-auditmod7a.c: Move to ...
21100         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
21101         * elf/tst-auditmod7b.c: Move to ...
21102         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
21103
21104 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
21105
21106         [BZ #15366]
21107         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
21108         define unconditionally.
21109         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
21110         define unconditionally.
21111         (INT8_C, INT16_C, etc.): Likewise.
21112
21113 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
21114
21115         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
21116         __ehdr_start with hidden visibility.
21117
21118         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
21119
21120 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
21121
21122         * math/libm-test.inc (cos_test): Use accurate hex constants.
21123         (sincost_test): Likewise.
21124
21125 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
21126
21127         * math/libm-test.inc (catan_test): Add more tests.
21128         (catanh_test): Likewise.
21129
21130         * math/s_catanf.c (__catanf): Use suffixed floating-point
21131         constants.
21132         * math/s_catanhf.c (__catanhf): Likewise.
21133         * math/s_catanhl.c (__catanhl): Likewise.
21134         * math/s_catanl.c (__catanl): Likewise.
21135
21136         [BZ #15394]
21137         * math/s_catan.c (__catan): Calculate imaginary part of result
21138         with log1p not log unless computing log of number close to 0.
21139         * math/s_catanf.c (__catanf): Likewise.
21140         * math/s_catanl.c (__catanl): Likewise.
21141         * math/s_catanh.c (__catanh): Calculate real part of result with
21142         log1p not log unless computing log of number close to 0.
21143         * math/s_catanhf.c (__catanhf): Likewise.
21144         * math/s_catanhl.c (__catanhl): Likewise.
21145         * math/libm-test.inc (catan_test): Add more tests.
21146         (catanh_test): Likewise.
21147         * sysdeps/i386/fpu/libm-test-ulps: Update.
21148         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21149
21150 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
21151
21152         * benchtests/Makefile: Mention files in which fast and slow
21153         paths of math functions are implemented.
21154
21155 2013-04-23  Roland McGrath  <roland@hack.frob.com>
21156
21157         * sysdeps/posix/timespec_get.c: New file.
21158
21159 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21160
21161         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
21162         POWER.
21163         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
21164         for POWER.
21165         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
21166         powerpc/power5/fpu folders.
21167         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
21168         * benchtests/Makefile: Add modf testcase.
21169         * benchtests/bench-modf.c: New file: Benchmark test for mo
21170
21171 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21172
21173         [BZ #14888]
21174         * time/Makefile (tests): Add tst-strptime-whitespace.
21175         * time/strptime_l.c (get_number): Use ISSPACE.
21176         (__strptime_internal): Likewise.
21177         * time/tst-strptime-whitespace.c: New test case.
21178
21179 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
21180
21181         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
21182         member.
21183         (_nss_files_init): Set it here.
21184
21185 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
21186
21187         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
21188         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
21189         unsigned.
21190
21191 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
21192
21193         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
21194
21195 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
21196
21197         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
21198         size just once.
21199
21200 2013-04-21  David S. Miller  <davem@davemloft.net>
21201
21202         * po/ru.po: Update Russion translation from translation project.
21203
21204 2013-04-17  Adam Conrad  <adconrad@0c3.net>
21205
21206         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
21207         and setfsgid.
21208
21209 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
21210
21211         * configure.in: Remove i386 configure warning. Remove i386 case.
21212         * configure: Regenerate.
21213         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
21214         Add example to error message.
21215         * sysdeps/i386/configure: Regenerate.
21216
21217 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
21218
21219         * benchtests/Makefile (bench): Add cos, tan, slowcos and
21220         slowtan.
21221         * benchtests/cos-inputs: New file.
21222         * benchtests/slowcos-inputs: New file.
21223         * benchtests/slowcos.c: New file.
21224         * benchtests/slowtan-inputs: New file.
21225         * benchtests/slowtan.c: New file.
21226         * benchtests/tan-inputs: New file.
21227
21228 2013-04-16  Roland McGrath  <roland@hack.frob.com>
21229
21230         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
21231         considered kosher.
21232
21233 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21234
21235         * benchtests/Makefile: Include cppflags-iterator.mk to add
21236         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
21237
21238         * Makefile.in (bench-clean): New target.
21239         * benchtests/Makefile (bench-clean): Likewise.
21240
21241 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
21242
21243         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
21244
21245 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
21246
21247         * stdio-common/tstdiomisc.c: Fix coding-style violation.
21248
21249 2013-04-15  Andreas Schwab  <schwab@suse.de>
21250
21251         * nscd/grpcache.c (cache_addgr): Properly check for short write.
21252         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21253         * nscd/pwdcache.c (cache_addpw): Likewise.
21254         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
21255         more than recsize.
21256
21257 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21258
21259         * benchtests/Makefile (bench): Write all output to
21260         bench-out.tmp together.
21261
21262 2013-04-15  Andreas Schwab  <schwab@suse.de>
21263
21264         * nscd/nscd.c (main): Don't fork again after closing files.
21265
21266 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21267
21268         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
21269
21270         * benchtests/Rules (bench-deps): Collect dependencies into a
21271         single variable.  Add Makefile to dependencies.
21272         ($(objpfx)bench-%.c): Depend on bench-deps.
21273
21274 2013-04-12  Roland McGrath  <roland@hack.frob.com>
21275             Xavier Roche  <roche+kml2@exalead.com>
21276
21277         [BZ #15361]
21278         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
21279         just that it's a file descriptor.
21280         * manual/llio.texi (Synchronizing AIO Operations): Update description
21281         for EBADF error from aio_fsync.
21282
21283 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21284
21285         * Rules (bench): Move target definition...
21286         * benchtests/Makefile: ... here.
21287
21288 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
21289
21290         * math/libm-test.inc (cos_test): Fix PI/2 test.
21291         (sincos_test): Likewise.
21292         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
21293         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
21294
21295 2013-04-11  Andreas Schwab  <schwab@suse.de>
21296
21297         [BZ #13988]
21298         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
21299         accept exponent character only when digits were seen.
21300         * stdio-common/Makefile (tests): Add bug26.
21301         * stdio-common/bug26.c: New file.
21302
21303         [BZ #14293]
21304         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
21305         non-freeable.
21306
21307 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21308
21309         * Makeconfig (rtld-prefix): Define built linker prefix.
21310         * Rules (run-bench): Use it.
21311         * math/Makefile (run-regen-ulps): Likewise.
21312
21313         * Rules (bench): Remove eval.
21314
21315 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21316             Roland McGrath  <roland@hack.frob.com>
21317             Ondrej Bilka  <neleai@seznam.cz>
21318
21319         [BZ #15346]
21320         * time/getdate.c: Include ctype.h and alloca.h.
21321         (__getdate_r): Trim leading and trailing spaces of input.
21322         * time/tst-getdate.c (tests): Add tests with leading and
21323         trailing spaces.
21324
21325 2013-04-08  Roland McGrath  <roland@hack.frob.com>
21326
21327         [BZ #14280]
21328         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
21329         when computing value.
21330
21331 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21332
21333         * math/README.libm-test (How can I generate "libm-test-ulps"?):
21334         Use testrun.sh to run libm tests.
21335
21336         [BZ #15309]
21337         * elf/dl-open.c (dl_open_worker): memset all of seen array.
21338
21339 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
21340
21341         [BZ #15264]
21342         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
21343
21344 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21345
21346         * Makefile.in (regen-ulps): New target.
21347         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
21348         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
21349         [ifneq (no,$(PERL)] (regen-ulps): New target.
21350         [ifeq (no,$(PERL)] (regen-ulps): New target.
21351         * math/libm-test.inc (ulps_file_name): Define.
21352         (output_dir): New variable.
21353         (options): Add "output-dir" option.
21354         (parse_opt): Handle 'o' case.
21355         (main): If output_dir is non-NULL use it as a prefix
21356         otherwise use "".
21357         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
21358
21359 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21360
21361         [BZ #10060, #10062]
21362         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
21363         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
21364         fail configure if __sync_val_compare_and_swap is not inlined.
21365         * sysdeps/i386/configure: Regenerate.
21366         * configure.in: Build for i686 when configured for i386.
21367         * configure: Regenerate.
21368         * README: Remove i386 reference.
21369
21370 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21371
21372         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
21373         * sysdeps/s390/s390-64/sysdep.h: Likewise.
21374
21375 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
21376
21377         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
21378         (lmsnanval): New variables.
21379         (F): Add conversion tests.
21380         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
21381         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
21382
21383         * stdio-common/tstdiomisc.c (F): Properly collect individual
21384         tests' results.
21385
21386         [BZ #14686, #15336]
21387         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
21388         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
21389         Instead, use input NaN values or generate a qNaN by arithmetic
21390         operation.  Also fix bugs to comply with the standard.
21391         * math/libm-test.inc (remainder_test): Add more tests.
21392
21393         [BZ #15335, #15342]
21394         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
21395         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
21396         input NaN values or generate a qNaN by arithmetic operation.
21397
21398         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
21399         unreachable code.
21400
21401         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
21402         definitions.
21403
21404 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
21405
21406         [BZ #14478]
21407         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
21408         underflowed result.
21409         * math/s_cexpf.c (__cexpf): Likewise.
21410         * math/s_cexpl.c (__cexpl): Likewise.
21411         * math/libm-test.inc (cexp_test): Add more tests.
21412
21413 2013-04-03  Andreas Schwab  <schwab@suse.de>
21414
21415         [BZ #15330]
21416         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
21417         order arrays from heap if bigger than alloca cutoff.
21418
21419 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
21420
21421         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
21422         (SNAN_TESTS_double): Refer to GCC PR56831.
21423         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
21424         GCC PR56828.
21425
21426 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21427
21428         * Rules (bench): Move bench.out after the run is complete.
21429
21430         * Rules (bench): Echo currently running benchmark.
21431
21432         * benchtests/Makefile (bench): Add atan and slowatan.
21433         * benchtests/atan-inputs: New file.
21434         * benchtests/slowatan-inputs: New file.
21435         * benchtests/slowatan.c: New file.
21436
21437         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
21438         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
21439         its value.
21440
21441         [BZ #15305]
21442         * sysdeps/unix/sysv/linux/kernel-features.h
21443         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
21444         __ASSUME_XFS_RESTRICTED_CHOWN.
21445         * sysdeps/unix/sysv/linux/pathconf.c
21446         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
21447         Save and restore errno.
21448
21449 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
21450
21451         [BZ #15327]
21452         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
21453         arguments using __kernel_casinh.
21454         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
21455         arguments using __kernel_casinhf.
21456         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
21457         arguments using __kernel_casinhl.
21458         * math/libm-test.inc (cacosh_test): Add more tests.
21459         * sysdeps/i386/fpu/libm-test-ulps: Update.
21460         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21461
21462 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21463
21464         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
21465         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
21466
21467         * bench/Makefile (bench): Add sin and slowsin.
21468         * benchtests/sin-inputs: New file.
21469         * benchtests/slowsin-inputs: New file.
21470         * benchtests/slowsin.c: New file.
21471
21472         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
21473         (bench): Add slowexp and slowpow.
21474         (exp-ITER): Increase iterations.
21475         (pow-ITER): Likewise.
21476         * benchtests/exp-inputs: Change input.
21477         * benchtests/pow-inputs: Likewise.
21478         * benchtests/slowexp-inputs: New file.
21479         * benchtests/slowexp.c: New file.
21480         * benchtests/slowpow-inputs: New file.
21481         * benchtests/slowpow.c: New file.
21482
21483 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21484
21485         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
21486         instructions.
21487         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
21488         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
21489         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
21490         * benchtests/Makefile: Add rint benchtest.
21491         * benchtests/rint-inputs: Input for rint benchtest.
21492
21493 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
21494
21495         * Versions.def (libm): Add GLIBC_2.18.
21496         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
21497         hidden libm prototypes.
21498         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
21499         * math/Makefile (libm-calls): Add s_issignaling.
21500         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
21501         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
21502         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
21503         declaration.
21504         * math/math.h [__USE_GNU] (issignaling): New macro.
21505         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
21506         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
21507         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
21508         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
21509         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
21510         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
21511         * manual/arith.texi (issignaling): New section.
21512         * manual/libm-err-tab.pl (@all_functions): Update comment.
21513         * math/gen-libm-test.pl (parse_args): Apply special handling for
21514         issignaling.
21515         * math/libm-test.inc (print_float, issignaling_test): New
21516         functions.
21517         (check_float_internal): Add issignaling checks.
21518         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
21519         default definition.
21520         * sysdeps/powerpc/math-tests.h: New file.
21521         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
21522         tests.
21523         * math/test-snan.c (TEST_FUNC): Likewise.
21524
21525 2013-03-30  David S. Miller  <davem@davemloft.net>
21526
21527         * po/de.po: Update from translation team.
21528
21529 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
21530
21531         [BZ #10357]
21532         * math/k_casinh.c (__kernel_casinh): Handle arguments with
21533         imaginary part less than 1.0 and real part less than 0.5
21534         specially.
21535         * math/k_casinhf.c (__kernel_casinhf): Likewise.
21536         * math/k_casinhl.c (__kernel_casinhl): Likewise.
21537         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
21538         (cacos_test): Add more tests.
21539         (casin_test): Likewise.
21540         (casinh_test): Likewise.
21541         * sysdeps/i386/fpu/libm-test-ulps: Update.
21542         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21543
21544 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
21545
21546         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
21547         ONE with its value.
21548
21549         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
21550         (__pow_mp): Replace ONE and MONE with their values.
21551         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
21552         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
21553         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
21554         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
21555         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
21556         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
21557
21558         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
21559
21560         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
21561         (__pow_mp): Replace ZERO and MZERO with their values.
21562         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
21563         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
21564         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
21565         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
21566         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
21567         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
21568         (__sqr): Likewise.
21569
21570         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
21571
21572         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
21573
21574 2013-03-28  Roland McGrath  <roland@hack.frob.com>
21575
21576         * include/stdlib.h [!SHARED] (__call_tls_dtors):
21577         Declare with __attribute__ ((weak)).
21578         * stdlib/exit.c (__libc_atexit) [!SHARED]:
21579         Call __call_tls_dtors only if it's not NULL.
21580
21581 2013-03-28  Roland McGrath  <roland@hack.frob.com>
21582
21583         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
21584         didn't do it already, then set _dl_phdr and _dl_phnum based on the
21585         magic __ehdr_start linker symbol if it's defined.
21586         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
21587         them up here if it was already done.
21588
21589         * elf/dl-support.c (_dl_phdr): Make pointer to const.
21590         (_dl_aux_init): Use const in cast when setting it.
21591         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
21592         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
21593         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
21594
21595         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
21596         Declare them here.
21597         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
21598         * csu/libc-tls.c: Nor here.
21599         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
21600
21601         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
21602         (__libc_message): Never call vsyslog.
21603
21604 2013-03-28  Alan Modra  <amodra@gmail.com>
21605
21606         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
21607         Define as empty.
21608         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
21609         Likewise.
21610
21611 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21612
21613         [BZ #15214]
21614         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
21615         underflow.
21616         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21617
21618 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21619
21620         [BZ #15304]
21621         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
21622         Don't add gid passed as argument.
21623
21624         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
21625
21626 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
21627
21628         [BZ #15307]
21629         * math/k_casinh.c (__kernel_casinh): Handle arguments with
21630         imaginary part between 1.0 and 1.5 and real part less than 0.5
21631         specially.
21632         * math/k_casinhf.c (__kernel_casinhf): Likewise.
21633         * math/k_casinhl.c (__kernel_casinhl): Likewise.
21634         * math/libm-test.inc (cacos_test): Add more tests.
21635         (casin_test): Likewise.
21636         (casinh_test): Likewise.
21637         * sysdeps/i386/fpu/libm-test-ulps: Update.
21638         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21639
21640 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21641
21642         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
21643         constants.
21644         (norm): Likewise.
21645         (denorm): Likewise.
21646         (__dbl_mp): Likewise.
21647         (add_magnitudes): Likewise.
21648         (sub_magnitudes): Likewise.
21649         (__add): Likewise.
21650         (__sub): Likewise.
21651         (__mul): Likewise.
21652         (__sqr): Likewise.
21653         (__inv): Likewise.
21654         (__dvd): Likewise.
21655
21656         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
21657         commented code.
21658         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
21659         (__dubcos): Likewise.
21660         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
21661         (__ieee754_acos): Likewise.
21662         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
21663         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
21664         (__exp1): Likewise.
21665         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
21666         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
21667         (log1): Likewise.
21668         (my_log2): Likewise.
21669         (checkint): Likewise.
21670         * sysdeps/ieee754/dbl-64/e_remainder.c
21671         (__ieee754_remainder): Likewise.
21672         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
21673         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
21674         (bsloww): Likewise.
21675         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
21676
21677         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
21678         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
21679         MANTISSA_STORE_T to store computations on mantissa.  Use
21680         macros for rounding and division.
21681         (denorm): Likewise.
21682         (__dbl_mp): Likewise.
21683         (add_magnitudes): Likewise.
21684         (sub_magnitudes): Likewise.
21685         (__mul): Likewise.
21686         (__sqr): Likewise.
21687         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
21688         powers of two in terms of TWOPOW macro.
21689         (mp_no): Make type of mantissa as MANTISSA_T.
21690         [!RADIXI]: Define RADIXI.
21691         [!TWO52]: Define TWO52.
21692         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
21693
21694 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21695
21696         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
21697         llroundl symbol when building for PPC32.
21698
21699 2013-03-24  Mark H Weaver  <mhw@netris.org>
21700
21701         * manual/arith.texi (Normalization Functions): Fix prototypes for
21702         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
21703
21704 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21705
21706         [BZ #13889]
21707         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
21708         high value to check if expl overflow.
21709         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
21710         to check for underflow and overflow.
21711         * math/libm-test.inc: Add exp test.
21712
21713 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
21714
21715         [BZ #11120]
21716         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
21717         with NOT_IN_libc.
21718
21719 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21720
21721         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
21722         symbol.
21723
21724 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
21725
21726         * math/gen-libm-test.pl (parse_args, special_functions): Properly
21727         wrap blocks consisting of several statements.
21728
21729         * sysdeps/generic/math-tests.h: New file.
21730         * sysdeps/i386/fpu/math-tests.h: Likewise.
21731         * math/test-snan.c: Include it.
21732         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
21733
21734 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
21735
21736         [BZ #15285]
21737         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
21738         (__ieee754_j0l): Do not improve calculations using cos of twice
21739         input for inputs above LDBL_MAX / 2.0L.
21740         (__ieee754_y0l): Likewise.
21741         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
21742         (__ieee754_j1l): Do not improve calculations using cos of twice
21743         input for inputs above LDBL_MAX / 2.0L.
21744         (__ieee754_y1l): Likewise.
21745         * math/libm-test.inc (j0_test): Add another test.
21746         (j1_test): Likewise.
21747         (y0_test): Likewise.
21748         (y1_test): Likewise.
21749         * sysdeps/i386/fpu/libm-test-ulps: Update.
21750
21751 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21752
21753         * Rules ($(objpfx)bench-%.c): Include code from a C source
21754         file.
21755
21756 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
21757
21758         [BZ #15287]
21759         * math/k_casinh.c (__kernel_casinh): Handle arguments with
21760         imaginary part 1.0 and real part less than 0.5 specially.
21761         * math/k_casinhf.c (__kernel_casinhf): Likewise.
21762         * math/k_casinhl.c (__kernel_casinhl): Likewise.
21763         * math/libm-test.inc (cacos_test): Add more tests.
21764         (casin_test): Likewise.
21765         (casinh_test): Likewise.
21766         * sysdeps/i386/fpu/libm-test-ulps: Update.
21767         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21768
21769 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21770
21771         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
21772         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
21773
21774 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
21775
21776         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
21777         * config.make.in (config-cflags-sse4): Remove variable.
21778         (config-cflags-avx): Likewise.
21779         (config-cflags-sse2avx): Likewise.
21780         (config-cflags-novzeroupper): Likewise.
21781         (config-asflags-i686): Likewise.
21782         (have-mfma4): Likewise.
21783         (have-as-vis3): Likewise.
21784         (MIG): Likewise.
21785         * configure.in (MIG): Do not AC_SUBST.
21786         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
21787         (libc_cv_cc_sse4): Do not AC_SUBST.
21788         (libc_cv_cc_avx): Likewise.
21789         (libc_cv_cc_sse2avx): Likewise.
21790         (libc_cv_cc_novzeroupper): Likewise.
21791         (libc_cv_cc_fma4): Likewise.
21792         (libc_cv_as_i686): Likewise.
21793         (libc_cv_sparc_as_vis3): Likewise.
21794         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
21795         LIBC_CONFIG_VAR.
21796         (config-asflags-i686): Likewise.
21797         (config-cflags-avx): Likewise.
21798         (config-cflags-sse2avx): Likewise.
21799         (have-mfma4): Likewise.
21800         (config-cflags-novzeroupper): Likewise.
21801         * sysdeps/mach/configure.in (MIG): Likewise.
21802         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
21803         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
21804         LIBC_CONFIG_VAR.
21805         (config-cflags-avx): Likewise.
21806         (config-cflags-sse2avx): Likewise.
21807         (have-mfma4): Likewise.
21808         (config-cflags-novzeroupper): Likewise.
21809         * configure: Regenerated.
21810         * sysdeps/i386/configure: Likewise.
21811         * sysdeps/mach/configure: Likewise.
21812         * sysdeps/sparc/configure: Likewise.
21813         * sysdeps/x86_64/configure: Likewise.
21814
21815 2013-03-20  Roland McGrath  <roland@hack.frob.com>
21816
21817         [BZ #14812]
21818         * locale/programs/localedef.c (options): Put N_ translation marker
21819         on argument names, not just descriptions.
21820
21821 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21822
21823         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
21824
21825 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
21826
21827         [BZ #14176]
21828         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
21829
21830 2013-03-19  Roland McGrath  <roland@hack.frob.com>
21831
21832         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
21833         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
21834         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
21835         [!BEFORE_ABORT] (before_abort): New function.
21836         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
21837         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
21838         (writev_for_fatal): New function.
21839         (WRITEV_FOR_FATAL): New macro; call that.
21840         (backtrace_and_maps): New function.
21841         (BEFORE_ABORT): New macro; call that.
21842         (struct str_list): Type removed.
21843         (__libc_message, __libc_fatal): Functions removed.
21844         Include <sysdeps/posix/libc_fatal.c> instead.
21845
21846 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
21847
21848         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
21849         constants.
21850         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
21851         double constants.
21852
21853 2013-03-19  Andreas Schwab  <schwab@suse.de>
21854
21855         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
21856         * sysdeps/gnu/configure: Regenerate.
21857
21858         * configure.in: Substitute libc_cv_rtlddir.
21859         * configure: Regenerate.
21860         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
21861         * Makeconfig (rtlddir, inst_rtlddir): New variables.
21862         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
21863         * elf/Makefile (install-others, CFLAGS-interp.c)
21864         (ldso_install, common-ldd-rewrite): Likewise.
21865         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
21866         $(inst_slibdir)/$(rtld-installed-name).
21867         * scripts/rellns-sh: Add -p option.
21868         * Makerules (make-shlib-link): Use rellns-sh to get relative name
21869         for source.
21870
21871 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21872
21873         * manual/nptl.texi: Renamed to ...
21874         * manual/threads.texi: ... this.
21875         * manual/Makefile (chapters): Update.
21876
21877 2013-03-18  Roland McGrath  <roland@hack.frob.com>
21878
21879         [BZ #14812]
21880         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
21881         on argument names, not just descriptions.
21882         * malloc/memusagestat.c (options): Likewise.
21883         * nss/getent.c (options): Likewise.
21884
21885 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
21886
21887         [BZ #14812]
21888         * iconv/iconv_prog.c (options): Put N_ translation marker
21889         on argument names, not just descriptions.
21890         * iconv/iconvconfig.c (options): Likewise.
21891
21892 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
21893
21894         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
21895         implementation which is faster on all x86_64 architectures.
21896         Tested on AMD, Intel Nehalem, SNB, IVB.
21897         * sysdeps/x86_64/strnlen.S: Likewise.
21898
21899         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21900         Remove all multiarch strlen and strnlen versions.
21901         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
21902         Remove strlen and strnlen related parts.
21903
21904         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
21905         Inline strlen part.
21906         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
21907
21908         * sysdeps/x86_64/multiarch/strlen.S: Remove.
21909         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
21910         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
21911         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
21912         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
21913         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
21914
21915 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
21916
21917         * manual/memory.texi (Malloc Tunable Parameters):
21918         Sort parameters alphabetically. Add comments for missing entries.
21919
21920 2013-03-17  David S. Miller  <davem@davemloft.net>
21921
21922         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21923
21924 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
21925
21926         [BZ #15283]
21927         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
21928         for arguments at most half maximum finite value.
21929         * math/libm-test.inc (j0_test): Add more tests.
21930         (j1_test): Likewise.
21931         (y0_test): Likewise.
21932         (y1_test): Likewise.
21933         * sysdeps/i386/fpu/libm-test-ulps: Update.
21934         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21935
21936         [BZ #14155]
21937         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
21938         1 / x and functions P and Q for arguments above 0x1p256L.
21939         (__ieee754_y0l): Likewise.
21940         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
21941         (__ieee754_y1l): Likewise.
21942         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
21943         (j1_test): Likewise.
21944         (y0_test): Likewise.
21945         (y1_test): Likewise.
21946
21947 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
21948
21949         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
21950         variable.
21951
21952 2013-03-15  Roland McGrath  <roland@hack.frob.com>
21953
21954         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
21955         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
21956         zero since it's initialized to EXEC_PAGESIZE.
21957
21958         * sysdeps/unix/sysv/linux/ldsodefs.h
21959         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
21960         * sysdeps/generic/ldsodefs.h: ... here.
21961
21962 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
21963
21964         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
21965
21966         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
21967         math/test-snan.c.
21968         * math/test-snan.c: Renamed from
21969         sysdeps/powerpc/fpu/test-powerpc-snan.c.
21970         * math/Makefile (tests): Add test-snan.
21971         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
21972         test-powerpc-snan.
21973
21974         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
21975         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
21976         functions.
21977         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
21978         __builtin_nan family of functions.
21979         * math/libm-test.inc (initialize): Initialize qnan_value with
21980         __builtin_nan family of functions.
21981         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
21982         Remove variables.
21983         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
21984         Remove functions.
21985         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
21986         storage class.  Initialize qNaN_var and sNaN_var with
21987         __builtin_nan and __builtin_nans families of functions,
21988         respectively.
21989
21990         * math/libm-test.inc (acosh_test): Also test with qNaN input.
21991         (sqrt_test): Remove duplicate test with qNaN input.
21992         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
21993         (round_test, signbit_test, significand_test): Note missing +/-Inf
21994         as well as qNaN tests.
21995
21996         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
21997         qNaN_var.  Fix a few strings, too.
21998         * math/libm-test.inc (nan_value): Rename to qnan_value.
21999         * math/gen-libm-test.pl (%beautify): Adjust to that.
22000         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
22001         * math/test-misc.c (main): Likewise.
22002         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
22003         to __qnan_bytes, and __qnan_union, respectively.
22004         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
22005         Likewise.
22006         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
22007         and lqnanval, respectively.
22008         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
22009         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
22010         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
22011         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
22012
22013         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
22014         * math/test-misc.c (main) [__x86_64__]: Enable test for long
22015         doubles.
22016
22017         * math/test-misc.c (main): Fix copy'n'pastos.
22018         * misc/tst-efgcvt.c (special): Likewise.
22019
22020         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
22021         Remove declarations.
22022
22023 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22024
22025         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
22026         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
22027         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
22028         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
22029
22030 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22031
22032         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
22033         macro to return vdso values correctly in IFUNC implementations.
22034         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
22035         Optimization by using IFUNC.
22036
22037 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22038             Richard Henderson  <rth@redhat.com>
22039             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
22040
22041         * Makefile.in (bench): New target.
22042         * NEWS: Mention the benchmark framework.
22043         * Rules (bench): Likewise.
22044         (binaries-bench): Generate binaries for functions to
22045         benchmark.
22046         * benchtests/Makefile: New makefile for benchmark tests.
22047         * benchtests/bench-skeleton.c: New skeleton file for benchmark
22048         programs.
22049         * benchtests/exp-inputs: New input file for EXP function.
22050         * benchtests/pow-inputs: New input file for POW function.
22051         * scripts/bench.pl: New script to generate source files for
22052         benchmark programs.
22053
22054 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22055
22056         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
22057         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
22058         computations on mantissa.  Use macros for rounding and
22059         division.
22060         (denorm): Likewise.
22061         (__dbl_mp): Likewise.
22062         (add_magnitudes): Likewise.
22063         (sub_magnitudes): Likewise.
22064         (__mul): Likewise.
22065         (__sqr): Likewise.
22066         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
22067         powers of two in terms of TWOPOW macro.
22068         (mp_no): Make type of mantissa as MANTISSA_T.
22069         [!RADIXI]: Define RADIXI.
22070         [!TWO52]: Define TWO52.
22071         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
22072
22073         * manual/nptl.texi (cindex): Modify threads to pthreads.
22074
22075 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
22076
22077         * sysdeps/x86_64/preconfigure: Regenerated.
22078
22079 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
22080
22081         [BZ #14155]
22082         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
22083         0x1p28 and above.
22084         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
22085         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
22086         0x1p28 and above.
22087         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
22088         * math/libm-test.inc (j0_test): Do not allow one spurious
22089         underflow exception.
22090         (y1_test): Likewise.
22091
22092 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22093
22094         * manual/Makefile (chapters): Add nptl.
22095         * manual/debug.texi (Debugging Support): Add link to Threads
22096         chapter.
22097         * manual/nptl.texi: New file.
22098
22099         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
22100
22101 2013-03-14  Petr Baudis  <pasky@ucw.cz>
22102
22103         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
22104         for non-NULL pointer before the memory validity test. Pointed
22105         out by Holger Brunck <holger.brunck@keymile.com>.
22106
22107 2013-03-13  Andreas Schwab  <schwab@suse.de>
22108
22109         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
22110         instead of .os.
22111
22112 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
22113
22114         * timezone/zic.c: Update from tzcode 2013b.
22115
22116 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
22117
22118         * manual/install.texi (Configuring and compiling):
22119         Mention i686 and i586.
22120         * INSTALL: Regenerate.
22121
22122 2013-03-12  Roland McGrath  <roland@hack.frob.com>
22123
22124         * sysdeps/init_array/elf-init.c: New file.
22125         * csu/elf-init.c
22126         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
22127         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
22128
22129         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
22130         __gmon_start__ as global, but as static with a .preinit_array pointer.
22131         * sysdeps/init_array/gmon-start.c: New file.  Use that.
22132         * sysdeps/init_array/crti.S: New file, empty except for comments.
22133         * sysdeps/init_array/crtn.S: Likewise.
22134
22135 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
22136
22137         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
22138         definining bcopy.
22139         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22140         Remove Prefer_SSE_for_memop.
22141         * sysdeps/x86_64/multiarch/init-arch.h: Remove
22142         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
22143         HAS_PREFER_SSE_FOR_MEMOP.
22144         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
22145         memset-x86-64.
22146         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22147         Remove bzero, memset ifunc support.
22148         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
22149         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
22150         * sysdeps/x86_64/multiarch/memset.S: Likewise.
22151         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
22152
22153 2013-03-11  Andreas Schwab  <schwab@suse.de>
22154
22155         [BZ #15234]
22156         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
22157         by SHLIB_COMPAT.
22158         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
22159         (GLIBC_2.16): Remove pthread_atfork.
22160
22161 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
22162
22163         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
22164         (ptestcases.h): Likewise.
22165
22166 2013-03-08  Roland McGrath  <roland@hack.frob.com>
22167
22168         * Makeconfig ($(common-objpfx)config.status): Depend on
22169         sysdeps/*/preconfigure{,.in} too.
22170
22171 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
22172
22173         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
22174         (__free_hook): Use void * instead of __malloc_ptr_t.
22175         (__malloc_hook): Likewise.
22176         (__realloc_hook): Likewise.
22177         (__memalign_hook): Likewise.
22178         (__after_morecore_hook): Likewise.
22179         * malloc/arena.c (save_malloc_hook): Likewise.
22180         (save_free_hook): Likewise.
22181         * malloc/hooks.c (malloc_hook_ini): Likewise.
22182         (realloc_hook_ini): Likewise.
22183         (memalign_hook_ini): Likewise.
22184         * malloc/malloc.c (malloc_hook_ini): Likewise.
22185         (realloc_hook_ini): Likewise.
22186         (memalign_hook_ini): Likewise.
22187         (__free_hook): Likewise.
22188         (__malloc_hook): Likewise.
22189         (__realloc_hook): Likewise.
22190         (__memalign_hook): Likewise.
22191         (__libc_malloc): Likewise.
22192         (__libc_free): Likewise.
22193         (__libc_realloc): Likewise.
22194         (__libc_memalign): Likewise.
22195         (__libc_valloc): Likewise.
22196         (__libc_pvalloc): Likewise.
22197         (__libc_calloc): Likewise.
22198         (__posix_memalign): Likewise.
22199         * malloc/morecore.c (__sbrk): Likewise.
22200         (__default_morecore): Likewise.
22201
22202         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
22203
22204         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
22205         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
22206         __malloc_ptrdiff_t.
22207
22208         * malloc/malloc.h (__malloc_size_t): Remove macro.
22209         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
22210         __malloc_size_t.
22211         (old_memalign_hook): Likewise.
22212         (old_realloc_hook): Likewise.
22213         (struct hdr): Likewise.
22214         (flood): Likewise.
22215         (mallochook): Likewise.
22216         (memalignhook): Likewise.
22217         (reallochook): Likewise.
22218         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
22219         (tr_old_realloc_hook): Likewise.
22220         (tr_old_memalign_hook): Likewise.
22221         (tr_mallochook): Likewise.
22222         (tr_reallochook): Likewise.
22223         (tr_memalignhook): Likewise.
22224
22225 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22226
22227         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
22228         default_ldbl_pack and using as default implementation.
22229         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
22230         implementation.
22231         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
22232         redundant definition.
22233         (ldbl_insert_mantissa): Likewise.
22234         (ldbl_canonicalize): Likewise.
22235         (ldbl_nearbyint): Likewise.
22236         (ldbl_pack): Rename to ldbl_pack_ppc.
22237         (ldbl_unpack): Rename to ldbl_unpack_ppc.
22238         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
22239         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
22240
22241 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
22242
22243         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
22244         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
22245         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
22246         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
22247         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
22248         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
22249         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
22250         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
22251
22252 2013-03-07  Andreas Jaeger  <aj@suse.de>
22253
22254         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
22255         bits/mman-linux.h.
22256
22257 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
22258
22259         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
22260         Include mpa.h and declare __MPEXP.
22261         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
22262         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
22263         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
22264         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
22265         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
22266         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
22267         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
22268
22269         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
22270         (__slowpow): Use long double EXPL and LOGL functions to
22271         compute POW.
22272         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
22273         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
22274         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
22275         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
22276         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
22277         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
22278
22279         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
22280         intermediate variable to calculate exponent.
22281         (__sqr): Likewise.
22282         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
22283         Likewise.
22284         (__sqr): Likewise.
22285
22286         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
22287         [!NO__SQR]: Define __sqr.
22288         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
22289         and NO__SQR.  Remove all code except __mul and __sqr.  Include
22290         sysdeps/ieee754/dbl-64/mpa.c.
22291         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
22292
22293         [BZ #12723]
22294         * posix/Makefile (tests): Add tst-pathconf.
22295         * posix/tst-pathconf.c: New test case.
22296         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
22297         _PC_PIPE_BUF.
22298         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
22299
22300 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
22301
22302         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
22303
22304 2013-03-06  Andreas Jaeger  <aj@suse.de>
22305
22306         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
22307         definition via __MAP_ANONYMOUS.
22308
22309         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
22310         it's not part of Linux headers.
22311
22312         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
22313         (MAP_HUGE_MASK): Define.
22314
22315         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
22316         Define.
22317         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22318         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
22319         Define.
22320         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22321         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
22322         Define.
22323         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22324         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
22325         Define.
22326         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22327
22328         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
22329         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
22330         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
22331         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
22332         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
22333         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
22334
22335         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
22336         Handle f2fs.
22337
22338         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
22339         Handle f2fs and efivarfs.
22340
22341         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
22342         f2fs.
22343
22344         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
22345         (EFIVARFS_MAGIC): Add.
22346         (F2FS_LINK_MAX): Add.
22347
22348 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
22349
22350         * stdio-common/vfprintf.c: Replace __builtin_expect with
22351         __glibc_unlikely.
22352
22353 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
22354
22355         [BZ #13550]
22356         * sysdeps/generic/bp-sym.h: Remove file.
22357         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
22358         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
22359         <bp-sym.h> and <bp-asm.h>.
22360         (__longjmp): Don't use BP_SYM.
22361         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
22362         and <bp-asm.h>.
22363         (memcpy): Don't use BP_SYM.
22364         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
22365         <bp-sym.h> and <bp-asm.h>.
22366         (memcpy): Don't use BP_SYM.
22367         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
22368         <bp-asm.h>.
22369         (memcpy): Don't use BP_SYM.
22370         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
22371         <bp-asm.h>.
22372         (memset): Don't use BP_SYM.
22373         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22374         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22375         (__bzero): Don't use BP_SYM.
22376         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22377         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22378         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
22379         <bp-sym.h> and <bp-asm.h>.
22380         (memcmp): Don't use BP_SYM.  Remove comment about bounded
22381         pointers.
22382         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
22383         <bp-sym.h> and <bp-asm.h>.
22384         (memcpy): Don't use BP_SYM.
22385         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
22386         <bp-sym.h> and <bp-asm.h>.
22387         (memset): Don't use BP_SYM.
22388         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22389         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22390         (__bzero): Don't use BP_SYM.
22391         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22392         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22393         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
22394         <bp-sym.h> and <bp-asm.h>.
22395         (strncmp): Don't use BP_SYM.  Remove comment about bounded
22396         pointers.
22397         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
22398         <bp-sym.h> and <bp-asm.h>.
22399         (memcpy): Don't use BP_SYM.
22400         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
22401         <bp-sym.h> and <bp-asm.h>.
22402         (memset): Don't use BP_SYM.
22403         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22404         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22405         (__bzero): Don't use BP_SYM.
22406         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22407         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22408         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
22409         <bp-sym.h> and <bp-asm.h>.
22410         (__memchr): Don't use BP_SYM.
22411         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
22412         <bp-sym.h> and <bp-asm.h>.
22413         (memcmp): Don't use BP_SYM.  Remove comment about bounded
22414         pointers.
22415         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
22416         <bp-sym.h> and <bp-asm.h>.
22417         (memcpy): Don't use BP_SYM.
22418         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
22419         <bp-sym.h> and <bp-asm.h>.
22420         (__mempcpy): Don't use BP_SYM.
22421         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
22422         <bp-sym.h> and <bp-asm.h>.
22423         (__memrchr): Don't use BP_SYM.
22424         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
22425         <bp-sym.h> and <bp-asm.h>.
22426         (memset): Don't use BP_SYM.
22427         (__bzero): Likewise.
22428         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
22429         <bp-sym.h> and <bp-asm.h>.
22430         (__rawmemchr): Don't use BP_SYM.
22431         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
22432         <bp-sym.h> and <bp-asm.h>.
22433         (__STRCMP): Don't use BP_SYM.
22434         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
22435         <bp-sym.h> and <bp-asm.h>.
22436         (strchr): Don't use BP_SYM.
22437         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
22438         <bp-sym.h> and <bp-asm.h>.
22439         (__strchrnul): Don't use BP_SYM.
22440         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
22441         <bp-sym.h> and <bp-asm.h>.
22442         (strlen): Don't use BP_SYM.
22443         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
22444         <bp-sym.h> and <bp-asm.h>.
22445         (strncmp): Don't use BP_SYM.  Remove comment about bounded
22446         pointers.
22447         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
22448         <bp-sym.h> and <bp-asm.h>.
22449         (__strnlen): Don't use BP_SYM.
22450         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
22451         <bp-sym.h> and <bp-asm.h>.
22452         (__GI__setjmp): Don't use BP_SYM.
22453         (_setjmp): Likewise.
22454         (__sigsetjmp): Likewise.
22455         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
22456         (L(start_addresses)): Don't use BP_SYM.
22457         (_start): Likewise.
22458         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
22459         <bp-asm.h>.
22460         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
22461         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
22462         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22463         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22464         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
22465         <bp-asm.h>.
22466         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
22467         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
22468         about bounded pointers.
22469         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
22470         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
22471         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
22472         <bp-asm.h>.
22473         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
22474         about bounded pointers.  Remove GKM FIXME comments.
22475         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
22476         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
22477         <bp-asm.h>.
22478         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
22479         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
22480         Remove GKM FIXME comments.
22481         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22482         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22483         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
22484         <bp-asm.h>.
22485         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
22486         about bounded pointers.  Remove GKM FIXME comment.
22487         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
22488         and <bp-asm.h>.
22489         (strncmp): Don't use BP_SYM.  Remove comment about bounded
22490         pointers.
22491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
22492         <bp-sym.h> and <bp-asm.h>.
22493         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
22494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
22495         <bp-sym.h> and <bp-asm.h>.
22496         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
22497         comment.
22498
22499 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
22500
22501         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
22502         call free(NULL).
22503
22504 2013-03-05  David S. Miller  <davem@davemloft.net>
22505
22506         * po/es.po: Update from translation team.
22507
22508 2013-03-05  Andreas Jaeger  <aj@suse.de>
22509
22510         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
22511         <bits/mman-linux.h>.
22512         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
22513         is fine.
22514         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
22515         <bits/mman-linux.h> to end of file.
22516         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
22517         is fine.
22518         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
22519         <bits/mman-linux.h> to end of file.
22520         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
22521         is fine.
22522         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
22523         <bits/mman-linux.h> to end of file.
22524
22525         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
22526         (MCL_CURRENT, MCL_FUTURE): Define here.
22527
22528 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22529
22530         [BZ #15232]
22531         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
22532         attribute_hidden.
22533         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
22534
22535 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22536
22537         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
22538         fourth parameter needed for rt_sigprocmask syscall.
22539         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
22540         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
22541         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
22542         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
22543         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
22544         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
22545
22546 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
22547
22548         [BZ #13550]
22549         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
22550         comment about bounded pointers.
22551         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
22552         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
22553
22554 2013-03-04  Andreas Jaeger  <aj@suse.de>
22555
22556         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
22557         common definitions.
22558
22559         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
22560         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
22561         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
22562         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
22563         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
22564         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
22565
22566 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22567
22568         [BZ #15055]
22569         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
22570         __ieee754_sqrl instead of __sqrl.
22571
22572 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
22573
22574         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
22575         * sysdeps/powerpc/fpu_control.h: ... here.
22576         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
22577         * sysdeps/powerpc/bits/fenvinline.h: ... here.
22578         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
22579         * sysdeps/powerpc/bits/mathinline.h: ... here.
22580
22581 2013-03-01  Roland McGrath  <roland@hack.frob.com>
22582
22583         * elf/dl-hwcaps.c (_dl_important_hwcaps):
22584         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
22585         to just [NEED_DL_SYSINFO_DSO].
22586         * elf/dl-support.c: Likewise.
22587         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
22588         * elf/rtld.c (dl_main): Likewise.
22589         * elf/setup-vdso.h (setup_vdso): Likewise.
22590         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
22591         * sysdeps/unix/sysv/linux/dl-sysdep.c
22592         (_dl_discover_osversion): Likewise.
22593
22594 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
22595
22596         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
22597         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
22598
22599 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
22600
22601         * NEWS: Mention libm performance improvements and non-x86 PI
22602         futex support.
22603
22604         * csu/libc-start.c (__pthread_initialize_minimal): Change
22605         function arguments.
22606         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
22607
22608 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
22609
22610         [BZ #13550]
22611         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
22612         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
22613         <bp-sym.h> and <bp-asm.h>.
22614         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
22615         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
22616         and <bp-asm.h>.
22617         (memcpy): Don't use BP_SYM.
22618         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
22619         <bp-asm.h>.
22620         (__mpn_add_n): Don't use BP_SYM.
22621         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
22622         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
22623         and <bp-asm.h>.
22624         (__mpn_addmul_1): Don't use BP_SYM.
22625         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
22626         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
22627         <bp-sym.h>.
22628         (_setjmp): Don't use BP_SYM.
22629         (__novmx_setjmp): Likewise.
22630         (__GI__setjmp): Likewise.
22631         (__vmx_setjmp): Likewise.
22632         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
22633         <bp-sym.h>.
22634         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
22635         (__bzero): Don't use BP_SYM.
22636         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22637         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22638         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
22639         <bp-sym.h> and <bp-asm.h>.
22640         (memcpy): Don't use BP_SYM.
22641         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
22642         <bp-sym.h> and <bp-asm.h>.
22643         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
22644         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
22645         <bp-sym.h> and <bp-asm.h>.
22646         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
22647         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
22648         <bp-asm.h>.
22649         (__mpn_lshift): Don't use BP_SYM.
22650         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
22651         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
22652         <bp-asm.h>.
22653         (memset): Don't use BP_SYM.
22654         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22655         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22656         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
22657         <bp-asm.h>.
22658         (__mpn_mul_1): Don't use BP_SYM.
22659         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
22660         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
22661         <bp-sym.h> and <bp-asm.h>.
22662         (memcmp): Don't use BP_SYM.
22663         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
22664         <bp-sym.h> and <bp-asm.h>.
22665         (memcpy): Don't use BP_SYM.
22666         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
22667         <bp-sym.h> and <bp-asm.h>.
22668         (memset): Don't use BP_SYM.
22669         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
22670         <bp-sym.h> and <bp-asm.h>.
22671         (strncmp): Don't use BP_SYM.
22672         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
22673         <bp-sym.h> and <bp-asm.h>.
22674         (memcpy): Don't use BP_SYM.
22675         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
22676         <bp-sym.h> and <bp-asm.h>.
22677         (memset): Don't use BP_SYM.
22678         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
22679         <bp-sym.h> and <bp-asm.h>.
22680         (__memchr): Don't use BP_SYM.
22681         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
22682         <bp-sym.h> and <bp-asm.h>.
22683         (memcmp): Don't use BP_SYM.
22684         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
22685         <bp-sym.h> and <bp-asm.h>.
22686         (memcpy): Don't use BP_SYM.
22687         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
22688         <bp-sym.h> and <bp-asm.h>.
22689         (__mempcpy): Don't use BP_SYM.
22690         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
22691         <bp-sym.h> and <bp-asm.h>.
22692         (__memrchr): Don't use BP_SYM.
22693         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
22694         <bp-sym.h> and <bp-asm.h>.
22695         (memset): Don't use BP_SYM.
22696         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
22697         <bp-sym.h> and <bp-asm.h>.
22698         (__rawmemchr): Don't use BP_SYM.
22699         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
22700         <bp-sym.h> and <bp-asm.h>.
22701         (__STRCMP): Don't use BP_SYM.
22702         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
22703         <bp-sym.h> and <bp-asm.h>.
22704         (strchr): Don't use BP_SYM.
22705         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
22706         <bp-sym.h> and <bp-asm.h>.
22707         (__strchrnul): Don't use BP_SYM.
22708         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
22709         <bp-sym.h> and <bp-asm.h>.
22710         (strlen): Don't use BP_SYM.
22711         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
22712         <bp-sym.h> and <bp-asm.h>.
22713         (strncmp): Don't use BP_SYM.
22714         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
22715         <bp-sym.h> and <bp-asm.h>.
22716         (__strnlen): Don't use BP_SYM.
22717         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
22718         <bp-asm.h>.
22719         (__mpn_rshift): Don't use BP_SYM.
22720         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
22721         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
22722         <bp-sym.h> and <bp-asm.h>.
22723         (__sigsetjmp): Don't use BP_SYM.
22724         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
22725         (L(start_addresses)): Don't use BP_SYM.
22726         (_start): Likewise.
22727         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
22728         <bp-asm.h>.
22729         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
22730         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22731         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22732         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
22733         <bp-asm.h>.
22734         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
22735         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
22736         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
22737         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
22738         <bp-asm.h>.
22739         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
22740         comments.
22741         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
22742         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
22743         <bp-asm.h>.
22744         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
22745         FIXME comments.
22746         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22747         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22748         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
22749         <bp-asm.h>.
22750         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
22751         comment.
22752         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
22753         and <bp-asm.h>.
22754         (strncmp): Don't use BP_SYM,
22755         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
22756         <bp-asm.h>.
22757         (__mpn_sub_n): Don't use BP_SYM.
22758         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
22759         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
22760         and <bp-asm.h>.
22761         (__mpn_submul_1): Don't use BP_SYM.
22762         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
22763         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
22764         <bp-sym.h> and <bp-asm.h>.
22765         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
22766         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
22767         <bp-sym.h> and <bp-asm.h>.
22768         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
22769         comment.
22770
22771 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22772
22773         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
22774         Use ZK to minimize writes to Z.
22775         (sub_magnitudes): Simplify code a bit.
22776         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
22777         Use ZK to minimize writes to Z.
22778         (sub_magnitudes): Simplify code a bit.
22779
22780 2013-02-27  Roland McGrath  <roland@hack.frob.com>
22781
22782         * csu/gmon-start.c: Add special exception to license text.
22783
22784 2013-02-27  Richard Henderson  <rth@redhat.com>
22785
22786         * scripts/config.guess: Update from config.git.
22787         * scripts/config.sub: Likewise.
22788
22789 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
22790
22791         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
22792
22793         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
22794
22795         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
22796
22797         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
22798
22799         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
22800
22801 2013-02-26  Roland McGrath  <roland@hack.frob.com>
22802
22803         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
22804         [$(build-shared = yes].
22805
22806 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22807
22808         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
22809         (__mul): Reduce iterations for calculating mantissa.
22810
22811         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
22812         MPTWO.
22813         (__mpranred): Likewise.
22814
22815         [BZ #15160]
22816         * malloc/memusagestat.c (main): Draw graphs for heap and stack
22817         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
22818
22819 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
22820
22821         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
22822         Define __attribute__.
22823
22824 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22825
22826         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
22827         unused.
22828         * posix/regex_internal.h (__attribute): Remove.
22829         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
22830         (re_string_context_at): Likewise.
22831         (bitset_not): Use __attribute__ and mark function as possibly
22832         unused.
22833         (bitset_merge): Likewise.
22834         (bitset_mask): Likewise.
22835         (re_string_char_size_at): Likewise.
22836         (re_string_wchar_at): Likewise.
22837         (re_string_elem_size_at): Likewise.
22838
22839 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
22840
22841         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
22842         code.
22843         (cc32): Likewise.
22844
22845         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
22846         (__acr): Likewise.
22847         (__cpy): Likewise.
22848         (norm): Likewise.
22849         (denorm): Likewise.
22850         (__dbl_mp): Likewise.
22851         (add_magnitudes): Likewise.
22852         (sub_magnitudes): Likewise.
22853         (__mul): Likewise.
22854         (__inv): Likewise.
22855
22856         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
22857         style.
22858
22859         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
22860         style.
22861
22862         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
22863         code.
22864
22865         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
22866         up changes with default code.
22867         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
22868         Likewise.
22869
22870 2013-02-24  Allan McRae  <allan@archlinux.org>
22871
22872         * manual/socket.texi (The Internet Namespace): Order menu items
22873         to match that in the file.
22874
22875         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
22876         node listing of the info page menu.
22877
22878 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
22879
22880         [BZ #13550]
22881         * sysdeps/i386/bp-asm.h: Remove file.
22882         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
22883         (PARMS): Do not use macros from bp-asm.h.
22884         (S1): Likewise.
22885         (S2): Likewise.
22886         (SIZE): Likewise.
22887         (__mpn_add_n): Do not use BP_SYM
22888         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
22889         "bp-asm.h".
22890         (PARMS): Do not use macros from bp-asm.h.
22891         (S1): Likewise.
22892         (SIZE): Likewise.
22893         (__mpn_addmul_1): Do not use BP_SYM
22894         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
22895         "bp-asm.h".
22896         (PARMS): Do not use macros from bp-asm.h.
22897         (SIGMSK): Likewise.
22898         (_setjmp): Likewise.  Do not use BP_SYM.
22899         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
22900         "bp-asm.h".
22901         (PARMS): Do not use macros from bp-asm.h.
22902         (SIGMSK): Likewise.
22903         (setjmp): Likewise.  Do not use BP_SYM.
22904         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
22905         "bp-asm.h".
22906         (PARMS): Do not use macros from bp-asm.h.
22907         (__frexp): Do not use BP_SYM.
22908         (frexp): Likewise.
22909         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
22910         "bp-asm.h".
22911         (PARMS): Do not use macros from bp-asm.h.
22912         (__frexpf): Do not use BP_SYM.
22913         (frexpf): Likewise.
22914         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
22915         "bp-asm.h".
22916         (PARMS): Do not use macros from bp-asm.h.
22917         (__frexpl): Do not use BP_SYM.
22918         (frexpl): Likewise.
22919         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
22920         "bp-asm.h".
22921         (PARMS): Do not use macros from bp-asm.h.
22922         (__remquo): Do not use BP_SYM.
22923         (remquo): Likewise.
22924         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
22925         "bp-asm.h".
22926         (PARMS): Do not use macros from bp-asm.h.
22927         (__remquof): Do not use BP_SYM.
22928         (remquof): Likewise.
22929         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
22930         "bp-asm.h".
22931         (PARMS): Do not use macros from bp-asm.h.
22932         (__remquol): Do not use BP_SYM.
22933         (remquol): Likewise.
22934         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
22935         "bp-asm.h".
22936         (PARMS): Do not use macros from bp-asm.h.
22937         (DEST): Likewise.
22938         (SRC): Likewise.
22939         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
22940         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
22941         "bp-asm.h".
22942         (PARMS): Do not use macros from bp-asm.h.
22943         (strlen): Do not use BP_SYM.
22944         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
22945         "bp-asm.h".
22946         (PARMS): Do not use macros from bp-asm.h.
22947         (S1): Likewise.
22948         (S2): Likewise.
22949         (SIZE): Likewise.
22950         (__mpn_add_n): Do not use BP_SYM.
22951         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
22952         "bp-asm.h".
22953         (PARMS): Do not use macros from bp-asm.h.
22954         (S1): Likewise.
22955         (SIZE): Likewise.
22956         (__mpn_addmul_1): Do not use BP_SYM.
22957         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
22958         weak_alias.
22959         (bzero): Likewise.
22960         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
22961         "bp-asm.h".
22962         (PARMS): Do not use macros from bp-asm.h.
22963         (S): Likewise.
22964         (SIZE): Likewise.
22965         (__mpn_lshift): Do not use BP_SYM.
22966         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
22967         "bp-asm.h".
22968         (PARMS): Do not use macros from bp-asm.h.
22969         (DEST): Likewise.
22970         (SRC): Likewise.
22971         (LEN): Likewise.
22972         (memcpy): Likewise.  Do not use BP_SYM.
22973         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
22974         libc_hidden_def and weak_alias.
22975         (mempcpy): Do not use BP_SYM in weak_alias.
22976         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
22977         "bp-asm.h".
22978         (PARMS): Do not use macros from bp-asm.h.
22979         (DEST): Likewise.
22980         (LEN): Likewise.
22981         [!BZERO_P] (CHR): Likewise.
22982         (memset): Likewise.  Do not use BP_SYM.
22983         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
22984         "bp-asm.h".
22985         (PARMS): Do not use macros from bp-asm.h.
22986         (S1): Likewise.
22987         (SIZE): Likewise.
22988         (__mpn_mul_1): Do not use BP_SYM.
22989         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
22990         "bp-asm.h".
22991         (PARMS): Do not use macros from bp-asm.h.
22992         (S): Likewise.
22993         (SIZE): Likewise.
22994         (__mpn_rshift): Do not use BP_SYM.
22995         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
22996         "bp-asm.h".
22997         (PARMS): Do not use macros from bp-asm.h.
22998         (STR): Likewise.
22999         (CHR): Likewise.
23000         (strchr): Likewise.  Do not use BP_SYM.
23001         (index): Do not use BP_SYM in weak_alias.
23002         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
23003         "bp-asm.h".
23004         (PARMS): Do not use macros from bp-asm.h.
23005         (DEST): Likewise.
23006         (SRC): Likewise.
23007         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
23008         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
23009         "bp-asm.h".
23010         (PARMS): Do not use macros from bp-asm.h.
23011         (strlen): Do not use BP_SYM.
23012         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
23013         "bp-asm.h".
23014         (PARMS): Do not use macros from bp-asm.h.
23015         (S1): Likewise.
23016         (S2): Likewise.
23017         (SIZE): Likewise.
23018         (__mpn_sub_n): Do not use BP_SYM.
23019         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
23020         "bp-asm.h".
23021         (PARMS): Do not use macros from bp-asm.h.
23022         (S1): Likewise.
23023         (SIZE): Likewise.
23024         (__mpn_submul_1): Do not use BP_SYM.
23025         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
23026         "bp-asm.h".
23027         (PARMS): Do not use macros from bp-asm.h.
23028         (S1): Likewise.
23029         (S2): Likewise.
23030         (SIZE): Likewise.
23031         (__mpn_add_n): Do not use BP_SYM.
23032         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
23033         weak_alias.
23034         (bzero): Likewise.
23035         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
23036         "bp-asm.h".
23037         (PARMS): Do not use macros from bp-asm.h.
23038         (BLK2): Likewise.
23039         (LEN): Likewise.
23040         (memcmp): Do not use BP_SYM.
23041         (bcmp): Do not use BP_SYM in weak_alias.
23042         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
23043         "bp-asm.h".
23044         (PARMS): Do not use macros from bp-asm.h.
23045         (DEST): Likewise.
23046         (SRC): Likewise.
23047         (LEN): Likewise.
23048         (memcpy): Likewise.  Do not use BP_SYM.
23049         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
23050         "bp-asm.h".
23051         (PARMS): Do not use macros from bp-asm.h.
23052         (DEST): Likewise.
23053         (SRC): Likewise.
23054         (LEN): Likewise.
23055         (memmove): Likewise.  Do not use BP_SYM.
23056         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
23057         "bp-asm.h".
23058         (PARMS): Do not use macros from bp-asm.h.
23059         (DEST): Likewise.
23060         (SRC): Likewise.
23061         (LEN): Likewise.
23062         (__mempcpy): Likewise.  Do not use BP_SYM.
23063         (mempcpy): Do not use BP_SYM in weak_alias.
23064         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
23065         "bp-asm.h".
23066         (PARMS): Do not use macros from bp-asm.h.
23067         (DEST): Likewise.
23068         (LEN): Likewise.
23069         [!BZERO_P] (CHR): Likewise.
23070         (memset): Likewise.  Do not use BP_SYM.
23071         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
23072         "bp-asm.h".
23073         (PARMS): Do not use macros from bp-asm.h.
23074         (STR2): Likewise.
23075         (strcmp): Do not use BP_SYM.
23076         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
23077         "bp-asm.h".
23078         (PARMS): Do not use macros from bp-asm.h.
23079         (STR): Likewise.
23080         (DELIM): Likewise.
23081         [USE_AS_STRTOK_R] (SAVE): Likewise.
23082         (FUNCTION): Likewise.  Do not use BP_SYM.
23083         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
23084         aliases.
23085         (strtok_r): Likewise.
23086         (__GI___strtok_r): Likewise.
23087         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
23088         (PARMS): Do not use macros from bp-asm.h.
23089         (S): Likewise.
23090         (SIZE): Likewise.
23091         (__mpn_lshift): Do not use BP_SYM.
23092         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
23093         (PARMS): Do not use macros from bp-asm.h.
23094         (STR): Likewise.
23095         (CHR): Likewise.
23096         (__memchr): Do not use BP_SYM.
23097         (memchr): Do not use BP_SYM in weak_alias.
23098         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
23099         (PARMS): Do not use macros from bp-asm.h.
23100         (BLK2): Likewise.
23101         (LEN): Likewise.
23102         (memcmp): Do not use BP_SYM.
23103         (bcmp): Do not use BP_SYM in weak_alias.
23104         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
23105         (PARMS): Do not use macros from bp-asm.h.
23106         (S1): Likewise.
23107         (SIZE): Likewise.
23108         (__mpn_mul_1): Do not use BP_SYM.
23109         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
23110         "bp-asm.h".
23111         (PARMS): Do not use macros from bp-asm.h.
23112         (STR): Likewise.
23113         (CHR): Likewise.
23114         (__rawmemchr): Do not use BP_SYM.
23115         (rawmemchr): Do not use BP_SYM in weak_alias.
23116         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
23117         (PARMS): Do not use macros from bp-asm.h.
23118         (S): Likewise.
23119         (SIZE): Likewise.
23120         (__mpn_rshift): Do not use BP_SYM.
23121         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
23122         (PARMS): Do not use macros from bp-asm.h.
23123         (SIGMSK): Likewise.
23124         (__sigsetjmp): Likewise.  Do not use BP_SYM.
23125         * sysdeps/i386/start.S: Do not include "bp-sym.h".
23126         (_start): Do not use BP_SYM.
23127         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
23128         (PARMS): Do not use macros from bp-asm.h.
23129         (DEST): Likewise.
23130         (SRC): Likewise.
23131         (__stpcpy): Likewise.  Do not use BP_SYM.
23132         (stpcpy): Do not use BP_SYM in weak_alias.
23133         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
23134         "bp-asm.h".
23135         (PARMS): Do not use macros from bp-asm.h.
23136         (DEST): Likewise.
23137         (SRC): Likewise.
23138         (LEN): Likewise.
23139         (__stpncpy): Likewise.  Do not use BP_SYM.
23140         (stpncpy): Do not use BP_SYM in weak_alias.
23141         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
23142         (PARMS): Do not use macros from bp-asm.h.
23143         (STR): Likewise.
23144         (CHR): Likewise.
23145         (strchr): Likewise.  Do not use BP_SYM.
23146         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
23147         "bp-asm.h".
23148         (PARMS): Do not use macros from bp-asm.h.
23149         (STR): Likewise.
23150         (CHR): Likewise.
23151         (__strchrnul): Likewise.  Do not use BP_SYM.
23152         (strchrnul): Do not use BP_SYM in weak_alias.
23153         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
23154         "bp-asm.h".
23155         (PARMS): Do not use macros from bp-asm.h.
23156         (STOP): Likewise.
23157         (strcspn): Do not use BP_SYM.
23158         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
23159         "bp-asm.h".
23160         (PARMS): Do not use macros from bp-asm.h.
23161         (STR): Likewise.
23162         (STOP): Likewise.
23163         (strpbrk): Likewise.  Do not use BP_SYM.
23164         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
23165         "bp-asm.h".
23166         (PARMS): Do not use macros from bp-asm.h.
23167         (STR): Likewise.
23168         (CHR): Likewise.
23169         (strrchr): Likewise.  Do not use BP_SYM.
23170         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
23171         (PARMS): Do not use macros from bp-asm.h.
23172         (SKIP): Likewise.
23173         (strspn): Do not use BP_SYM.
23174         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
23175         (PARMS): Do not use macros from bp-asm.h.
23176         (STR): Likewise.
23177         (DELIM): Likewise.
23178         (SAVE): Likewise.
23179         (FUNCTION): Likewise.  Do not use BP_SYM.
23180         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
23181         aliases.
23182         (strtok_r): Likewise.
23183         (__GI___strtok_r): Likewise.
23184         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
23185         (PARMS): Do not use macros from bp-asm.h.
23186         (S1): Likewise.
23187         (S2): Likewise.
23188         (SIZE): Likewise.
23189         (__mpn_sub_n): Do not use BP_SYM.
23190         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
23191         "bp-asm.h".
23192         (PARMS): Do not use macros from bp-asm.h.
23193         (S1): Likewise.
23194         (SIZE): Likewise.
23195         (__mpn_submul_1): Do not use BP_SYM.
23196         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
23197         <bp-sym.h>.
23198         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
23199         and <bp-asm.h>.
23200         (PARMS): Do not use macros from bp-asm.h.
23201         (FLAGS): Likewise.
23202         (PTID): Likewise.
23203         (TLS): Likewise.
23204         (CTID): Likewise.
23205         (__clone): Do not use BP_SYM.
23206         (clone): Do not use BP_SYM in weak_alias.
23207         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
23208         and <bp-asm.h>.
23209         (PARMS): Do not use macros from bp-asm.h.
23210         (LEN): Likewise.
23211         (__mmap64): Do not use BP_SYM.
23212         (mmap64): Do not use BP_SYM in weak_alias.
23213         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
23214         <bp-sym.h> and <bp-asm.h>.
23215         (PARMS): Do not use macros from bp-asm.h.
23216         (__posix_fadvise64_l64): Do not use BP_SYM.
23217         * sysdeps/unix/sysv/linux/i386/semtimedop.S
23218         (PARMS): Do not use macros from bp-asm.h.
23219         (NSOPS): Likewise.
23220         (semtimedop): Do not use BP_SYM.
23221         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
23222         and <bp-asm.h>.
23223
23224 2013-02-21  Allan McRae  <allan@archlinux.org>
23225
23226         * manual/message.texi (Charset conversion in gettext):
23227         Move @end statement to beginning of line.
23228
23229 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23230
23231         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
23232         static.
23233         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
23234         Likewise.
23235
23236         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
23237         (denorm): Likewise.
23238         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
23239         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
23240
23241 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23242
23243         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
23244         tail-call to the resolved function if pltexit isn't needed.
23245
23246 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23247
23248         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
23249         or Y being zero as being unlikely.
23250         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
23251         Likewise.
23252
23253 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
23254
23255         * manual/nss.texi (System Databases and Name Service Switch):
23256         Remove frobnicate @pxref.
23257
23258 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
23259
23260         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
23261         __attribute__ ((unused)) to __attribute__ ((__unused__)).
23262
23263 2013-02-20  Petr Machata  <pmachata@redhat.com>
23264
23265         * elf/elf.h (R_ARM_TARGET1): New macro.
23266         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
23267         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
23268         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
23269         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
23270         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
23271         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
23272         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
23273         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
23274         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
23275         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
23276         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
23277         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
23278         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
23279         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
23280         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
23281         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
23282         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
23283         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
23284         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
23285         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
23286         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
23287         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
23288         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
23289         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
23290         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
23291         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
23292         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
23293         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
23294         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
23295         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
23296         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
23297         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
23298         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
23299         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
23300         (R_ARM_THM_GOT_BREL12): Likewise.
23301         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
23302         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
23303         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
23304         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
23305         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
23306         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
23307         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
23308         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
23309         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
23310
23311 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
23312
23313         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
23314         __attribute_used__ to __attribute__ ((unused)).
23315
23316 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23317
23318         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
23319         powerpc mpa.c.
23320         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
23321         comment formatting.
23322         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
23323
23324 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
23325
23326         [BZ #13550]
23327         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
23328         Remove macro.
23329         (ENTER): Remove both macro definitions.
23330         (LEAVE): Likewise.
23331         (CHECK_BOUNDS_LOW): Likewise.
23332         (CHECK_BOUNDS_HIGH): Likewise.
23333         (CHECK_BOUNDS_BOTH): Likewise.
23334         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
23335         (RETURN_BOUNDED_POINTER): Likewise.
23336         (RETURN_NULL_BOUNDED_POINTER): Likewise.
23337         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
23338         (POP_ERRNO_LOCATION_RETURN): Likewise.
23339         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
23340         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23341         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
23342         macros.
23343         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23344         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
23345         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
23346         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
23347         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
23348         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
23349         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
23350         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
23351         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
23352         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
23353         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
23354         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
23355         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23356         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
23357         removed macros.
23358         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23359         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
23360         macros.
23361         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23362         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
23363         * sysdeps/i386/i586/memset.S (memset): Likewise.
23364         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
23365         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23366         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
23367         macros.
23368         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23369         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
23370         Change uses of L(2) to L(out).
23371         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
23372         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
23373         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
23374         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23375         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
23376         removed macros.
23377         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23378         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
23379         macros.
23380         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23381         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
23382         (RETURN): Do not use macro LEAVE.
23383         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
23384         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
23385         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
23386         * sysdeps/i386/i686/memset.S (memset): Likewise.
23387         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
23388         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
23389         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23390         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
23391         Likewise.
23392         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23393         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
23394         L(1_2) and L(1_3) into L(1).
23395         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
23396         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
23397         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23398         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
23399         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23400         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
23401         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
23402         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23403         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
23404         macros.
23405         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
23406         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23407         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
23408         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
23409         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
23410         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23411         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
23412         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
23413         * sysdeps/i386/strcspn.S (strcspn): Likewise.
23414         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
23415         * sysdeps/i386/strrchr.S (strrchr): Likewise.
23416         * sysdeps/i386/strspn.S (strspn): Likewise.
23417         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
23418         conditional code.
23419         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23420         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
23421         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
23422         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
23423         L(1_3) into L(1_1).
23424         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
23425         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23426         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
23427         macros.
23428         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23429
23430 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
23431
23432         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
23433         macro.
23434
23435 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23436
23437         * math/atest-exp.c (exp_mpn): Remove ROUND.
23438         * math/atest-exp2.c (exp_mpn): Likewise.
23439         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
23440
23441         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
23442         * stdlib/tst-tls-atexit-lib.c: Likewise.
23443         * stdlib/tst-tls-atexit.c: Likewise.
23444
23445 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
23446
23447         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
23448         and __attribute_alloc_size__.
23449
23450 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
23451
23452         * include/programs/xmalloc.h: Change __attribute_alloc_size to
23453         __attribute_alloc_size__.
23454         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
23455         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
23456
23457 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
23458
23459         * include/programs/xmalloc.h: New file.
23460         * catgets/gencat.c: Include it.
23461         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
23462         * elf/pldd.c: Likewise.
23463         * iconv/iconv_charmap.c: Likewise.
23464         * iconv/iconvconfig.c: Likewise.
23465         * iconv/strtab.c: Likewise.
23466         * locale/programs/locale.c: Likewise.
23467         * locale/programs/localedef.h: Likewise.
23468         * locale/programs/simple-hash.c: Likewise.
23469         * nscd/nscd.h: Likewise.
23470         * nss/makedb.c: Likewise.
23471         * sysdeps/generic/ldconfig.h: Likewise.
23472
23473 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23474
23475         * Versions.def: Add GLIBC_2.18.
23476         * include/link.h (struct link_map): New member l_tls_dtor_count.
23477         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
23478         (__call_tls_dtors): Likewise.
23479         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
23480         __cxa_thread_atexit_impl.
23481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
23482         Likewise.
23483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
23484         Likewise.
23485         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
23486         Likewise.
23487         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
23488         Likewise.
23489         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
23490         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
23491         Likewise.
23492         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
23493         Likewise.
23494         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
23495         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
23496         Likewise.
23497         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
23498         (tests): Add test case tst-tls-atexit.
23499         (modules-names): Add shared library for tst-tls-atexit.
23500         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
23501         (GLIBC_PRIVATE): Add __call_tls_dtors.
23502         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
23503         for libstdc++.
23504         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
23505         * stdlib/tst-tls-atexit.c: New test case.
23506         * stdlib/tst-tls-atexit-lib.c: New test case.
23507
23508         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
23509
23510         * elf/Versions (ld): Add _dl_find_dso_for_object.
23511         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
23512         * elf/dl-open.c (_dl_find_dso_for_object): New function.
23513         (dl_open_worker): Use _dl_find_dso_for_object.
23514         * elf/dl-sym.c (do_sym): Likewise.
23515         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
23516
23517 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23518
23519         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
23520         Syntactic changes only.
23521         (_dl_runtime_profile): Do a tail-call to the resolved function.
23522
23523 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
23524
23525         [BZ #13550]
23526         * sysdeps/x86_64/bp-asm.h: Remove file.
23527         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
23528         <bp-sym.h> and <bp-asm.h>.
23529         (__clone): Do not use BP_SYM.
23530         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
23531         <bp-sym.h> and <bp-asm.h>.
23532         * sysdeps/unix/x86_64/sysdep.S: Likewise.
23533         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
23534         "bp-asm.h".
23535         (_setjmp): Do not use BP_SYM.
23536         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
23537         "bp-asm.h".
23538         (setjmp): Do not use BP_SYM.
23539         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
23540         libc_hidden_def.
23541         (mempcpy): Do not use BP_SYM in weak_alias.
23542         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
23543         "bp-asm.h".
23544         (strchr): Do not use BP_SYM.
23545         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
23546         "bp-asm.h".
23547         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
23548         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
23549         (_start): Do not use BP_SYM.
23550         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
23551         "bp-asm.h".
23552         (strcat): Do not use BP_SYM.
23553         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
23554         "bp-asm.h".
23555         (STRCMP): Do not use BP_SYM.
23556         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
23557         "bp-asm.h".
23558         (STRCPY): Do not use BP_SYM.
23559         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
23560         "bp-asm.h".
23561         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
23562         "bp-asm.h".
23563         (FUNCTION): Do not use BP_SYM.
23564         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
23565         weak_alias.
23566         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
23567
23568 2013-02-17  Andreas Jaeger  <aj@suse.de>
23569
23570         * time/Versions: Sort entries.
23571         * string/Versions: Likewise.
23572         * resolv/Versions: Likewise.
23573         * posix/Versions: Likewise.
23574         * iconv/Versions: Likewise.
23575         * elf/Versions: Likewise.
23576         * wcsmbs/Versions: Likewise.
23577
23578 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23579
23580         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
23581         loop termination condition.
23582
23583         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
23584         variable to calculate EZ.
23585         (__sqr): Likewise.
23586
23587         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
23588         the lower precision input.
23589
23590 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
23591
23592         [BZ #13550]
23593         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
23594         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
23595         (run-via-rtld-prefix): Do not handle %-bp tests.
23596         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
23597         (all-object-suffixes): Remove .ob.
23598         (bppfx): Remove variable.
23599         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
23600         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
23601         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
23602         [$(build-bounded) = yes] (libtype.ob): Likewise.
23603         * Makerules (elide-routines.ob): Remove variable.
23604         (do-tests-clean): Do not handle *-bp.out.
23605         (common-mostlyclean): Do not handle *-bp and *-bp.out.
23606         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
23607         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
23608         (tests): Do not include $(tests-bp.out).
23609         (xtests): Do not include $(xtests-bp.out).
23610         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
23611         [$(build-bounded) = yes] ($(addprefix
23612         $(objpfx),$(binaries-bounded))): Remove rule.
23613         ($(objpfx)%-bp.out): Remove rule.
23614         * config.make.in (build-bounded): Remove variable.
23615         * crypt/Makefile [$(build-bounded) = yes]
23616         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
23617         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
23618         append to variable.
23619         [$(build-bounded) = yes] (install-lib): Likewise.
23620         [$(build-bounded) = yes] (generated): Likewise.
23621         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
23622         Remove rule.
23623         * intl/Makefile [$(build-bounded) = yes]
23624         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
23625         * math/Makefile [$(build-bounded) = yes]
23626         ($(tests:%=$(objpfx)%-bp): Likewise.
23627         * misc/Makefile [$(build-bounded) = yes]
23628         ($(objpfx)tst-tsearch-bp): Likewise.
23629         * nptl/Makeconfig (bounded-thread-library): Remove variable.
23630         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
23631         Remove dependency.
23632         * string/Makefile (o-objects.ob): Remove variable.
23633         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
23634         (CFLAGS-.ob): Remove variable.
23635         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
23636         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
23637         both definitions of variable.
23638         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
23639         (ASFLAGS-.ob): Remove variable.
23640
23641 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
23642
23643         [BZ #13550]
23644         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
23645         Remove __BOUNDED_POINTERS__ from condition.
23646         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
23647         * string/bits/string2.h [!__NO_STRING_INLINES &&
23648         !__BOUNDED_POINTERS__]: Likewise.
23649         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
23650         Likewise.
23651         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
23652         Remove conditional code.
23653         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
23654         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
23655         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
23656         condition.
23657
23658         [BZ #13550]
23659         * csu/libc-start.c: Do not include <bp-sym.h>.
23660         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
23661         * elf/dl-open.c: Do not include <bp-sym.h>.
23662         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
23663         * math/fegetenv.c: Do not include <bp-sym.h>.
23664         (fegetenv): Do not use BP_SYM in versioned symbols.
23665         * nptl/sysdeps/pthread/bits/libc-lockP.h
23666         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
23667         <bp-sym.h>.
23668         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23669         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
23670         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23671         (__pthread_mutex_destroy): Likewise.
23672         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23673         (__pthread_mutex_lock): Likewise.
23674         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23675         (__pthread_mutex_trylock): Likewise.
23676         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23677         (__pthread_mutex_unlock): Likewise.
23678         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23679         (__pthread_mutexattr_init): Likewise.
23680         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23681         (__pthread_mutexattr_destroy): Likewise.
23682         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23683         (__pthread_mutexattr_settype): Likewise.
23684         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23685         (__pthread_rwlock_init): Likewise.
23686         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23687         (__pthread_rwlock_destroy): Likewise.
23688         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23689         (__pthread_rwlock_rdlock): Likewise.
23690         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23691         (__pthread_rwlock_tryrdlock): Likewise.
23692         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23693         (__pthread_rwlock_wrlock): Likewise.
23694         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23695         (__pthread_rwlock_trywrlock): Likewise.
23696         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23697         (__pthread_rwlock_unlock): Likewise.
23698         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23699         (__pthread_key_create): Likewise.
23700         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23701         (__pthread_setspecific): Likewise.
23702         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23703         (__pthread_getspecific): Likewise.
23704         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
23705         Likewise.
23706         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23707         (_pthread_cleanup_push_defer): Likewise.
23708         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23709         (_pthread_cleanup_pop_restore): Likewise.
23710         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
23711         (pthread_setcancelstate): Likewise.
23712         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
23713         <bp-sym.h>.
23714         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
23715         (memchr): Do not use BP_SYM in weak_alias.
23716         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
23717         (fegetenv): Do not use BP_SYM in versioned symbols.
23718         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
23719         (fesetenv): Do not use BP_SYM in versioned symbols.
23720         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
23721         (feupdateenv): Do not use BP_SYM in versioned symbols.
23722         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
23723         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
23724         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
23725         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
23726         (open64): Do not use BP_SYM in weak_alias.
23727         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
23728         (fegetenv): Do not use BP_SYM in versioned symbols.
23729         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
23730         (fesetenv): Do not use BP_SYM in versioned symbols.
23731         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
23732         (feupdateenv): Do not use BP_SYM in versioned symbols.
23733         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
23734         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
23735         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
23736         (feraiseexcept): Do not use BP_SYM in versioned symbols.
23737         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
23738         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
23739         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
23740         <bp-sym.h>.
23741         (__libc_start_main): Do not use BP_SYM.
23742
23743 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23744
23745         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
23746         redundant return line.
23747         (norm): Likewise.
23748         (denorm): Likewise.
23749         (dbl_mp): Likewise.
23750         (sub_magnitudes): Likewise.
23751         (__add): Likewise.
23752         (__sub): Likewise.
23753         (__mul): Likewise.
23754         (__inv): Likewise.
23755         (__dvd): Likewise.
23756         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
23757         (norm): Likewise.
23758         (denorm): Likewise.
23759         (dbl_mp): Likewise.
23760         (sub_magnitudes): Likewise.
23761         (__add): Likewise.
23762         (__sub): Likewise.
23763         (__mul): Likewise.
23764         (__inv): Likewise.
23765         (__dvd): Likewise.
23766
23767         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
23768         instead of __mul.
23769         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
23770         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
23771         (cc32): Likewise.
23772
23773         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
23774         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
23775         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
23776         of __mul for squares.
23777         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
23778         function
23779         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
23780         Likewise.
23781         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
23782         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
23783
23784 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
23785
23786         [BZ #13550]
23787         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
23788         code.
23789         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
23790         prototype or function definition.  Rename ubp_* variables and
23791         parameters.  Remove argv definitions conditional on
23792         [__BOUNDED_POINTERS__].
23793         * debug/backtrace.c (__backtrace): Do not use __unbounded.
23794         * elf/dl-runtime.c (_dl_fixup): Likewise.
23795         * include/set-hooks.h (RUN_HOOK): Likewise.
23796         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
23797         definition.
23798         * string/strcpy.c (strcpy): Do not use __unbounded.
23799         * sysdeps/generic/frame.h (struct layout): Likewise.
23800         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
23801         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
23802         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
23803         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
23804         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
23805         (__backtrace): Likewise.
23806         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
23807         use __ptrvalue.
23808         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
23809         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
23810         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
23811         Likewise.
23812         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
23813         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
23814         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
23815         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
23816         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
23817         Do not use __unbounded.
23818         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
23819         Rename __unboundedrlimits parameter to rlimits in prototype.
23820         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
23821         Do not use __unbounded.
23822         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
23823         not use __ptrvalue.
23824         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
23825         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
23826         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
23827         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
23828         __ptrvalue or __unbounded.
23829         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
23830         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
23831         use __unbounded.
23832         (__new_msgctl): Do not use __ptrvalue.
23833         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
23834         __unbounded.
23835         (__libc_msgrcv): Do not use __ptrvalue.
23836         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
23837         startup_info): Do not use __unbounded.
23838         (__libc_start_main): Likewise.  Rename ubp_* variables and
23839         parameters.  Remove argv definitions conditional on
23840         [__BOUNDED_POINTERS__].
23841         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
23842         __ptrvalue.
23843         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
23844         use __unbounded.
23845         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
23846         or __ptrvalue.
23847         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
23848         use __unbounded.
23849         (__new_shmctl): Do not use __ptrvalue.
23850         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
23851         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
23852         Likewise.
23853         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
23854         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
23855         (__libc_sigaction): Likewise.
23856         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
23857         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
23858         Likewise.
23859         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
23860
23861 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
23862
23863         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
23864
23865         * string/mempcpy.c: Implement by calling memcpy.
23866
23867 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23868
23869         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
23870
23871         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
23872         evaluation.
23873
23874         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
23875         values in the mantissa.
23876
23877         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
23878         minimize writes to Z.
23879         (sub_magnitudes): Simplify code a bit.
23880
23881 2013-02-12  Roland McGrath  <roland@hack.frob.com>
23882
23883         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
23884         from the message.  The linker prefixes all warnings with that already.
23885
23886 2013-02-12  Andreas Schwab  <schwab@suse.de>
23887
23888         [BZ #15078]
23889         * posix/regexec.c (extend_buffers): Add parameter min_len.
23890         (check_matching): Pass minimum needed length.
23891         (clean_state_log_if_needed): Likewise.
23892         (get_subexp): Likewise.
23893         * posix/Makefile (tests): Add bug-regex34.
23894         (bug-regex34-ENV): Define.
23895         * posix/bug-regex34.c: New file.
23896
23897         [BZ #11561]
23898         * posix/regcomp.c (parse_bracket_exp): When looking up collating
23899         elements compare against the byte sequence of it, not its name.
23900         * posix/Makefile (tests): Add bug-regex35.
23901         (bug-regex35-ENV): Define.
23902         * posix/bug-regex35.c: New file.
23903
23904 2013-02-11  Tom de Vries  <tom@codesourcery.com>
23905
23906         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
23907         comment.
23908         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
23909         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
23910         (CHECK_EOL): Add undef.
23911
23912 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
23913
23914         * bits/stdlib-bsearch.h: New file.
23915         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
23916         * stdlib/stdlib.h: Likewise.
23917
23918 2013-02-11  Roland McGrath  <roland@hack.frob.com>
23919
23920         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
23921         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
23922         declaration.
23923         * manual/search.texi (Array Search Function): Add missing const in
23924         lfind prototype.
23925         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
23926         declaration to use rlim_t.
23927         (Basic Scheduling Functions): Remove erroneous const from
23928         sched_getparam prototype.  Remove erroneous * from
23929         sched_get_priority_max and sched_get_priority_min prototypes.
23930         (Resource Usage): Fix summary @comment on vtimes to refer to
23931         sys/vtimes.h rather than vtimes.h.
23932         Add missing *s in vtimes prototype.
23933         (Limits on Resources): Fix ulimit prototype to return long int.
23934         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
23935         prototypes to use long int rather than double.
23936         (BSD Random): Fix initstate and setstate to use char *, not void *.
23937         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
23938         prototype to make second argument 'struct aiocb64 *const[]'.
23939         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
23940         (Status of AIO Operations): Remove erroneous const in aio_return and
23941         aio_return64 prototypes.
23942         (Synchronizing I/O): Fix sync prototype to return void.
23943         * manual/startup.texi (Suboptions): Remove an erroneous const in
23944         getsubopt prototype.
23945         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
23946         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
23947         use size_t rather than int.
23948         (Scanning All Users): Likewise for getpwent_r.
23949         (Setting Groups): Add missing const to setgroups prototype.
23950         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
23951         * manual/socket.texi (Host Names): Fix gethostbyaddr and
23952         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
23953         'const void *' rather than 'const char *'.
23954         (Host Address Functions): Likewise for inet_ntop.
23955         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
23956         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
23957         ssize_t for return value.
23958         (Sending Data): Likewise for send, sendto, sendmsg.
23959         (Socket Option Functions): Add a missing const in setsockopt prototype.
23960         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
23961         use wchar_t for the argument.
23962         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
23963         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
23964         take no arguments.
23965         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
23966         double/float/long double for second argument.
23967         Fix return types of significand, significandf, significandl.
23968         * manual/filesys.texi (Setting Permissions): Use mode_t for second
23969         argument in fchmod prototype.
23970         (File Owner): Use uid_t and gid_t in fchown prototype.
23971         (File Times): Add const to utimes, futimes, and lutimes prototypes.
23972         (Making Special Files): Use mode_t and dev_t in mknod prototype.
23973         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
23974         use 'const struct dirent **' as argument types to CMP function pointer
23975         argument.
23976         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
23977         (File Times): Fix summary magic @comment for struct utimbuf and utime
23978         to refer to utime.h, not time.h.
23979         * manual/string.texi (Argz Functions): Add missing const in
23980         argz_extract and argz_next prototypes.
23981         (Finding Tokens in a String): Likewise for basename.
23982         (String/Array Comparison): Fix typo in wcscasecmp prototype.
23983         (Copying and Concatenation): Fix typo in wmemmove prototype.
23984         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
23985         (Signal Stack): Remove erroneous const in sigstack prototype.
23986         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
23987         prototype.
23988         (Simple Calendar Time): Likewise for stime.
23989         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
23990         prototype.
23991         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
23992         say sys/sysctl.h instead.
23993         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
23994         and vsyslog prototypes.
23995
23996 2013-02-11  Tom de Vries  <tom@codesourcery.com>
23997
23998         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
23999         Remove.
24000
24001 2013-02-11  Roland McGrath  <roland@hack.frob.com>
24002
24003         * misc/sys/mman.h: Fix typo in mremap comment.
24004
24005 2013-02-08  Roland McGrath  <roland@hack.frob.com>
24006
24007         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
24008         the '\0' terminator.
24009
24010 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
24011
24012         [BZ #13550]
24013         * debug/segfault.c: Don't include <bp-checks.h>.
24014         * sysdeps/generic/bp-checks.h: Remove file.
24015         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
24016         (__GETDENTS): Don't use CHECK_N.
24017         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
24018         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
24019         (__getgroups): Don't use CHECK_N.
24020         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
24021         (setgroups): Don't use CHECK_N.
24022         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
24023         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
24024         (__libc_msgrcv): Don't use CHECK_N.
24025         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
24026         (__libc_msgsnd): Don't use CHECK_N.
24027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
24028         <bp-checks.h>.
24029         (__libc_pread): Don't use CHECK_N.
24030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
24031         include <bp-checks.h>.
24032         (__libc_pread64): Don't use CHECK_N.
24033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
24034         include <bp-checks.h>.
24035         (__libc_pwrite): Don't use CHECK_N.
24036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
24037         include <bp-checks.h>.
24038         (__libc_pwrite64): Don't use CHECK_N.
24039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
24040         <bp-checks.h>.
24041         (__libc_pread): Don't use CHECK_N.
24042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
24043         include <bp-checks.h>.
24044         (__libc_pread64): Don't use CHECK_N.
24045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
24046         include <bp-checks.h>.
24047         (__libc_pwrite): Don't use CHECK_N.
24048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
24049         include <bp-checks.h>.
24050         (__libc_pwrite64): Don't use CHECK_N.
24051         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
24052         (do_pread): Don't use CHECK_N.
24053         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
24054         (do_pread64): Don't use CHECK_N.
24055         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
24056         (do_pwrite): Don't use CHECK_N.
24057         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
24058         (do_pwrite64): Don't use CHECK_N.
24059         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
24060         (__libc_readv): Don't use CHECK_N.
24061         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
24062         (semop): Don't use CHECK_N.
24063         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
24064         <bp-checks.h>.
24065         (semtimedop): Don't use CHECK_N.
24066         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
24067         (__libc_pread): Don't use CHECK_N.
24068         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
24069         <bp-checks.h>.
24070         (__libc_pread64): Don't use CHECK_N.
24071         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
24072         <bp-checks.h>.
24073         (__libc_pwrite): Don't use CHECK_N.
24074         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
24075         <bp-checks.h>.
24076         (__libc_pwrite64): Don't use CHECK_N.
24077         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
24078         <bp-checks.h>.
24079         (__libc_msgrcv): Don't use CHECK_N.
24080         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
24081         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
24082         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
24083         (__libc_writev): Don't use CHECK_N.
24084
24085 2013-02-08  Roland McGrath  <roland@hack.frob.com>
24086
24087         * string/strcpy.c: Removed unused variable.
24088
24089         * Makeconfig (+sysdep-includes): Define with := rather than =.
24090         Use an existing include/ subdir of each sysdeps dir before it.
24091
24092 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24093
24094         * nscd/connection.c (register_traced_file): Comment function.
24095         [HAVE_INOTIFY] (union __inev): Define.
24096         [HAVE_INOTIFY] (inotify_check_files): New function.
24097         [HAVE_INOTIFY] (clear_db_cache): Likewise.
24098         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
24099         clear_db_cache.
24100         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
24101
24102 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24103
24104         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
24105         loaded if not already and that a failure is permanent.
24106
24107 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24108
24109         [BZ #15006]
24110         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
24111         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
24112
24113 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
24114
24115         [BZ #13550]
24116         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
24117         (CHECK_1_NULL_OK): Likewise.
24118         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
24119         (__fxstat): Do not use CHECK_1.
24120         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
24121         <bp-checks.h>.
24122         (___fxstat64): Do not use CHECK_1.
24123         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
24124         <bp-checks.h>.
24125         (__fxstatat): Do not use CHECK_1.
24126         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
24127         <bp-checks.h>.
24128         (__fxstatat64): Do not use CHECK_1.
24129         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
24130         <bp-checks.h>.
24131         (__fxstat): Do not use CHECK_1.
24132         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
24133         <bp-checks.h>.
24134         (__fxstatat): Do not use CHECK_1.
24135         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
24136         <bp-checks.h>.
24137         (__getresgid): Do not use CHECK_1.
24138         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
24139         <bp-checks.h>.
24140         (__getresuid): Do not use CHECK_1.
24141         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
24142         <bp-checks.h>.
24143         (__lxstat): Do not use CHECK_1.
24144         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
24145         <bp-checks.h>.
24146         (__old_msgctl): Do not use CHECK_1.
24147         (__new_msgctl): Likewise.
24148         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
24149         <bp-checks.h>.
24150         (__new_setrlimit): Do not use CHECK_1.
24151         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
24152         <bp-checks.h>.
24153         (__old_shmctl): Do not use CHECK_1.
24154         (__new_shmctl): Likewise.
24155         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
24156         <bp-checks.h>.
24157         (__xstat): Do not use CHECK_1.
24158         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
24159         (__lxstat): Do not use CHECK_1.
24160         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
24161         <bp-checks.h>.
24162         (___lxstat64): Do not use CHECK_1.
24163         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
24164         (__old_msgctl): Do not use CHECK_1.
24165         (__new_msgctl): Likewise.
24166         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
24167         <bp-checks.h>.
24168         (__gettimeofday): Do not use CHECK_1.
24169         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
24170         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
24171         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
24172         <bp-checks.h>.
24173         (__gettimeofday): Do not use CHECK_1.
24174         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
24175         (__old_shmctl): Do not use CHECK_1_NULL_OK.
24176         (__new_shmctl): Do not use CHECK_1.
24177         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
24178         <bp-checks.h>.
24179         (do_sigtimedwait): Do not use CHECK_1.
24180         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
24181         <bp-checks.h>.
24182         (do_sigwaitinfo): Do not use CHECK_1.
24183         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
24184         <bp-checks.h>.
24185         (msgctl): Do not use CHECK_1.
24186         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
24187         <bp-checks.h>.
24188         (shmctl): Do not use CHECK_1.
24189         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
24190         (ustat): Do not use CHECK_1.
24191         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
24192         <bp-checks.h>.
24193         (__fxstat): Do not use CHECK_1.
24194         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
24195         <bp-checks.h>.
24196         (__fxstatat): Do not use CHECK_1.
24197         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
24198         <bp-checks.h>.
24199         (__lxstat): Do not use CHECK_1.
24200         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
24201         <bp-checks.h>.
24202         (__xstat): Do not use CHECK_1.
24203         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
24204         (__xstat): Do not use CHECK_1.
24205         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
24206         (___xstat64): Do not use CHECK_1.
24207
24208         [BZ #13550]
24209         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
24210         definitions.
24211         (CHECK_BOUNDS_HIGH): Likewise.
24212         * string/strcpy.c: Do not include <bp-checks.h>.
24213         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
24214
24215 2013-02-07  Roland McGrath  <roland@hack.frob.com>
24216
24217         * nscd/nscd-client.h (__nscd_drop_map_ref):
24218         Add __attribute__ ((unused)).
24219         * nis/nss-nisplus.h (niserr2nss): Likewise.
24220
24221         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
24222         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
24223
24224         * csu/libc-tls.c (init_static_tls, init_slotinfo):
24225         Remove inline keyword.
24226         * include/rounding-mode.h (round_away): Likewise.
24227         * libio/wfileops.c (adjust_wide_data): Likewise.
24228         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
24229         (__m128i_strloadu_tolower): Likewise.
24230         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
24231         (__m128i_strloadu_tolower): Likewise.
24232         * time/mktime.c (ydhms_diff): Likewise.
24233         * locale/elem-hash.h (elem_hash): Likewise.
24234         * locale/setlocale.c (setdata): Likewise.
24235         * posix/regex_internal.h (re_string_char_size_at): Likewise.
24236         (re_string_wchar_at): Likewise.
24237         (bitset_not, bitset_merge, bitset_mask): Likewise.
24238         [!(__GNUC__ > 3)] (inline): Remove macro.
24239         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
24240         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
24241         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
24242         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
24243         * string/memcmp.c (memcmp_bytes): Likewise.
24244         * locale/programs/locarchive.c (compute_hashval): Likewise.
24245         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
24246         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
24247         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
24248         * nss/getent.c (print_rpc, print_protocols): Likewise.
24249         (print_passwd, print_group, print_aliases): Likewise.
24250         * nis/nss-nisplus.h (niserr2nss): Likewise.
24251         * nscd/connections.c (restart_p): Likewise.
24252         Change return type to bool.
24253
24254 2013-02-05  Roland McGrath  <roland@hack.frob.com>
24255
24256         * Makeconfig (all-Depend-files): Add existing
24257         $(sorted-subdirs:=/Depend) files.
24258         (all-subdirs): Remove nss.
24259         * sysdeps/unix/inet/Subdirs: Add it here instead.
24260         * hesiod/Depend: New file.
24261
24262         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
24263         instead of calling alloca.
24264
24265         * io/lseek.c (__lseek): Rename to __libc_lseek.
24266         Define __lseek as an alias.
24267
24268         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
24269
24270 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
24271
24272         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
24273         else clause and remove check for non-standard endianness.
24274
24275 2013-02-04  David S. Miller  <davem@davemloft.net>
24276
24277         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24278
24279 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
24280
24281         [BZ #13550]
24282         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
24283         (__ubp_memchr): Remove prototype.
24284         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
24285         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
24286         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
24287         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
24288         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
24289         Remove alias.
24290         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
24291         (__ubp_memchr): Likewise.
24292         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
24293         (__ubp_memchr): Likewise.
24294         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
24295         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
24296         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
24297         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
24298         CHECK_STRING.
24299         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
24300         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
24301         (__getcwd): Do not use CHECK_STRING.
24302         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
24303         <bp-checks.h>.
24304         (__real_chown): Do not use CHECK_STRING.
24305         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
24306         <bp-checks.h>.
24307         (fchownat): Do not use CHECK_STRING.
24308         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
24309         CHECK_STRING.
24310         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
24311         <bp-checks.h>.
24312         (__lchown): Do not use CHECK_STRING.
24313         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
24314         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
24315         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
24316         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
24317         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
24318         include <bp-checks.h>.
24319         (truncate64): Do not use CHECK_STRING.
24320         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
24321         <bp-checks.h>.
24322         (__real_chown): Do not use CHECK_STRING.
24323         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
24324         <bp-checks.h>.
24325         (__lchown): Do not use CHECK_STRING.
24326         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
24327         <bp-checks.h>.
24328         (__chown): Do not use CHECK_STRING.
24329         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
24330         <bp-checks.h>.
24331         (truncate64): Do not use CHECK_STRING.
24332         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
24333         Likewise.
24334         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
24335         (__xmknod): Do not use CHECK_STRING.
24336         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
24337         <bp-checks.h>.
24338         (__xmknodat): Do not use CHECK_STRING.
24339         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
24340         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
24341
24342 2013-02-04  Andreas Schwab  <schwab@suse.de>
24343
24344         [BZ #14142]
24345         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
24346         * include/netdb.h: Likewise for h_errno.
24347         * elf/tst-stackguard1.c: Include <tls.h>.
24348
24349 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
24350
24351         * elf/link.h (struct link_map): Extend the l_addr comment.
24352         * include/link.h (struct link_map): Likewise.
24353
24354 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
24355
24356         [BZ #13550]
24357         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
24358         (BOUNDED_1): Remove macro.
24359         * debug/backtrace.c: Don't include <bp-checks.h>.
24360         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
24361         (__backtrace): Likewise.
24362         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
24363         <bp-checks.h>.
24364         (__backtrace): Don't use BOUNDED_1.
24365         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
24366         <bp-checks.h>.
24367         (__backtrace): Don't use BOUNDED_1.
24368         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
24369         (__backtrace): Don't use BOUNDED_1.
24370         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
24371         (shmat): Don't use BOUNDED_N.
24372
24373 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
24374
24375         [BZ #13550]
24376         * sysdeps/generic/bp-start.h: Remove file.
24377         * csu/libc-start.c: Don't include <bp-start.h>.
24378         (LIBC_START_MAIN): Set up __environ directly instead of using
24379         INIT_ARGV_and_ENVIRON.
24380         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
24381         <bp-start.h>.
24382
24383         [BZ #13550]
24384         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
24385         definitions.
24386         (CHECK_FCNTL): Likewise.
24387         (CHECK_N_PAGES): Likewise.
24388
24389         [BZ #13550]
24390         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
24391         definitions.
24392         (CHECK_SIGSET_NULL_OK): Likewise.
24393         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
24394         <bp-checks.h>.
24395         (sigpending): Don't use CHECK_SIGSET.
24396         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
24397         <bp-checks.h>.
24398         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
24399         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
24400         <bp-checks.h>.
24401         (do_sigsuspend): Don't use CHECK_SIGSET.
24402         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
24403         use CHECK_SIGSET.
24404         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
24405         (do_sigwait): Don't use CHECK_SIGSET.
24406         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
24407         use CHECK_SIGSET.
24408         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
24409         include <bp-checks.h>.
24410         (sigpending): Don't use CHECK_SIGSET.
24411         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
24412         include <bp-checks.h>.
24413         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
24414         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
24415         <bp-checks.h>.
24416         (sigpending): Don't use CHECK_SIGSET.
24417         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
24418         <bp-checks.h>.
24419         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
24420
24421         [BZ #13550]
24422         * sysdeps/generic/bp-semctl.h: Remove file.
24423         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
24424         <bp-checks.h> and <bp-semctl.h>.
24425         (__old_semctl): Don't use CHECK_SEMCTL.
24426         (__new_semctl): Likewise.
24427         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
24428         and <bp-semctl.h>.
24429         (__old_semctl): Don't use CHECK_SEMCTL.
24430         (__new_semctl): Likewise.
24431         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
24432         <bp-checks.h> and <bp-semctl.h>.
24433         (__old_semctl): Don't use CHECK_SEMCTL.
24434         (__new_semctl): Likewise.
24435         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
24436         <bp-checks.h> and <bp-semctl.h>.
24437         (semctl): Don't use CHECK_SEMCTL.
24438
24439         [BZ #13550]
24440         * Makerules (elide-bp-thunks): Remove variable.
24441         (elide-routines.oS): Don't use $(elide-bp-thunks).
24442         (elide-routines.os): Likewise.
24443         (elide-routines.o): Likewise.
24444         (elide-routines.op): Likewise.
24445         (elide-routines.og): Likewise.
24446         (objects): Don't use $(bp-thunks).
24447         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
24448         include.
24449         (common-generated): Do not add s-proto-bp.d.
24450         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
24451         (int): Likewise.
24452         (typ): Likewise.
24453         Do not generate makefile rules for bounded-pointer thunks.
24454         * sysdeps/generic/bp-thunks.h: Remove file.
24455         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
24456         * sysdeps/unix/s-proto-bp.S: Likewise.
24457
24458         [BZ #15062]
24459         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
24460         parts of result separately when argument is not close to line from
24461         -i to i and one part of argument is small.
24462         * math/k_casinhf.c (__kernel_casinhf): Likewise.
24463         * math/k_casinhl.c (__kernel_casinhl): Likewise.
24464         * math/libm-test.inc (cacos_test): Add more tests.
24465         (casin_test): Likewise.
24466         (casinh_test): Likewise.
24467         * sysdeps/i386/fpu/libm-test-ulps: Update.
24468         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24469
24470 2013-01-31  David S. Miller  <davem@davemloft.net>
24471
24472         * po/de.po: Update from translation team.
24473
24474 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
24475
24476         * time/tzfile.c: Include stdint.h for SIZE_MAX.
24477
24478 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
24479
24480         * configure.in (_AC_PROG_CC_C89): New definition.
24481         * configure: Regenerate.
24482
24483         * configure.in (AC_PROG_CPP): New definition.
24484         * configure: Regenerate.
24485
24486 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
24487
24488         * debug/tst-backtrace.h: New file.
24489         * debug/tst-backtrace2.c: Include tst-backtrace.h.
24490         (ret): Remove variable.
24491         (x): Likewise.
24492         (FAIL): Remove macro.
24493         (NO_INLINE): Likewise.
24494         (fn1): Use match function instead of strstr.
24495         * debug/tst-backtrace3.c: Include tst-backtrace.h.
24496         (ret): Remove variable.
24497         (x): Likewise.
24498         (FAIL): Remove macro.
24499         (NO_INLINE): Likewise.
24500         (fn): Use match function instead of strstr.
24501         * debug/tst-backtrace4.c: Include tst-backtrace.h.
24502         (ret): Remove variable.
24503         (x): Likewise.
24504         (FAIL): Remove macro.
24505         (NO_INLINE): Likewise.
24506         (handle_signal): Use match function instead of strstr.
24507         * debug/tst-backtrace5.c: Include tst-backtrace.h.
24508         (ret): Remove variable.
24509         (x): Likewise.
24510         (FAIL): Remove macro.
24511         (NO_INLINE): Likewise.
24512         (handle_signal): Use match function instead of strstr.
24513
24514 2013-01-23  Roland McGrath  <roland@hack.frob.com>
24515
24516         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
24517
24518 2013-01-23  David S. Miller  <davem@davemloft.net>
24519
24520         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
24521         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
24522         argument of CAS if possible.
24523         * sysdeps/sparc/sparc64/bits/atomic.h
24524         (__arch_compare_and_exchange_val_32_acq): Likewise.
24525         (__arch_compare_and_exchange_val_64_acq): Likewise.
24526
24527 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
24528
24529         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
24530         * sysdeps/posix/ulimit.c: ... this.
24531         Include <limits.h>.
24532         * sysdeps/unix/bsd/ulimit.c: Remove file.
24533
24534 2013-01-23  Adam Conrad  <adconrad@0c3.net>
24535
24536         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
24537         (LDFLAGS-tst-array5): Likewise.
24538
24539 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
24540
24541         [BZ #15036]
24542         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
24543         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
24544         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
24545         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
24546
24547 2013-01-21  David S. Miller  <davem@davemloft.net>
24548
24549         * sysdeps/sparc/backtrace.c: New file.
24550         * sysdeps/sparc/sparc32/backtrace.h: New file.
24551         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
24552         * sysdeps/sparc/sparc64/backtrace.h: New file.
24553         * sysdeps/sparc/sparc64/backtrace.c: Delete.
24554         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
24555         -funwind-tables.
24556
24557 2013-01-21  Andreas Schwab  <schwab@suse.de>
24558
24559         [BZ #15020]
24560         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
24561         closed its stdout.
24562
24563 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
24564
24565         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
24566         "mpa2.h".
24567         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24568
24569 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
24570             Mark Mitchell  <mark@codesourcery.com>
24571             Tom de Vries  <tom@codesourcery.com>
24572             Paul Pluzhnikov  <ppluzhnikov@google.com>
24573
24574         * debug/tst-backtrace2.c: New file.
24575         * debug/tst-backtrace3.c: Likewise.
24576         * debug/tst-backtrace4.c: Likewise.
24577         * debug/tst-backtrace5.c: Likewise.
24578         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
24579         (CFLAGS-tst-backtrace3.c): Likewise.
24580         (CFLAGS-tst-backtrace4.c): Likewise.
24581         (CFLAGS-tst-backtrace5.c): Likewise.
24582         (LDFLAGS-tst-backtrace2): Likewise.
24583         (LDFLAGS-tst-backtrace3): Likewise.
24584         (LDFLAGS-tst-backtrace4): Likewise.
24585         (LDFLAGS-tst-backtrace5): Likewise.
24586         (tests): Add new tests tst-backtrace2, tst-backtrace3,
24587         tst-backtrace4 and tst-backtrace5.
24588
24589 2013-01-18  Anton Blanchard  <anton@samba.org>
24590             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24591
24592         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
24593         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
24594         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
24595         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
24596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
24597         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
24598         "+r" and remove output regs list as redundant.  Add explicit inline
24599         asm to specify register of return val to work around compiler codegen
24600         bug.  Remove (int) cast on return value.  Add return type parameter to
24601         use in macro so that this macro does not truncate return value for
24602         64-bit values.
24603         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
24604         pass to INTERNAL_VSYSCALL_NCS.
24605         (INLINE_VSYSCALL): Add 'long int' as return type to
24606         INTERNAL_VSYSCALL_NCS macro invocation.
24607         (INTERNAL_VSYSCALL): Add 'long int' as return type to
24608         INTERNAL_VSYSCALL_NCS macro invocation.
24609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
24610
24611 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24612
24613         [BZ #14496]
24614         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
24615         Fix application of SIMD FP exception mask.
24616
24617         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
24618         mp_no from a power of two.
24619         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
24620         __mpexp_twomm1.  Use __pow_mp.
24621
24622         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
24623         multiplication.
24624
24625 2013-01-17  David S. Miller  <davem@davemloft.net>
24626
24627         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24628
24629 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
24630
24631         [BZ #15023]
24632         * include/complex.h: Condition contents on [!_COMPLEX_H].
24633         (__kernel_casinhf): New prototype.
24634         (__kernel_casinh): Likewise.
24635         (__kernel_casinhl): Likewise.
24636         * math/Makefile (libm_calls): Add k_casinh.
24637         * math/k_casinh.c: New file.
24638         * math/k_casinhf.c: Likewise.
24639         * math/k_casinhl.c: Likewise.
24640         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
24641         finite nonzero arguments.
24642         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
24643         finite nonzero arguments.
24644         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
24645         finite nonzero arguments.
24646         * math/s_casinh.c: Do not include <float.h>.
24647         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
24648         * math/s_casinhf.c: Do not include <float.h>.
24649         (__casinhf): Move code for finite nonzero arguments to
24650         k_casinhf.c.
24651         * math/s_casinhl.c: Do not include <float.h>.
24652         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
24653         redefine.
24654         (__casinhl): Move code for finite nonzero arguments to
24655         k_casinhl.c.
24656         * math/libm-test.inc (cacos_test): Add more tests.
24657         * sysdeps/i386/fpu/libm-test-ulps: Update.
24658         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24659
24660 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
24661
24662         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
24663         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
24664         [!HAVE_MREMAP]: Remove [defined linux] case.
24665         * malloc/arena.c: Do not include <malloc-sysdep.h>.
24666
24667 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24668
24669         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
24670
24671 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
24672
24673         * elf/elf.h (R_386_SIZE32): New relocation.
24674         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
24675         R_386_SIZE32.
24676         (elf_machine_rela): Likewise.
24677         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
24678         R_X86_64_SIZE64 and R_X86_64_SIZE32.
24679
24680 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
24681
24682         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
24683         (FP_FAST_FMA): Do not define.
24684         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
24685         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
24686         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
24687         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
24688         !_SOFT_FLOAT]: Likewise.
24689         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
24690         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
24691         value.
24692         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
24693         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
24694         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
24695         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
24696         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
24697         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
24698         file.
24699
24700 2013-01-16  Andreas Schwab  <schwab@suse.de>
24701
24702         [BZ #14327]
24703         * include/stdlib.h (__mktemp): Add declaration.
24704         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
24705         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
24706
24707 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
24708
24709         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
24710         definitions.
24711         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
24712         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
24713         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
24714         definitions here.
24715         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
24716         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
24717         definitions.
24718         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
24719         and ONE.
24720         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
24721         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
24722         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
24723         definitions.
24724         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
24725         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
24726         definitions.
24727         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
24728
24729         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
24730
24731 2013-01-15  David S. Miller  <davem@davemloft.net>
24732
24733         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
24734         trunc{,f} to libm-sysdep_routes.
24735         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
24736         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
24737         file.
24738         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
24739         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
24740         file.
24741         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
24742         file.
24743         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
24744         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
24745         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
24746         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
24747         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
24748         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
24749         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
24750         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
24751
24752         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
24753         nearbyint{,f} to libm-sysdep_routes.
24754         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
24755         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
24756         New file.
24757         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
24758         file.
24759         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
24760         New file.
24761         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
24762         file.
24763         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
24764         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
24765         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
24766         file.
24767         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
24768         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
24769         file.
24770         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
24771         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
24772         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
24773
24774         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24775         libc_feholdexcept and libc_fesetenv.
24776
24777 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
24778
24779         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
24780
24781 2013-01-14  David S. Miller  <davem@davemloft.net>
24782
24783         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
24784         (SPARC_ASM_VIS2_IFUNC): Likewise.
24785         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
24786         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
24787         use of 'siam' instruction.
24788         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
24789         Likewise.
24790         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
24791         Likewise.
24792         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
24793         Likewise.
24794         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
24795         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
24796         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
24797         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
24798         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
24799         file.
24800         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
24801         file.
24802         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
24803         file.
24804         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
24805         file.
24806         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
24807         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
24808         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
24809         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
24810         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
24811         new VIS2 routines.
24812         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
24813         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
24814         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
24815         Likewise.
24816         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
24817         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
24818         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
24819         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
24820         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
24821         routines to libm-sysdep_routines.
24822         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
24823
24824         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
24825         fdim/fdimf to libm-sysdep_routines.
24826         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
24827         file.
24828         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
24829         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
24830         file.
24831         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
24832         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
24833         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
24834         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
24835         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
24836         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
24837         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
24838
24839 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24840
24841         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
24842         to optimize copies.
24843
24844         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
24845         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
24846         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24847
24848         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
24849         local variable MPTWO.
24850         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
24851         Likewise.
24852
24853 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
24854
24855         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
24856         GLOB_NOESCAPE.
24857
24858 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
24859
24860         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
24861
24862 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
24863
24864         * manual/pattern.texi (glob_t): Document gl_flags.
24865         (glob64_t): Likewise.
24866
24867 2013-01-11  David S. Miller  <davem@davemloft.net>
24868
24869         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
24870         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
24871         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
24872         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
24873         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
24874         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
24875         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
24876         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
24877         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
24878         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
24879         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
24880         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
24881         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
24882
24883         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
24884         sparc V9 rather than using V8 code.
24885         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
24886         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
24887
24888         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
24889         Move to...
24890         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
24891         Here.
24892
24893 2013-01-11  Roland McGrath  <roland@hack.frob.com>
24894
24895         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
24896         not in the main loop.
24897         * configure: Regenerated.
24898
24899 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
24900
24901         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
24902         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
24903         to just #else.
24904         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
24905         [!__GLIBC_HAVE_LONG_LONG] case.
24906         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
24907         condition to just #else.
24908         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
24909         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
24910         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
24911         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
24912         unconditional.
24913         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
24914         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
24915         #elif condition to just #else.
24916         * sysdeps/unix/sysv/linux/sys/sysmacros.h
24917         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
24918         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
24919         #elif condition to just #else.
24920
24921 2013-01-11  Steve Ellcey  <sellcey@mips.com>
24922
24923         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
24924         (EF_MIPS_ARCH_64): Fix value.
24925         (EF_MIPS_ARCH_32R2): New.
24926         (EF_MIPS_ARCH_64R2): New.
24927
24928 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
24929
24930         * Makeconfig (+link-pie-before-libc): New.
24931         (+link-pie-after-libc): Likewise.
24932         (+link-pie-tests): Likewise.
24933         (+link-pie): Rewritten.
24934         (link-before-libc): Remove $(config-LDFLAGS).
24935         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
24936         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
24937         (config-LDFLAGS): Renamed to ...
24938         (rtld-LDFLAGS): This.
24939         (rtld-tests-LDFLAGS): New macro.
24940         (link-libc-rpath-link): Likewise.
24941         (link-libc-tests-rpath-link): Likewise.
24942         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
24943         (link-libc): Prepand $(link-libc-rpath-link).
24944         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
24945         (test-program-prefix): New macro.
24946         (test-via-rtld-prefix): Likewise.
24947         (test-program-cmd): Likewise.
24948         (host-test-program-cmd): Likewise.
24949         * Makefile ($(common-objpfx)testrun.sh): Replace
24950         $(run-program-prefix) with $(test-program-prefix).
24951         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
24952         $(rtld-LDFLAGS).
24953         ($(common-objpfx)shlib.lds): Likewise.
24954         (build-module-helper): Likewise.
24955         ($(common-objpfx)format.lds): Likewise.
24956         * Rules (binaries-pie-tests): New.
24957         (binaries-pie-notests): Likewise.
24958         (binaries-pie): Rewritten.
24959         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
24960         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
24961         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
24962         (make-test-out): Replace $(host-built-program-cmd) with
24963         $(host-test-program-cmd).
24964         * config.make.in (build-hardcoded-path-in-tests): New variable.
24965         * configure.in (--enable-hardcoded-path-in-tests): New configure
24966         option.
24967         (hardcoded_path_in_tests): New AC_SUBST.
24968         * configure: Regenerated.
24969         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
24970         $(built-program-cmd) with $(test-program-cmd).
24971         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
24972         (test_program_cmd): This.
24973         * elf/Makefile ($(objpfx)order.out): Run test with
24974         $(test-program-prefix).
24975         ($(objpfx)order2.out): Likewise.
24976         ($(objpfx)tst-initorder.out): Likewise.
24977         ($(objpfx)tst-initorder2.out): Likewise.
24978         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
24979         $(test-program-cmd).
24980         ($(objpfx)tst-array1-static.out): Likewise.
24981         ($(objpfx)tst-array2.out): Likewise.
24982         ($(objpfx)tst-array3.out): Likewise.
24983         ($(objpfx)tst-array4.out): Likewise.
24984         ($(objpfx)tst-array5.out): Likewise.
24985         ($(objpfx)tst-array5-static.out): Likewise.
24986         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
24987         $(test-program-cmd).
24988         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
24989         $(run-program-prefix) with $(test-program-prefix).
24990         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
24991         (test_program_prefix): This.
24992         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
24993         $(run-program-prefix) with $(test-program-prefix).
24994         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
24995         (test_program_prefix): This.
24996         * iconvdata/tst-tables.sh: Likewise.
24997         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
24998         $(run-program-prefix) with $(test-program-prefix).
24999         ($(objpfx)tst-translit.out): Likewise.
25000         ($(objpfx)tst-gettext2.out): Likewise.
25001         ($(objpfx)tst-gettext4.out): Likewise.
25002         ($(objpfx)tst-gettext6.out): Likewise.
25003         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
25004         (test_program_prefix): This.
25005         * intl/tst-gettext2.sh: Likewise.
25006         * intl/tst-gettext4.sh  Likewise.
25007         * intl/tst-gettext6.sh: Likewise.
25008         * intl/tst-translit.sh: Likewise.
25009         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
25010         with $(test-program-cmd).
25011         * libio/Makefile ($(objpfx)test-freopen.out): Replace
25012         $(run-program-prefix) with $(test-program-prefix).
25013         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
25014         (test_program_prefix): This.
25015         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
25016         $(run-program-prefix) with $(test-program-prefix).
25017         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
25018         (test_program_prefix): This.
25019         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
25020         * posix/Makefile ($(objpfx)globtest.out): Replace
25021         $(run-via-rtld-prefix) and $(test-wrapper) with
25022         $(test-program-prefix) and $(test-via-rtld-prefix).
25023         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
25024         $(test-program-prefix).
25025         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
25026         $(host-test-program-cmd).
25027         (tst-spawn-ARGS): Likewise.
25028         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
25029         $(test-program-prefix).
25030         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
25031         (test_via_rtld_prefix): This.
25032         (test_wrapper): Renamed to ...
25033         (test_program_prefix): This.
25034         (run_program_prefix): Replaced by test_program_prefix.
25035         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
25036         (test_program_prefix): This.
25037         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
25038         with $(host-test-program-cmd).
25039         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
25040         $(run-program-prefix) with $(test-program-prefix).
25041         ($(objpfx)tst-printf.out): Likewise.
25042         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
25043         $(test-program-cmd).
25044         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
25045         (test_program_prefix): This.
25046         * stdio-common/tst-unbputc.sh: Likewise.
25047         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
25048         $(run-program-prefix) with $(test-program-prefix).
25049         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
25050         (test_program_prefix): This.
25051         * string/Makefile ($(objpfx)tst-svc.out):  Replace
25052         $(built-program-cmd) with $(test-program-cmd).
25053
25054 2013-01-11  Andreas Jaeger  <aj@suse.de>
25055
25056         [BZ #15003]
25057         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
25058         value. Sync with Linux 3.7.
25059
25060 2013-01-10  David S. Miller  <davem@davemloft.net>
25061
25062         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
25063         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25064         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25065
25066 2013-01-10  Roland McGrath  <roland@hack.frob.com>
25067
25068         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
25069         never set.
25070         * configure: Regenerated.
25071
25072 2013-01-10  David S. Miller  <davem@davemloft.net>
25073
25074         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
25075         sparc V9 rather than using V8 code.
25076         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25077         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25078
25079 2013-01-10  Roland McGrath  <roland@hack.frob.com>
25080
25081         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
25082         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
25083         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
25084         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
25085         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
25086         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
25087         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
25088         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
25089         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
25090         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
25091         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
25092         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
25093         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
25094         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
25095         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
25096         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
25097         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
25098         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
25099         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
25100         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
25101         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
25102         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
25103         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
25104         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
25105         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
25106         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
25107         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
25108
25109 2013-01-10  David S. Miller  <davem@davemloft.net>
25110
25111         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25112
25113 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
25114
25115         * posix/Makefile (tests-static): New variable.
25116         (tests): Add $(tests-static).
25117         (tst-exec-static-ARGS): New variable.
25118         (tst-spawn-static-ARGS): Likewise.
25119         * posix/tst-exec-static.c: New file.
25120         * posix/tst-spawn-static.c: Likewise.
25121         * posix/tst-exec.c: Support run directly.
25122         * posix/tst-spawn.c: Likewise.
25123
25124 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
25125
25126         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
25127         long.
25128         * math/bits/mathcalls.h (llrint): Likewise.
25129         (llround): Likewise.
25130         * stdlib/stdlib.h (struct drand48_data): Likewise.
25131         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
25132         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
25133         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
25134         Likewise.
25135         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
25136         Likewise.
25137         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
25138         (elf_greg_t): Likewise.
25139         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
25140         (__jmp_buf): Likewise.
25141         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
25142         definitions.
25143         (llrint): Likewise, for all definitions.
25144         (llrintl): Likewise.
25145
25146         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
25147         Remove [__GNUC__] condition.
25148         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
25149         condition to just [__USE_ISOC99].
25150         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
25151
25152 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
25153
25154         [BZ #14200]
25155         * sysdeps/unix/sysv/linux/x86/bits/environments.h
25156         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
25157         defined.
25158         (_POSIX_V6_ILP32_OFF32): Likewise.
25159         (_XBS5_ILP32_OFF32): Likewise.
25160         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
25161         (__ILP32_OFFBIG_LDFLAGS): Likewise.
25162
25163 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25164
25165         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
25166
25167         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
25168         doubles __mpexp_twomm1.  Adjust usage.
25169         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
25170         Remove.
25171
25172 2013-01-10  Andreas Schwab  <schwab@suse.de>
25173
25174         [BZ #14964]
25175         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
25176         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
25177
25178 2013-01-09  David S. Miller  <davem@davemloft.net>
25179
25180         [BZ #15003]
25181         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
25182         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
25183         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
25184         (TCP_FASTOPEN): Define.
25185         (tcp_repair_opt): New structure.
25186         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
25187         enum values.
25188         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
25189         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
25190         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
25191         (tcp_cookie_transactions): New structure.
25192
25193 2013-01-09  Anton Blanchard  <anton@samba.org>
25194
25195         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
25196         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
25197         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
25198         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
25199
25200 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
25201
25202         * include/features.h (__USE_ANSI): Remove.
25203
25204 2013-01-09  Roland McGrath  <roland@hack.frob.com>
25205
25206         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
25207
25208         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
25209
25210 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
25211
25212         * sysdeps/s390/fpu/libm-test-ulps: Update.
25213
25214         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25215
25216         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
25217         (__acr): Likewise.
25218         (__cpy): Likewise.
25219         (norm): Likewise.
25220         (denorm): Likewise.
25221         (__mp_dbl): Likewise.
25222         (__dbl_mp): Likewise.
25223         (add_magnitudes): Likewise.
25224         (sub_magnitudes): Likewise.
25225         (__add): Likewise.
25226         (__sub): Likewise.
25227         (__mul): Likewise.
25228         (__inv): Likewise.
25229         (__dvd): Likewise.
25230         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
25231         (__acr): Likewise.
25232         (__cpy): Likewise.
25233         (norm): Likewise.
25234         (denorm): Likewise.
25235         (__mp_dbl): Likewise.
25236         (__dbl_mp): Likewise.
25237         (add_magnitudes): Likewise.
25238         (sub_magnitudes): Likewise.
25239         (__add): Likewise.
25240         (__sub): Likewise.
25241         (__mul): Likewise.
25242         (__inv): Likewise.
25243         (__dvd): Likewise.
25244         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
25245         (__acr): Likewise.
25246         (__cpy): Likewise.
25247         (norm): Likewise.
25248         (denorm): Likewise.
25249         (__mp_dbl): Likewise.
25250         (__dbl_mp): Likewise.
25251         (add_magnitudes): Likewise.
25252         (sub_magnitudes): Likewise.
25253         (__add): Likewise.
25254         (__sub): Likewise.
25255         (__mul): Likewise.
25256         (__inv): Likewise.
25257         (__dvd): Likewise.
25258
25259 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
25260
25261         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
25262         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
25263         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
25264         2 && __USE_EXTERN_INLINES]: Likewise.
25265
25266 2013-01-08  Andreas Jaeger  <aj@suse.de>
25267
25268         [BZ# 14985]
25269         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
25270         Remove.
25271         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
25272         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
25273
25274 2013-01-07  Anton Blanchard  <anton@samba.org>
25275
25276         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
25277         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
25278         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
25279         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
25280         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25281         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25282         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
25283         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
25284         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
25285         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
25286         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25287         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25288         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
25289         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25290         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
25291         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25292         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25293         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25294         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
25295         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25296         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
25297         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
25298         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
25299         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
25300         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
25301         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25302         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
25303         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
25304         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
25305         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
25306         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
25307         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25308         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
25309         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25310         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25311         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
25312         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25313         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
25314         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
25315         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
25316         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
25317         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
25318         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25319
25320 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
25321
25322         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
25323         (__MALLOC_PMT): Likewise.
25324         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
25325         [__GNUC__], only on [_LIBC].
25326         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
25327         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
25328         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
25329         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
25330         forward declaration.
25331         (realloc_hook_ini): Likewise.
25332         (memalign_hook_ini): Likewise.
25333         (__libc_memalign): Do not use __MALLOC_PMT in variable
25334         declaration.
25335         (__libc_valloc): Likewise.
25336         (__libc_pvalloc): Likewise.
25337         (__libc_calloc): Likewise.
25338         (__posix_memalign): Likewise.
25339
25340         [BZ #14996]
25341         * math/s_casinh.c: Include <float.h>.
25342         (__casinh): Do not do computation with squaring and square root
25343         for large arguments.
25344         * math/s_casinhf.c: Include <float.h>.
25345         (__casinhf): Do not do computation with squaring and square root
25346         for large arguments.
25347         * math/s_casinhl.c: Include <float.h>.
25348         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
25349         (__casinhl): Do not do computation with squaring and square root
25350         for large arguments.
25351         * math/libm-test.inc (casin_test): Add more tests.
25352         (casinh_test): Likewise.
25353         * sysdeps/i386/fpu/libm-test-ulps: Update.
25354         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25355
25356 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
25357
25358         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
25359         (__x86_64_raw_data_cache_size): Likewise.
25360         (__x86_64_data_cache_size_half): Likewise.
25361         (__x86_64_raw_data_cache_size_half): Likewise.
25362         (__x86_64_shared_cache_size): Likewise.
25363         (__x86_64_raw_shared_cache_size): Likewise.
25364         (__x86_64_shared_cache_size_half): Likewise.
25365         (__x86_64_raw_shared_cache_size_half): Likewise.
25366         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
25367         to ...
25368         (__x86_data_cache_size): This.
25369         (__x86_64_raw_data_cache_size): Renamed to ...
25370         (__x86_raw_data_cache_size): This.
25371         (__x86_64_data_cache_size_half): Renamed to ...
25372         (__x86_data_cache_size_half): This.
25373         (__x86_64_raw_data_cache_size_half): Renamed to ...
25374         (__x86_raw_data_cache_size_half): This.
25375         (__x86_64_shared_cache_size): Renamed to ...
25376         (__x86_shared_cache_size): This.
25377         (__x86_64_raw_shared_cache_size): Renamed to ...
25378         (__x86_raw_shared_cache_size): This.
25379         (__x86_64_shared_cache_size_half): Renamed to ...
25380         (__x86_shared_cache_size_half): This.
25381         (__x86_64_raw_shared_cache_size_half): Renamed to ...
25382         (__x86_raw_shared_cache_size_half): This.
25383         * sysdeps/x86_64/memcpy.S: Updated.
25384         * sysdeps/x86_64/memset.S: Likewise.
25385         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
25386         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
25387         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
25388
25389 2013-01-04  David S. Miller  <davem@davemloft.net>
25390
25391         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25392
25393 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
25394
25395         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
25396         1 to avoid redefinition warning.
25397         (__USE_GNU): Don't define.
25398         (init_signaling_nan): Protoize.
25399
25400         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25401
25402 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25403
25404         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
25405         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
25406         (__cpymn): Likewise.
25407         (norm): Remove commented code.
25408         (denorm): Likewise.
25409         (__mp_dbl): Likewise.
25410         (__inv): Likewise.
25411         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
25412         (__cpymn): Likewise.
25413         (norm): Remove commented code.
25414         (denorm): Likewise.
25415         (__mp_dbl): Likewise.
25416         (__inv): Likewise.
25417
25418         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
25419         mp_no value for 1.0 and 2.0.
25420         (norm): Use RADIXI instead of radixi.d.
25421         (denorm): Likewise.
25422         (__mul): Use 0.0 instead of zero.d.
25423         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
25424         mp_no value for 1.0 and 2.0.
25425         (norm): Use RADIXI instead of radixi.d.
25426         (denorm): Likewise.
25427         (__mul): Use 0.0 instead of zero.d.
25428
25429 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
25430
25431         [BZ #14994]
25432         * math/s_casinh.c (__casinh): Reduce finite argument to first
25433         quadrant then set signs of results at the end.
25434         * math/s_casinhf.c (__casinhf): Likewise.
25435         * math/s_casinhl.c (__casinhl): Likewise.
25436         * math/libm-test.inc (casin_test): Add more tests.
25437         (casinh_test): Likewise.
25438         * sysdeps/i386/fpu/libm-test-ulps: Update.
25439         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25440
25441 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25442
25443         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
25444
25445         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
25446
25447         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
25448         declarations.
25449         (denorm): Likewise.
25450         (__mp_dbl): Likewise.
25451         (__inv): Likewise.
25452
25453         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
25454         and adjust the header comment.
25455
25456         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
25457         variable name from declaration.
25458
25459 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
25460
25461         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25462         Initialize COMMON_CPUID_INDEX_7 element.
25463         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
25464         (CPUID_RTM): Likewise.
25465         (HAS_RTM): Likewise.
25466         (COMMON_CPUID_INDEX_7): New enum.
25467
25468 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
25469
25470         [BZ #14981]
25471         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
25472         size is zero, record memory as freed.
25473
25474 2013-01-03  Andreas Jaeger  <aj@suse.de>
25475
25476         * po/ia.po: Add new Interlingua translation.
25477
25478 2012-01-03  Allan McRae  <allan@archlinux.org>
25479
25480         * locale/programs/localedef.c: Fix description of '--posix' flag.
25481
25482 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
25483
25484         * NEWS: Update dates in second copyright notice.
25485         * README: Update copyright dates in example.
25486         * manual/libc.texinfo: Update copyright dates.
25487         * scripts/test-installation.pl: Update copyright date in --version
25488         output.
25489
25490         * hurd/ctty-input.c: Fix copyright notice formatting.
25491         * hurd/ctty-output.c: Likewise.
25492         * hurd/dtable.c: Likewise.
25493         * hurd/hurd-raise.c: Likewise.
25494         * hurd/hurdprio.c: Likewise.
25495         * hurd/msgportdemux.c: Likewise.
25496         * misc/sys/file.h: Likewise.
25497         * misc/sys/ioctl.h: Likewise.
25498         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
25499         * sysdeps/mach/hurd/chdir.c: Likewise.
25500         * sysdeps/mach/hurd/fchdir.c: Likewise.
25501         * sysdeps/mach/hurd/rename.c: Likewise.
25502         * sysdeps/mach/hurd/rmdir.c: Likewise.
25503         * sysdeps/mach/hurd/seekdir.c: Likewise.
25504         * sysdeps/mach/hurd/setsid.c: Likewise.
25505         * sysdeps/posix/wait3.c: Likewise.
25506
25507         * All files with FSF copyright notices: Update copyright dates
25508         using scripts/update-copyrights.
25509         * intl/plural.c: Regenerated.
25510         * locale/programs/charmap-kw.h: Likewise.
25511         * locale/programs/locfile-kw.h: Likewise.
25512
25513 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
25514
25515         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
25516         four values.
25517
25518         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
25519         calculation loop and add branch prediction.
25520
25521         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
25522         check access beyond bounds of m1np.
25523
25524         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
25525         MPTWO.
25526         (__inv): Remove local variable MPTWO to use the global
25527         constant.
25528         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
25529         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
25530         variable MPTWO.
25531         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
25532         MP3HALFS static const.
25533
25534 2013-01-01  David S. Miller  <davem@davemloft.net>
25535
25536         * po/ca.po: Update from translation team.
25537
25538 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
25539
25540         * scripts/update-copyrights: New file.
25541         * Makeconfig: Reformat copyright notice.
25542         * ctype/ctype.h: Likewise.
25543         * debug/swprintf_chk.c: Likewise.
25544         * elf/dl-cache.c: Likewise.
25545         * elf/dl-debug.c: Likewise.
25546         * elf/dl-object.c: Likewise.
25547         * grp/initgroups.c: Likewise.
25548         * hurd/Makefile: Likewise.
25549         * hurd/hurd/signal.h: Likewise.
25550         * hurd/hurdfault.c: Likewise.
25551         * hurd/hurdioctl.c: Likewise.
25552         * hurd/hurdlookup.c: Likewise.
25553         * hurd/intr-msg.c: Likewise.
25554         * iconv/gconv_open.c: Likewise.
25555         * libio/swprintf.c: Likewise.
25556         * locale/lc-ctype.c: Likewise.
25557         * locale/nl_langinfo.c: Likewise.
25558         * mach/Machrules: Likewise.
25559         * mach/Makefile: Likewise.
25560         * malloc/obstack.h: Likewise.
25561         * manual/Makefile: Likewise.
25562         * manual/tsort.awk: Likewise.
25563         * misc/bits/stab.def: Likewise.
25564         * nis/nis_print_group_entry.c: Likewise.
25565         * nis/nis_table.c: Likewise.
25566         * nis/nss_compat/compat-pwd.c: Likewise.
25567         * nis/nss_compat/compat-spwd.c: Likewise.
25568         * po/Makefile: Likewise.
25569         * posix/fnmatch.c: Likewise.
25570         * posix/regex.h: Likewise.
25571         * resolv/Makefile: Likewise.
25572         * resolv/nss_dns/dns-network.c: Likewise.
25573         * resolv/res_hconf.c: Likewise.
25574         * scripts/gen-sorted.awk: Likewise.
25575         * soft-fp/soft-fp.h: Likewise.
25576         * stdio-common/printf.h: Likewise.
25577         * stdlib/monetary.h: Likewise.
25578         * stdlib/random.c: Likewise.
25579         * stdlib/random_r.c: Likewise.
25580         * sysdeps/generic/Makefile: Likewise.
25581         * sysdeps/gnu/Makefile: Likewise.
25582         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
25583         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
25584         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
25585         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
25586         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
25587         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
25588         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
25589         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
25590         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
25591         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
25592         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
25593         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
25594         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
25595         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
25596         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
25597         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
25598         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
25599         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
25600         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
25601         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
25602         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
25603         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
25604         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
25605         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
25606         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
25607         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
25608         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
25609         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
25610         * sysdeps/mach/hurd/errnos.awk: Likewise.
25611         * sysdeps/mach/hurd/fork.c: Likewise.
25612         * sysdeps/mach/hurd/getcwd.c: Likewise.
25613         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
25614         * sysdeps/mach/hurd/mmap.c: Likewise.
25615         * sysdeps/mach/hurd/utimes.c: Likewise.
25616         * sysdeps/mach/hurd/xmknod.c: Likewise.
25617         * sysdeps/posix/profil.c: Likewise.
25618         * sysdeps/posix/readdir_r.c: Likewise.
25619         * sysdeps/powerpc/bits/mathdef.h: Likewise.
25620         * sysdeps/powerpc/bits/setjmp.h: Likewise.
25621         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
25622         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
25623         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
25624         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
25625         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
25626         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
25627         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25628         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
25629         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
25630         * sysdeps/pthread/lio_listio.c: Likewise.
25631         * sysdeps/sparc/dl-procinfo.h: Likewise.
25632         * sysdeps/unix/i386/sysdep.S: Likewise.
25633         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
25634         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
25635         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
25636         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
25637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
25638         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
25639         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
25640         * sysdeps/unix/sysv/linux/speed.c: Likewise.
25641         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
25642         * sysdeps/wordsize-32/divdi3.c: Likewise.
25643         * time/sys/time.h: Likewise.
25644         * wcsmbs/Makefile: Likewise.
25645
25646 2013-01-01  David S. Miller  <davem@davemloft.net>
25647
25648         * po/fr.po: Update from translation team.
25649
25650         * catgets/gencat.c: Update copyright year.
25651         * csu/version.c: Likewise.
25652         * debug/catchsegv.sh: Likewise.
25653         * debug/pcprofiledump.c: Likewise.
25654         * debug/xtrace.sh: Likewise.
25655         * elf/ldconfig.c: Likewise.
25656         * elf/ldd.bash.in: Likewise.
25657         * elf/pldd.c: Likewise.
25658         * elf/sotruss.ksh: Likewise.
25659         * elf/sprof.c: Likewise.
25660         * iconv/iconv_prog.c: Likewise.
25661         * iconv/iconvconfig.c: Likewise.
25662         * locale/programs/locale.c: Likewise.
25663         * locale/programs/localedef.c: Likewise.
25664         * login/programs/pt_chown.c: Likewise.
25665         * malloc/memusage.sh: Likewise.
25666         * malloc/memusagestat.c: Likewise.
25667         * malloc/mtrace.pl: Likewise.
25668         * nscd/nscd.c: Likewise.
25669         * nss/getent.c: Likewise.
25670         * nss/makedb.c: Likewise.
25671         * posix/getconf.c: Likewise.
25672
25673 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
25674
25675         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
25676         numbers.
25677
25678 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
25679
25680         * math/bits/mathcalls.h (modf): Use __nonnull.
25681
25682 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
25683
25684         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
25685         (split): Use macro CN instead of the bare value.
25686         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
25687         could be used.
25688         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
25689         instead of the bare value.
25690         (power1): Likewise.
25691
25692 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25693
25694         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
25695         __ATAN_TWOM.
25696         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
25697
25698         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
25699         their values.
25700         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
25701         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
25702         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
25703         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
25704
25705 2012-12-28  Andreas Jaeger  <aj@suse.de>
25706
25707         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
25708         values are from Linux 3.7.
25709
25710         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
25711         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
25712
25713 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25714
25715         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
25716         TRUE case.
25717
25718         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
25719         (norm): Likewise.
25720         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
25721         variables with preprocessor constants.
25722         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
25723         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
25724         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
25725
25726 2012-12-27  Bruno Haible  <bruno@clisp.org>
25727
25728         [BZ #14317]
25729         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
25730         only if needed.
25731
25732 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
25733
25734         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
25735         and use variable directly.
25736         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
25737
25738         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
25739         MPONE.
25740         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
25741         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
25742         variable MPONE.
25743         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
25744         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
25745         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
25746         include directive.  Remove local variable MPONE.
25747         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
25748         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
25749         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
25750
25751 2012-12-25  David S. Miller  <davem@davemloft.net>
25752
25753         * version.h (RELEASE): Set to "development".
25754         (VERSION): Set to "2.17.90".
25755         * NEWS: Add 2.18 section.
25756
25757 2012-12-21  David S. Miller  <davem@davemloft.net>
25758
25759         * po/hr.po: Update from translation team.
25760
25761 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25762
25763         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
25764
25765 2012-12-19  Steve Ellcey  <sellcey@mips.com>
25766
25767         * NEWS:  Mention new memcpy for MIPS.
25768
25769 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
25770
25771         * manual/contrib.texi (Contributors): Spelling correction.
25772
25773 2012-12-15  David S. Miller  <davem@davemloft.net>
25774
25775         * po/ru.po: Update from translation team.
25776
25777 2012-12-13  David S. Miller  <davem@davemloft.net>
25778
25779         * NEWS: Mention IFUNC testsuite enhancements.
25780
25781         * po/pl.po: Update from translation team.
25782         * po/bg.po: Likewise.
25783
25784         * manual/contrib.texi (Contributors): Update entries for Hongjiu
25785         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
25786
25787 2012-12-11  David S. Miller  <davem@davemloft.net>
25788
25789         * po/sv.po: Update from translation team.
25790
25791         * po/vi.po: Update from translation team.
25792
25793         * po/cs.po: Update from translation team.
25794
25795         * po/de.po: Update from translation team.
25796         * po/eo.po: Likewise.
25797         * po/nl.po: Likewise.
25798
25799 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25800
25801         [BZ #14246]
25802         * manual/argp.texi (Argp Helper Functions): Move node to follow
25803         Argp Parsing State.
25804
25805         [BZ #14872]
25806         * manual/conf.texi (Limits on File System Capacity): Mention if
25807         terminating null is included in the max size.
25808
25809 2012-12-10  Andreas Jaeger  <aj@suse.de>
25810
25811         * po/cs.po: Update from translation team.
25812
25813 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
25814
25815         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
25816         void pointer and cast to uintptr_t.
25817         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
25818         path.
25819         * sysdeps/s390/s390-64/memcpy.S: Likewise.
25820         * sysdeps/s390/s390-64/memset.S: Likewise.
25821
25822 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
25823
25824         [BZ #14833]
25825         * menual/message.texi (Message Translation): Fix typos.
25826         (Helper programs for gettext): Likewise.
25827
25828 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
25829
25830         [BZ #14898]
25831         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
25832         Change to -1.
25833
25834 2012-12-07  David S. Miller  <davem@davemloft.net>
25835
25836         * po/libc.pot: Update.
25837
25838 2012-12-07  Richard Henderson  <rth@redhat.com>
25839
25840         [BZ #10114]
25841         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
25842         normal/normal case to before the switch.
25843         (_FP_DIV): Likewise.
25844
25845 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
25846             Mike Frysinger  <vapier@gentoo.org>
25847
25848         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
25849         check for __NR_fadvise64_64.
25850
25851 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
25852
25853         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
25854         0, not just to plain "0" as a statement.
25855         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
25856         with cw.
25857
25858 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
25859
25860         * NEWS: Use sourceware.org in Bugzilla URL.
25861
25862 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
25863
25864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
25865         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
25866
25867         * stdio-common/tst-put-error.c (do_test): Add newline to the
25868         padded test to ensure flush.
25869
25870 2012-12-05  Jeff Law  <law@redhat.com>
25871
25872         * sunrpc/etc.rpc (fedfs_admin): Add entry.
25873
25874 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
25875
25876         * README: Don't refer to ports add-on as distributed separately.
25877         Mention AArch64 in list of systems supported in the ports add-on.
25878
25879         * LICENSES: Add more non-FSF copyright and license notices.
25880
25881         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
25882         ((unused)).
25883
25884         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
25885
25886         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
25887         10000 as width of padded output.
25888
25889 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
25890
25891         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
25892
25893         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
25894         variable LX with __attribute__ ((unused)).
25895         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
25896         Likewise.
25897         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
25898         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
25899         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
25900         with __attribute__ ((unused)).
25901
25902 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
25903
25904         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
25905
25906 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
25907
25908         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
25909         (CFLAGS-nldbl-acos.c): New variable.
25910         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
25911         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
25912         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
25913         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
25914         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
25915         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
25916         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
25917         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
25918         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
25919         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
25920         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
25921         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
25922         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
25923         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
25924         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
25925         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
25926         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
25927         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
25928         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
25929         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
25930         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
25931         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
25932         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
25933         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
25934         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
25935         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
25936         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
25937         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
25938         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
25939         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
25940         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
25941         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
25942         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
25943         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
25944         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
25945         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
25946         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
25947         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
25948         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
25949         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
25950         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
25951         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
25952         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
25953         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
25954         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
25955         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
25956         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
25957         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
25958         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
25959         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
25960         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
25961         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
25962         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
25963         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
25964         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
25965         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
25966         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
25967         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
25968         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
25969         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
25970         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
25971         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
25972         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
25973         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
25974         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
25975         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
25976         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
25977         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
25978         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
25979         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
25980         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
25981         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
25982         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
25983         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
25984         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
25985         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
25986         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
25987         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
25988         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
25989         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
25990         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
25991         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
25992         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
25993         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
25994         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
25995         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
25996         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
25997         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
25998         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
25999         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
26000         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
26001         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
26002         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
26003         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
26004         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
26005         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
26006         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
26007
26008         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
26009         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
26010
26011         [BZ #14914]
26012         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
26013         whole low double instead of just low 47 bits when splitting values
26014         into two parts.
26015
26016 2012-12-03  Allan McRae  <allan@archlinux.org>
26017
26018         * manual/stdio.texi (Predefined Printf Handlers): Remove
26019         @hsep and @vsep usage.
26020
26021 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
26022
26023         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
26024         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
26025
26026 2012-12-03  Jeff Law  <law@redhat.com>
26027
26028         * time/sys/time.h (settimeofday): Do not mark TV argument
26029         as __nonnull.
26030
26031 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
26032
26033         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
26034         when currently writing and seek to current position when not.
26035         * libio/Makefile (tests): Remove bug-fclose1.
26036         * libio/bug-fclose1.c: Delete.
26037
26038 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
26039
26040         * manual/arith.texi (feenableexcept): Fix typo.
26041         (fedisableexcept): Likewise.
26042
26043 2012-11-30  Roland McGrath  <roland@hack.frob.com>
26044
26045         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
26046         second, differently-typed declaration, rather than a cast.
26047
26048 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26049
26050         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
26051         * include/rpc/svc.h: ... here.
26052
26053 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
26054
26055         [BZ #13013]
26056         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
26057         depending n and resplen2 to catch cases where answer
26058         equals answerp2.
26059
26060 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
26061
26062         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
26063         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
26064
26065 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
26066
26067         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
26068
26069 2012-11-29  Roland McGrath  <roland@hack.frob.com>
26070
26071         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
26072
26073 2012-11-28  Jeff Law  <law@redhat.com>
26074
26075         [BZ #13761]
26076         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
26077         dataset_temporary.  Track alloca usage into alloca_used.
26078         If dataset is large allocate and release it via malloc/free.
26079
26080 2012-06-04  Florian Weimer  <fweimer@redhat.com>
26081
26082         [BZ #14197]
26083         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
26084
26085 2012-11-28  David S. Miller  <davem@davemloft.net>
26086
26087         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26088
26089 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
26090
26091         [BZ #14803]
26092         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
26093         of pi/2 rounded to nearest to 64 bits.
26094         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
26095         nearest to 64 bits.
26096         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
26097         bits.
26098
26099 2012-11-28  Jeff Law <law@redhat.com>
26100             Martin Osvald <mosvald@redhat.com>
26101
26102         [BZ #14889]
26103         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
26104         * sunrpc/svc.c: Include time.h.
26105         (__svc_accept_failed): New function.
26106         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
26107         any reason other than EINTR, call __svc_accept_failed.
26108         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
26109         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
26110
26111 2012-11-28  Andreas Schwab  <schwab@suse.de>
26112
26113         * scripts/abilist.awk: Also handle indirect functions in .opd
26114         section.
26115
26116 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
26117
26118         [BZ #13881]
26119         * sysdeps/x86/fpu/powl_helper.c: New file.
26120         * sysdeps/x86/fpu/Makefile: Likewise.
26121         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
26122         (p3): New object.
26123         (__ieee754_powl): Use __powl_helper for finite arguments except
26124         integer exponents below 8.
26125         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
26126         (p3): New object.
26127         (__ieee754_powl): Use __powl_helper for finite arguments except
26128         integer exponents below 8.
26129         * math/libm-test.inc (pow_test): Add more tests and enable some
26130         previously disabled tests.
26131         * sysdeps/i386/fpu/libm-test-ulps: Update.
26132         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26133
26134 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26135             Carlos O'Donell  <carlos_odonell@mentor.com>
26136
26137         * nss/makedb.c (is_prime): Assert that input is odd and greater
26138         than 4.  Note that fact in a comment too.
26139         (next_prime): Add 4 to input.
26140
26141 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
26142
26143         [BZ #11741]
26144         * libio/Makefile (tests): Add test case tst-fwrite-error.
26145         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
26146         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
26147         * libio/tst-fwrite-error.c: New test case.
26148
26149 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
26150
26151         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
26152         before casting to void *.
26153         * include/libc-internal.h (__pointer_type): New macro.
26154         (__integer_if_pointer_type_sub): Likewise.
26155         (__integer_if_pointer_type): Likewise.
26156         (cast_to_integer): Likewise.
26157         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
26158         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
26159         before casting to atomic64_t.
26160         (atomic_exchange_acq): Likewise.
26161         (__arch_exchange_and_add_body): Likewise.
26162         (__arch_add_body): Likewise.
26163         (atomic_add_negative): Likewise.
26164         (atomic_add_zero): Likewise.
26165
26166 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
26167
26168         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
26169         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
26170         (add_fdes): Likewise.
26171         (linear_search_fdes): Likewise.
26172         (binary_search_unencoded_fdes): Likewise.
26173
26174 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
26175
26176         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
26177
26178 2012-11-24  Adam Conrad  <adconrad@0c3.net>
26179
26180         * configure.in: Autodetect C++ header directories.
26181         * configure: Regenerated.
26182
26183 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
26184
26185         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
26186
26187 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
26188
26189         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26190
26191 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
26192
26193         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
26194         LDBL_MANT_DIG == 106]: Disable some tests.
26195         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
26196         Likewise.
26197         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
26198         Likewise.
26199
26200         [BZ #14871]
26201         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
26202         input for small inputs.  Return +/- pi/2 for large inputs.
26203         * math/libm-test.inc (atan_test): Add more tests.
26204
26205         * sysdeps/generic/unwind-dw2-fde-glibc.c
26206         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
26207         __attribute__ ((unused)).
26208
26209         [BZ #14645]
26210         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
26211         x * y if x and y are nonzero and z is zero.
26212
26213         [BZ #14811]
26214         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
26215         nonzero exponents with absolute value below 0x1p-117 to +/-
26216         0x1p-117.
26217
26218         [BZ #14869]
26219         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
26220         up arguments below 2**-450, not just those below 2**-500.
26221         * math/libm-test.inc (hypot_test): Add another test.
26222
26223         [BZ #14868]
26224         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
26225         Return a+b for ratio over 2**120, not 2**60.
26226         * math/libm-test.inc (hypot_test): Add another test.
26227
26228         * math/libm-test.inc (clog_test): Use
26229         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
26230         (clog10_test): Likewise.
26231
26232         [BZ #6778]
26233         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
26234
26235 2012-11-22  Andreas Schwab  <schwab@suse.de>
26236
26237         * sysdeps/i386/fpu/libm-test-ulps: Update.
26238
26239 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
26240
26241         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
26242         printf output with newline.
26243
26244 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
26245
26246         [BZ #14865]
26247         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
26248         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
26249         -z nodlopen, -z initfirst and -z execstack support.
26250         * configure: Regenerated.
26251
26252         * elf/elf.h (DF_1_NODIRECT): New macro.
26253         (DF_1_IGNMULDEF): Likewise.
26254         (DF_1_NOKSYMS): Likewise.
26255         (DF_1_NOHDR): Likewise.
26256         (DF_1_EDITED): Likewise.
26257         (DF_1_NORELOC): Likewise.
26258         (DF_1_SYMINTPOSE): Likewise.
26259         (DF_1_GLOBAUDIT): Likewise.
26260         (DF_1_SINGLETON): Likewise.
26261         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
26262         DT_1_SUPPORTED_MASK bits.
26263         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
26264
26265 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
26266
26267         * sysdeps/unix/make-syscalls.sh: Document prefixes.
26268
26269 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
26270
26271         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
26272         macro.
26273
26274         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
26275         (sendmmsg): Move declarations...
26276         * socket/sys/socket.h: ... here.
26277         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
26278         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
26279         include it from...
26280         * socket/recvmmsg.c: ... this new file.
26281         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
26282         (sendmmsg): Rename to __sendmmsg, create weak alias and make
26283         definition of __sendmmsg hidden.
26284         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
26285         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
26286         Move ENOSYS stub into and include it from...
26287         * socket/sendmmsg.c: ... this new file.
26288         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
26289         (sysdep_routines): Move recvmmsg and sendmmsg...
26290         * socket/Makefile (routines): ... here.
26291         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
26292         (GLIBC_PRIVATE): Add __sendmmsg.
26293         * include/sys/socket.h (__sendmmsg): Add declarations.
26294         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
26295         sendmmsg.
26296
26297 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
26298
26299         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
26300         variable I1 with __attribute__ ((unused)).
26301         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
26302
26303 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
26304
26305         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
26306         DUMMY variables with __attribute__ ((unused)).
26307
26308         * bits/byteswap.h: Include <bits/types.h>.
26309         (__bswap_64): Use __uint64_t instead of unsigned long long int.
26310
26311 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
26312
26313         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
26314         string_t.  Do not manually set errno.
26315         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
26316         length with __strnlen.  Make sure to both set errno and return it on
26317         failure.
26318
26319 2012-11-19  David S. Miller  <davem@davemloft.net>
26320
26321         With help from Joseph Myers.
26322         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
26323         very large arguments properly.
26324         * math/libm-test.inc (atan_test): New tests.
26325         (atan2_test): New tests.
26326         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26327         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26328
26329 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
26330
26331         [BZ #14856]
26332         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
26333         Define to 3.
26334
26335         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
26336         [POSIX] (EADDRNOTAVAIL): Likewise.
26337         [POSIX] (EAFNOSUPPORT): Likewise.
26338         [POSIX] (EALREADY): Likewise.
26339         [POSIX] (ECONNABORTED): Likewise.
26340         [POSIX] (ECONNREFUSED): Likewise.
26341         [POSIX] (ECONNRESET): Likewise.
26342         [POSIX] (EDESTADDRREQ): Likewise.
26343         [POSIX] (EDQUOT): Likewise.
26344         [POSIX] (EHOSTUNREACH): Likewise.
26345         [POSIX] (EIDRM): Likewise.
26346         [POSIX] (EISCONN): Likewise.
26347         [POSIX] (ELOOP): Likewise.
26348         [POSIX] (EMULTIHOP): Likewise.
26349         [POSIX] (ENETDOWN): Likewise.
26350         [POSIX] (ENETUNREACH): Likewise.
26351         [POSIX] (ENOBUFS): Likewise.
26352         [POSIX] (ENODATA): Likewise.
26353         [POSIX] (ENOLINK): Likewise.
26354         [POSIX] (ENOMSG): Likewise.
26355         [POSIX] (ENOPROTOOPT): Likewise.
26356         [POSIX] (ENOSR): Likewise.
26357         [POSIX] (ENOSTR): Likewise.
26358         [POSIX] (ENOTCONN): Likewise.
26359         [POSIX] (ENOTSOCK): Likewise.
26360         [POSIX] (EOPNOTSUPP): Likewise.
26361         [POSIX] (EOVERFLOW): Likewise.
26362         [POSIX] (EPROTO): Likewise.
26363         [POSIX] (EPROTONOSUPPORT): Likewise.
26364         [POSIX] (EPROTOTYPE): Likewise.
26365         [POSIX] (ESTALE): Likewise.
26366         [POSIX] (ETIME): Likewise.
26367         [POSIX] (ETXTBSY): Likewise.
26368         [POSIX] (EWOULDBLOCK): Likewise.
26369         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
26370         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
26371         [POSIX] (SEEK_CUR): Likewise.
26372         [POSIX] (SEEK_END): Likewise.
26373         [POSIX || UNIX98] (mode_t): Do not require.
26374         [POSIX] (off_t): Likewise.
26375         [POSIX] (pid_t): Likewise.
26376         [POSIX] (sys/stat.h): Do not allow header.
26377         [POSIX] (unistd.h): Likewise.
26378         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
26379         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
26380         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
26381         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
26382         require.
26383         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
26384         sigevent): Specify elements.
26385         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
26386         entry.
26387         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
26388         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
26389
26390         * conform/data/cpio.h-data [POSIX]: Disable whole file.
26391         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
26392         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
26393         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
26394         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
26395         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
26396         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
26397         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
26398         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
26399         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
26400         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
26401         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
26402         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
26403         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
26404         Likewise.
26405         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
26406         Likewise.
26407         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
26408         Likewise.
26409         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
26410         Likewise.
26411         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
26412         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
26413         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
26414         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
26415         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
26416         Specify lower bound on value.
26417         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
26418         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
26419         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
26420         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
26421         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
26422         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
26423         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
26424         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
26425         value.
26426         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
26427         as optional.
26428         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
26429         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
26430         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
26431         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
26432         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
26433         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
26434         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
26435         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
26436         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
26437         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
26438         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
26439         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
26440         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
26441         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
26442         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
26443         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
26444         entry.
26445         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
26446         optional.
26447         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
26448         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
26449         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
26450         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
26451         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
26452         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
26453         Likewise.
26454         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
26455         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
26456         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
26457         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
26458         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
26459         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
26460         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
26461         as optional.
26462         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
26463         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
26464         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
26465         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
26466         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
26467         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
26468         specify as optional.
26469         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
26470         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
26471         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
26472         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
26473         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
26474         [XPG3] (NL_LANGMAX): Likewise.
26475         [POSIX || XPG3] (NL_MSGMAX): Likewise.
26476         [POSIX || XPG3] (NL_NMAX): Likewise.
26477         [POSIX || XPG3] (NL_SETMAX): Likewise.
26478         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
26479         [XPG3] (NZERO): Likewise.
26480         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
26481         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
26482         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
26483         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
26484         (REG_ERANGE): Expect.
26485         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
26486         optional-constant.
26487         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
26488         Use (void) in prototype.
26489         [POSIX] (*_t): Allow.
26490         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
26491         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
26492         (WRDE_BADVAL): Expect.
26493
26494         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
26495         expect.
26496         [XPG3 || XPG4] (O_RSYNC): Likewise.
26497         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
26498         Likewise.
26499         [XPG3 || XPG4] (pthread_sigmask): Likewise.
26500         [XPG3 || XPG4] (sigqueue): Likewise.
26501         [XPG3 || XPG4] (sigtimedwait): Likewise.
26502         [XPG3 || XPG4] (sigwaitinfo): Likewise.
26503         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
26504         [XPG3 || XPG4] (vsnprintf): Likewise.
26505         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
26506         Likewise.
26507         [XPG3 || XPG4] (blksize_t): Likewise.
26508         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
26509         Likewise.
26510         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
26511         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
26512         [XPG3 || XPG4] (struct itimerspec): Likewise.
26513         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
26514         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
26515         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
26516         [XPG3 || XPG4] (clockid_t): Likewise.
26517         [XPG3 || XPG4] (timer_t): Likewise.
26518         [XPG3 || XPG4] (clock_getres): Likewise.
26519         [XPG3 || XPG4] (clock_gettime): Likewise.
26520         [XPG3 || XPG4] (clock_settime): Likewise.
26521         [XPG3 || XPG4] (nanosleep): Likewise.
26522         [XPG3 || XPG4] (timer_create): Likewise.
26523         [XPG3 || XPG4] (timer_delete): Likewise.
26524         [XPG3 || XPG4] (timer_gettime): Likewise.
26525         [XPG3 || XPG4] (timer_getoverrun): Likewise.
26526         [XPG3 || XPG4] (timer_settime): Likewise.
26527         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
26528         [XPG3 || XPG4] (getlogin_r): Likewise.
26529         [XPG3 || XPG4] (pread): Likewise.
26530         [XPG3 || XPG4] (pthread_atfork): Likewise.
26531         [XPG3 || XPG4] (pwrite): Likewise.
26532
26533         [BZ #14835]
26534         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
26535         <bits/siginfo.h>.
26536
26537 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
26538
26539         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
26540         finalizing MALLSTREAM.
26541
26542         * sysdeps/mach/hurd/syncfs.c: New file.
26543
26544 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26545
26546         [BZ #14719]
26547         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
26548         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
26549         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
26550         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
26551         (_nss_dns_gethostbyname4_r): Likewise.
26552         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
26553         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
26554
26555 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
26556
26557         [BZ #13763]
26558         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
26559
26560 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
26561
26562         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
26563         * elf/cache.c (print_entry): Print ",AArch64" for
26564         FLAG_AARCH64_LIB64
26565
26566         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
26567         * elf/cache.c (print_entry): Print ",hard-float" for
26568         FLAG_ARM_LIBHF.
26569
26570 2012-11-18  David S. Miller  <davem@davemloft.net>
26571
26572         With help from Joseph Myers.
26573         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
26574         cutoff to 2**-13.
26575         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
26576         cutoff to 2**-25.
26577         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
26578         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
26579         small.
26580         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
26581         * math/libm-test.inc (y0_test): New tests.
26582         (y1_test): New tests.
26583         * sysdeps/i386/fpu/libm-test-ulps: Update.
26584         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26585         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26586
26587 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
26588
26589         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
26590         64-bit targets.
26591         * configure: Regenerated.
26592
26593 2012-11-17  David S. Miller  <davem@davemloft.net>
26594
26595         [BZ #14811]
26596         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
26597         nonzero exponents with absolute value below 0x1p-128 to +/-
26598         0x1p-128.
26599
26600 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
26601
26602         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
26603
26604         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
26605
26606         * posix/getconf-speclist.c: New file.
26607         * posix/posix-envs.def: Likewise.
26608         * posix/confstr.c (START_ENV_GROUP): New macro.
26609         (END_ENV_GROUP): Likewise.
26610         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
26611         (KNOWN_PRESENT_ENV_STRING): Likewise.
26612         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
26613         (UNKNOWN_ENVIRONMENT): Likewise.
26614         (confstr): Include posix-envs.def instead of handling
26615         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
26616         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
26617         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
26618         (END_ENV_GROUP): Likewise.
26619         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
26620         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
26621         (UNKNOWN_ENVIRONMENT): Likewise.
26622         (__sysconf): Include posix-envs.def instead of handling associated
26623         cases directly here.
26624         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
26625         preprocessing getconf-speclist.c rather than running getconf or
26626         generating empty file.
26627
26628 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
26629
26630         * scripts/check-local-headers.sh: Ignore 'mach' headers.
26631
26632 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
26633
26634         [BZ #14672]
26635         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
26636
26637 2012-11-16  David S. Miller  <davem@davemloft.net>
26638
26639         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
26640         smaller than LDBL_EPSILON/2.0L, just return xm1.
26641
26642 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
26643
26644         * elf/tst-array1.c (init): Set constructor priority to 1000.
26645         (fini): Set destructor priority to 1000.
26646         * elf/tst-array2dep.c: Likewise.
26647
26648 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26649
26650         [BZ #11741]
26651         * libio/fileops.c (_IO_new_file_write): Correctly return error.
26652         (_IO_new_file_xsputn): Also return EOF if none of the input
26653         data was written when overflow failed.
26654         * libio/iopadn.c (_IO_padn): Likewise.
26655         * libio/iowpadn.c (_IO_wpadn): Likewise.
26656         * stdio-common/tst-put-error.c: Add copyright notice.
26657         (do_test): Add case for printing padded string.
26658         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
26659         _IO_padn returned error.
26660         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
26661         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
26662         return EOF.
26663
26664 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26665
26666         * libio/libioP.h: Add comment note that the references to C++
26667         bits are now obsolete.
26668
26669 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26670
26671         * math/libm-test.inc (check_complex): Use asprintf.
26672
26673 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
26674
26675         * debug/pcprofiledump.c (print_version): Update copyright year.
26676         * malloc/memusagestat.c (print_version): Likewise.
26677
26678 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
26679
26680         [BZ #14831]
26681         * elf/Makefile (tests): Add tst-audit8.
26682         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
26683         ($(objpfx)tst-audit8.out): New target.
26684         (tst-audit8-ENV): New variable.
26685         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
26686         audit if l_reloc_result is NULL.
26687         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
26688         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
26689         * elf/tst-audit8.c: New file.
26690
26691 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26692
26693         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
26694         * misc/Makefile (CFLAGS-select.c): Define.
26695         * posix/Makefile (CFLAGS-pause.c): Define.
26696
26697 2012-11-13  David S. Miller  <davem@davemloft.net>
26698
26699         * crypt/Makefile: Move test targets after toplevel Rules
26700         inclusion.  Grab any necessary sysdep routines when linking.
26701         * crypt/md5.c (md5_process_block): Remove define, we will always
26702         name it __md5_process_block.
26703         (md5_finish_ctx): Update md5_process_block call.
26704         (md5_stream): Likewise.
26705         (md5_process_bytes): Likewise.
26706         (md5_process_block): Rename to __md5_process_block and move to ...
26707         * crypt/md5-block.c: ... here.
26708         * crypt/sha256.c (sha256_process_block): Move to ...
26709         * crypt/sha256-block.c: ... here.
26710         * crypt/sha512.c (sha512_process_block): Move to ...
26711         * crypt/sha512-block.c: ... here.
26712         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
26713         path.
26714         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
26715         * sysdeps/sparc/sparc64/multiarch/Makefile
26716         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
26717         crypt subdir.
26718         (localedef-aux): Add md5 crypto assembler when in locale subdir.
26719         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
26720         multiarch changes.
26721         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
26722         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
26723         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
26724         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
26725         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
26726         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
26727         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
26728         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
26729         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
26730         file.
26731         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
26732         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
26733         file.
26734         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
26735
26736 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
26737
26738         * timezone/tzselect.ksh: Update from tzcode git revision
26739         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
26740         * timezone/zdump.c: Likewise.
26741         * timezone/zic.c: Likewise.
26742         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
26743         in TZVERSION setting, not $(PKGVERSION).
26744         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
26745         REPORT_BUGS_TO settings.
26746
26747         [BZ #14838]
26748         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
26749         macro.
26750
26751 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26752
26753         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
26754         detection to immediately after _FP_ROUND().
26755         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
26756         bits are 0.
26757
26758 2012-11-11  David S. Miller  <davem@davemloft.net>
26759
26760         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
26761         inttypes.h
26762         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
26763         __close rather than their public counterparts.
26764
26765 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
26766
26767         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
26768         file.
26769         [UNIX98] (sem_timedwait): Do not expect.
26770         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
26771         [XPG4 || UNIX98] (sockatmark): Do not expect.
26772         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
26773         (clock_getcpuclockid): Do not expect.
26774         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
26775         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
26776         Do not expect.
26777         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
26778         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
26779         [UNIX98] (vwscanf): Likewise.
26780         [UNIX98] (vswscanf): Likewise.
26781
26782 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
26783
26784         * timezone/version.h: Remove file.
26785         * timezone/README: Do not refer to version.h.
26786         * timezone/Makefile ($(objpfx)zic.o): New dependency on
26787         $(objpfx)version.h.
26788         ($(objpfx)zdump.o): Likewise.
26789         ($(objpfx)version.h): New target.
26790
26791         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
26792         2012i.
26793         * timezone/README: Don't mention modification to tzselect.ksh.
26794         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
26795         work on unmodified tzselect.ksh.  Substitute version numbers in
26796         tzselect.ksh.
26797
26798         * Makefile (format-me): Remove.
26799         (INSTALL): Adjust indentation.  Use commands directly instead of
26800         using $(format-me).
26801
26802         * aclocal.m4 (ACX_PKGVERSION): New macro.
26803         (ACX_BUGURL): Likewise.
26804         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
26805         (PKGVERSION): New AC_DEFINE_UNQUOTED.
26806         (REPORT_BUGS_TO): Likewise.
26807         * configure: Regenerated.
26808         * config.h.in (PKGVERSION): New macro.
26809         (REPORT_BUGS_TO): Likewise.
26810         * config.make.in (PKGVERSION): New variable.
26811         (PKGVERSION_TEXI): Likewise.
26812         (REPORT_BUGS_TO): Likewise.
26813         (REPORT_BUGS_TEXI): Likewise.
26814         * Makefile (format-me): Use -I$(common-objpfx)manual.
26815         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
26816         ($(common-objpfx)manual/%): New target.
26817         (manual/%): Remove target.
26818         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
26819         (print_version): Use PKGVERSION.
26820         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
26821         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
26822         and REPORT_BUGS_TO.
26823         ($(objpfx)xtrace): Likewise.
26824         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
26825         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
26826         (print_version): Use PKGVERSION.
26827         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
26828         (do_version): Use PKGVERSION.
26829         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
26830         REPORT_BUGS_TO.
26831         (common-ldd-rewrite): Likewise.
26832         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
26833         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
26834         (print_version): Use PKGVERSION.
26835         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
26836         * elf/pldd.c (argp_program_bug_address): Remove variable.
26837         (more_help): New function.
26838         (argp): Use more_help.
26839         (print_version): Use PKGVERSION.
26840         * elf/sln.c (main): Use PKGVERSION.
26841         (usage): Use REPORT_BUGS_TO.
26842         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
26843         (top level): Use PKGVERSION.
26844         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
26845         (print_version): Use PKGVERSION.
26846         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
26847         (print_version): Use PKGVERSION.
26848         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
26849         (print_version): Use PKGVERSION.
26850         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
26851         (print_version): Use PKGVERSION.
26852         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
26853         (print_version): Use PKGVERSION.
26854         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
26855         (print_version): Use PKGVERSION.
26856         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
26857         and BUGURL.
26858         ($(objpfx)memusage): Likewise.
26859         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
26860         (do_version): Use PKGVERSION.
26861         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
26862         (print_version): Use PKGVERSION.
26863         * malloc/mtrace.pl ($PACKAGE): Remove variable.
26864         ($PKGVERSION): New variable.
26865         ($REPORT_BUGS_TO): Likewise.
26866         (usage): Use $REPORT_BUGS_TO.
26867         (top level): Use $PKGVERSION.
26868         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
26869         ($(objpfx)pkgvers.texi): New rule.
26870         ($(objpfx)stamp-pkgvers): Likewise.
26871         * manual/install.texi: Include pkgvers.texi.
26872         (--with-pkgversion): Document new configure option.
26873         (--with-bugurl): Likewise.
26874         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
26875         than necessarily for this particular distribution.  Use
26876         REPORT_BUGS_TO for where to report bugs.
26877         * INSTALL: Regenerated.
26878         * manual/libc.texinfo: Include pkgvers.texi.
26879         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
26880         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
26881         (print_version): Use PKGVERSION.
26882         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
26883         (print_version): Use PKGVERSION.
26884         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
26885         (print_version): Use PKGVERSION.
26886         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
26887         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
26888         macro.
26889         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
26890         (print_version): Use PKGVERSION.
26891         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
26892         (print_version): Use PKGVERSION.
26893         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
26894         and PKGVERSION.
26895
26896         * timezone/checktab.awk: Update from tzcode 2012i.
26897         * timezone/ialloc.c: Likewise.
26898         * timezone/private.h: Likewise.
26899         * timezone/scheck.c: Likewise.
26900         * timezone/tzfile.h: Likewise.
26901         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
26902         (TZVERSION): Hardcode tzcode version number.
26903         * timezone/zdump.c: Update from tzcode 2012i.
26904         * timezone/zic.c: Likewise.
26905         * timezone/version.h: New file.
26906         * timezone/README: Describe version.h.  Update upstream location.
26907
26908         [BZ #14824]
26909         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
26910         (mktemp): Enable declaration.
26911         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
26912         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
26913         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
26914         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
26915         Likewise.
26916         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
26917         Likewise.
26918         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
26919         Likewise.
26920         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
26921         Likewise.
26922         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
26923         Likewise.
26924         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
26925         Likewise.
26926
26927         [BZ #14821]
26928         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
26929         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
26930         for copies of such integer values.
26931         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
26932         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
26933
26934 2012-11-09  Andreas Jaeger  <aj@suse.de>
26935
26936         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
26937         definitions and declarations that are provided by
26938         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
26939
26940 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26941
26942         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
26943         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
26944         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
26945         definition.
26946
26947 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26948
26949         * elf/elf.h: Update comment before AArch64 relocations.
26950
26951 2012-11-07  David S. Miller  <davem@davemloft.net>
26952
26953         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
26954         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
26955         (__start_context): Declare.
26956         (__makecontext_ret): Delete.
26957         (__makecontext): Hook up __start_context instead of
26958         __makecontext_ret.
26959         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
26960         (sysdep_routines): Add __start_context when in stdlib.
26961
26962 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
26963
26964         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
26965         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
26966         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
26967         hardcoded "nm".
26968         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
26969         (READELF): New variable.  Use it instead of hardcoded "readelf".
26970
26971 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
26972
26973         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
26974         * sysdeps/x86/Makefile: Here.
26975         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
26976         * sysdeps/x86/tst-xmmymm.sh: This.
26977
26978 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
26979
26980         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
26981         expectations.
26982         [UNIX98] (pthread_barrier_t): Do not expect.
26983         [UNIX98] (pthread_barrierattr_t): Likewise.
26984         [UNIX98] (pthread_spinlock_t): Likewise.
26985         [UNIX98] (pthread_barrier_destroy): Likewise.
26986         [UNIX98] (pthread_barrier_init): Likewise.
26987         [UNIX98] (pthread_barrier_wait): Likewise.
26988         [UNIX98] (pthread_barrierattr_destroy): Likewise.
26989         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
26990         [UNIX98] (pthread_barrierattr_init): Likewise.
26991         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
26992         [UNIX98] (pthread_getcpuclockid): Likewise.
26993         [UNIX98] (pthread_mutex_timedlock): Likewise.
26994         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
26995         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
26996         [UNIX98] (pthread_sigmask): Likewise.
26997         [UNIX98] (pthread_spin_destroy): Likewise.
26998         [UNIX98] (pthread_spin_init): Likewise.
26999         [UNIX98] (pthread_spin_lock): Likewise.
27000         [UNIX98] (pthread_spin_trylock): Likewise.
27001         [UNIX98] (pthread_spin_unlock): Likewise.
27002         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
27003         Do not expect.
27004         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
27005         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
27006         [XPG3 || XPG4] (pthread_cond_t): Likewise.
27007         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
27008         [XPG3 || XPG4] (pthread_key_t): Likewise.
27009         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
27010         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
27011         [XPG3 || XPG4] (pthread_once_t): Likewise.
27012         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
27013         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
27014         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
27015         [XPG3 || XPG4] (pthread_t): Likewise.
27016
27017         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
27018         not expect.
27019         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
27020
27021         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
27022         Change function return type to int.
27023
27024         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
27025         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
27026         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
27027         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
27028         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
27029         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
27030         [!POSIX] (posix_madvise): Likewise.
27031         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
27032         && !UNIX98].
27033         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
27034         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
27035         (mode_t): Likewise.
27036         (posix_mem_offset): Likewise.
27037         (posix_typed_mem_get_info): Likewise.
27038         (posix_typed_mem_open): Likewise.
27039
27040         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
27041         Change condition to [XOPEN2K8].
27042
27043         * conform/conformtest.pl: Preprocess allow-header data with -x c
27044         instead of from stdin.
27045         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
27046         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
27047         [C99-based standards] (cerfc): Likewise.
27048         [C99-based standards] (cexp2): Likewise.
27049         [C99-based standards] (cexpm1): Likewise.
27050         [C99-based standards] (clog10): Likewise.
27051         [C99-based standards] (clog1p): Likewise.
27052         [C99-based standards] (clog2): Likewise.
27053         [C99-based standards] (clgamma): Likewise.
27054         [C99-based standards] (ctgamma): Likewise.
27055         [C99-based standards] (cerff): Likewise.
27056         [C99-based standards] (cerfcf): Likewise.
27057         [C99-based standards] (cexp2f): Likewise.
27058         [C99-based standards] (cexpm1f): Likewise.
27059         [C99-based standards] (clog10f): Likewise.
27060         [C99-based standards] (clog1pf): Likewise.
27061         [C99-based standards] (clog2f): Likewise.
27062         [C99-based standards] (clgammaf): Likewise.
27063         [C99-based standards] (ctgammaf): Likewise.
27064         [C99-based standards] (cerfl): Likewise.
27065         [C99-based standards] (cerfcl): Likewise.
27066         [C99-based standards] (cexp2l): Likewise.
27067         [C99-based standards] (cexpm1l): Likewise.
27068         [C99-based standards] (clog10l): Likewise.
27069         [C99-based standards] (clog1pl): Likewise.
27070         [C99-based standards] (clog2l): Likewise.
27071         [C99-based standards] (clgammal): Likewise.
27072         [C99-based standards] (ctgammal): Likewise.
27073         * conform/data/inttypes.h-data [C99-based standards]: Include
27074         stdint.h-data.  Remove all expectations for stdint.h contents.
27075         [C99-based standards] (PRI*): Do not allow.
27076         [C99-based standards] (SCN*): Likewise.
27077         [C99-based standards] (*_t): Likewise.
27078         [C99-based-standards] (PRId8): Expect macro.
27079         [C99-based-standards] (PRIi8): Likewise.
27080         [C99-based-standards] (PRIo8): Likewise.
27081         [C99-based-standards] (PRIu8): Likewise.
27082         [C99-based-standards] (PRIx8): Likewise.
27083         [C99-based-standards] (PRIX8): Likewise.
27084         [C99-based-standards] (SCNd8): Likewise.
27085         [C99-based-standards] (SCNi8): Likewise.
27086         [C99-based-standards] (SCNo8): Likewise.
27087         [C99-based-standards] (SCNu8): Likewise.
27088         [C99-based-standards] (SCNx8): Likewise.
27089         [C99-based-standards] (PRIdLEAST8): Likewise.
27090         [C99-based-standards] (PRIiLEAST8): Likewise.
27091         [C99-based-standards] (PRIoLEAST8): Likewise.
27092         [C99-based-standards] (PRIuLEAST8): Likewise.
27093         [C99-based-standards] (PRIxLEAST8): Likewise.
27094         [C99-based-standards] (PRIXLEAST8): Likewise.
27095         [C99-based-standards] (SCNdLEAST8): Likewise.
27096         [C99-based-standards] (SCNiLEAST8): Likewise.
27097         [C99-based-standards] (SCNoLEAST8): Likewise.
27098         [C99-based-standards] (SCNuLEAST8): Likewise.
27099         [C99-based-standards] (SCNxLEAST8): Likewise.
27100         [C99-based-standards] (PRIdFAST8): Likewise.
27101         [C99-based-standards] (PRIiFAST8): Likewise.
27102         [C99-based-standards] (PRIoFAST8): Likewise.
27103         [C99-based-standards] (PRIuFAST8): Likewise.
27104         [C99-based-standards] (PRIxFAST8): Likewise.
27105         [C99-based-standards] (PRIXFAST8): Likewise.
27106         [C99-based-standards] (SCNdFAST8): Likewise.
27107         [C99-based-standards] (SCNiFAST8): Likewise.
27108         [C99-based-standards] (SCNoFAST8): Likewise.
27109         [C99-based-standards] (SCNuFAST8): Likewise.
27110         [C99-based-standards] (SCNxFAST8): Likewise.
27111         [C99-based-standards] (PRId16): Likewise.
27112         [C99-based-standards] (PRIi16): Likewise.
27113         [C99-based-standards] (PRIo16): Likewise.
27114         [C99-based-standards] (PRIu16): Likewise.
27115         [C99-based-standards] (PRIx16): Likewise.
27116         [C99-based-standards] (PRIX16): Likewise.
27117         [C99-based-standards] (SCNd16): Likewise.
27118         [C99-based-standards] (SCNi16): Likewise.
27119         [C99-based-standards] (SCNo16): Likewise.
27120         [C99-based-standards] (SCNu16): Likewise.
27121         [C99-based-standards] (SCNx16): Likewise.
27122         [C99-based-standards] (PRIdLEAST16): Likewise.
27123         [C99-based-standards] (PRIiLEAST16): Likewise.
27124         [C99-based-standards] (PRIoLEAST16): Likewise.
27125         [C99-based-standards] (PRIuLEAST16): Likewise.
27126         [C99-based-standards] (PRIxLEAST16): Likewise.
27127         [C99-based-standards] (PRIXLEAST16): Likewise.
27128         [C99-based-standards] (SCNdLEAST16): Likewise.
27129         [C99-based-standards] (SCNiLEAST16): Likewise.
27130         [C99-based-standards] (SCNoLEAST16): Likewise.
27131         [C99-based-standards] (SCNuLEAST16): Likewise.
27132         [C99-based-standards] (SCNxLEAST16): Likewise.
27133         [C99-based-standards] (PRIdFAST16): Likewise.
27134         [C99-based-standards] (PRIiFAST16): Likewise.
27135         [C99-based-standards] (PRIoFAST16): Likewise.
27136         [C99-based-standards] (PRIuFAST16): Likewise.
27137         [C99-based-standards] (PRIxFAST16): Likewise.
27138         [C99-based-standards] (PRIXFAST16): Likewise.
27139         [C99-based-standards] (SCNdFAST16): Likewise.
27140         [C99-based-standards] (SCNiFAST16): Likewise.
27141         [C99-based-standards] (SCNoFAST16): Likewise.
27142         [C99-based-standards] (SCNuFAST16): Likewise.
27143         [C99-based-standards] (SCNxFAST16): Likewise.
27144         [C99-based-standards] (PRId32): Likewise.
27145         [C99-based-standards] (PRIi32): Likewise.
27146         [C99-based-standards] (PRIo32): Likewise.
27147         [C99-based-standards] (PRIu32): Likewise.
27148         [C99-based-standards] (PRIx32): Likewise.
27149         [C99-based-standards] (PRIX32): Likewise.
27150         [C99-based-standards] (SCNd32): Likewise.
27151         [C99-based-standards] (SCNi32): Likewise.
27152         [C99-based-standards] (SCNo32): Likewise.
27153         [C99-based-standards] (SCNu32): Likewise.
27154         [C99-based-standards] (SCNx32): Likewise.
27155         [C99-based-standards] (PRIdLEAST32): Likewise.
27156         [C99-based-standards] (PRIiLEAST32): Likewise.
27157         [C99-based-standards] (PRIoLEAST32): Likewise.
27158         [C99-based-standards] (PRIuLEAST32): Likewise.
27159         [C99-based-standards] (PRIxLEAST32): Likewise.
27160         [C99-based-standards] (PRIXLEAST32): Likewise.
27161         [C99-based-standards] (SCNdLEAST32): Likewise.
27162         [C99-based-standards] (SCNiLEAST32): Likewise.
27163         [C99-based-standards] (SCNoLEAST32): Likewise.
27164         [C99-based-standards] (SCNuLEAST32): Likewise.
27165         [C99-based-standards] (SCNxLEAST32): Likewise.
27166         [C99-based-standards] (PRIdFAST32): Likewise.
27167         [C99-based-standards] (PRIiFAST32): Likewise.
27168         [C99-based-standards] (PRIoFAST32): Likewise.
27169         [C99-based-standards] (PRIuFAST32): Likewise.
27170         [C99-based-standards] (PRIxFAST32): Likewise.
27171         [C99-based-standards] (PRIXFAST32): Likewise.
27172         [C99-based-standards] (SCNdFAST32): Likewise.
27173         [C99-based-standards] (SCNiFAST32): Likewise.
27174         [C99-based-standards] (SCNoFAST32): Likewise.
27175         [C99-based-standards] (SCNuFAST32): Likewise.
27176         [C99-based-standards] (SCNxFAST32): Likewise.
27177         [C99-based-standards] (PRId64): Likewise.
27178         [C99-based-standards] (PRIi64): Likewise.
27179         [C99-based-standards] (PRIo64): Likewise.
27180         [C99-based-standards] (PRIu64): Likewise.
27181         [C99-based-standards] (PRIx64): Likewise.
27182         [C99-based-standards] (PRIX64): Likewise.
27183         [C99-based-standards] (SCNd64): Likewise.
27184         [C99-based-standards] (SCNi64): Likewise.
27185         [C99-based-standards] (SCNo64): Likewise.
27186         [C99-based-standards] (SCNu64): Likewise.
27187         [C99-based-standards] (SCNx64): Likewise.
27188         [C99-based-standards] (PRIdLEAST64): Likewise.
27189         [C99-based-standards] (PRIiLEAST64): Likewise.
27190         [C99-based-standards] (PRIoLEAST64): Likewise.
27191         [C99-based-standards] (PRIuLEAST64): Likewise.
27192         [C99-based-standards] (PRIxLEAST64): Likewise.
27193         [C99-based-standards] (PRIXLEAST64): Likewise.
27194         [C99-based-standards] (SCNdLEAST64): Likewise.
27195         [C99-based-standards] (SCNiLEAST64): Likewise.
27196         [C99-based-standards] (SCNoLEAST64): Likewise.
27197         [C99-based-standards] (SCNuLEAST64): Likewise.
27198         [C99-based-standards] (SCNxLEAST64): Likewise.
27199         [C99-based-standards] (PRIdFAST64): Likewise.
27200         [C99-based-standards] (PRIiFAST64): Likewise.
27201         [C99-based-standards] (PRIoFAST64): Likewise.
27202         [C99-based-standards] (PRIuFAST64): Likewise.
27203         [C99-based-standards] (PRIxFAST64): Likewise.
27204         [C99-based-standards] (PRIXFAST64): Likewise.
27205         [C99-based-standards] (SCNdFAST64): Likewise.
27206         [C99-based-standards] (SCNiFAST64): Likewise.
27207         [C99-based-standards] (SCNoFAST64): Likewise.
27208         [C99-based-standards] (SCNuFAST64): Likewise.
27209         [C99-based-standards] (SCNxFAST64): Likewise.
27210         [C99-based-standards] (PRIdMAX): Likewise.
27211         [C99-based-standards] (PRIiMAX): Likewise.
27212         [C99-based-standards] (PRIoMAX): Likewise.
27213         [C99-based-standards] (PRIuMAX): Likewise.
27214         [C99-based-standards] (PRIxMAX): Likewise.
27215         [C99-based-standards] (PRIXMAX): Likewise.
27216         [C99-based-standards] (SCNdMAX): Likewise.
27217         [C99-based-standards] (SCNiMAX): Likewise.
27218         [C99-based-standards] (SCNoMAX): Likewise.
27219         [C99-based-standards] (SCNuMAX): Likewise.
27220         [C99-based-standards] (SCNxMAX): Likewise.
27221         [C99-based-standards] (PRIdPTR): Likewise.
27222         [C99-based-standards] (PRIiPTR): Likewise.
27223         [C99-based-standards] (PRIoPTR): Likewise.
27224         [C99-based-standards] (PRIuPTR): Likewise.
27225         [C99-based-standards] (PRIxPTR): Likewise.
27226         [C99-based-standards] (PRIXPTR): Likewise.
27227         [C99-based-standards] (SCNdPTR): Likewise.
27228         [C99-based-standards] (SCNiPTR): Likewise.
27229         [C99-based-standards] (SCNoPTR): Likewise.
27230         [C99-based-standards] (SCNuPTR): Likewise.
27231         [C99-based-standards] (SCNxPTR): Likewise.
27232         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
27233         allow.
27234         * conform/data/stdint.h-data: Update comments to clarify
27235         requirements.
27236         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
27237         type.
27238         [C99-based standards] (INT8_MAX): Likewise.
27239         [C99-based standards] (INT16_MIN): Likewise.
27240         [C99-based standards] (INT16_MAX): Likewise.
27241         [C99-based standards] (INT32_MIN): Likewise.
27242         [C99-based standards] (INT32_MAX): Likewise.
27243         [C99-based standards] (INT64_MIN): Likewise.
27244         [C99-based standards] (INT64_MAX): Likewise.
27245         [C99-based standards] (UINT8_MAX): Likewise.
27246         [C99-based standards] (UINT16_MAX): Likewise.
27247         [C99-based standards] (UINT32_MAX): Likewise.
27248         [C99-based standards] (UINT64_MAX): Likewise.
27249         [C99-based standards] (INT_LEAST8_MIN): Likewise.
27250         [C99-based standards] (INT_LEAST8_MAX): Likewise.
27251         [C99-based standards] (INT_LEAST16_MIN): Likewise.
27252         [C99-based standards] (INT_LEAST16_MAX): Likewise.
27253         [C99-based standards] (INT_LEAST32_MIN): Likewise.
27254         [C99-based standards] (INT_LEAST32_MAX): Likewise.
27255         [C99-based standards] (INT_LEAST64_MIN): Likewise.
27256         [C99-based standards] (INT_LEAST64_MAX): Likewise.
27257         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
27258         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
27259         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
27260         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
27261         [C99-based standards] (INT_FAST8_MIN): Likewise.
27262         [C99-based standards] (INT_FAST8_MAX): Likewise.
27263         [C99-based standards] (INT_FAST16_MIN): Likewise.
27264         [C99-based standards] (INT_FAST16_MAX): Likewise.
27265         [C99-based standards] (INT_FAST32_MIN): Likewise.
27266         [C99-based standards] (INT_FAST32_MAX): Likewise.
27267         [C99-based standards] (INT_FAST64_MIN): Likewise.
27268         [C99-based standards] (INT_FAST64_MAX): Likewise.
27269         [C99-based standards] (UINT_FAST8_MAX): Likewise.
27270         [C99-based standards] (UINT_FAST16_MAX): Likewise.
27271         [C99-based standards] (UINT_FAST32_MAX): Likewise.
27272         [C99-based standards] (UINT_FAST64_MAX): Likewise.
27273         [C99-based standards] (INTPTR_MIN): Likewise.
27274         [C99-based standards] (INTPTR_MAX): Likewise.
27275         [C99-based standards] (UINTPTR_MAX): Likewise.
27276         [C99-based standards] (INTMAX_MIN): Likewise.
27277         [C99-based standards] (INTMAX_MAX): Likewise.
27278         [C99-based standards] (UINTMAX_MAX): Likewise.
27279         [C99-based standards] (PTRDIFF_MIN): Likewise.
27280         [C99-based standards] (PTRDIFF_MAX): Likewise.
27281         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
27282         [C99-based standards] (SIZE_MAX): Likewise.
27283         [C99-based standards] (WCHAR_MAX): Likewise.
27284         [C99-based standards] (WINT_MAX): Likewise.
27285         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
27286         constraint on value.
27287         [C99-based standards] (WCHAR_MIN): Likewise.
27288         [C99-based standards] (WINT_MIN): Likewise.
27289         [C99-based standards] (*_t): Allow.
27290         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
27291         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
27292         Include math.h-data and complex.h-data.  Remove all expectations
27293         of math.h and complex.h contents.
27294         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
27295         at end of line.
27296         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
27297         (struct tm): Expect tag.
27298         [C99-based-standards] (wcstof): Expect function.
27299         [C99-based-standards] (wcstold): Likewise.
27300         [C99-based-standards] (wcstoll): Likewise.
27301         [C99-based-standards] (wcstoull): Likewise.
27302         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
27303         macro-int-constant.  Specify type.
27304         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
27305         constraint on value.
27306         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
27307         Specify type.
27308         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
27309         Specify value.
27310         [ISO C standards]: Do not allow headers.
27311         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
27312         wcs[abcdefghijklmnopqrstuvwxyz]*.
27313         [ISO C standards] (*_t): Do not allow.
27314         * conform/data/wctype.h-data [C99-based standards] (iswblank):
27315         Expect function.
27316         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
27317         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
27318         Specify type.
27319         [ISO C standards]: Do not allow headers.
27320         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
27321         is[abcdefghijklmnopqrstuvwxyz]*.
27322         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
27323         to[abcdefghijklmnopqrstuvwxyz]*.
27324         [ISO C standards] (*_t): Do not allow.
27325         * conform/data/stdalign.h-data: New file.
27326         * conform/data/stdbool.h-data: Likewise.
27327         * conform/data/stdnoreturn.h-data: Likewise.
27328
27329 2012-11-07  Roland McGrath  <roland@hack.frob.com>
27330
27331         [BZ #14815]
27332         * manual/filesys.texi (Directory Entries): Typo fix.
27333         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
27334
27335 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27336
27337         * elf/elf.h (EM_AARCH64): New macro.
27338         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
27339         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
27340         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
27341         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
27342         (R_AARCH64_TLSDESC): Likewise.
27343         (NT_ARM_TLS): Likewise.
27344         (NT_ARM_HW_BREAK): Likewise.
27345         (NT_ARM_HW_WATCH): Likewise.
27346
27347 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27348
27349         [BZ #14811]
27350         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
27351         (__ieee754_powl): Saturate nonzero exponents with absolute value
27352         below 0x1p-79 to +/- 0x1p-79.
27353         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
27354         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
27355         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
27356         nonzero exponents with absolute value below 0x1p-32 to +/-
27357         0x1p-32.
27358         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
27359         (__ieee754_powl): Saturate nonzero exponents with absolute value
27360         below 0x1p-79 to +/- 0x1p-79.
27361         * math/libm-test.inc (pow_test): Add more tests.
27362
27363 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27364
27365         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
27366         _dl_s390_cap_flags with kernel. Increase string length.
27367         (_dl_s390_platforms): Add z196 and zEC12.
27368
27369 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27370
27371         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
27372         Change XOPEN21K to XOPEN2K.
27373
27374 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
27375
27376         * string/memmove.c: Use memcpy when possible.
27377
27378 2012-11-06  Andreas Jaeger  <aj@suse.de>
27379
27380         * po/eo.po: Update from translation team.
27381
27382 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
27383
27384         [BZ #14793]
27385         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
27386         exponent and small x and y exponents, scale x or y up.  Increase
27387         by 2 the exponent used in scaling up.
27388         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
27389         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
27390         * math/libm-test.inc (fma_test): Add more tests.
27391         (fma_test_towardzero): Likewise.
27392         (fma_test_downward): Likewise.
27393         (fma_test_upward): Likewise.
27394
27395 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
27396
27397         [BZ #14805]
27398         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
27399         fenv_t *.
27400
27401         [BZ #14801]
27402         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
27403         namespace for names of struct fields.
27404         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
27405         fenv_t fields.
27406         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
27407         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
27408
27409 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
27410
27411         [BZ #3665]
27412         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
27413
27414 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
27415
27416         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
27417         PTR_DEMANGLE.
27418
27419         [BZ #5246]
27420         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
27421         PTR_DEMANGLE.
27422
27423 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
27424
27425         [BZ #14797]
27426         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
27427         definitely overflow as x * y not x * y + z.
27428         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
27429         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
27430         * math/libm-test.inc (fma_test): Add more tests.
27431         (fma_test_towardzero): Likewise.
27432         (fma_test_downward): Likewise.
27433         (fma_test_upward): Likewise.
27434
27435 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
27436
27437         [BZ #157]
27438
27439         * include/stub-tag.h: Remove file.
27440         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
27441         '#include' of it.
27442         * manual/maint.texi (Porting): Don't reference it.
27443         * Makerules ($(objpfx)stubs): Likewise.
27444         * dirent/closedir.c: Don't include <stub-tag.h>.
27445         * dirent/dirfd.c: Likewise.
27446         * dirent/fdopendir.c: Likewise.
27447         * dirent/getdents.c: Likewise.
27448         * dirent/getdents64.c: Likewise.
27449         * dirent/opendir.c: Likewise.
27450         * dirent/readdir.c: Likewise.
27451         * dirent/readdir64.c: Likewise.
27452         * dirent/readdir64_r.c: Likewise.
27453         * dirent/readdir_r.c: Likewise.
27454         * dirent/rewinddir.c: Likewise.
27455         * dirent/seekdir.c: Likewise.
27456         * dirent/telldir.c: Likewise.
27457         * gmon/profil.c: Likewise.
27458         * grp/setgroups.c: Likewise.
27459         * inet/if_index.c: Likewise.
27460         * io/access.c: Likewise.
27461         * io/chdir.c: Likewise.
27462         * io/chmod.c: Likewise.
27463         * io/chown.c: Likewise.
27464         * io/close.c: Likewise.
27465         * io/dup.c: Likewise.
27466         * io/dup2.c: Likewise.
27467         * io/dup3.c: Likewise.
27468         * io/euidaccess.c: Likewise.
27469         * io/faccessat.c: Likewise.
27470         * io/fchdir.c: Likewise.
27471         * io/fchmod.c: Likewise.
27472         * io/fchmodat.c: Likewise.
27473         * io/fchown.c: Likewise.
27474         * io/fchownat.c: Likewise.
27475         * io/fcntl.c: Likewise.
27476         * io/flock.c: Likewise.
27477         * io/fstatfs.c: Likewise.
27478         * io/fstatfs64.c: Likewise.
27479         * io/fstatvfs.c: Likewise.
27480         * io/fstatvfs64.c: Likewise.
27481         * io/futimens.c: Likewise.
27482         * io/fxstat.c: Likewise.
27483         * io/fxstat64.c: Likewise.
27484         * io/fxstatat.c: Likewise.
27485         * io/fxstatat64.c: Likewise.
27486         * io/getcwd.c: Likewise.
27487         * io/isatty.c: Likewise.
27488         * io/lchmod.c: Likewise.
27489         * io/lchown.c: Likewise.
27490         * io/link.c: Likewise.
27491         * io/linkat.c: Likewise.
27492         * io/lseek.c: Likewise.
27493         * io/lseek64.c: Likewise.
27494         * io/lxstat64.c: Likewise.
27495         * io/mkdir.c: Likewise.
27496         * io/mkdirat.c: Likewise.
27497         * io/mkfifo.c: Likewise.
27498         * io/mkfifoat.c: Likewise.
27499         * io/open.c: Likewise.
27500         * io/open64.c: Likewise.
27501         * io/openat.c: Likewise.
27502         * io/openat64.c: Likewise.
27503         * io/pipe.c: Likewise.
27504         * io/pipe2.c: Likewise.
27505         * io/poll.c: Likewise.
27506         * io/posix_fadvise.c: Likewise.
27507         * io/posix_fadvise64.c: Likewise.
27508         * io/posix_fallocate.c: Likewise.
27509         * io/posix_fallocate64.c: Likewise.
27510         * io/read.c: Likewise.
27511         * io/readlink.c: Likewise.
27512         * io/readlinkat.c: Likewise.
27513         * io/rmdir.c: Likewise.
27514         * io/sendfile.c: Likewise.
27515         * io/sendfile64.c: Likewise.
27516         * io/statfs.c: Likewise.
27517         * io/statfs64.c: Likewise.
27518         * io/statvfs.c: Likewise.
27519         * io/statvfs64.c: Likewise.
27520         * io/symlink.c: Likewise.
27521         * io/symlinkat.c: Likewise.
27522         * io/ttyname.c: Likewise.
27523         * io/ttyname_r.c: Likewise.
27524         * io/umask.c: Likewise.
27525         * io/unlink.c: Likewise.
27526         * io/unlinkat.c: Likewise.
27527         * io/utime.c: Likewise.
27528         * io/utimensat.c: Likewise.
27529         * io/write.c: Likewise.
27530         * io/xmknod.c: Likewise.
27531         * io/xmknodat.c: Likewise.
27532         * io/xstat.c: Likewise.
27533         * io/xstat64.c: Likewise.
27534         * login/getpt.c: Likewise.
27535         * login/grantpt.c: Likewise.
27536         * login/unlockpt.c: Likewise.
27537         * math/e_acoshl.c: Likewise.
27538         * math/e_acosl.c: Likewise.
27539         * math/e_asinl.c: Likewise.
27540         * math/e_atan2l.c: Likewise.
27541         * math/e_atanhl.c: Likewise.
27542         * math/e_coshl.c: Likewise.
27543         * math/e_expl.c: Likewise.
27544         * math/e_fmodl.c: Likewise.
27545         * math/e_gammal_r.c: Likewise.
27546         * math/e_hypotl.c: Likewise.
27547         * math/e_j0l.c: Likewise.
27548         * math/e_j1l.c: Likewise.
27549         * math/e_jnl.c: Likewise.
27550         * math/e_lgammal_r.c: Likewise.
27551         * math/e_log10l.c: Likewise.
27552         * math/e_log2l.c: Likewise.
27553         * math/e_logl.c: Likewise.
27554         * math/e_powl.c: Likewise.
27555         * math/e_rem_pio2l.c: Likewise.
27556         * math/e_sinhl.c: Likewise.
27557         * math/e_sqrtl.c: Likewise.
27558         * math/fclrexcpt.c: Likewise.
27559         * math/fedisblxcpt.c: Likewise.
27560         * math/feenablxcpt.c: Likewise.
27561         * math/fegetenv.c: Likewise.
27562         * math/fegetexcept.c: Likewise.
27563         * math/fegetround.c: Likewise.
27564         * math/feholdexcpt.c: Likewise.
27565         * math/fesetenv.c: Likewise.
27566         * math/fesetround.c: Likewise.
27567         * math/feupdateenv.c: Likewise.
27568         * math/fgetexcptflg.c: Likewise.
27569         * math/fraiseexcpt.c: Likewise.
27570         * math/fsetexcptflg.c: Likewise.
27571         * math/ftestexcept.c: Likewise.
27572         * math/k_cosl.c: Likewise.
27573         * math/k_rem_pio2l.c: Likewise.
27574         * math/k_sinl.c: Likewise.
27575         * math/k_tanl.c: Likewise.
27576         * math/s_asinhl.c: Likewise.
27577         * math/s_atanl.c: Likewise.
27578         * math/s_cbrtl.c: Likewise.
27579         * math/s_erfl.c: Likewise.
27580         * math/s_expm1l.c: Likewise.
27581         * math/s_log1pl.c: Likewise.
27582         * math/s_tanhl.c: Likewise.
27583         * misc/acct.c: Likewise.
27584         * misc/brk.c: Likewise.
27585         * misc/chflags.c: Likewise.
27586         * misc/chroot.c: Likewise.
27587         * misc/fchflags.c: Likewise.
27588         * misc/fgetxattr.c: Likewise.
27589         * misc/flistxattr.c: Likewise.
27590         * misc/fremovexattr.c: Likewise.
27591         * misc/fsetxattr.c: Likewise.
27592         * misc/fsync.c: Likewise.
27593         * misc/ftruncate.c: Likewise.
27594         * misc/futimes.c: Likewise.
27595         * misc/futimesat.c: Likewise.
27596         * misc/getdomain.c: Likewise.
27597         * misc/getdtsz.c: Likewise.
27598         * misc/gethostid.c: Likewise.
27599         * misc/gethostname.c: Likewise.
27600         * misc/getloadavg.c: Likewise.
27601         * misc/getpagesize.c: Likewise.
27602         * misc/getsysstats.c: Likewise.
27603         * misc/getxattr.c: Likewise.
27604         * misc/gtty.c: Likewise.
27605         * misc/ioctl.c: Likewise.
27606         * misc/lgetxattr.c: Likewise.
27607         * misc/listxattr.c: Likewise.
27608         * misc/llistxattr.c: Likewise.
27609         * misc/lremovexattr.c: Likewise.
27610         * misc/lsetxattr.c: Likewise.
27611         * misc/lutimes.c: Likewise.
27612         * misc/madvise.c: Likewise.
27613         * misc/mincore.c: Likewise.
27614         * misc/mlock.c: Likewise.
27615         * misc/mlockall.c: Likewise.
27616         * misc/mmap.c: Likewise.
27617         * misc/mprotect.c: Likewise.
27618         * misc/msync.c: Likewise.
27619         * misc/munlock.c: Likewise.
27620         * misc/munlockall.c: Likewise.
27621         * misc/munmap.c: Likewise.
27622         * misc/preadv.c: Likewise.
27623         * misc/preadv64.c: Likewise.
27624         * misc/ptrace.c: Likewise.
27625         * misc/pwritev.c: Likewise.
27626         * misc/pwritev64.c: Likewise.
27627         * misc/readv.c: Likewise.
27628         * misc/reboot.c: Likewise.
27629         * misc/remap_file_pages.c: Likewise.
27630         * misc/removexattr.c: Likewise.
27631         * misc/revoke.c: Likewise.
27632         * misc/select.c: Likewise.
27633         * misc/setdomain.c: Likewise.
27634         * misc/setegid.c: Likewise.
27635         * misc/seteuid.c: Likewise.
27636         * misc/sethostid.c: Likewise.
27637         * misc/sethostname.c: Likewise.
27638         * misc/setregid.c: Likewise.
27639         * misc/setreuid.c: Likewise.
27640         * misc/setxattr.c: Likewise.
27641         * misc/sstk.c: Likewise.
27642         * misc/stty.c: Likewise.
27643         * misc/swapoff.c: Likewise.
27644         * misc/swapon.c: Likewise.
27645         * misc/sync.c: Likewise.
27646         * misc/syncfs.c: Likewise.
27647         * misc/syscall.c: Likewise.
27648         * misc/truncate.c: Likewise.
27649         * misc/ualarm.c: Likewise.
27650         * misc/usleep.c: Likewise.
27651         * misc/ustat.c: Likewise.
27652         * misc/utimes.c: Likewise.
27653         * misc/vhangup.c: Likewise.
27654         * misc/writev.c: Likewise.
27655         * posix/_exit.c: Likewise.
27656         * posix/alarm.c: Likewise.
27657         * posix/execve.c: Likewise.
27658         * posix/fexecve.c: Likewise.
27659         * posix/fork.c: Likewise.
27660         * posix/fpathconf.c: Likewise.
27661         * posix/getaddrinfo.c: Likewise.
27662         * posix/getegid.c: Likewise.
27663         * posix/geteuid.c: Likewise.
27664         * posix/getgid.c: Likewise.
27665         * posix/getgroups.c: Likewise.
27666         * posix/getlogin.c: Likewise.
27667         * posix/getlogin_r.c: Likewise.
27668         * posix/getpgid.c: Likewise.
27669         * posix/getpid.c: Likewise.
27670         * posix/getppid.c: Likewise.
27671         * posix/getresgid.c: Likewise.
27672         * posix/getresuid.c: Likewise.
27673         * posix/getsid.c: Likewise.
27674         * posix/getuid.c: Likewise.
27675         * posix/glob64.c: Likewise.
27676         * posix/nanosleep.c: Likewise.
27677         * posix/pathconf.c: Likewise.
27678         * posix/pause.c: Likewise.
27679         * posix/posix_madvise.c: Likewise.
27680         * posix/pread.c: Likewise.
27681         * posix/pread64.c: Likewise.
27682         * posix/pwrite.c: Likewise.
27683         * posix/pwrite64.c: Likewise.
27684         * posix/sched_getaffinity.c: Likewise.
27685         * posix/sched_getp.c: Likewise.
27686         * posix/sched_gets.c: Likewise.
27687         * posix/sched_primax.c: Likewise.
27688         * posix/sched_primin.c: Likewise.
27689         * posix/sched_rr_gi.c: Likewise.
27690         * posix/sched_setaffinity.c: Likewise.
27691         * posix/sched_setp.c: Likewise.
27692         * posix/sched_sets.c: Likewise.
27693         * posix/sched_yield.c: Likewise.
27694         * posix/setgid.c: Likewise.
27695         * posix/setlogin.c: Likewise.
27696         * posix/setpgid.c: Likewise.
27697         * posix/setresgid.c: Likewise.
27698         * posix/setresuid.c: Likewise.
27699         * posix/setsid.c: Likewise.
27700         * posix/setuid.c: Likewise.
27701         * posix/sleep.c: Likewise.
27702         * posix/spawni.c: Likewise.
27703         * posix/sysconf.c: Likewise.
27704         * posix/times.c: Likewise.
27705         * posix/wait.c: Likewise.
27706         * posix/wait3.c: Likewise.
27707         * posix/wait4.c: Likewise.
27708         * posix/waitpid.c: Likewise.
27709         * resolv/gai_sigqueue.c: Likewise.
27710         * resource/getpriority.c: Likewise.
27711         * resource/getrlimit.c: Likewise.
27712         * resource/getrusage.c: Likewise.
27713         * resource/nice.c: Likewise.
27714         * resource/setpriority.c: Likewise.
27715         * resource/setrlimit.c: Likewise.
27716         * resource/ulimit.c: Likewise.
27717         * rt/aio_cancel.c: Likewise.
27718         * rt/aio_fsync.c: Likewise.
27719         * rt/aio_read.c: Likewise.
27720         * rt/aio_sigqueue.c: Likewise.
27721         * rt/aio_suspend.c: Likewise.
27722         * rt/aio_write.c: Likewise.
27723         * rt/clock_getres.c: Likewise.
27724         * rt/clock_gettime.c: Likewise.
27725         * rt/clock_nanosleep.c: Likewise.
27726         * rt/clock_settime.c: Likewise.
27727         * rt/lio_listio.c: Likewise.
27728         * rt/mq_close.c: Likewise.
27729         * rt/mq_getattr.c: Likewise.
27730         * rt/mq_notify.c: Likewise.
27731         * rt/mq_open.c: Likewise.
27732         * rt/mq_receive.c: Likewise.
27733         * rt/mq_send.c: Likewise.
27734         * rt/mq_setattr.c: Likewise.
27735         * rt/mq_timedreceive.c: Likewise.
27736         * rt/mq_timedsend.c: Likewise.
27737         * rt/mq_unlink.c: Likewise.
27738         * rt/shm_open.c: Likewise.
27739         * rt/shm_unlink.c: Likewise.
27740         * rt/timer_create.c: Likewise.
27741         * rt/timer_delete.c: Likewise.
27742         * rt/timer_getoverr.c: Likewise.
27743         * rt/timer_gettime.c: Likewise.
27744         * rt/timer_settime.c: Likewise.
27745         * setjmp/__longjmp.c: Likewise.
27746         * setjmp/setjmp.c: Likewise.
27747         * signal/kill.c: Likewise.
27748         * signal/killpg.c: Likewise.
27749         * signal/raise.c: Likewise.
27750         * signal/sigaction.c: Likewise.
27751         * signal/sigaltstack.c: Likewise.
27752         * signal/sigblock.c: Likewise.
27753         * signal/sigignore.c: Likewise.
27754         * signal/sigintr.c: Likewise.
27755         * signal/signal.c: Likewise.
27756         * signal/sigpause.c: Likewise.
27757         * signal/sigpending.c: Likewise.
27758         * signal/sigqueue.c: Likewise.
27759         * signal/sigreturn.c: Likewise.
27760         * signal/sigset.c: Likewise.
27761         * signal/sigsetmask.c: Likewise.
27762         * signal/sigstack.c: Likewise.
27763         * signal/sigsuspend.c: Likewise.
27764         * signal/sigtimedwait.c: Likewise.
27765         * signal/sigvec.c: Likewise.
27766         * signal/sigwait.c: Likewise.
27767         * signal/sigwaitinfo.c: Likewise.
27768         * signal/sysv_signal.c: Likewise.
27769         * socket/accept.c: Likewise.
27770         * socket/accept4.c: Likewise.
27771         * socket/bind.c: Likewise.
27772         * socket/connect.c: Likewise.
27773         * socket/getpeername.c: Likewise.
27774         * socket/getsockname.c: Likewise.
27775         * socket/getsockopt.c: Likewise.
27776         * socket/isfdtype.c: Likewise.
27777         * socket/listen.c: Likewise.
27778         * socket/recv.c: Likewise.
27779         * socket/recvfrom.c: Likewise.
27780         * socket/recvmsg.c: Likewise.
27781         * socket/send.c: Likewise.
27782         * socket/sendmsg.c: Likewise.
27783         * socket/sendto.c: Likewise.
27784         * socket/setsockopt.c: Likewise.
27785         * socket/shutdown.c: Likewise.
27786         * socket/sockatmark.c: Likewise.
27787         * socket/socket.c: Likewise.
27788         * socket/socketpair.c: Likewise.
27789         * stdio-common/ctermid.c: Likewise.
27790         * stdio-common/cuserid.c: Likewise.
27791         * stdio-common/remove.c: Likewise.
27792         * stdio-common/rename.c: Likewise.
27793         * stdio-common/renameat.c: Likewise.
27794         * stdio-common/tempname.c: Likewise.
27795         * stdlib/getcontext.c: Likewise.
27796         * stdlib/makecontext.c: Likewise.
27797         * stdlib/setcontext.c: Likewise.
27798         * stdlib/swapcontext.c: Likewise.
27799         * stdlib/system.c: Likewise.
27800         * streams/fattach.c: Likewise.
27801         * streams/fdetach.c: Likewise.
27802         * streams/getmsg.c: Likewise.
27803         * streams/getpmsg.c: Likewise.
27804         * streams/putmsg.c: Likewise.
27805         * streams/putpmsg.c: Likewise.
27806         * sysdeps/unix/bsd/getpt.c: Likewise.
27807         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
27808         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
27809         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
27811         Likewise.
27812         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
27813         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
27814         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
27815         * sysvipc/msgctl.c: Likewise.
27816         * sysvipc/msgget.c: Likewise.
27817         * sysvipc/msgrcv.c: Likewise.
27818         * sysvipc/msgsnd.c: Likewise.
27819         * sysvipc/semctl.c: Likewise.
27820         * sysvipc/semget.c: Likewise.
27821         * sysvipc/semop.c: Likewise.
27822         * sysvipc/semtimedop.c: Likewise.
27823         * sysvipc/shmat.c: Likewise.
27824         * sysvipc/shmctl.c: Likewise.
27825         * sysvipc/shmdt.c: Likewise.
27826         * sysvipc/shmget.c: Likewise.
27827         * termios/tcdrain.c: Likewise.
27828         * termios/tcflow.c: Likewise.
27829         * termios/tcflush.c: Likewise.
27830         * termios/tcgetattr.c: Likewise.
27831         * termios/tcgetpgrp.c: Likewise.
27832         * termios/tcsendbrk.c: Likewise.
27833         * termios/tcsetattr.c: Likewise.
27834         * termios/tcsetpgrp.c: Likewise.
27835         * time/adjtime.c: Likewise.
27836         * time/clock.c: Likewise.
27837         * time/getitimer.c: Likewise.
27838         * time/gettimeofday.c: Likewise.
27839         * time/setitimer.c: Likewise.
27840         * time/settimeofday.c: Likewise.
27841         * time/stime.c: Likewise.
27842         * time/time.c: Likewise.
27843
27844 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
27845
27846         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
27847         /usr/old/bin.
27848
27849         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
27850         instead of spaces.
27851         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
27852
27853 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
27854
27855         [BZ #14796]
27856         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
27857         FE_TONEAREST before applying Dekker multiplication and Knuth
27858         addition.  Clear inexact exceptions and check for exact zero
27859         results afterwards.
27860         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
27861         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
27862         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
27863         * math/libm-test.inc (fma_test): Add more tests.
27864         (fma_test_towardzero): Likewise.
27865         (fma_test_downward): Likewise.
27866         (fma_test_upward): Likewise.
27867         * sysdeps/generic/math_private.h (default_libc_fesetround): New
27868         function.
27869         (libc_fesetround): New macro.
27870         (libc_fesetroundf): Likewise.
27871         (libc_fesetroundl): Likewise.
27872         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
27873         function.
27874         (libc_fesetround_387): Likewise.
27875         (libc_fesetroundf): New macro.
27876         (libc_fesetround): Likewise.
27877         (libc_fesetroundl): Likewise.
27878         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
27879         function.
27880         (libc_fesetroundf): New macro.
27881         (libc_fesetround): Likewise.
27882         (libc_fesetroundl): Likewise.
27883         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
27884         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
27885         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
27886         libm_hidden_ver.
27887         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
27888         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
27889         libm_hidden_def.
27890         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
27891         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
27892         libm_hidden_ver.
27893         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
27894         libm_hidden_def.
27895
27896         [BZ #3439]
27897         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
27898         integer constant usable in #if and use that to give value to enum
27899         constant.
27900         (FE_DIVBYZERO): Likewise.
27901         (FE_UNDERFLOW): Likewise.
27902         (FE_OVERFLOW): Likewise.
27903         (FE_INVALID): Likewise.
27904         (FE_INVALID_SNAN): Likewise.
27905         (FE_INVALID_ISI): Likewise.
27906         (FE_INVALID_IDI): Likewise.
27907         (FE_INVALID_ZDZ): Likewise.
27908         (FE_INVALID_IMZ): Likewise.
27909         (FE_INVALID_COMPARE): Likewise.
27910         (FE_INVALID_SOFTWARE): Likewise.
27911         (FE_INVALID_SQRT): Likewise.
27912         (FE_INVALID_INTEGER_CONVERSION): Likewise.
27913         (FE_TONEAREST): Likewise.
27914         (FE_TOWARDZERO): Likewise.
27915         (FE_UPWARD): Likewise.
27916         (FE_DOWNWARD): Likewise.
27917         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
27918         (FE_DIVBYZERO): Likewise.
27919         (FE_OVERFLOW): Likewise.
27920         (FE_UNDERFLOW): Likewise.
27921         (FE_INEXACT): Likewise.
27922         (FE_TONEAREST): Likewise.
27923         (FE_DOWNWARD): Likewise.
27924         (FE_UPWARD): Likewise.
27925         (FE_TOWARDZERO): Likewise.
27926         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
27927         (FE_UNDERFLOW): Likewise.
27928         (FE_OVERFLOW): Likewise.
27929         (FE_DIVBYZERO): Likewise.
27930         (FE_INVALID): Likewise.
27931         (FE_TONEAREST): Likewise.
27932         (FE_TOWARDZERO): Likewise.
27933         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
27934         (FE_OVERFLOW): Likewise.
27935         (FE_UNDERFLOW): Likewise.
27936         (FE_DIVBYZERO): Likewise.
27937         (FE_INEXACT): Likewise.
27938         (FE_TONEAREST): Likewise.
27939         (FE_TOWARDZERO): Likewise.
27940         (FE_UPWARD): Likewise.
27941         (FE_DOWNWARD): Likewise.
27942         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
27943         (FE_DIVBYZERO): Likewise.
27944         (FE_OVERFLOW): Likewise.
27945         (FE_UNDERFLOW): Likewise.
27946         (FE_INEXACT): Likewise.
27947         (FE_TONEAREST): Likewise.
27948         (FE_DOWNWARD): Likewise.
27949         (FE_UPWARD): Likewise.
27950         (FE_TOWARDZERO): Likewise.
27951
27952 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
27953
27954         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
27955
27956 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
27957
27958         * scripts/cross-test-ssh.sh (command): Use newlines to separate
27959         commands.  Quote $PWD.
27960         (blacklist_exports): Don't use remove_newlines.  Replace "declare
27961         -x" by "export".
27962         (remove_newlines): Remove.
27963
27964 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
27965
27966         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
27967         * stdlib/stdlib.h (atof): Moved to ...
27968         * include/bits/stdlib-float.h: Here.  New file.
27969         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
27970         * stdlib/bits/stdlib-float.h: New file.
27971         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
27972         -mno-sse -mno-mmx.
27973         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
27974         <xmmintrin.h>.
27975
27976 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
27977
27978         * conform/conformtest.pl (@headers): Add fenv.h.
27979         * conform/data/fenv.h-data: New file.
27980         * include/fenv.h [_ISOMAC]: Disable all contents of file except
27981         include of <math/fenv.h>.
27982
27983         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
27984         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
27985         && !UNIX98].  Enables tests for XOPEN2K8.
27986         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
27987         POSIX2008]: Likewise.
27988
27989         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
27990         (struct rusage): Do not expect type or its members.
27991
27992         [BZ #3439]
27993         * math/math.h (FP_NAN): Define macro to integer constant usable in
27994         #if and use that to give value to enum constant.
27995         (FP_INFINITE): Likewise.
27996         (FP_ZERO): Likewise.
27997         (FP_SUBNORMAL): Likewise.
27998         (FP_NORMAL): Likewise.
27999
28000 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
28001
28002         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
28003         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
28004         arguments.
28005
28006 2012-11-02  Roland McGrath  <roland@hack.frob.com>
28007
28008         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
28009         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
28010         autoconf-time if not.
28011         * configure.in: Remove AC_PREREQ.
28012
28013 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28014
28015         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
28016         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
28017         of the internal implementation.
28018
28019 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
28020
28021         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
28022         except include of <misc/sys/syslog.h>.
28023
28024 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
28025
28026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
28027         function returns with a NULL context exit with zero.
28028
28029 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28030
28031         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
28032
28033 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
28034
28035         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
28036         (run_program_cmd): This.
28037         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
28038         (tst_langinfo): New variable.  Use it.
28039
28040 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
28041
28042         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
28043         floating point opcodes.
28044
28045 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28046
28047         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
28048         variable.
28049
28050         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
28051
28052         * sysdeps/mach/hurd/powerpc: Remove directory.
28053         * sysdeps/mach/powerpc: Likewise.
28054
28055 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
28056
28057         * scripts/check-local-headers.sh: Ignore c++ headers.
28058
28059 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28060
28061         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
28062         __libc_cleanup_region_start argument.
28063
28064 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
28065
28066         [BZ #14784]
28067         [BZ #14785]
28068         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
28069         x * y using scaling, not as x * y + z.
28070         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28071         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28072         * math/libm-test.inc (fma_test): Add more tests.
28073         (fma_test_towardzero): Likewise.
28074         (fma_test_downward): Likewise.
28075         (fma_test_upward): Likewise.
28076
28077 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28078
28079         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
28080
28081 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
28082
28083         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
28084         New variable.
28085
28086 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
28087
28088         * rt/tst-shm.c (worker): Correct checking for mmap failure.
28089
28090 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
28091
28092         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28093         Fix sort order.
28094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28095         Likewise.
28096
28097 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28098
28099         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28100         Fix the order of the list for glibc 2.17.
28101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28102         Likewise.
28103
28104 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
28105
28106         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28107
28108 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
28109
28110         [BZ #14610]
28111         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
28112         for low part of x being zero before using __atanl (y).
28113         * math/libm-test.inc (atan2_test): Add another test.
28114
28115         * manual/install.texi (Configuring and compiling): Document
28116         general use of test-wrapper and test-wrapper-env.
28117         * INSTALL: Regenerated.
28118
28119         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
28120         (__fma): Do not extract and scale down low bits on after-rounding
28121         systems when result rounded to normal precision would have normal
28122         exponent.
28123         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
28124         (__fmal): Do not extract and scale down low bits on after-rounding
28125         systems when result rounded to normal precision would have normal
28126         exponent.
28127         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
28128         (__fmal): Do not extract and scale down low bits on after-rounding
28129         systems when result rounded to normal precision would have normal
28130         exponent.
28131         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
28132         macro.
28133         (fma_test): Add more tests.
28134         (fma_test_towardzero): Likewise.
28135         (fma_test_downward): Likewise.
28136         (fma_test_upward): Likewise.
28137
28138 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
28139
28140         * sysdeps/i386/tininess.h: Renamed to ...
28141         * sysdeps/x86/tininess.h: This.
28142         * sysdeps/x86_64/tininess.h: Removed.
28143
28144 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
28145
28146         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
28147         input.  Use $(build-program-cmd).
28148         ($(objpfx)tst-array1-static.out): Likewise.
28149         ($(objpfx)tst-array2.out): Likewise.
28150         ($(objpfx)tst-array3.out): Likewise.
28151         ($(objpfx)tst-array4.out): Likewise.
28152         ($(objpfx)tst-array5.out): Likewise.
28153         ($(objpfx)tst-array5-static.out): Likewise.
28154
28155 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
28156
28157         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
28158         if defined.
28159
28160         * nss/nsswitch.h (nss_interface_function): Provide new
28161         macro for use with NSS functions.
28162         * grp/initgroups.c: Use new macro.
28163         * nss/getXXbyYY.c: Likewise.
28164         * nss/getXXbyYY_r.c: Likewise.
28165         * nss/getXXent.c: Likewise.
28166         * nss/getXXent_r.c: Likewise.
28167         * sysdeps/posix/getaddrinfo.c: Likewise.
28168
28169 2012-10-30  Andreas Jaeger  <aj@suse.de>
28170
28171         * po/ru.po: Update Russion translation from translation project.
28172
28173 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
28174
28175         [BZ #14152]
28176         [BZ #14783]
28177         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
28178         result and shift together with sticky bit instead of replicating
28179         round-to-nearest rounding.
28180         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28181         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28182         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
28183         missing underflow exceptions.
28184         (fma_test_towardzero): Add more tests.
28185         (fma_test_downward): Likewise.
28186         (fma_test_upward): Likewise.
28187
28188         [BZ #14047]
28189         * sysdeps/generic/tininess.h: New file.
28190         * sysdeps/i386/tininess.h: Likewise.
28191         * sysdeps/sh/tininess.h: Likewise.
28192         * sysdeps/x86_64/tininess.h: Likewise.
28193         * stdlib/tst-strtod-underflow.c: Likewise.
28194         * stdlib/tst-tininess.c: Likewise.
28195         * stdlib/strtod_l.c: Include <tininess.h>.
28196         (round_and_return): Do not set errno for exact underflow cases.
28197         Force an underflow exception when setting errno for underflow.
28198         Determine underflow based on rounding to normal precision if
28199         TININESS_AFTER_ROUNDING.
28200         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
28201         ERANGE for exact underflow cases.
28202         * stdlib/Makefile (tests): Add tst-tininess and
28203         tst-strtod-underflow.
28204         ($(objpfx)tst-tininess): Use $(link-libm).
28205         ($(objpfx)tst-strtod-underflow): Likewise.
28206
28207 2012-10-30  Andreas Jaeger  <aj@suse.de>
28208
28209         [BZ#14767]
28210         * elf/Makefile (tests): Remove conditional for have-initfini-array
28211         since this is now always required and the variable does not exist
28212         anymore.
28213         (tests-static): Likewise.
28214         (modules-names): Likewise.
28215
28216         * po/eo.po: Add Esperanto translation from translation project.
28217
28218         * elf/tst-array1.c (fini_array): Make writeable so that it can be
28219         merged with constructor/destructor.
28220         (init_array): Likewise.
28221         * elf/tst-array2dep.c (fini_array): Likewise.
28222         (init_array): Likewise.
28223
28224 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
28225
28226         * manual/message.texi: Delete @cartouche tags.
28227
28228 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
28229
28230         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
28231         EOPNOTSUPP.
28232         * sysdeps/mach/hurd/fsync.c: Likewise.
28233
28234         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
28235         [_POSIX_REALTIME_SIGNALS]: Change condition to
28236         [_POSIX_REALTIME_SIGNALS > 0].
28237
28238 2012-10-27  Andreas Jaeger  <aj@suse.de>
28239
28240         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
28241         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
28242         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
28243         [__WORDSIZE != 64]: Likewise.
28244
28245 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
28246
28247         *  iconvdata/tst-table.sh: Remove ${SHELL}.
28248         *  iconvdata/tst-tables.sh: Likewise.
28249
28250 2012-10-25  David S. Miller  <davem@davemloft.net>
28251
28252         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
28253         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
28254         of strtoull.
28255
28256         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
28257         ifunc-impl-list.c
28258         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
28259         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
28260         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
28261         file.
28262
28263 2012-10-25  Roland McGrath  <roland@hack.frob.com>
28264
28265         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
28266         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
28267         __getdirentries.
28268
28269 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
28270             Jim Blandy  <jimb@codesourcery.com>
28271
28272         * scripts/cross-test-ssh.sh: New file.
28273         * manual/install.texi (Configuring and compiling): Document use of
28274         cross-test-ssh.sh.
28275         * INSTALL: Regenerated.
28276
28277 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
28278
28279         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
28280         EOPNOTSUPP.
28281
28282 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
28283
28284         * Makeconfig (run-program-prefix): Fix comment.
28285
28286 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
28287             Jim Blandy  <jimb@codesourcery.com>
28288
28289         * Makeconfig (test-wrapper): New variable,
28290         (test-wrapper-env): Likewise.
28291         [$(cross-compiling) = yes && $(test-wrapper) != ""]
28292         (run-built-tests): Define to yes.
28293         (run-program-prefix): Use $(test-wrapper).
28294         (built-program-cmd): Likewise.
28295         * Rules (make-test-out): Use $(test-wrapper-env) and
28296         $(host-built-program-cmd).
28297         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
28298         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
28299         tst-pathopt.sh.
28300         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
28301         $(test-wrapper-env) to tst-rtld-load-self.sh.
28302         ($(objpfx)order2.out): Use $(test-wrapper).
28303         ($(objpfx)tst-initorder.out): Likewise.
28304         ($(objpfx)tst-initorder2.out): Likewise.
28305         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
28306         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
28307         (test_wrapper_env): New variable.  Use it to run ld.so.
28308         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
28309         Use it to run ld.so.
28310         (test_wrapper_env): Likewise.
28311         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
28312         $(test-wrapper) to run-iconv-test.sh.
28313         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
28314         (ICONV): Use $test_wrapper.
28315         * posix/Makefile ($(objpfx)globtest.out): Pass
28316         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
28317         globtest.sh, not $(run-program-prefix).
28318         * posix/globtest.sh (run_via_rtld_prefix): New variable.
28319         (test_wrapper): Likewise.
28320         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
28321         set together with run_via_rtld_prefix.
28322         (run_program_prefix): Define in terms of test_wrapper and
28323         run_via_rtld_prefix.
28324
28325 2012-10-24  Roland McGrath  <roland@hack.frob.com>
28326
28327         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
28328         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
28329         Targets removed.
28330
28331         [BZ #14743]
28332         * include/time.h: Remove librt_hidden_proto (clock_gettime).
28333         Declare __clock_getres, __clock_gettime, __clock_settime,
28334         __clock_nanosleep, and __clock_getcpuclockid.
28335         * rt/clock_gettime.c: Define __clock_gettime as an alias.
28336         Remove librt_hidden_def (clock_gettime).
28337         * sysdeps/unix/clock_gettime.c: Likewise.
28338         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
28339         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
28340         * rt/clock_getres.c: Define __clock_getres as an alias.
28341         * sysdeps/posix/clock_getres.c: Likewise.
28342         * rt/clock_settime.c: Define __clock_settime as an alias.
28343         * sysdeps/unix/clock_settime.c: Likewise.
28344         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
28345         * sysdeps/unix/clock_nanosleep.c: Likewise.
28346         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
28347         * rt/clock-compat.c: New file.
28348         * rt/Makefile (librt-routines): Add clock-compat and move
28349         $(clock-routines) to ...
28350         (routines): ... here, new variable.
28351         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
28352         Don't add get_clockfreq here.
28353         * rt/Versions (libc: GLIBC_2.17): New version set.
28354         Add clock_* symbols here.
28355         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
28356         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
28357         (GLIBC_2.17): Add clock_* symbols.
28358         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
28359         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
28360         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28362         Likewise.
28363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28364         Likewise.
28365         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28366         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
28367         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
28368         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
28369         * NEWS: Mention the move.
28370
28371         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
28372         Use __open, __read, __close rather than their public counterparts.
28373         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
28374         (__get_clockfreq_via_cpuinfo): Likewise.
28375         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
28376         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
28377
28378         * config.h.in (HAVE_IFUNC): New #undef.
28379         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
28380         was successful.
28381         * configure: Regenerated.
28382
28383 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
28384
28385         * configure.in: Move READELF check to start of file.
28386         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
28387         libc_cv_asm_gnu_indirect_function in the process.
28388         * configure: Regenerated.
28389
28390 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
28391
28392         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
28393         send the output to /dev/null.
28394         (libc_cv_cc_with_libunwind): Likewise.
28395         (libc_cv_as_noexecstack): Likewise.
28396         * configure: Regenerate.
28397
28398 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
28399
28400         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
28401
28402         * posix/globtest.sh (TMPDIR): Do not set.
28403         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
28404         (testout): Likewise.
28405
28406 2012-10-24  Andreas Jaeger  <aj@suse.de>
28407
28408         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
28409         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
28410         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
28411         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
28412         posix_fadvise64, posix_fallocate64.
28413
28414         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
28415         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
28416         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
28417         Likewise.
28418         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
28419         Likewise.
28420         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
28421
28422         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
28423         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
28424         <bits/fcntl-linux.h>.
28425         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
28426
28427         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
28428         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
28429         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
28430         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
28431         [__WORDSIZE != 64]: Likewise.
28432
28433 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
28434
28435         * Makeconfig (run-built-tests): New variable.
28436         * Rules [$(cross-compiling) = yes]: Change condition to
28437         [$(run-built-tests) = no].
28438         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
28439         to [$(run-built-tests) = yes].
28440         * elf/Makefile [$(cross-compiling) = no]: Likewise
28441         * grp/Makefile [$(cross-compiling) = no]: Likewise.
28442         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
28443         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
28444         * intl/Makefile [$(cross-compiling) = no]: Likewise.
28445         * io/Makefile [$(cross-compiling) = no]: Likewise.
28446         * libio/Makefile [$(cross-compiling) = no]: Likewise.
28447         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
28448         * misc/Makefile [$(cross-compiling) = no]: Likewise.
28449         * posix/Makefile [$(cross-compiling) = no]: Likewise.
28450         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
28451         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
28452         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
28453         * string/Makefile [$(cross-compiling) = no]: Likewise.
28454
28455         * posix/Makefile ($(objpfx)globtest.out): Pass
28456         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
28457         $(rtld-installed-name).
28458         * posix/globtest.sh (elf_objpfx): Remove variable.
28459         (rtld_installed_name): Likewise.
28460         (library_path): Likewise.
28461         (run_program_prefix): New variable.  Use for running globtest
28462         binary.
28463
28464 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
28465             Joseph Myers  <joseph@codesourcery.com>
28466
28467         * Makeconfig (host-built-program-cmd): New variable.
28468         * elf/Makefile (tst-stackguard1-ARGS): Use
28469         $(host-built-program-cmd).
28470         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
28471         (tst-spawn-ARGS): Likewise.
28472         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
28473
28474 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
28475             Jim Blandy  <jimb@codesourcery.com>
28476
28477         * Makeconfig (run-via-rtld-prefix): New variable.
28478         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
28479         (built-program-cmd): Likewise.
28480
28481 2012-10-22  Andreas Jaeger  <aj@suse.de>
28482
28483         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
28484         __O_RSYNC if it exists, otherwise to O_SYNC.
28485
28486 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
28487             Joseph Myers  <joseph@codesourcery.com>
28488
28489         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
28490         /dev/null.
28491         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
28492         from /dev/null
28493         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
28494         /dev/null.
28495
28496 2012-10-22  Andreas Jaeger  <aj@suse.de>
28497
28498         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
28499         Define always.
28500         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
28501
28502         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
28503         bits/fcntl-linux.h.
28504
28505         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
28506         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
28507
28508         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
28509         to __O_LARGEFILE.
28510         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
28511         to __O_LARGEFILE.
28512
28513 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
28514             Joseph Myers  <joseph@codesourcery.com>
28515
28516         * config.make.in (NM): New variable.
28517
28518 2012-10-21  Andreas Jaeger  <aj@suse.de>
28519
28520         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
28521         definitions and declarations that are provided by
28522         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
28523
28524 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
28525
28526         [BZ #14683]
28527         * elf/Makefile (tests-static): Add tst-leaks1-static.
28528         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
28529         ($(objpfx)tst-leaks1-static): New rule.
28530         ($(objpfx)tst-leaks1-static-mem): Likewise.
28531         (tst-leaks1-static-ENV): New macro.
28532         * elf/dl-open.c (dl_open_worker): Check the main application
28533         only if SHARED is defined.
28534         * elf/tst-leaks1-static.c: New file.
28535
28536 2012-10-20  Andreas Jaeger  <aj@suse.de>
28537
28538         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
28539         generic values for Linux.
28540         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
28541         and declarations that are provided by <bits/fcntl-linux.h> and
28542         include <bits/fcntl-linux.h>.
28543         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
28544         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
28545
28546 2012-10-20  Roland McGrath  <roland@hack.frob.com>
28547
28548         * io/fcntl.h: Move include of <bits/types.h> to the top and
28549         include it unconditionally.
28550
28551 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
28552
28553         * wcsmbs/Makefile (tests-ifunc): New variable.
28554         (tests): Add $(tests-ifunc).
28555         * wcsmbs/test-wcschr-ifunc.c: New file.
28556         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
28557         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
28558         * wcsmbs/test-wcslen-ifunc.c: Likewise.
28559         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
28560         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
28561
28562         * string/Makefile (tests-ifunc): New variable.
28563         (tests): Add $(tests-ifunc).
28564         * string/test-memccpy.c (TEST_NAME): New macro.
28565         * string/test-memchr.c (TEST_NAME): Likewise.
28566         * string/test-memcmp.c (TEST_NAME): Likewise.
28567         * string/test-memcpy.c (TEST_NAME): Likewise.
28568         * string/test-memmem.c (TEST_NAME): Likewise.
28569         * string/test-memmove.c (TEST_NAME): Likewise.
28570         * string/test-memset.c (TEST_NAME): Likewise.
28571         * string/test-rawmemchr.c (TEST_NAME): Likewise.
28572         * string/test-stpcpy.c (TEST_NAME): Likewise.
28573         * string/test-stpncpy.c (TEST_NAME): Likewise.
28574         * string/test-strcasecmp.c (TEST_NAME): Likewise.
28575         * string/test-strcasestr.c (TEST_NAME): Likewise.
28576         * string/test-strcat.c (TEST_NAME): Likewise.
28577         * string/test-strchr.c (TEST_NAME): Likewise.
28578         * string/test-strcmp.c(TEST_NAME): Likewise.
28579         * string/test-strcpy.c (TEST_NAME): Likewise.
28580         * string/test-strcspn.c (TEST_NAME): Likewise.
28581         * string/test-strlen.c (TEST_NAME): Likewise.
28582         * string/test-strncasecmp.c (TEST_NAME): Likewise.
28583         * string/test-strncmp.c (TEST_NAME): Likewise.
28584         * string/test-strncpy.c (TEST_NAME): Likewise.
28585         * string/test-strnlen.c (TEST_NAME): Likewise.
28586         * string/test-strpbrk.c (TEST_NAME): Likewise.
28587         * string/test-strrchr.c (TEST_NAME): Likewise.
28588         * string/test-strspn.c (TEST_NAME): Likewise.
28589         * string/test-strstr.c (TEST_NAME): Likewise.
28590         * string/test-bcopy-ifunc.c: New file.
28591         * string/test-bzero-ifunc.c: Likewise.
28592         * string/test-memccpy-ifunc.c: Likewise.
28593         * string/test-memchr-ifunc.c: Likewise.
28594         * string/test-memcmp-ifunc.c: Likewise.
28595         * string/test-memcpy-ifunc.c: Likewise.
28596         * string/test-memmem-ifunc.c: Likewise.
28597         * string/test-memmove-ifunc.c: Likewise.
28598         * string/test-mempcpy-ifunc.c: Likewise.
28599         * string/test-memset-ifunc.c: Likewise.
28600         * string/test-rawmemchr-ifunc.c: Likewise.
28601         * string/test-stpcpy-ifunc.c: Likewise.
28602         * string/test-stpncpy-ifunc.c: Likewise.
28603         * string/test-strcasecmp-ifunc.c: Likewise.
28604         * string/test-strcasestr-ifunc.c: Likewise.
28605         * string/test-strcat-ifunc.c: Likewise.
28606         * string/test-strchr-ifunc.c: Likewise.
28607         * string/test-strchrnul-ifunc.c: Likewise.
28608         * string/test-strcmp-ifunc.c: Likewise.
28609         * string/test-strcpy-ifunc.c: Likewise.
28610         * string/test-strcspn-ifunc.c: Likewise.
28611         * string/test-strlen-ifunc.c: Likewise.
28612         * string/test-strncasecmp-ifunc.c: Likewise.
28613         * string/test-strncat-ifunc.c: Likewise.
28614         * string/test-strncmp-ifunc.c: Likewise.
28615         * string/test-strncpy-ifunc.c: Likewise.
28616         * string/test-strnlen-ifunc.c: Likewise.
28617         * string/test-strpbrk-ifunc.c: Likewise.
28618         * string/test-strrchr-ifunc.c: Likewise.
28619         * string/test-strspn-ifunc.c: Likewise.
28620         * string/test-strstr-ifunc.c: Likewise.
28621
28622         * debug/Makefile (tests-ifunc): New variable.
28623         (tests): Add $(tests-ifunc).
28624         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
28625         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
28626         * debug/test-stpcpy_chk-ifunc.c: New file.
28627         * debug/test-strcpy_chk-ifunc.c: Likewise.
28628
28629 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28630
28631         [BZ #13601]
28632         * elf/dl-load.c (open_verify): Retry read if the entire ELF
28633         header is not read in.
28634
28635 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
28636
28637         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
28638         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
28639         directly.  Pass built executable to script as
28640         $(built-program-cmd).
28641         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
28642         $testprogram without using LD_LIBRARY_PATH and $ldso.
28643
28644         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
28645         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
28646         $(rtld-installed-name).
28647         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
28648         (rtld_installed_name): Likewise.
28649         (library_path): Likewise.
28650         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
28651         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
28652         $(run-program-prefix) to tst-tables.sh.
28653         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
28654         it to run tst-table-from and tst-table-to.
28655         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
28656         Pass it to tst-table.sh.
28657         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
28658         $(run-program-prefix) to tst-gettext.sh.
28659         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
28660         tst-translit.sh.
28661         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
28662         tst-gettext2.sh.
28663         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
28664         to run tst-gettext.
28665         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
28666         to run tst-gettext2.
28667         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
28668         to run tst-translit.
28669         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
28670         $(run-program-prefix) to tst-mtrace.sh.
28671         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
28672         to run tst-mtrace.
28673         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
28674         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
28675         $(rtld-installed-name).
28676         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
28677         (rtld_installed_name): Likewise.
28678         (run_program_prefix): New variable.  Use it to run wordexp-test.
28679
28680         * Makeconfig (ARCH): Remove all definitions.
28681         (machine): Likewise.
28682         [ARCH]: Remove conditional code.
28683         [!objdir]: Give error.
28684         [!objdir] (objpfx): Remove.
28685         [!objdir] (common-objpfx): Likewise.
28686         [!objdir] (common-objdir): Likewise.
28687         * configure.in (config_makefile): Remove.  Hardcode Makefile in
28688         AC_CONFIG_FILES call.
28689         * configure: Regenerated.
28690
28691         [BZ #13888]
28692         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
28693         or TMPDIR.
28694         (testout): Likewise.
28695
28696         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
28697         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
28698         $(rtld-installed-name).
28699         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
28700         (rtld_installed_name): Likwise.
28701         (runit): Remove function.
28702         (run_getconf): New variable,  Use it for running getconf binary.
28703
28704 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
28705
28706         [BZ #14716]
28707         * string/test-memmem.c (check_result): New function.
28708         (do_one_test): Use it.
28709         (check1): New function.
28710         (test_main): Use it.
28711
28712 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
28713
28714         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
28715
28716 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
28717
28718         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
28719         (_G_LSEEK64): Likewise.
28720         (_G_MMAP64): Likewise.
28721         (_G_FSTAT64): Likewise.
28722         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
28723         (_G_LSEEK64): Likewise.
28724         (_G_MMAP64): Likewise.
28725         (_G_FSTAT64): Likewise.
28726         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
28727         unconditional.  Call __mmap64 directly.
28728         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
28729         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
28730         __lseek64 directly.
28731         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
28732         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
28733         __mmap64 directly.
28734         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
28735         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
28736         __lseek64 directly.
28737         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
28738         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
28739         __lseek64 directly.
28740         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
28741         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
28742         __lseek64 directly.
28743         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
28744         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
28745         __fxstat64 directly.
28746         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
28747         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
28748         unconditional.
28749         (freopen64) [!_G_OPEN64]: Remove conditional code.
28750         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
28751         unconditional.
28752         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
28753         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
28754         unconditional.
28755         (ftello64) [!_G_LSEEK64]: Remove conditional code.
28756         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
28757         unconditional.
28758         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
28759         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
28760         unconditional.
28761         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
28762         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
28763         unconditional.
28764         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
28765         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
28766         unconditional.
28767         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
28768         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
28769         unconditional.
28770         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
28771
28772 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28773
28774         [BZ #12140]
28775         * manual/memory.texi (Malloc Tunable Parameters): Add note
28776         about free list pointers overwriting some perturb bytes.
28777         Wording suggested by Roland McGrath.
28778
28779 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
28780
28781         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
28782         (lgamma_test): Likewise.
28783         (tgamma_test): Likewise.
28784
28785 2012-10-16  Florian Weimer  <fweimer@redhat.com>
28786
28787         [BZ #14700]
28788         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
28789         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
28790
28791 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
28792
28793         * NEWS: Mention BZ #14716.
28794         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
28795         when removing AVAILABLE1_USES_J macro.
28796
28797 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
28798
28799         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
28800         (__bswap_64): __uint64_t for unsigned 64-bit int.
28801
28802 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
28803
28804         * include/string.h (memmem): Declare libc hidden alias.
28805         * string/memmem.c (memmem): Define libc hidden alias.
28806         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
28807         __read, __close instead of open, read, close.
28808
28809 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
28810
28811         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
28812         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
28813         global and hidden.
28814         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
28815         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
28816         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
28817         Likewise.
28818         (__rawmemchr_sse2): Likewise.
28819         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
28820         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
28821         (__strchr_sse2): Likewise.
28822         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
28823         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
28824         (__strcasecmp_sse2): Likewise.
28825         (__strncasecmp_sse2): Likewise.
28826         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
28827         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
28828         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
28829         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
28830         (__strrchr_sse2): Likewise.
28831         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
28832         ifunc-impl-list.c.
28833         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
28834         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
28835         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
28836         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
28837         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
28838         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
28839         * sysdeps/x86_64/multiarch/memset.S: Likewise.
28840         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
28841         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
28842         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
28843         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
28844         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
28845         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
28846         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
28847         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
28848         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
28849         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
28850         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
28851         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
28852         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
28853         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
28854         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
28855         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
28856         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
28857         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
28858         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
28859         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
28860         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
28861         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
28862         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
28863
28864         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
28865         global and hidden.
28866         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
28867         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
28868         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
28869         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
28870         Likewise.
28871         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
28872         Likewise.
28873         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
28874         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
28875         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
28876         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
28877         ifunc-impl-list.c.
28878         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
28879         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
28880         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
28881         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
28882         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
28883         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
28884         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
28885         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
28886         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
28887         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
28888         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
28889         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
28890         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
28891         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
28892         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
28893         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
28894         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
28895         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
28896         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
28897         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
28898         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
28899         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
28900         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
28901         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
28902         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
28903         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
28904         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
28905         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
28906         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
28907         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
28908         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
28909         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
28910         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
28911         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
28912         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
28913         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
28914         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
28915         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
28916         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
28917         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
28918         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
28919
28920         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
28921         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
28922         * include/ifunc-impl-list.h: New file.
28923         * misc/ifunc-impl-list.c: Likewise.
28924         * misc/Makefile (routines): Add ifunc-impl-list.
28925         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
28926         * string/test-string.h: Include <ifunc-impl-list.h>.
28927         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
28928         TEST_NAME]: New variables.
28929         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
28930         are defined.
28931         (test_init): Call __libc_ifunc_impl_list to initialize
28932         func_list if TEST_IFUNC and TEST_NAME are defined.
28933
28934         * string/Makefile (strop-tests): Add bcopy and bzero.
28935         * string/test-bcopy.c: New file.
28936         * string/test-bzero.c: Likewise.
28937         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
28938         defined.
28939         * string/test-memset.c: Support bzero test if TEST_BZERO is
28940         defined.
28941         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
28942         __libc_memmove.
28943         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
28944         __libc_memset.
28945         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
28946         of memset.
28947
28948 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
28949
28950         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
28951         * configure: Regenerated.
28952
28953         * Makeconfig (+link-static-before-libc): Don't include
28954         $(link-static-libc).
28955
28956         * libio/libio.h (_IO_pos_t): Remove.
28957
28958 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
28959
28960         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
28961         McGrath.
28962
28963 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
28964
28965         * crypt/crypt-entry.c: Include fips-private.h.
28966         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
28967         * crypt/md5c-test.c (main): Tolerate disabled MD5.
28968         * sysdeps/unix/sysv/linux/fips-private.h: New file.
28969         * sysdeps/generic/fips-private.h: New file, dummy fallback.
28970
28971 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
28972
28973         * crypt/crypt-private.h: Include stdbool.h.
28974         (_ufc_setup_salt_r): Return bool.
28975         * crypt/crypt-entry.c: Include errno.h.
28976         (__crypt_r): Return NULL with EINVAL for bad salt.
28977         * crypt/crypt_util.c (bad_for_salt): New.
28978         (_ufc_setup_salt_r): Check that salt is long enough and within
28979         the specified alphabet.
28980         * crypt/badsalttest.c: New file.
28981         * crypt/Makefile (tests): Add it.
28982         ($(objpfx)badsalttest): New.
28983
28984 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
28985
28986         * NEWS: Add entry for BZ #14602.
28987
28988 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
28989
28990         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
28991         type-generic.
28992         * math/libm-test.inc: Update comment listing what functions and
28993         macros are tested.
28994         (isgreater_test): New function.
28995         (isgreaterequal_test): Likewise.
28996         (isless_test): Likewise.
28997         (islessequal_test): Likewise.
28998         (islessgreater_test): Likewise.
28999         (isunordered_test): Likewise.
29000         (main): Call the new functions.
29001
29002 2012-10-09  Roland McGrath  <roland@hack.frob.com>
29003
29004         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
29005         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
29006         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
29007         * sysdeps/i386/configure: Regenerated.
29008         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
29009         * sysdeps/mach/configure: Regenerated.
29010         * sysdeps/mach/hurd/configure: Regenerated.
29011         * sysdeps/powerpc/configure: Regenerated.
29012         * sysdeps/powerpc/powerpc32/configure: Regenerated.
29013         * sysdeps/powerpc/powerpc64/configure: Regenerated.
29014         * sysdeps/s390/s390-32/configure: Regenerated.
29015         * sysdeps/s390/s390-64/configure: Regenerated.
29016         * sysdeps/sh/configure: Regenerated.
29017         * sysdeps/sparc/configure: Regenerated.
29018         * sysdeps/unix/sysv/linux/configure: Regenerated.
29019         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
29020         * sysdeps/x86_64/configure: Regenerated.
29021
29022         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
29023         defined.  Don't check if MAP is NULL.
29024
29025 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
29026
29027         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
29028         (_G_stat64): Likewise.
29029         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
29030         (_G_stat64): Likewise.
29031         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
29032         instead of struct _G_stat64.
29033         * libio/fileops.c (mmap_remap_check): Likewise.
29034         (decide_maybe_mmap): Likewise.
29035         (_IO_new_file_seekoff): Likewise.
29036         (_IO_file_stat): Likewise.
29037         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
29038         _G_off64_t.
29039         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
29040         instead of struct _G_stat64.
29041         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
29042
29043 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
29044
29045         [BZ #14602]
29046         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29047         Replace with ...
29048         (CHECK_EOL): New macro.
29049         (two_way_short_needle): Check beginning of haystack for EOL.  Use
29050         CHECK_EOL.
29051         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29052         Replace with CHECK_EOL.
29053         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29054         Replace with CHECK_EOL.
29055
29056 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
29057
29058         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
29059         type-generic.
29060         * math/libm-test.inc: Update comment listing what functions and
29061         macros are tested.
29062         (finite_test): New function.
29063         (isinf_test): Likewise.
29064         (isnan_test): Likewise.
29065         (fpclassify_test): Test subnormal input.
29066         (isfinite_test): Likewise.
29067         (isnormal_test): Likewise.
29068         (main): Call the new functions.
29069
29070 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
29071
29072         [BZ #14660]
29073         * Makerules (%.dynsym): Force C locale when running
29074         $(OBJDUMP) --dynamic-syms.
29075
29076 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
29077
29078         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
29079         <stdint.h>.
29080
29081 2012-10-06  David S. Miller  <davem@davemloft.net>
29082
29083         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
29084         upper 32-bits of the length value in %o2 since we use branch-on-register
29085         tests which consider the entire 64-bit register.
29086
29087 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
29088
29089         * string/test-strstr.c (check2): Add a test for page boundary.
29090
29091 2012-10-05  David S. Miller  <davem@davemloft.net>
29092
29093         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
29094         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
29095         file.
29096         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
29097         sysdep_routines.
29098         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
29099         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
29100         and bzero when HWCAP_SPARC_CRYPTO is present.
29101
29102 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
29103
29104         [BZ #14602]
29105         * string/test-strstr.c (check2): New function.
29106         (test_main): Call check2.
29107
29108         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
29109         and bug-strchr1.
29110         * string/bug-strcasestr1.c (do_test): Moved to ...
29111         * string/test-strcasestr.c (check1): Here.  New function.
29112         (do_one_test): Break out result checking code into ...
29113         (check_result): This.  New function.
29114         (do_one_test): Call check_result.
29115         (test_main): Call check1.
29116         * string/bug-strchr1.c (do_test): Moved to ...
29117         * string/test-strchr.c (check1): Here.  New function.
29118         (do_one_test): Break out result checking code into ...
29119         (check_result): This.  New function.
29120         (do_one_test): Call check_result.
29121         (test_main): Call check1.
29122         * string/bug-strstr1.c (main): Moved to ...
29123         * string/test-strstr.c (check1): Here.  New function.
29124         (do_one_test): Break out result checking code into ...
29125         (check_result): This.  New function.
29126         (do_one_test): Call check_result.
29127         (test_main): Call check1.
29128         * string/bug-strcasestr1.c: Removed.
29129         * string/bug-strchr1.c: Likewise.
29130         * string/bug-strstr1.c: Likewise.
29131
29132         * elf/Makefile (dl-routines): Add hwcaps.
29133         * elf/dl-support.c (_dl_important_hwcaps): Removed.
29134         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
29135         (_dl_important_hwcaps): Moved to ...
29136         * elf/dl-hwcaps.c: Here.  New file.
29137         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
29138
29139         [BZ #14557]
29140         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
29141         if IS_IN_rtld isn't defined.
29142
29143         * elf/dl-support.c (_dl_sysinfo_map): New.
29144         Include "get-dynamic-info.h" and "setup-vdso.h".
29145         (_dl_non_dynamic_init): Call setup_vdso.
29146         * elf/dynamic-link.h: Don't include <assert.h>.
29147         (elf_get_dynamic_info): Moved to ...
29148         * elf/get-dynamic-info.h: Here.  New file.
29149         * elf/dynamic-link.h: Include "get-dynamic-info.h".
29150         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
29151         * elf/setup-vdso.h: Here.  New file.
29152         * elf/rtld.c: Include "setup-vdso.h".
29153         (dl_main): Call setup_vdso.
29154
29155 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
29156
29157         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
29158         creal in comment listing functions tested.  List finite, isinf,
29159         isnan, isless, islessequal, isgreater, isgreaterequal,
29160         islessgreater, isunordered, lgamma_r and pow10 as functions and
29161         macros not tested.  Mention which functions not tested are aliases
29162         for other functions.  Fix typo.  Note that signs of NaNs are not
29163         tested.
29164
29165         * scripts/config.guess: Update from config.git.
29166         * scripts/config.sub: Likewise.
29167
29168 2012-10-04  Roland McGrath  <roland@hack.frob.com>
29169
29170         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
29171         * misc/madvise.c (madvise): Renamed to __madvise.
29172         Make madvise a weak alias.
29173         * include/sys/mman.h: Declare __madvise.
29174         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
29175         * sysdeps/unix/syscalls.list
29176         (madvise): Make __madvise the strong name, and madvise a weak alias.
29177         * sysdeps/unix/sysv/linux/syscalls.list
29178         (madvise, mmap): Remove redundant entries.
29179         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
29180         * malloc/malloc.c (mtrim): Likewise.
29181         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
29182
29183 2012-10-03  Roland McGrath  <roland@hack.frob.com>
29184
29185         * sysdeps/mach/hurd/dl-cache.c: File removed.
29186         * config.h.in (USE_LDCONFIG): New #undef.
29187         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
29188         * configure: Regenerated.
29189         * elf/Makefile (dl-routines): Add dl-cache only under
29190         [$(use-ldconfig) = yes].
29191         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
29192         cache on [USE_LDCONFIG].
29193         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
29194         [USE_LDCONFIG].
29195         * elf/rtld.c (dl_main): Likewise.
29196
29197 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
29198
29199         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
29200         _SC_LEVEL4_CACHE_LINESIZE.
29201
29202 2012-10-03  Roland McGrath  <roland@hack.frob.com>
29203
29204         * sysdeps/unix/bsd/confstr.h: File removed.
29205
29206 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
29207
29208         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
29209         sys/sdt-config.h.
29210
29211 2012-10-02  Roland McGrath  <roland@hack.frob.com>
29212
29213         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
29214         Make 'mapoff' field ElfW(Off) rather than off_t.
29215
29216 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
29217
29218         * nscd/Makefile: Remove nscd-cflags and all its users.
29219         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
29220         (CFLAGS-nonlib): Add compiler flags for nscd modules.
29221
29222         [BZ #10631]
29223         * malloc.c (malloc_printerr): Clarify error message.
29224
29225 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
29226
29227         [BZ #14648]
29228         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29229         Set bit_FMA_Usable if FMA is supported.
29230         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
29231         macro.
29232         (bit_FMA4_Usable): Updated.
29233         (index_FMA_Usable): New macro.
29234         (CPUID_FMA): Likewise
29235         (HAS_FMA): Defined with bit_FMA_Usable.
29236
29237 2012-10-01  Roland McGrath  <roland@hack.frob.com>
29238
29239         * bits/types.h (__swblk_t): Type removed.
29240         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
29241         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
29242         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
29243         (__SWBLK_T_TYPE): Likewise.
29244         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
29245         (__SWBLK_T_TYPE): Likewise.
29246         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
29247         (__SWBLK_T_TYPE): Likewise.
29248         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
29249         (__SWBLK_T_TYPE): Likewise.
29250
29251 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
29252             Honza Horak <hhorak@redhat.com>
29253
29254         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
29255         (xdr_mapname): Use YPMAXMAP as maxsize.
29256         (xdr_peername): Use YPMAXPEER as maxsize.
29257         (xdr_keydat): Use YPAXRECORD as maxsize.
29258         (xdr_valdat): Use YPMAXRECORD as maxsize.
29259
29260 2012-10-01  Roland McGrath  <roland@hack.frob.com>
29261
29262         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
29263
29264         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
29265         * csu/init-first.c: ... here.
29266         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
29267         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
29268         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
29269         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
29270         * sysdeps/i386/init-first.c: File removed.
29271         * sysdeps/sh/init-first.c: File removed.
29272
29273 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
29274
29275         [BZ #14645]
29276         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
29277         if x * y might underflow to zero and z is zero.
29278         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29279         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29280         * math/libm-test.inc (min_subnorm_value): New variable.
29281         (fma_test): Add more tests.
29282         (fma_test_towardzero): Likewise.
29283         (fma_test_downward): Likewise
29284         (fma_test_upward): Likewise.
29285         (initialize): Set min_subnorm_value.
29286
29287 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
29288
29289         [BZ #14638]
29290         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
29291         0 + 0.
29292         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
29293         mode for addition resulting in exact zero.
29294         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
29295         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
29296         exact 0 + 0.
29297         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29298         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29299         * math/libm-test.inc (fma_test): Add more tests.
29300         (fma_test_towardzero): New function.
29301         (fma_test_downward): Likewise.
29302         (fma_test_upward): Likewise.
29303         (main): Call the new functions.
29304
29305 2012-09-28  David S. Miller  <davem@davemloft.net>
29306
29307         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
29308
29309 2012-09-28  Roland McGrath  <roland@hack.frob.com>
29310
29311         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
29312         instead of SIGALRM.
29313
29314         * sysdeps/gnu/_G_config.h: Moved to ...
29315         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
29316         * sysdeps/mach/hurd/_G_config.h: Moved to ...
29317         * sysdeps/generic/_G_config.h: ... here.
29318
29319         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
29320
29321         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
29322
29323         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
29324         Conditionalize target on [libnss_test1.so-version].
29325
29326         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
29327
29328         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
29329         (elfobjdir): Move out of conditionals.
29330
29331         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
29332         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
29333         (__nss_lookup_function): Conditionalize label remove_from_tree on
29334         [!DO_STATIC_NSS || SHARED], matching its only use.
29335
29336 2012-09-28  David S. Miller  <davem@davemloft.net>
29337
29338         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
29339         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
29340         file.
29341         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
29342         sysdep_routines.
29343         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
29344         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
29345         when HWCAP_SPARC_CRYPTO is present.
29346
29347 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
29348
29349         * io/tst-mknodat.c: Create a FIFO instead of a socket.
29350
29351 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
29352
29353         [BZ #6530]
29354         * stdio-common/vfprintf.c (process_string_arg): Revert
29355         2000-07-22 change.
29356
29357 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
29358
29359         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
29360         for testcase.
29361         * stdio-common/tst-sprintf.c: Include <locale.h>
29362         (main): Test sprintf's handling of incomplete multibyte
29363         characters.
29364
29365 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
29366
29367         * elf/dl-runtime.c (VERSYMIDX): Removed.
29368         * elf/dl-version.c (VERSYMIDX): Likewise.
29369         * elf/do-rel.h (VERSYMIDX): Likewise.
29370         (VALIDX): Likewise.
29371         * elf/dynamic-link.h (VERSYMIDX): Likewise.
29372         * elf/rtld.c (VALIDX): Likewise.
29373         (ADDRIDX): Likewise.
29374         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
29375         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
29376         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
29377         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
29378         (VALIDX): Likewise.
29379         (ADDRIDX): Likewise.
29380
29381 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
29382
29383         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
29384
29385 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
29386
29387         [BZ #11438]
29388         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
29389         to global scope.
29390         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
29391         addresses are in the same scope as 192.0.2/24.
29392         * posix/gai.conf: Document new scope table defaults.
29393
29394 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29395
29396         [BZ #5298]
29397         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
29398         for ftell.  Compute offsets from write pointers instead.
29399         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
29400
29401 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29402
29403         [BZ #14543]
29404         * libio/Makefile (tests): New test case tst-fseek.
29405         * libio/tst-fseek.c: New test case to verify that fseek/ftell
29406         combination works in wide mode.
29407         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
29408         state when the external buffer state changes.
29409
29410 2012-09-27  David S. Miller  <davem@davemloft.net>
29411
29412         [BZ #14376]
29413         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
29414         pass reloc->r_addend in as the 'high' argument to
29415         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
29416
29417         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29418
29419 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
29420
29421         * rt/tst-aio2.c: Include <pthread.h>.
29422         * rt/tst-aio3.c: Likewise.
29423
29424 2012-09-27  Steve Ellcey  <sellcey@mips.com>
29425
29426         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
29427
29428 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
29429
29430         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
29431         contents on [SHARED].
29432
29433 2012-09-26  Marek Polacek  <polacek@redhat.com>
29434
29435         [BZ #14530]
29436         [BZ #13741]
29437         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
29438         for C++ and GCC <4.3 as well as for non GCC compilers.
29439
29440 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
29441
29442         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29443
29444 2012-09-25  Roland McGrath  <roland@hack.frob.com>
29445
29446         * Makefile.in (all, install): Declare with .PHONY.
29447         Reported by Michael Hope <michael.hope@linaro.org>.
29448
29449 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29450
29451         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
29452         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
29453         system header.
29454         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
29455         Likewise.
29456         (sydep_routines): Add the new and the internal functions.
29457         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
29458         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
29459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
29460         (GLIBC_2.17): Add the new function.
29461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
29462         (GLIBC_2.17): Likewise.
29463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
29464         (GLIBC_2.17): Likewise.
29465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
29466         (GLIBC_2.17): Likewise.
29467         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
29468
29469 2012-09-25  Alan Modra  <amodra@gmail.com>
29470
29471         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
29472         Add release barrier before setting once_control to say
29473         initialisation is done.  Add hints on lwarx.  Use macro in
29474         place of isync.
29475         (clear_once_control): Add release barrier.
29476
29477 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
29478
29479         [BZ #13629]
29480         * math/s_clog.c (__clog): Handle more values close to |z| = 1
29481         specially.
29482         * math/s_clog10.c (__clog10): Likewise.
29483         * math/s_clog10f.c (__clog10f): Likewise.
29484         * math/s_clog10l.c (__clog10l): Likewise.
29485         * math/s_clogf.c (__clogf): Likewise.
29486         * math/s_clogl.c (__clogl): Likewise.
29487         * math/Makefile (libm-calls): Add x2y2m1.
29488         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
29489         (__x2y2m1): Likewise.
29490         (__x2y2m1l): Likewise.
29491         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
29492         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
29493         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
29494         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
29495         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
29496         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
29497         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
29498         * sysdeps/i386/fpu/libm-test-ulps: Update.
29499         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29500
29501         [BZ #14621]
29502         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
29503         int as type of variable DEPTH.
29504         (glob): Use size_t instead of int as type of variables NEWCOUNT
29505         and OLD_PATHC.
29506
29507 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
29508
29509         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
29510         Add s_sincosf-sse2.
29511         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
29512         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
29513         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
29514         macros for using routine as __sincosf_ia32.
29515         Use macro for function declaration and weak_alias.
29516         * sysdeps/i386/fpu/libm-test-ulps: Update.
29517
29518         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
29519         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29520
29521         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
29522         subnormal argument.
29523         * math/s_cexpf.c (__cexpf): Likewise.
29524         * math/s_csinf.c (__csinf): Likewise.
29525         * math/s_csinhf.c (__csinhf): Likewise.
29526         * math/s_ctanf.c (__ctanf): Likewise.
29527         * math/s_ctanhf.c (__ctanhf): Likewise.
29528         * math/s_ccosh.c (__ccoshf): Likewise.
29529         * math/s_cexp.c (__cexpl): Likewise.
29530         * math/s_csin.c (__csin): Likewise.
29531         * math/s_csinh.c (__csinh): Likewise.
29532         * math/s_ctan.c (__ctan): Likewise.
29533         * math/s_ctanh.c (ctanh): Likewise.
29534         * math/s_ccoshl.c (__ccoshl): Likewise.
29535         * math/s_cexpl.c (__cexpl): Likewise.
29536         * math/s_csinl.c (__csinl): Likewise.
29537         * math/s_csinhl.c (__csinhl): Likewise.
29538         * math/s_ctanl.c (__ctanl): Likewise.
29539         * math/s_ctanhl.c (__ctanhl): Likewise.
29540
29541 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
29542
29543         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
29544         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
29545         (_IO_off_t): Define to __off_t, not _G_off_t.
29546         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
29547         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
29548         (_IO_wint_t): Define to wint_t, not _G_wint_t.
29549         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
29550         type of __dummy and __dummy2 fields.
29551         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
29552         (_G_ssize_t): Likewise.
29553         (_G_off_t): Likewise.
29554         (_G_pid_t): Likewise.
29555         (_G_uid_t): Likewise.
29556         (_G_wchar_t): Likewise.
29557         (_G_wint_t): Likewise.
29558         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
29559         (_G_ssize_t): Likewise.
29560         (_G_off_t): Likewise.
29561         (_G_pid_t): Likewise.
29562         (_G_uid_t): Likewise.
29563         (_G_wchar_t): Likewise.
29564         (_G_wint_t): Likewise.
29565         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
29566         (_G_ssize_t): Likewise.
29567         (_G_off_t): Likewise.
29568         (_G_pid_t): Likewise.
29569         (_G_uid_t): Likewise.
29570         (_G_wchar_t): Likewise.
29571         (_G_wint_t): Likewise.
29572
29573 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
29574
29575         * malloc/arena.c: Include malloc-sysdep.h.
29576         (shrink_heap): Use check_may_shrink_heap to decide if madvise
29577         is sufficient to shrink the heap or an unmap is needed.
29578         * sysdeps/generic/malloc-sysdep.h: New file.  Define
29579         new function check_may_shrink_heap.
29580         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
29581         new function check_may_shrink_heap.
29582
29583 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
29584
29585         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
29586         comments.
29587
29588 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
29589
29590         * catgets/test-gencat.sh: Add "set -e".
29591         * elf/tst-pathopt.sh: Likewise.
29592         * grp/tst_fgetgrent.sh: Likewise.
29593         * iconvdata/run-iconv-test.sh: Likewise.
29594         * intl/tst-gettext.sh: Likewise.
29595         * intl/tst-gettext2.sh: Likewise.
29596         * intl/tst-gettext4.sh: Likewise.
29597         * intl/tst-gettext6.sh: Likewise.
29598         * intl/tst-translit.sh: Likewise.
29599         * io/ftwtest-sh: Likewise.
29600         * libio/test-freopen.sh: Likewise.
29601         * malloc/tst-mtrace.sh: Likewise.
29602         * posix/globtest.sh: Likewise.
29603         * posix/tst-getconf.sh: Likewise.
29604         * posix/wordexp-tst.sh: Likewise.
29605         * stdio-common/tst-printf.sh: Likewise.
29606         * stdio-common/tst-unbputc.sh: Likewise.
29607         * stdlib/tst-fmtmsg.sh: Likewise.
29608         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
29609         * catgets/Makefile: Do not specify -e option when running
29610         testsuite shell scripts.
29611         * elf/Makefile: Likewise.
29612         * grp/Makefile: Likewise.
29613         * iconvdata/Makefile: Likewise.
29614         * intl/Makefile: Likewise.
29615         * io/Makefile: Likewise.
29616         * libio/Makefile: Likewise.
29617         * malloc/Makefile: Likewise.
29618         * posix/Makefile: Likewise.
29619         * stdio-common/Makefile: Likewise.
29620         * stdlib/Makefile: Likewise.
29621         * sysdeps/x86_64/Makefile: Likewise.
29622
29623         * io/ftwtest-sh: Add copyright header.
29624         * posix/globtest.sh: Likewise.
29625         * posix/tst-getconf.sh: Likewise.
29626         * posix/wordexp-tst.sh: Likewise.
29627         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
29628
29629 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
29630
29631         [BZ #13679]
29632         * Makeconfig (+link): Defined as $(+link-static) if
29633         $(build-shared) isn't yes.
29634         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
29635         isn't yes.
29636         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
29637
29638         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
29639
29640         [BZ #14562]
29641         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
29642         new chunk size with MALLOC_ALIGN_MASK.
29643
29644 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
29645
29646         [BZ #5044]
29647         * stdio-common/printf_fphex.c: Include <stdbool.h> and
29648         <rounding-mode.h>.
29649         (__printf_fphex): Determine rounding using get_rounding_mode and
29650         round_away.
29651         * stdio-common/tst-printf-round.c (struct hex_test): New
29652         structure.
29653         (hex_tests): New variable.
29654         (test_hex_in_one_mode): New function.
29655         (do_test): Also run tests for hex float output.
29656
29657 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
29658
29659         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
29660         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
29661         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
29662         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
29663         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
29664         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
29665         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
29666         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
29667
29668 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
29669
29670         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
29671         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
29672         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
29673         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
29674
29675 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
29676
29677         [BZ #14579]
29678         * elf/rtld.c (dl_main): Limit the check for self loading to normal
29679         mode only.
29680         * elf/tst-rtld-load-self.sh: New test.
29681         * elf/Makefile: Run it.
29682
29683 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
29684
29685         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
29686         (tst-writev-ENV): Remove.
29687         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
29688
29689 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
29690
29691         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
29692
29693 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
29694
29695         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
29696         unconditional.
29697         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
29698         Likewise.
29699         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
29700         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
29701         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
29702         Likewise.
29703
29704 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
29705
29706         [BZ #14587]
29707         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
29708         * config.make.in (have-cpp-asm-debuginfo): Removed.
29709         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
29710         * configure: Regenerated.
29711
29712 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
29713
29714         [BZ #5044]
29715         * stdio-common/printf_fp.c: Include <stdbool.h> and
29716         <rounding-mode.h>.
29717         (___printf_fp): Determine rounding using get_rounding_mode and
29718         round_away.
29719         * stdio-common/tst-printf-round.c: New file.
29720         * stdio-common/Makefile (tests): Add tst-printf-round.
29721         (link-libm): New variable.
29722         ($(objpfx)tst-printf-round): Depend in $(link-libm).
29723
29724 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
29725
29726         [BZ #14576]
29727         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
29728         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
29729         Likewise.
29730         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
29731         Likewise.
29732
29733 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
29734
29735         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
29736         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
29737         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
29738         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
29739
29740 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
29741
29742         [BZ #14518]
29743         * include/rounding-mode.h: New file.
29744         * sysdeps/generic/get-rounding-mode.h: Likewise.
29745         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
29746         * stdlib/strtod_l.c: Include <rounding-mode.h>.
29747         (MAX_VALUE): New macro.
29748         (MIN_VALUE): Likewise.
29749         (overflow_value): New function.
29750         (underflow_value): Likewise.
29751         (round_and_return): Use overflow_value and underflow_value to
29752         determine return values in overflow and underflow cases.  Use
29753         round_away to determine rounding depending on rounding mode.
29754         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
29755         determine return values in overflow and underflow cases.
29756         * stdlib/tst-strtod-round.c: Include <fenv.h>.
29757         (struct test_results): New structure.
29758         (struct test): Use struct test_results to store expected results
29759         for all rounding modes.
29760         (TEST): Include expected results for all rounding modes.
29761         (test_in_one_mode): New function.
29762         (do_test): Use test_in_one_mode to compute and check results.
29763         Check results for all rounding modes.
29764         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
29765         $(link-libm).
29766
29767 2012-12-09  Allan McRae  <allan@archlinux.org>
29768
29769         * sysdeps/i386/fpu/libm-test-ulps: Update
29770
29771 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
29772
29773         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
29774         (_G_int32_t): Likewise.
29775         (_G_uint16_t): Likewise.
29776         (_G_uint32_t): Likewise.
29777         (_G_HAVE_BOOL): Likewise.
29778         (_G_HAVE_ATEXIT): Likewise.
29779         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
29780         (_G_HAVE_IO_FILE_OPEN): Likewise.
29781         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
29782         (_G_int32_t): Likewise.
29783         (_G_uint16_t): Likewise.
29784         (_G_uint32_t): Likewise.
29785         (_G_HAVE_BOOL): Likewise.
29786         (_G_HAVE_ATEXIT): Likewise.
29787         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
29788         (_G_HAVE_IO_FILE_OPEN): Likewise.
29789         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
29790         (_G_int32_t): Likewise.
29791         (_G_uint16_t): Likewise.
29792         (_G_uint32_t): Likewise.
29793         (_G_HAVE_BOOL): Likewise.
29794         (_G_HAVE_ATEXIT): Likewise.
29795         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
29796         (_G_HAVE_IO_FILE_OPEN): Likewise.
29797
29798 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
29799
29800         * csu/libc-tls.c: Update copyright years.
29801
29802 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
29803
29804         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
29805         [!_G_USING_THUNKS]: Remove conditional code.
29806         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
29807         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
29808
29809         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
29810         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
29811         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
29812         (_G_VTABLE_LABEL_PREFIX): Likewise.
29813         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
29814         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
29815         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
29816         (_G_VTABLE_LABEL_PREFIX): Likewise.
29817         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
29818         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
29819         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
29820         (_G_VTABLE_LABEL_PREFIX): Likewise.
29821         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
29822
29823 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
29824
29825         * libio/Makefile: Include ../Makeconfig before tests.
29826         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
29827         only if $(build-shared) is yes.
29828
29829         * iconv/gconv_db.c: Update copyright years.
29830
29831 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
29832
29833         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
29834         unwind info if defined PIC. Fix special cases description.
29835         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
29836
29837         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
29838         DP_HI_MASK entry.
29839         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
29840
29841 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
29842
29843         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
29844
29845         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
29846         is NULL.
29847
29848         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
29849         (LDLIBS-tst-chk4): This.
29850         (LDFLAGS-tst-chk5): Renamed to ...
29851         (LDLIBS-tst-chk5): This.
29852         (LDFLAGS-tst-chk6): Renamed to ...
29853         (LDLIBS-tst-chk6): This.
29854         (LDFLAGS-tst-lfschk4): Renamed to ...
29855         (LDLIBS-tst-lfschk4): This.
29856         (LDFLAGS-tst-lfschk5): Renamed to ...
29857         (LDLIBS-tst-lfschk5): This.
29858         (LDFLAGS-tst-lfschk6): Renamed to ...
29859         (LDLIBS-tst-lfschk6): This.
29860
29861         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
29862         on $(common-objpfx)soversions.mk.
29863
29864 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
29865
29866         [BZ #10014]
29867         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
29868         example host name.
29869
29870 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
29871
29872         * malloc/arena.c (arena_get_retry): New function that gets
29873         another arena for the caller to try its request on.
29874         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
29875         current arena cannot fulfill the request.
29876         (__libc_memalign): Likewise.
29877         (__libc_memalign): Likewise.
29878         (__libc_pvalloc): Likewise.
29879         (__libc_calloc): Likewise.
29880
29881 2012-09-05  John Tobey  <john.tobey@gmail.com>
29882
29883         [BZ #13542]
29884         * manual/arith.texi (Operations on Complex): Fix description
29885         of carg branch cut.
29886
29887 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
29888
29889         [BZ #10014]
29890         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
29891         host name.
29892
29893         [BZ #10038]
29894         * manual/memory.texi (Memory): Make order of menu items match
29895         order of sections.
29896
29897 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
29898
29899         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
29900         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
29901         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
29902
29903 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
29904
29905         * csu/libc-tls.c (static_dtv): Renamed to ...
29906         (_dl_static_dtv): This.  Make it global.
29907         (_dl_initial_dtv): Removed.
29908         (__libc_setup_tls): Updated.
29909         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
29910         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
29911         DL_INITIAL_DTV.
29912
29913 2012-09-06  Petr Machata  <pmachata@redhat.com>
29914
29915         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
29916         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
29917         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
29918         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
29919
29920 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
29921
29922         [BZ #14545]
29923         * csu/libc-tls.c (_dl_initial_dtv): New variable.
29924         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
29925         freeing dtv[-1].
29926
29927 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
29928
29929         [BZ #14544]
29930         * Makeconfig (link-static-before-libc): Replace $(+prector)
29931         with $(+prectorT).
29932         (link-static-after-libc): Replace $(+postctor) with
29933         $(+postctorT).
29934         (link-bounded): Replace $(+prector)/$(+postctor) with
29935         $(+prectorT)/$(+postctorT).
29936         (+prectorT): New macro.
29937         (+postctorT): Likewise.
29938
29939 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
29940
29941         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
29942         (round_str): Handle values above the maximum for IBM long double
29943         as inexact.
29944         * stdlib/tst-strtod-round.c (tests): Regenerated.
29945
29946 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29947
29948         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
29949         assembler flag.
29950         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
29951         zarch_nohighgprs around the zarch optimized routines.
29952         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
29953         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
29954         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
29955         for zarch.
29956
29957 2012-09-05  David S. Miller  <davem@davemloft.net>
29958
29959         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29960
29961         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
29962         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
29963         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
29964         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
29965         entries.
29966
29967 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29968
29969         * malloc/arena.c: Fold copyright years.
29970         * malloc/mcheck.c, malloc/memusage.c: Likewise.
29971
29972 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29973
29974         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
29975
29976 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29977
29978         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
29979
29980 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29981
29982         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
29983         change internal state upon failure.
29984
29985 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
29986
29987         * malloc/mcheck.c (mcheck_check_all): Fix typo.
29988         * malloc/memusage.c (mmap): Likewise.
29989         (mmap64, mremap): Likewise.  Adjust name in comment.
29990
29991 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
29992
29993         * libio/fileops.c: Fix typos in comments.
29994         * libio/oldfileops.c: Likewise.
29995         * libio/wfileops.c: Likewise.
29996
29997 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
29998
29999         [BZ #1349]
30000         * malloc/Makefile (tests): Add tst-malloc-usable test case.
30001         (tst-malloc-usable-ENV): Set environment for test case.
30002         * malloc/hooks.c (malloc_check_get_size): New function to get
30003         requested size.
30004         * malloc/malloc.c (musable): Use malloc_check_get_size.
30005         * malloc/tst-malloc-usable.c: New test case.
30006
30007 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
30008
30009         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
30010
30011 2012-09-05  Allan McRae  <allan@archlinux.org>
30012
30013         [BZ #13966]
30014         * configure.in (CXX_SYSINCLUDES): Use compiler output to
30015         determine header location.
30016         * configure: Regenerated.
30017
30018 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
30019
30020         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
30021         float format.
30022         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
30023         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
30024         format.
30025         (test): Regenerate.
30026
30027 2012-09-04  David S. Miller  <davem@davemloft.net>
30028
30029         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
30030         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
30031         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
30032
30033 2012-09-04  Florian Weimer  <fweimer@redhat.com>
30034
30035         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
30036         failures.
30037
30038         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
30039
30040 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
30041
30042         [BZ #9914]
30043         * libio/iogetdelim.c: Include <limits.h>.
30044         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
30045         + len + 1 would overflow.
30046
30047 2012-09-03  Andreas Jaeger  <aj@suse.de>
30048
30049         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30050         * sysdeps/i386/fpu/libm-test-ulps: Update.
30051
30052 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30053
30054         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30055         Add s_sinf-sse2, s_conf-sse2.
30056
30057         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
30058         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
30059         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
30060         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
30061
30062         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
30063         for using routine as __sinf_ia32.
30064         Use macro for function declaration and weak_alias.
30065         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
30066         for using routine as __cosf_ia32.
30067         Use macro for function declaration and weak_alias.
30068
30069         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
30070         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
30071
30072         * sysdeps/x86_64/fpu/s_sinf.S: New file.
30073         * sysdeps/x86_64/fpu/s_cosf.S: New file.
30074         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30075
30076         * math/libm-test.inc (cos_test): Add more test cases.
30077         (sin_test): Likewise.
30078         (sincos_test): Likewise.
30079
30080 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30081
30082         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
30083         (IFUNC_RESOLVE): Make pointers to the specialized implementations
30084         hidden.
30085         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30086
30087 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
30088
30089         [BZ #14538]
30090         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
30091         first element of the GOT.
30092         (elf_machine_load_address): Return the difference between
30093         the runtime address of _DYNAMIC and elf_machine_dynamic ().
30094
30095 2012-09-01  Allan McRae  <allan@archlinux.org>
30096
30097         [BZ #13412]
30098         * configure.in (AWK): Require gawk version 3.0 or later.
30099         * configure: Regenerated.
30100
30101 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
30102
30103         * sysdeps/unix/sysv/linux/kernel-features.h
30104         (__ASSUME_POSIX_CPU_TIMERS): Remove.
30105         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
30106         [__NR_clock_getres]: Make code unconditional.
30107         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
30108         (clock_getcpuclockid): Remove code left unreachable by removal of
30109         conditionals.
30110         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
30111         code unconditional.
30112         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
30113         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30114         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
30115         Make code unconditional.
30116         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
30117         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30118         * sysdeps/unix/sysv/linux/clock_settime.c
30119         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
30120         conditional code.
30121         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
30122         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30123
30124 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
30125
30126         [BZ #14476]
30127         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
30128         scripts/test-installation.pl.
30129
30130         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
30131         and $ld_so_version if it is set.
30132
30133 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30134
30135         [BZ #14516]
30136         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
30137         failure if reading from procfs failed.
30138         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
30139
30140 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
30141
30142         * sysdeps/unix/sysv/linux/kernel-features.h
30143         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
30144         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
30145         Remove conditional code.
30146         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30147         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
30148         Remove conditional code.
30149         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30150         * sysdeps/unix/sysv/linux/i386/fxstat.c
30151         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30152         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30153         * sysdeps/unix/sysv/linux/i386/fxstatat.c
30154         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30155         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30156         * sysdeps/unix/sysv/linux/i386/lxstat.c
30157         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30158         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30159         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
30160         Remove conditional code.
30161         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30162         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
30163         Remove conditional code.
30164         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30165         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
30166         <kernel-features.h>.
30167         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
30168         Remove.
30169         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
30170         Remove conditional code.
30171         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30172         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
30173         Remove conditional.
30174
30175 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
30176
30177         [BZ #5400]
30178         * NEWS: Add fixed bug number.
30179
30180 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
30181
30182         [BZ #14519]
30183         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
30184         underflowing exponent in case of negative sign.
30185         * stdlib/tst-strtod-round-data: Add more tests.
30186         * stdlib/tst-strtod-round.c (tests): Regenerated.
30187
30188         [BZ #3479]
30189         * stdlib/strtod_l.c (NDIG): Remove.
30190         (HEXNDIG): Likewise.
30191         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
30192         smallest representable value.
30193         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
30194         lie within an exact representation of 1/2 ulp of the result.
30195         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
30196         unconditionally.
30197         (TENS_P9_IDX): Define unconditionally.
30198         (TENS_P9_SIZE): Likewise.
30199         (TENS_P10_IDX): Likewise.
30200         (TENS_P10_SIZE): Likewise.
30201         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
30202         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
30203         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
30204         entries for 10^2^13 and 10^2^14.
30205         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
30206         (TENS_P13_IDX): Define.
30207         (TENS_P13_SIZE): Likewise.
30208         (TENS_P14_IDX): Likewise.
30209         (TENS_P14_SIZE): Likewise.
30210         (_fpioconst_pow10): Change array size to
30211         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
30212         unconditional.
30213         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
30214         1024]: Add entries for 10^2^13 and 10^2^14.
30215         [LAST_POW10 > _LAST_POW10]: Remove #error.
30216         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
30217         (_fpioconst_pow10): Change array size to
30218         FPIOCONST_POW10_ARRAY_SIZE.
30219         * stdlib/gen-fpioconst.c: New file.
30220         * stdlib/gen-tst-strtod-round.c: Likewise.
30221         * stdlib/tst-strtod-round-data: Likewise.
30222         * stdlib/tst-strtod-round.c: Likewise.
30223         * stdlib/Makefile (tests): Add tst-strtod-round.
30224
30225         [BZ #14459]
30226         * stdlib/strtod_l.c: Include <stdint.h>.
30227         (NDEBUG): Do not define.
30228         (round_and_return): Change EXPONENT parameter to type intmax_t.
30229         Rearrange calculations to avoid internal overflow possibilities.
30230         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
30231         Rearrange calculations to avoid internal overflow possibilities.
30232         Assert that number fits inside MPNSIZE limbs.
30233         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
30234         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
30235         calculations and add assertions to avoid internal overflow
30236         possibilities.  Add casts to avoid signed/unsigned operations.
30237         * stdlib/tst-strtod-overflow.c: New file.
30238         * stdlib/Makefile (tests): Add tst-strtod-overflow.
30239
30240 2012-08-25  Marek Polacek  <polacek@redhat.com>
30241
30242         * time/time.h: Fix some typos in comments.
30243
30244 2012-08-23  Roland McGrath  <roland@hack.frob.com>
30245
30246         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
30247         * posix/tst-rfc3484-2.c: Likewise.
30248         * posix/tst-rfc3484-3.c: Likewise.
30249
30250 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
30251
30252         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
30253         (EF_ARM_ABI_FLOAT_HARD): Likewise.
30254
30255 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
30256
30257         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
30258         #include of fxstatat64.c.
30259
30260 2012-08-22  Roland McGrath  <roland@hack.frob.com>
30261
30262         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
30263         * shadow/getspent_r.c: Likewise.
30264         * shadow/getspnam.c: Likewise.
30265         * shadow/getspnam_r.c: Likewise.
30266         * gshadow/getsgent.c: Likewise.
30267         * gshadow/getsgent_r.c: Likewise.
30268         * gshadow/getsgnam.c: Likewise.
30269         * gshadow/getsgnam_r.c: Likewise.
30270         * inet/getnetbyad.c: Likewise.
30271         * inet/getnetbyad_r.c: Likewise.
30272         * inet/getnetbynm.c: Likewise.
30273         * inet/getnetbynm_r.c: Likewise.
30274         * inet/getnetent.c: Likewise.
30275         * inet/getnetent_r.c: Likewise.
30276         * inet/getproto.c: Likewise.
30277         * inet/getproto_r.c: Likewise.
30278         * inet/getprtent.c: Likewise.
30279         * inet/getprtent_r.c: Likewise.
30280         * inet/getprtname.c: Likewise.
30281         * inet/getprtname_r.c: Likewise.
30282         * inet/getrpcbyname.c: Likewise.
30283         * inet/getrpcbyname_r.c: Likewise.
30284         * inet/getrpcbynumber.c: Likewise.
30285         * inet/getrpcbynumber_r.c: Likewise.
30286         * inet/getrpcent.c: Likewise.
30287         * inet/getrpcent_r.c: Likewise.
30288         * inet/getaliasent.c: Likewise.
30289         * inet/getaliasent_r.c: Likewise.
30290         * inet/getaliasname.c: Likewise.
30291         * inet/getaliasname_r.c: Likewise.
30292         * nscd/getgrgid_r.c: Likewise.
30293         * nscd/getgrnam_r.c: Likewise.
30294         * nscd/gethstbyad_r.c: Likewise.
30295         * nscd/gethstbynm3_r.c: Likewise.
30296         * nscd/getpwnam_r.c: Likewise.
30297         * nscd/getpwuid_r.c: Likewise.
30298         * nscd/getsrvbynm_r.c: Likewise.
30299         * nscd/getsrvbypt_r.c: Likewise.
30300         * nscd/gai.c: Likewise.
30301
30302         * configure.in (build_nscd): New substituted variable, set
30303         by --disable-build-nscd and defaults to $use_nscd.
30304         * configure: Regenerated.
30305         * config.make.in (build-nscd): New substituted variable.
30306         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
30307         Change conditional to require [$(build-nscd) = yes] as well.
30308         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
30309
30310         [BZ# 13696]
30311         * configure.in (use_nscd): New substituted variable, set by
30312         --disable-nscd.  If enabled, define USE_NSCD.
30313         * configure: Regenerated.
30314         * config.h.in: Add USE_NSCD.
30315         * config.make.in (use-nscd): New substituted variable.
30316         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
30317         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
30318         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
30319         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
30320         (CFLAGS-getgrnam_r.c): Likewise.
30321         (CFLAGS-initgroups.c): Likewise.
30322         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
30323         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
30324         Variables removed.
30325         * inet/getnetgrent_r.c
30326         (nscd_setnetgrent): New function, broken out of ...
30327         (setnetgrent): ... here.  Call it.
30328         (innetgr): Conditionalize nscd bits on [USE_NSCD].
30329         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
30330         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
30331         * nscd/Makefile (routines, aux): Move definitions after include of
30332         Makeconfig.  Conditionalize on [$(use-nscd) != no].
30333         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
30334         Conditionalize on [USE_NSCD].
30335         (is_nscd, nscd_init_cb): Likewise.
30336         (nss_load_library): Conditionalize init callback on [USE_NSCD].
30337         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
30338         * nss/nss_db/db-init.c: Likewise.
30339         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
30340         [USE_NSCD].
30341         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
30342         (make_request): Use it.
30343         (cache_valid_p): New function.
30344         (__check_pf): Use it.
30345         * NEWS: Add item for --disable-nscd.
30346
30347 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
30348
30349         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
30350         to support sed >= 4.2.1-20-ga9bf076.
30351         * configure: Regenerated.
30352
30353 2012-08-22  Roland McGrath  <roland@hack.frob.com>
30354
30355         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
30356         Conditionalize whole body on [IREL].
30357
30358 2012-08-22  Jeff Law <law@redhat.com>
30359
30360         [BZ #14505]
30361         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
30362         if the family is PF_UNSPEC.
30363
30364 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
30365
30366         * Makerules (lib-version): Rename from V.
30367         (install-lib-nosubdir): Change V to lib-version.
30368
30369 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
30370
30371         [BZ #14252]
30372         * powerpc32/power6/wcschr.c: New file.
30373         * powerpc32/power6/wcscpy.c: New file.
30374         * powerpc32/power6/wcsrchr.c: New file.
30375         * powerpc64/power6/wcschr.c: New file.
30376         * powerpc64/power6/wcscpy.c: New file.
30377         * powerpc64/power6/wcsrchr.c: New file.
30378
30379 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
30380
30381         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
30382         (two_way_short_needle): Use it.
30383         * string/strstr.c (AVAILABLE1_USES_J): Define.
30384         * string/strcasestr.c: Likewise.
30385
30386         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
30387         array references.
30388         * string/strcasestr.c (TOLOWER): Make side-effect safe.
30389
30390         [BZ #11607]
30391         * NEWS: Add an entry.
30392         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
30393         define their defaults.
30394         (two_way_short_needle): Detect end-of-string on-the-fly.
30395         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
30396         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
30397         * string/bug-strcasestr1.c: New test.
30398         * string/Makefile: Run it.
30399
30400 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
30401
30402         [BZ #11607]
30403         * string/str-two-way.h (two_way_short_needle): Optimize matching of
30404         the first character.
30405
30406 2012-08-21  Roland McGrath  <roland@hack.frob.com>
30407
30408         * csu/elf-init.c (__libc_csu_irel): Function removed.
30409         * csu/libc-start.c (apply_irel): New function.
30410         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
30411
30412 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
30413
30414         * sysdeps/unix/sysv/linux/kernel-features.h
30415         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
30416         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
30417         <kernel-features.h>.
30418         [__NR_fadvise64_64]: Make code unconditional.
30419         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
30420         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
30421         !__NR_fadvise64_64)]: Likewise.
30422         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
30423         !__NR_fadvise64_64))]: Likewise.
30424         [__NR_fadvise64]: Make code unconditional.
30425         [!__NR_fadvise64]: Remove conditional code.
30426         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
30427         <kernel-features.h>.
30428         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
30429         unconditional.
30430         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
30431         conditional code.
30432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
30433         not include <kernel-features.h>.
30434         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
30435         unconditional.
30436         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
30437         conditional code.
30438         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
30439         include <kernel-features.h>.
30440         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
30441         unconditional.
30442         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
30443         conditional code.
30444
30445 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
30446
30447         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
30448         slight instruction rearrangements per scrollpipe analysis.
30449         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30450
30451 2012-08-20  Roland McGrath  <roland@hack.frob.com>
30452
30453         * manual/syslog.texi (syslog; vsyslog, closelog):
30454         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
30455         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
30456
30457         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
30458         DSOCAPS to match condition on defining it.
30459
30460 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
30461
30462         * sysdeps/unix/sysv/linux/kernel-features.h
30463         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
30464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
30465         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
30466         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
30467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
30468         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
30469         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
30470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
30471         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
30472         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
30473
30474         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
30475         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
30476
30477         * sysdeps/unix/sysv/linux/kernel-features.h
30478         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
30479         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
30480         unconditional.
30481         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30482         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
30483         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
30484         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30485         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
30486         Make code unconditional.
30487         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30488         (__mmap64) [!__NR_mmap2]: Likewise.
30489         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
30490         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
30491         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30492         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
30493         [__NR_mmap2]: Make code unconditional.
30494         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30495         (__mmap64) [!__NR_mmap2]: Likewise.
30496
30497 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30498
30499         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
30500
30501 2012-08-18  Andreas Jaeger  <aj@suse.de>
30502
30503         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
30504
30505 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
30506
30507         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
30508         * include/unistd.h (__have_sock_cloexec): Likewise.
30509         (__have_pipe2): Likewise.
30510         (__have_dup3): Likewise.
30511
30512 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
30513
30514         [BZ #9685]
30515         * include/unistd.h (__have_pipe2): Change define into an extern int.
30516         (__have_dup3): Likewise.
30517         * socket/have_sock_cloexec.c: Include fcntl.h.
30518         (__have_pipe2): New variable.
30519         (__have_dup3): Likewise.
30520
30521 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
30522
30523         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
30524
30525 2012-08-17  Marek Polacek  <polacek@redhat.com>
30526
30527         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
30528         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
30529
30530 2012-08-17  Roland McGrath  <roland@hack.frob.com>
30531
30532         * configure.in: Add AC_SUBST for sysheaders.
30533         * configure: Regenerated.
30534         * config.make.in (sysheaders): New substituted variable.
30535
30536         * sysdeps/unix/mkfifo.c: Moved ...
30537         * sysdeps/posix/mkfifo.c: ... here.
30538         * sysdeps/unix/mkfifoat.c: Moved ...
30539         * sysdeps/posix/mkfifoat.c: ... here.
30540
30541         * sysdeps/unix/utime.c: Moved ...
30542         * sysdeps/posix/utime.c: ... here.
30543
30544         * sysdeps/unix/time.c: Moved ...
30545         * sysdeps/posix/time.c: ... here.
30546         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
30547         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
30548
30549         * sysdeps/unix/nice.c: Moved ...
30550         * sysdeps/posix/nice.c: ... here.
30551
30552         * sysdeps/unix/alarm.c: Moved ...
30553         * sysdeps/posix/alarm.c: ... here.
30554
30555         * intl/Makefile ($(codeset_mo)): Depend on the input file.
30556
30557 2012-08-17  Jeff Law <law@redhat.com>
30558
30559         * intl/Makefile (codeset_mo): New variable.
30560         ($(codeset_mo)): New target.
30561         (tst-codeset.out): Depend on that.  Remove explicit rule.
30562         (tst-gettext3.out, tst-gettext5.out): Likewise.
30563         (LOCPATH-ENV, tst-codeset-ENV): New variables.
30564         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
30565         * intl/tst-codeset.sh: Remove.
30566         * intl/tst-gettext3.sh: Likewise.
30567         * intl/tst-gettext5.sh: Likewise.
30568
30569 2012-08-17  Roland McGrath  <roland@hack.frob.com>
30570
30571         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
30572         * sysdeps/unix/syscalls.list: ... here.
30573
30574         * sysdeps/posix/getaddrinfo.c
30575         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
30576         (gaiconf_init, gaiconf_reload): Use them.
30577         [!_STATBUF_ST_NSEC]
30578         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
30579         Define using time_t rather than struct timespec.
30580
30581         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
30582         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
30583         Macros removed.
30584         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
30585         [!NO_THREADS].
30586         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
30587         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
30588         Likewise.
30589
30590         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
30591         __libc_cleanup_push argument.
30592
30593         * bits/param.h: New file.
30594         * misc/sys/param.h: New file.
30595         * include/sys/param.h: New file.
30596         * misc/Makefile (headers): Add bits/param.h.
30597         * sysdeps/generic/sys/param.h: File removed.
30598         * sysdeps/unix/sysv/linux/bits/param.h: New file.
30599         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
30600         * sysdeps/mach/hurd/bits/param.h: New file.
30601         * sysdeps/mach/hurd/sys/param.h: File removed.
30602
30603         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
30604         last change.
30605
30606         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
30607         [_IO_MTSAFE_IO].
30608         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
30609         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
30610         New macros.
30611
30612         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
30613         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
30614         rather than -D_IO_MTSAFE_IO conditionally.
30615         * stdio-common/Makefile (CPPFLAGS): Likewise.
30616         * wcsmbs/Makefile (CPPFLAGS): Likewise.
30617         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
30618         Use $(libio-mtsafe).
30619         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
30620         of -D_IO_MTSAFE_IO.
30621         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
30622         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
30623         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
30624         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
30625         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
30626         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
30627         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
30628         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
30629         (CFLAGS-fread_u_chk.c): Likewise.
30630         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
30631         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
30632         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
30633         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
30634         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
30635         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
30636         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
30637         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
30638         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
30639
30640         * libio/Makefile: Test [$(libc-reentrant) = yes]
30641         instead of [$(filter %REENTRANT, $(defines)) nonempty].
30642
30643         * Makeconfig
30644         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
30645         * sysdeps/pthread/configure: File removed.
30646         * sysdeps/pthread/Makeconfig: New file.
30647         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
30648         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
30649
30650 2012-08-16  Gary Benson  <gbenson@redhat.com>
30651
30652         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
30653         unmapping the first object in a namespace.
30654
30655 2012-08-16  Roland McGrath  <roland@hack.frob.com>
30656
30657         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
30658         (__internal_setnetgrent): ... this.  Add internal_function to
30659         definition.  Add libc_hidden_def.
30660         (setnetgrent): Update caller.
30661         (internal_endnetgrent): Renamed to ...
30662         (__internal_endnetgrent): ... this.  Add internal_function to
30663         definition.  Add libc_hidden_def.
30664         (endnetgrent): Update caller.
30665         (internal_getnetgrent_r): Renamed to ...
30666         (__internal_getnetgrent_r): ... this.  Add internal_function to
30667         definition.  Add libc_hidden_def.
30668         (__getnetgrent_r): Update caller.
30669         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
30670
30671 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
30672
30673         * stdlib/longlong.h: Update from GCC.
30674
30675 2012-08-16  Roland McGrath  <roland@hack.frob.com>
30676
30677         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
30678         on _QL, which is set by umul_ppmm but never used.
30679         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
30680         variables, which are set by GMP macros but never used.
30681         * stdio-common/_itowa.c (_itowa): Likewise.
30682         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
30683         * stdlib/mod_1.c (mpn_mod_1): Likewise.
30684
30685 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
30686
30687         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
30688         struct La_sh_regs is not constant.
30689         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
30690         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
30691         and struct La_sparc64_regs are not constant.
30692
30693 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
30694
30695         * sysdeps/unix/sysv/linux/kernel-features.h
30696         (__ASSUME_POSIX_TIMERS): Remove.
30697         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
30698         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30699         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
30700         Make code unconditional.
30701         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30702         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
30703         Make code unconditional.
30704         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30705         * sysdeps/unix/sysv/linux/clock_nanosleep.c
30706         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
30707         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30708         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
30709         Make code unconditional.
30710         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
30711         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
30712         (__libc_missing_posix_timers): Remove.
30713
30714 2012-08-15  Roland McGrath  <roland@hack.frob.com>
30715
30716         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
30717         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
30718
30719         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
30720
30721         * elf/dl-sym.c: Include <stdlib.h>.
30722
30723         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
30724         constants, which avoids warnings in 32-bit builds.
30725
30726         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
30727         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
30728
30729         * misc/lseek.c: File moved to ...
30730         * io/lseek.c: ... here.
30731
30732         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
30733
30734         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
30735         shifting LEN more than 31 bits at once.
30736
30737 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30738
30739         [BZ #14195]
30740         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
30741         segmentation fault for a case of two empty input strings.
30742         * string/test-strncasecmp.c (check1): Renamed to...
30743         (bz12205): ...this.
30744         (bz14195): Add new testcase for two empty input strings and N > 0.
30745         (test_main): Call new testcase, adapt for renamed function.
30746
30747 2012-08-15  Andreas Jaeger  <aj@suse.de>
30748
30749         [BZ #14090]
30750         * crypt/md5test2.c: New test, based on test supplied by Serge
30751         Belyshev <belyshev@depni.sinp.msu.ru>.
30752         * crypt/Makefile (xtests): Add md5test-giant..
30753         * crypt/Makefile ($(objpfx)md5test-giant): Add.
30754
30755 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
30756
30757         [BZ #14090]
30758         * crypt/md5.c (md5_process_block): Don't assume the buffer
30759         length is less than 2**32.
30760         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
30761         length is less than 2**64.
30762
30763 2012-08-15  Roland McGrath  <roland@hack.frob.com>
30764
30765         * string/str-two-way.h: Include <sys/param.h>.
30766         (MAX): Macro removed.
30767
30768         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
30769         Move #define and #undef of memmove to just before and after
30770         including <string.h>.
30771
30772         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
30773         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
30774         and after including <string.h>.  Move declarations of
30775         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
30776         to before #include "string/memmove.c".
30777
30778         * include/dirent.h: Declare __getdirentries.
30779
30780         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
30781         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
30782
30783 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
30784
30785         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
30786         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
30787         * sysdeps/i386/configure: Regenerated.
30788         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
30789         STABS_CURRENT_FILE, and STABS_FUN.
30790         (END): Remove call to STABS_FUN_END.
30791         (STABS_CURRENT_FILE1): Delete.
30792         (STABS_CURRENT_FILE): Likewise.
30793         (STABS_FUN): Likewise.
30794         (STABS_FUN_END): Likewise.
30795         (STABS_FUN2): Likewise.
30796         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
30797         * sysdeps/x86_64/configure: Regenerated.
30798
30799 2012-08-14  Roland McGrath  <roland@hack.frob.com>
30800
30801         * elf/dl-open.c: Include <atomic.h>.
30802         * elf/dl-lookup.c: Likewise.
30803
30804 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
30805
30806         * sysdeps/unix/sysv/linux/kernel-features.h
30807         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
30808         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
30809         unconditionally.
30810         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
30811         unconditionally.
30812         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
30813         condition on __ASSUME_CLONE_THREAD_FLAGS.
30814
30815 2012-08-14  Andreas Jaeger  <aj@suse.de>
30816
30817         * sysdeps/i386/fpu/libm-test-ulps: Update.
30818
30819 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
30820
30821         * include/atomic.h (atomic_exchange_and_add): Split into ...
30822         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
30823         New atomic macros.
30824
30825 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
30826
30827         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30828
30829 2012-08-13  Jeff Law <law@redhat.com>
30830
30831         * manual/stdio.texi (snprintf): Clarify handling of the trailing
30832         null byte in the output string.
30833
30834 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
30835
30836         * sysdeps/unix/sysv/linux/kernel-features.h
30837         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
30838         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
30839         (__ASSUME_ARG_MAX_STACK_BASED): Define.
30840         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
30841         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
30842         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
30843         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
30844
30845 2012-08-09  Jeff Law <law@redhat.com>
30846
30847         [BZ #13939]
30848         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
30849         When avoid_arena is set, don't retry in the that arena.  Pick the
30850         next one, whatever it might be.
30851         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
30852         (arena_lock): Pass in new parameter to arena_get2.
30853         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
30854         arena_get2.
30855         (__libc_malloc): Unify retrying after main arena failure with
30856         __libc_memalign version.
30857         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
30858
30859 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
30860
30861         [BZ #14166]
30862         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
30863         to __redirect_strstr.
30864         (__strstr_sse42): Use typeof __redirect_strstr.
30865         (__strstr_ia32): Likewise.
30866         (__libc_strstr): New prototype.
30867         (strstr): Renamed to ...
30868         (__libc_strstr): This.
30869         (strstr): New strong alias of __libc_strstr.
30870         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
30871         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
30872         __redirect_time.
30873         Include <time.h>.
30874         (__libc_time): New prototype.
30875         (time_ifunc): Replace time with __libc_time.
30876         (time): New strong alias and hidden definition of __libc_time.
30877         (__GI_time): Remove strong alias.
30878         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
30879         Include <stddef.h>.
30880         (memmove): Redefined to __redirect_memmove.
30881         (__memmove_sse2): Use typeof __redirect_memmove.
30882         (__memmove_ssse3): Likewise.
30883         (__memmove_ssse3_back): Likewise.
30884         (__libc_memmove): New prototype.
30885         (memmove): Renamed to ...
30886         (__libc_memmove): This.
30887         (memmove): New strong alias of __libc_memmove.
30888
30889 2012-08-08  Mark Salter  <msalter@redhat.com>
30890
30891         * elf/elf.h
30892         (R_MN10300_TLS_GD): Define.
30893         (R_MN10300_TLS_LD): Likewise.
30894         (R_MN10300_TLS_LDO): Likewise.
30895         (R_MN10300_TLS_GOTIE): Likewise.
30896         (R_MN10300_TLS_IE): Likewise.
30897         (R_MN10300_TLS_LE): Likewise.
30898         (R_MN10300_TLS_DTPMOD): Likewise.
30899         (R_MN10300_TLS_DTPOFF): Likewise.
30900         (R_MN10300_TLS_TPOFF): Likewise.
30901         (R_MN10300_SYM_DIFF): Likewise.
30902         (R_MN10300_ALIGN): Likewise.
30903         (R_MN10300_NUM): Update.
30904
30905 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
30906
30907         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
30908         Remove.
30909
30910 2012-08-08  Roland McGrath  <roland@hack.frob.com>
30911
30912         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
30913
30914         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
30915         sysdeps/unix -> sysdeps/posix move.
30916         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
30917
30918 2012-08-07      Allan McRae     <allan@archlinux.org>
30919
30920         [BZ #14303]
30921         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
30922         (SUNOS_CPP): Likewise.
30923         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
30924         not found.
30925         (open_input): Call CPP using execvp.
30926
30927 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
30928
30929         * sysdeps/unix/sysv/linux/kernel-features.h
30930         (__ASSUME_PROT_GROWSUPDOWN): Remove.
30931         (__ASSUME_NO_CLONE_DETACHED): Likewise.
30932         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
30933         (__ASSUME_WAITID_SYSCALL): Likewise.
30934         * sysdeps/unix/sysv/linux/dl-execstack.c
30935         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
30936         code unconditional.
30937         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
30938         conditional code.
30939         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
30940         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
30941         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
30942         code.
30943         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
30944         unconditional.
30945         [__ASSUME_WAITID_SYSCALL]: Likewise.
30946         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
30947
30948 2012-08-07  Roland McGrath  <roland@hack.frob.com>
30949
30950         * sysdeps/unix/closedir.c: Renamed to ...
30951         * sysdeps/posix/closedir.c: ... here.
30952         * sysdeps/unix/dirfd.c: Renamed to ...
30953         * sysdeps/posix/dirfd.c: ... here.
30954         * sysdeps/unix/dirstream.h: Renamed to ...
30955         * sysdeps/posix/dirstream.h: ... here.
30956         * sysdeps/unix/fdopendir.c: Renamed to ...
30957         * sysdeps/posix/fdopendir.c: ... here.
30958         * sysdeps/unix/opendir.c: Renamed to ...
30959         * sysdeps/posix/opendir.c: ... here.
30960         * sysdeps/unix/readdir.c: Renamed to ...
30961         * sysdeps/posix/readdir.c: ... here.
30962         * sysdeps/unix/readdir_r.c: Renamed to ...
30963         * sysdeps/posix/readdir_r.c: ... here.
30964         * sysdeps/unix/rewinddir.c: Renamed to ...
30965         * sysdeps/posix/rewinddir.c: ... here.
30966         * sysdeps/unix/seekdir.c: Renamed to ...
30967         * sysdeps/posix/seekdir.c: ... here.
30968         * sysdeps/unix/telldir.c: Renamed to ...
30969         * sysdeps/posix/telldir.c: ... here.
30970         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
30971         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
30972         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
30973         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
30974
30975         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
30976         * bits/fcntl.h: ... here.
30977
30978         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
30979         not 0.
30980         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
30981         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
30982         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
30983         (struct flock): Move l_start, l_len to the beginning.
30984         Use __pid_t for l_pid.
30985         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
30986         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
30987         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
30988         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
30989         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
30990         [__USE_LARGEFILE64] (struct flock64): New type.
30991         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
30992
30993         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
30994         * bits/dirent.h: ... here.
30995
30996         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
30997         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
30998
30999 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
31000
31001         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
31002         Change from 2.6.0 to 2.6.16.
31003         * sysdeps/unix/sysv/linux/configure: Regenerated.
31004         * sysdeps/unix/sysv/linux/kernel-features.h
31005         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
31006         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
31007         version.
31008         (__ASSUME_UTIMES): Likewise.
31009         (__ASSUME_CLONE_STOPPED): Remove.
31010         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
31011         architectures, not kernel version.
31012         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
31013         (__ASSUME_NO_CLONE_DETACHED): Likewise.
31014         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
31015         (__ASSUME_WAITID_SYSCALL): Likewise.
31016         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
31017         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
31018         * README: State 2.6.16 as minimum Linux kernel version.  Do not
31019         refer to older versions.
31020
31021 2012-08-06  Roland McGrath  <roland@hack.frob.com>
31022
31023         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
31024         Define alphasort64 as an alias.
31025         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
31026         Define versionsort64 as an alias.
31027         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
31028         Define scandir64 as an alias.
31029         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
31030         Define scandirat64 as an alias.
31031         * dirent/alphasort64.c (alphasort64):
31032         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
31033         * dirent/versionsort64.c: Likewise.
31034         * dirent/scandir64.c: Likewise.
31035         * dirent/scandirat64.c: Likewise.
31036         * sysdeps/wordsize-64/alphasort.c: File removed.
31037         * sysdeps/wordsize-64/alphasort64.c: File removed.
31038         * sysdeps/wordsize-64/scandir.c: File removed.
31039         * sysdeps/wordsize-64/scandir64.c: File removed.
31040         * sysdeps/wordsize-64/scandirat.c: File removed.
31041         * sysdeps/wordsize-64/scandirat64.c: File removed.
31042         * sysdeps/wordsize-64/versionsort.c: File removed.
31043         * sysdeps/wordsize-64/versionsort64.c: File removed.
31044         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
31045         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
31046         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
31047         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
31048         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
31049         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
31050         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
31051         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
31052
31053         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
31054         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
31055         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
31056         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31057         [defined __arch64__ || defined __sparcv9]
31058         (__INO_T_MATCHES_INO64_T): New macro.
31059         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31060         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
31061         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
31062         * sysdeps/unix/sysv/linux/bits/dirent.h
31063         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
31064         (_DIRENT_MATCHES_DIRENT64): New macro.
31065
31066         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
31067         Define lockf64 as an alias.
31068         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
31069         Define fseeko64 as an alias.
31070         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
31071         Define ftello64 as an alias.
31072         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
31073         Define _IO_fgetpos64 and fgetpos64 as aliases.
31074         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
31075         Define _IO_fsetpos64 and fsetpos64 as aliases.
31076         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
31077         Conditionalize body on this.
31078         * libio/fseeko64.c: Likewise.
31079         * libio/ftello64.c: Likewise.
31080         * libio/iofgetpos64.c: Likewise.
31081         * libio/iofsetpos64.c: Likewise.
31082         * sysdeps/wordsize-64/lockf.c: File removed.
31083         * sysdeps/wordsize-64/lockf64.c: File removed.
31084         * sysdeps/wordsize-64/fseeko.c: File removed.
31085         * sysdeps/wordsize-64/fseeko64.c: File removed.
31086         * sysdeps/wordsize-64/ftello.c: File removed.
31087         * sysdeps/wordsize-64/ftello64.c: File removed.
31088         * sysdeps/wordsize-64/iofgetpos.c: File removed.
31089         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
31090         * sysdeps/wordsize-64/iofsetpos.c: File removed.
31091         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
31092         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
31093         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
31094         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
31095         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
31096         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
31097         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
31098         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
31099         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
31100         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
31101         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
31102
31103         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
31104         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
31105         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
31106         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31107         [defined __arch64__ || defined __sparcv9]
31108         (__OFF_T_MATCHES_OFF64_T): New macro.
31109         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31110         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
31111         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31112         (__OFF_T_MATCHES_OFF64_T): New macro.
31113
31114 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
31115
31116         * stdlib/secure-getenv.c (__secure_getenv): Replace
31117         GLIBC_2_16 with GLIBC_2_17.
31118
31119 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
31120
31121         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
31122         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
31123
31124 2012-08-03  David S. Miller  <davem@davemloft.net>
31125
31126         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31127
31128 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
31129
31130         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
31131         Remove.
31132         (__ASSUME_CORRECT_SI_PID): Likewise.
31133         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
31134         (__ASSUME_TMPFS_NAME): Likewise.
31135         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
31136         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
31137         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
31138         (HAVE_AUX_SECURE): Make definition unconditional.
31139         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
31140         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
31141
31142 2012-08-03  Roland McGrath  <roland@hack.frob.com>
31143
31144         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
31145         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
31146         * sysdeps/mach/hurd/eloop-threshold.h: New file.
31147         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
31148         __eloop_threshold instead of SYMLOOP_MAX.
31149
31150         * sysdeps/generic/eloop-threshold.h: New file.
31151         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
31152         of MAXSYMLINKS.
31153         * elf/chroot_canon.c (chroot_canon): Likewise.
31154
31155 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
31156
31157         [BZ #13717]
31158         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
31159         Change to 2.6.0 everywhere.
31160         * sysdeps/unix/sysv/linux/configure: Regenerated.
31161         * sysdeps/unix/sysv/linux/kernel-features.h
31162         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
31163         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
31164         kernel versions.
31165         (__ASSUME_POSIX_TIMERS): Define unconditionally.
31166         (__ASSUME_FUTEX_REQUEUE): Remove.
31167         (__ASSUME_STATFS64): Define unconditionally.
31168         (__ASSUME_AT_SECURE): Likewise.
31169         (__ASSUME_CORRECT_SI_PID): Likewise.
31170         (__ASSUME_TGKILL): Define without depending on kernel version for
31171         i386.
31172         (__ASSUME_UTIMES): Likewise.
31173         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
31174         kernel version.
31175         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
31176         (__ASSUME_TMPFS_NAME): Likewise.
31177         * README: Update reference to Linux kernel versions.
31178
31179 2012-08-02  Marek Polacek  <polacek@redhat.com>
31180
31181         [BZ# 14150]
31182         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
31183         libc_cv_asm_type_prefix with %.
31184         * configure: Regenerated.
31185         * include/libc-symbols.h: Remove comment about
31186         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
31187         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
31188         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
31189         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
31190         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
31191         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
31192         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
31193         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
31194         * elf/tst-unique2mod1.c: Likewise.
31195         * elf/tst-unique1mod2.c: Likewise.
31196         * elf/tst-unique1mod1.c: Likewise.
31197         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
31198         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
31199         Replace ASM_TYPE_DIRECTIVE with .type.
31200         * sysdeps/s390/s390-64/sysdep.h: Likewise.
31201         * sysdeps/i386/sysdep.h: Likewise.
31202         * sysdeps/x86_64/sysdep.h: Likewise.
31203         * sysdeps/sh/sysdep.h: Likewise.
31204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
31205         Do not define ASM_TYPE_DIRECTIVE.
31206         * sysdeps/powerpc/sysdep.h: Likewise.
31207         * sysdeps/powerpc/powerpc32/sysdep.h:
31208         Replace ASM_TYPE_DIRECTIVE with .type.
31209         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
31210         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
31211         * sysdeps/i386/fpu/e_powf.S: Likewise.
31212         * sysdeps/i386/fpu/e_expl.S: Likewise.
31213         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
31214         * sysdeps/i386/fpu/e_acosh.S: Likewise.
31215         * sysdeps/i386/fpu/e_pow.S: Likewise.
31216         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
31217         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
31218         * sysdeps/i386/fpu/s_expm1.S: Likewise.
31219         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
31220         * sysdeps/i386/fpu/e_log2.S: Likewise.
31221         * sysdeps/i386/fpu/e_log2l.S: Likewise.
31222         * sysdeps/i386/fpu/e_scalb.S: Likewise.
31223         * sysdeps/i386/fpu/e_powl.S: Likewise.
31224         * sysdeps/i386/fpu/e_log10f.S: Likewise.
31225         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
31226         * sysdeps/i386/fpu/e_logl.S: Likewise.
31227         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
31228         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
31229         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
31230         * sysdeps/i386/fpu/e_log2f.S: Likewise.
31231         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
31232         * sysdeps/i386/fpu/e_log.S: Likewise.
31233         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
31234         * sysdeps/i386/fpu/e_logf.S: Likewise.
31235         * sysdeps/i386/fpu/e_log10l.S: Likewise.
31236         * sysdeps/i386/fpu/e_atanh.S: Likewise.
31237         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
31238         * sysdeps/i386/fpu/e_log10.S: Likewise.
31239         * sysdeps/i386/fpu/s_frexp.S: Likewise.
31240         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
31241         * sysdeps/i386/fpu/s_asinh.S: Likewise.
31242         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
31243         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
31244         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
31245         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
31246         * sysdeps/i386/i686/strtok.S: Likewise.
31247         * sysdeps/i386/i386-mcount.S: Likewise.
31248         * sysdeps/i386/strtok.S: Likewise.
31249         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
31250         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
31251         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
31252         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
31253         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
31254         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
31255         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
31256         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
31257         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
31258         * sysdeps/x86_64/_mcount.S: Likewise.
31259         * sysdeps/x86_64/strtok.S: Likewise.
31260         * sysdeps/sh/_mcount.S: Likewise.
31261
31262 2012-08-01  Roland McGrath  <roland@hack.frob.com>
31263
31264         * libio/iofopen.c: Include <fcntl.h>.
31265         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
31266         (_IO_fopen64, fopen64): Define as aliases.
31267         * libio/iofopen64.c: Include <fcntl.h>.
31268         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
31269         Conditionalize body on this.
31270         * sysdeps/wordsize-64/iofopen.c: File removed.
31271         * sysdeps/wordsize-64/iofopen64.c: File removed.
31272
31273 2012-08-01  Marek Polacek  <polacek@redhat.com>
31274
31275         * libc/Makeconfig: Use elf in place of binfmt-subdir.
31276         Use dlfcn directly instead of a variable.
31277         (binfmt-subdir): Do not define.
31278         (dlfcn): Likewise.
31279
31280 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
31281
31282         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
31283         Remove all definitions.
31284         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
31285         <kernel-features.h>.
31286         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
31287         (miss_F_GETOWN_EX): Remove all definitions.
31288         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
31289         macro definition.
31290         [!__ASSUME_FCNTL64]: Remove conditional code.
31291         [__ASSUME_FCNTL64]: Make code unconditional.
31292         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
31293         <kernel-features.h>.
31294         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
31295         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
31296         (lockf64) [__NR_fcntl64]: Make code unconditional.
31297         (lockf64) [__ASSUME_FCNTL64]: Likewise.
31298
31299         * sysdeps/unix/sysv/linux/kernel-features.h
31300         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
31301         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
31302         Make code unconditional.
31303         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
31304         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
31305         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
31306         [__NR_vfork]: Make code unconditional.
31307         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
31308         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
31309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
31310         [__NR_vfork]: Make code unconditional.
31311         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
31312         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
31313
31314 2012-08-01  Roland McGrath  <roland@hack.frob.com>
31315
31316         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
31317         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
31318
31319         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31320         Define mkstemp64 as an alias.
31321         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31322         Define mkstemps64 as an alias.
31323         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31324         Define mkostemp64 as an alias.
31325         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31326         Define mkostemps64 as an alias.
31327         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
31328         Conditionalize body on this.
31329         * misc/mkostemp64.c: Likewise.
31330         * misc/mkostemps64.c: Likewise.
31331         * misc/mkstemps64.c: Likewise.
31332         * sysdeps/wordsize-64/mkstemp64.c: File removed.
31333         * sysdeps/wordsize-64/mkostemp64.c: File removed.
31334         * sysdeps/wordsize-64/mkostemp.c: File removed.
31335         * sysdeps/wordsize-64/mkstemp.c: File removed.
31336         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
31337         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
31338         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
31339         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
31340
31341         [BZ #14138]
31342         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
31343         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
31344         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
31345         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
31346
31347         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
31348         compat_symbol macros from <shlib-compat.h> rather than the underlying
31349         default_symbol_version and symbol_version macros, so that DEFAULT
31350         lines in shlib-versions are respected.
31351         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
31352
31353 2012-08-01  Florian Weimer  <fweimer@redhat.com>
31354
31355         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
31356         Declare with warn_unused_result.
31357         (setgid, setregid, setegid, setresgid): Likewise.
31358         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
31359         Likewise.
31360         * WUR-REPORT: Remove set*id functions.
31361
31362 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
31363
31364         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
31365
31366 2012-07-31  Roland McGrath  <roland@hack.frob.com>
31367
31368         [BZ #10191]
31369         * include/sys/socket.h (__libc_accept, __libc_accept4):
31370         Add attribute_hidden.
31371         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
31372
31373         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
31374         use of PTR_MANGLE.
31375         * inet/getnetgrent_r.c (setup): Likewise.
31376
31377         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
31378
31379 2012-07-31  David S. Miller  <davem@davemloft.net>
31380
31381         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31382
31383 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
31384
31385         [BZ #13629]
31386         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
31387         value between 1.0 and 2.0 and smaller part has absolute value less
31388         than 1.0.
31389         * math/s_clog10.c (__clog10): Likewise.
31390         * math/s_clog10f.c (__clog10f): Likewise.
31391         * math/s_clog10l.c (__clog10l): Likewise.
31392         * math/s_clogf.c (__clogf): Likewise.
31393         * math/s_clogl.c (__clogl): Likewise.
31394         * math/libm-test.inc (clog_test): Add more tests.
31395         (clog10_test): Likewise.
31396         * sysdeps/i386/fpu/libm-test-ulps: Update.
31397         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31398
31399 2012-07-31  Florian Weimer  <fweimer@redhat.com>
31400
31401         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
31402         Exit with zero in case no suitable GID is found, and write a
31403         message to standard error.
31404
31405 2012-07-30  Roland McGrath  <roland@hack.frob.com>
31406
31407         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
31408         rather than to 1.
31409         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
31410         (MAXPATHLEN): Removed.
31411         (NOGROUP, NODEV): New macros.
31412         (setbit, clrbit, isset, isclr): New macros.
31413         (howmany, roundup, powerof2): New macros.
31414         (DEV_BSIZE): New macro.
31415
31416         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
31417         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
31418
31419         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
31420         definition on [!__NO_LONG_DOUBLE_MATH].
31421
31422         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
31423         PTR_MANGLE and PTR_DEMANGLE.
31424
31425         * socket/accept4.c (accept4): Rename to __libc_accept4.
31426         Define accept4 as a weak alias.
31427
31428         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
31429         on [_DIRENT_HAVE_D_TYPE].
31430         * io/ftw.c (ftw_dir): Likewise.
31431
31432         * io/xmknod.c (__xmknod): Don't check PATH for being null.
31433
31434         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
31435
31436         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
31437         Use the BSD numbers rather than the arbitrary ones we had.
31438         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
31439         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
31440         (SIGXCPU, SIGXFSZ): New macros.
31441         (_NSIG): Now 32.
31442
31443         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
31444         initializer on [_LIBC_REENTRANT].
31445
31446         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
31447         definitions inside [_POSIX_MAPPED_FILES].
31448
31449         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
31450
31451         * dirent/opendir.c: Include <fcntl.h>.
31452
31453         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
31454         (__libc_getspecific): Likewise.
31455         (__libc_key_create): Likewise.
31456
31457         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
31458         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
31459         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
31460         (tmpfile64): Define as alias.
31461         * sysdeps/wordsize-64/tmpfile.c: File removed.
31462         * sysdeps/wordsize-64/tmpfile64.c: File removed.
31463         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
31464         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
31465
31466         * stdio-common/vfscanf.c: Include <stdbool.h>.
31467         * nss/makedb.c: Likewise.
31468         * stdio-common/_i18n_number.h: Likewise.
31469         * argp/argp-help.c: Likewise.
31470         * posix/wordexp.c: Likewise.
31471         * sysdeps/posix/spawni.c: Likewise.
31472         * nss/nss_files/files-initgroups.c: Likewise.
31473         * stdio-common/reg-modifier.c: Include <stdlib.h>.
31474         * nss/nss_files/files-initgroups.c: Likewise.
31475         * nss/nss_db/db-netgrp.c: Likewise.
31476         * nss/nss_db/db-initgroups.c: Likewise.
31477         * io/fchmodat.c: Include <sys/stat.h>.
31478
31479         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
31480         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
31481
31482         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
31483         [HAVE_MMAP].
31484
31485         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
31486         Add multiple inclusion protection.
31487
31488 2012-07-27  David S. Miller  <davem@davemloft.net>
31489
31490         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31491
31492 2012-07-27  Gary Benson  <gbenson@redhat.com>
31493
31494         [BZ #14298]
31495         * elf/rtld.c: Include <stap-probe.h>.
31496         (dl_main): Added static probes "init_start" and "init_complete".
31497         * elf/dl-load.c: Include <stap-probe.h>.
31498         (lose): Take new parameter "nsid".
31499         Added static probe "map_failed".
31500         (_dl_map_object_from_fd): Pass namespace id to lose.
31501         Added static probe "map_start".
31502         (open_verify): Pass namespace id to lose.
31503         * elf/dl-open.c: Include <stap-probe.h>.
31504         (dl_open_worker) Added static probes "map_complete", "reloc_start"
31505         and "reloc_complete".
31506         * elf/dl-close.c: Include <stap-probe.h>.
31507         (_dl_close_worker): Added static probes "unmap_start" and
31508         "unmap_complete".
31509         * elf/rtld-debugger-interface.txt: New file documenting the above.
31510
31511 2012-07-26  Roland McGrath  <roland@hack.frob.com>
31512
31513         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
31514         rather than a string variable.
31515         * sunrpc/rpc_main.c (h_output): Likewise.
31516         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
31517
31518 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
31519
31520         * inet/check_native.c: New file.
31521
31522 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
31523
31524         [BZ #13629]
31525         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
31526         if larger part has absolute value 1.0.
31527         * math/s_clog10.c (__clog10): Likewise.
31528         * math/s_clog10f.c (__clog10f): Likewise.
31529         * math/s_clog10l.c (__clog10l): Likewise.
31530         * math/s_clogf.c (__clogf): Likewise.
31531         * math/s_clogl.c (__clogl): Likewise.
31532         * math/libm-test.inc (clog_test): Add more tests.
31533         (clog10_test): Likewise.
31534         * sysdeps/i386/fpu/libm-test-ulps: Update.
31535         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31536
31537         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
31538         (pltexit): Likewise.
31539         (La_regs): Likewise.
31540         (La_retval): Likewise.
31541         (int_retval): Likewise.
31542         Update #error for removed macros to refer only to definitions in
31543         tst-audit.h.
31544         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
31545         macro.
31546         (pltexit): Likewise.
31547         (La_regs): Likewise.
31548         (La_retval): Likewise.
31549         (int_retval): Likewise.
31550         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
31551         macro.
31552         (pltexit): Likewise.
31553         (La_regs): Likewise.
31554         (La_retval): Likewise.
31555         (int_retval): Likewise.
31556         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
31557         macro.
31558         (pltexit): Likewise.
31559         (La_regs): Likewise.
31560         (La_retval): Likewise.
31561         (int_retval): Likewise.
31562         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
31563         macro.
31564         (pltexit): Likewise.
31565         (La_regs): Likewise.
31566         (La_retval): Likewise.
31567         (int_retval): Likewise.
31568         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
31569         macro.
31570         (pltexit): Likewise.
31571         (La_regs): Likewise.
31572         (La_retval): Likewise.
31573         (int_retval): Likewise.
31574         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
31575         macro.
31576         (pltexit): Likewise.
31577         (La_regs): Likewise.
31578         (La_retval): Likewise.
31579         (int_retval): Likewise.
31580         * sysdeps/generic/tst-audit.h: Update comment to refer only to
31581         macro definitions in tst-audit.h.
31582         * sysdeps/i386/tst-audit.h: New file.
31583         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
31584         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
31585         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
31586         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
31587         * sysdeps/sh/tst-audit.h: Likewise.
31588         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
31589         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
31590         * sysdeps/x86_64/tst-audit.h: Likewise.
31591
31592 2012-07-26  Andreas Jaeger  <aj@suse.de>
31593
31594         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
31595         ptrace.
31596
31597         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
31598         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
31599         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
31600         PTRACE_O_MASK.
31601         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
31602         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
31603         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
31604
31605         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
31606         value.
31607
31608         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
31609         _sigsys.
31610         (si_call_addr, si_syscall, si_arch): Define new macro.
31611         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
31612         _sigsys.
31613         (si_call_addr, si_syscall, si_arch): Define new marcro.
31614         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
31615         _sigsys.
31616         (si_call_addr, si_syscall, si_arch): Define new macro.
31617         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
31618         _sigsys.
31619         (si_call_addr, si_syscall, si_arch): Define new macro.
31620
31621 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
31622
31623         [BZ #13717]
31624         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
31625         Change to 2.4.21 where previously 2.4.1.
31626         * sysdeps/unix/sysv/linux/configure: Regenerated.
31627         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
31628         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
31629         Linux kernel version.
31630         (__ASSUME_STD_AUXV): Remove.
31631         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
31632         kernel version.
31633         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
31634         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
31635         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
31636         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
31637         (__ASSUME_NETLINK_SUPPORT): Likewise.
31638         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
31639         (__no_netlink_support): Remove conditional definition.
31640         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
31641         Remove.
31642         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
31643         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
31644         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
31645         (if_nameindex_ioctl): Remove.
31646         (if_nameindex_netlink): Do not handle __no_netlink_support.
31647         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
31648         code.
31649         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
31650         Remove conditional code.
31651         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
31652         code.
31653         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
31654         unconditional.
31655         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
31656         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
31657         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
31658         Remove.
31659         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
31660         [!__ASSUME_STD_AUXV]: Remove conditional code.
31661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
31662         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
31663         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
31664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
31665         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
31666         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
31667         code.
31668         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
31669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
31670         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
31671         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
31672         conditional code.
31673         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
31674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
31675         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
31676         code.
31677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
31678         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
31679         conditional code.
31680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
31681         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
31682         code unconditional.
31683         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31684         conditional code.
31685         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
31686         unconditional.
31687         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31688         conditional code.
31689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
31690         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
31691         unconditional.
31692         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31693         conditional code.
31694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
31695         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
31696         code unconditional.
31697         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31698         conditional code.
31699         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
31700         unconditional.
31701         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31702         conditional code.
31703         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
31704         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
31705         code unconditional.
31706         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31707         conditional code.
31708         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
31709         unconditional.
31710         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
31711         conditional code.
31712
31713 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
31714
31715         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
31716         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
31717         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
31718         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
31719         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
31720         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
31721         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
31722         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
31723         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
31724         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
31725         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
31726         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
31727         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
31728         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
31729         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
31730         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
31731         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
31732         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
31733         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
31734         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
31735         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
31736         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
31737         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
31738
31739 2012-07-25  Florian Weimer  <fweimer@redhat.com>
31740
31741         * Versions.def: Add GLIBC_2.17.
31742         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
31743         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
31744         Introduce __libc_secure_getenv.
31745         * stdlib/Versions (2.17): Add secure_getenv
31746         (GLIBC_PRIVATE): Add __libc_secure_getenv.
31747         * stdlib/secure-getenv.c: Rename __secure_getenv to
31748         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
31749         symbol __secure_getenv for GLIBC_2.0.
31750         * stdlib/tst-secure-getenv.c: New.
31751         * stdlib/Makefile (tests): Add testcase.
31752         * manual/startup.texi (Environment Access): Document
31753         secure_getenv.
31754         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
31755         __libc_secure_getenv.
31756         * inet/ruserpass.c (ruserpass): Likewise.
31757         * malloc/mtrace.c (mtrace): Likewise.
31758         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
31759         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
31760         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
31761         * sysdeps/posix/tempname.c: Likewise.  Evaluate
31762         HAVE_SECURE_GETENV.
31763         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
31764         __secure_getenv to __libc_secure_getenv.
31765         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
31766         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
31767         Likewise.
31768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
31769         Likewise.
31770         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
31771         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
31772         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
31773         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
31774         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
31775         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
31776         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
31777
31778 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
31779
31780         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
31781         (struct La_i86_retval): Likewise.
31782         (struct La_x86_64_regs): Likewise.
31783         (struct La_x86_64_retval): Likewise.
31784         (struct La_x32_regs): Likewise.
31785         (struct La_x32_retval): Likewise.
31786         (struct La_ppc32_regs): Likewise.
31787         (struct La_ppc32_retval): Likewise.
31788         (struct La_ppc64_regs): Likewise.
31789         (struct La_ppc64_retval): Likewise.
31790         (struct La_sh_regs): Likewise.
31791         (struct La_sh_retval): Likewise.
31792         (struct La_s390_32_regs): Likewise.
31793         (struct La_s390_32_retval): Likewise.
31794         (struct La_s390_64_regs): Likewise.
31795         (struct La_s390_64_retval): Likewise.
31796         (struct La_sparc32_regs): Likewise.
31797         (struct La_sparc32_retval): Likewise.
31798         (struct La_sparc64_regs): Likewise.
31799         (struct La_sparc64_retval): Likewise.
31800         (struct audit_ifaces): Remove architecture-specific pltenter and
31801         pltexit members.
31802         * sysdeps/i386/ldsodefs.h: New file.
31803         * sysdeps/powerpc/ldsodefs.h: Likewise.
31804         * sysdeps/s390/ldsodefs.h: Likewise.
31805         * sysdeps/sh/ldsodefs.h: Likewise.
31806         * sysdeps/sparc/ldsodefs.h: Likewise.
31807         * sysdeps/x86_64/ldsodefs.h: Likewise.
31808
31809 2012-07-25  Marek Polacek  <polacek@redhat.com>
31810
31811         [BZ #6808]
31812         * math/libm-test.inc (yn_test): Add another test.
31813         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
31814         to ERANGE when the result is +-Inf.
31815         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
31816         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
31817         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
31818         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
31819
31820 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
31821
31822         * conform/data/time.h-data (NULL): Use macro-constant.  Require
31823         equal to 0.
31824         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
31825         clock_t.
31826         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
31827
31828 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
31829
31830         * configure.in <sysdeps resolving>: Correct printing
31831         Implies_before.
31832         * configure: Regenerate.
31833
31834 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
31835
31836         * math/w_ilogb.c: Include <limits.h>.
31837         * math/w_ilogbl.c: Likewise.
31838
31839 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
31840
31841         * manual/lang.texi (__va_copy): Document primarily as ISO C99
31842         va_copy.  Document allowing for unavailable va_copy only as
31843         pre-C99 compatibility.
31844         * manual/string.texi (Copying and Concatenation): Use va_copy
31845         instead of __va_copy in concat example.
31846
31847 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
31848
31849         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
31850         (__sendto): Use create_address_port.  Initialize APORT and deallocate
31851         it if not null.
31852
31853         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
31854         with O_NOLINK passed to __file_name_lookup.
31855
31856         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
31857         with O_NOLINK passed to __file_name_lookup.
31858
31859         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
31860         negative N or less than NGIDS.
31861
31862         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
31863         type to string_t.  Set ERANGE as errno and return it if NAME is not big
31864         enough.  Use memcpy instead of strncpy.
31865
31866 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
31867
31868         * elf/Makefile (check-data): Remove.
31869         (localplt.data): New vpath directive.
31870         ($(objpfx)check-localplt.out): Use localplt.data from vpath
31871         instead of $(check-data).
31872         * scripts/data/localplt-generic.data: Move to ...
31873         * sysdeps/generic/localplt.data: ... here.
31874         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
31875         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
31876         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
31877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
31878         ... here.
31879         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
31880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
31881         ... here.
31882         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
31883         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
31884         ... here.
31885         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
31886         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
31887         ... here.
31888         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
31889         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
31890         ... here.
31891         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
31892         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
31893         ... here.
31894
31895 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31896
31897         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
31898         PPC32 and PPC64 files.
31899         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
31900         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
31901
31902 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31903
31904         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
31905         __makecontext_ret to ...
31906         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
31907         ... here and call exit if uc_link is NULL.  New file.
31908         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
31909         __makecontext_ret.S.
31910         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
31911         __makecontext_ret to ...
31912         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
31913         ... here and call exit if uc_link is NULL.  New file.
31914         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
31915         __makecontext_ret.S.
31916
31917 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31918
31919         * elf/elf.h (R_390_IRELATIVE): New definition.
31920         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
31921         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
31922         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
31923         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
31924         (elf_machine_lazy_rel): Likewise.
31925         * sysdeps/s390/dl-irel.h: New file.
31926         * sysdeps/s390/s390-64/memcpy.S: New asm code.
31927         * sysdeps/s390/s390-64/memset.S: New asm code.
31928         * sysdeps/s390/s390-64/memcmp.S: New asm code.
31929         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
31930         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
31931         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
31932         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
31933         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
31934         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
31935         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
31936         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
31937         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
31938         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
31939         * sysdeps/s390/s390-32/memcpy.S: New asm code.
31940         * sysdeps/s390/s390-32/memset.S: New asm code.
31941         * sysdeps/s390/s390-32/memcmp.S: New asm code.
31942
31943 2012-07-17  Marek Polacek  <polacek@redhat.com>
31944
31945         [BZ #14349]
31946         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
31947         * sysdeps/s390/s390-64/configure.in: Likewise.
31948         * sysdeps/sparc/configure.in: Likewise.
31949         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
31950         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
31951         * sysdeps/i386/configure.in: Likewise.
31952         * sysdeps/x86_64/configure.in: Likewise.
31953         * sysdeps/sh/configure.in: Likewise.
31954         * sysdeps/s390/s390-32/configure: Regenerated.
31955         * sysdeps/s390/s390-64/configure: Likewise.
31956         * sysdeps/x86_64/configure: Likewise.
31957         * sysdeps/sh/configure: Likewise.
31958         * sysdeps/powerpc/powerpc64/configure: Likewise.
31959         * sysdeps/powerpc/powerpc32/configure: Likewise.
31960         * sysdeps/sparc/configure: Likwise.
31961         * sysdeps/i386/configure: Likewise.
31962
31963         * elf/dl-open.c: Comment fixes.
31964
31965 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
31966
31967         * Makefile [CXX] (check-data): Remove.
31968         [CXX] (c++-types.data): New vpath directive.
31969         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
31970         vpath.  Do not allow for C++ type data being missing.
31971         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
31972         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
31973         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
31974         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
31975         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
31976         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
31977         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
31978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
31979         ... here.
31980         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
31981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
31982         ... here.
31983         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
31984         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
31985         ... here.
31986         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
31987         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
31988         ... here.
31989         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
31990         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
31991         ... here.
31992         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
31993         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
31994         ... here.
31995         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
31996         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
31997         ... here.
31998         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
31999         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
32000
32001         * elf/tls-macros.h (TLS_LE): Move architecture-specific
32002         definitions to architecture-specific files.
32003         (TLS_IE): Likewise.
32004         (TLS_LD): Likewise.
32005         (TLS_GD): Likewise.
32006         * sysdeps/i386/tls-macros.h: New file.
32007         * sysdeps/powerpc/tls-macros.h: Likewise.
32008         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
32009         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
32010         * sysdeps/sh/tls-macros.h: Likewise.
32011         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
32012         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
32013         * sysdeps/x86_64/tls-macros.h: Likewise.
32014
32015 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
32016
32017         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
32018         zero value for regular exit case.
32019
32020         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
32021         (__start_context): Preserve zero value for regular exit case.
32022
32023 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
32024             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32025
32026         * manual/setjmp.texi (setcontext): Clarify normal process
32027         termination when uc_link is the null pointer.
32028         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
32029         exit call.
32030
32031 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
32032
32033         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
32034         preprocessor.  Test for each exception mask separately.
32035
32036 2012-07-16  Andreas Jaeger  <aj@suse.de>
32037
32038         * po/ru.po: Update from translation team.
32039
32040 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
32041
32042         * conform/data/string.h-data (NULL): Use macro-constant.  Require
32043         equal to 0.
32044         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
32045         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
32046         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
32047         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
32048         [ISO || ISO99 || ISO11] (*_t): Do not allow.
32049
32050 2012-07-13  Andreas Jaeger  <aj@suse.de>
32051
32052         * po/fr.po: Update from translation team.
32053
32054 2012-07-12  Marek Polacek  <polacek@redhat.com>
32055
32056         [BZ #14173]
32057         * math/libm-test.inc (yn_test): Add test for BZ #14173.
32058         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
32059         loop condition.
32060
32061 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
32062
32063         [BZ #13717]
32064         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32065         Change to 2.4.1 where previously 2.4.0.
32066         * sysdeps/unix/sysv/linux/configure: Regenerated.
32067         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
32068         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
32069         version.
32070         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
32071         (__ASSUME_AT_CLKTCK): Remove.
32072         (__ASSUME_AT_PAGESIZE): Likewise.
32073         (__ASSUME_AT_XID): Likewise.
32074         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
32075         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
32076         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
32077         unconditionally.
32078         (HAVE_AUX_PAGESIZE): Likewise.
32079         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
32080         [__ASSUME_AT_CLKTCK]: Make code unconditional.
32081         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
32082
32083 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
32084
32085         [BZ #14307]
32086         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
32087         the temporary buffer used to invoke __gethostbyname2_r,
32088         __gethostbyaddr_r and gethostbyname4_r to make room for struct
32089         host_data / struct gaih_addrtuple.
32090         * resolv/nss_dns/dns-host.c (global scope): Move definition of
32091         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
32092         header file nss/nsswitch.h.
32093         * nss/nsswitch.h (global scope): Add definition of implementation
32094         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
32095         resolv/nss_dns/dns-host.c).
32096
32097 2012-07-11  Andreas Jaeger  <aj@suse.de>
32098
32099         * po/fr.po: Update from translation team.
32100
32101         * po/sv.po: Update from translation team
32102         * po/fr.po: Another update from translation team.
32103
32104 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32105
32106         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
32107         for subnormals or multiply small sinh result by itself.
32108         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
32109         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32110
32111 2012-07-11  David S. Miller  <davem@davemloft.net>
32112
32113         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32114
32115 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
32116
32117         [BZ #14347]
32118         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
32119         (INTERNAL_MARK): Shift it here.
32120
32121 2012-07-10  Marek Polacek  <polacek@redhat.com>
32122
32123         [BZ #14151]
32124         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
32125         libc_cv_asm_global_directive with .globl.
32126         * configure: Regenerated.
32127         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
32128         with .globl.
32129         * sysdeps/i386/configure: Regenerated.
32130         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
32131         with .globl.
32132         * sysdeps/x86_64/configure: Regenerated.
32133         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
32134         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
32135         * elf/tst-unique2mod2.c: Likewise.
32136         * elf/tst-unique2mod1.c: Likewise.
32137         * elf/tst-unique1mod2.c: Likewise.
32138         * elf/tst-unique1mod1.c: Likewise.
32139         * sysdeps/s390/s390-32/sysdep.h: Likewise.
32140         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
32141         * sysdeps/s390/s390-64/sysdep.h: Likewise.
32142         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
32143         * sysdeps/mach/sysdep.h: Likewise.
32144         * sysdeps/i386/sysdep.h: Likewise.
32145         * sysdeps/i386/i386-mcount.S: Likewise.
32146         * sysdeps/x86_64/_mcount.S: Likewise.
32147         * sysdeps/x86_64/sysdep.h: Likewise.
32148         * sysdeps/sh/_mcount.S: Likewise.
32149         * sysdeps/sh/sysdep.h: Likewise.
32150         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
32151         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
32152         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
32153         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
32154         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
32155         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
32156         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
32157         * locale/localeinfo.h: Likewise.
32158         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
32159         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
32160
32161 2012-07-09  Roland McGrath  <roland@hack.frob.com>
32162
32163         [BZ #14336]
32164         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
32165         system".
32166         * manual/message.texi (The Uniforum approach): Likewise.
32167         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
32168         (glibc iconv Implementation): Likewise.
32169
32170 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
32171
32172         [BZ #14337]
32173         * math/s_clog.c (__clog): Avoid scaling a value down where that
32174         could result in underflow.
32175         * math/s_clog10.c (__clog10): Likewise.
32176         * math/s_clog10f.c (__clog10f): Likewise.
32177         * math/s_clog10l.c (__clog10l): Likewise.
32178         * math/s_clogf.c (__clogf): Likewise.
32179         * math/s_clogl.c (__clogl): Likewise.
32180         * math/libm-test.inc (clog_test): Add more tests.
32181         (clog10_test): Likewise.
32182         * sysdeps/i386/fpu/libm-test-ulps: Update.
32183         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32184
32185 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
32186
32187         [BZ #14283]
32188         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
32189         by 7 not 8 to examine high bit of fractional part.
32190
32191         [BZ #14042]
32192         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
32193         for call to __mcount_internal.
32194         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
32195         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
32196         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
32197
32198 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
32199
32200         [BZ #14154]
32201         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
32202         approximation for values within 0x1p-13f of an odd multiple of
32203         pi/4.
32204         * math/libm-test.inc (tan_test): Do not allow spurious underflow
32205         exception.  Add more tests.
32206         * sysdeps/i386/fpu/libm-test-ulps: Update.
32207
32208         [BZ #6778]
32209         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
32210         inputs and return -1 for them.  Do not check for +Inf in case not
32211         reachable for +Inf.
32212         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
32213         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
32214         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
32215         and return -1 for them.  Do not check for +Inf in case not
32216         reachable for +Inf.
32217         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
32218         define.
32219         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
32220         and return -1 for them.  Do not check for +Inf in case not
32221         reachable for +Inf.
32222         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
32223         spurious underflow.
32224         * sysdeps/i386/fpu/libm-test-ulps: Update.
32225         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32226
32227 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
32228
32229         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
32230
32231 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
32232
32233         [BZ #14157]
32234         [BZ #14331]
32235         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
32236         could result in spurious underflow.  Scale down values above
32237         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
32238         * math/s_csqrtf.c (__csqrtf): Likewise.
32239         * math/s_csqrtl.c (__csqrtl): Likewise.
32240         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
32241         spurious underflow.
32242         * sysdeps/i386/fpu/libm-test-ulps: Update.
32243         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32244
32245 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
32246
32247         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
32248         xopen-msg.sed.
32249         * catgets/xopen-msg.awk: New file.
32250         * catgets/xopen-msg.sed: Removed.
32251
32252         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
32253         po2text.sed.
32254         * intl/po2test.awk: New file.
32255         * intl/po2test.sed: Removed.
32256
32257 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
32258
32259         [BZ #14328]
32260         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
32261         or multiply small sinh result by itself.
32262         * math/s_ctanf.c (__ctanf): Likewise.
32263         * math/s_ctanh.c (__ctanh): Likewise.
32264         * math/s_ctanhf.c (__ctanhf): Likewise.
32265         * math/s_ctanhl.c (__ctanhl): Likewise.
32266         * math/s_ctanl.c (__ctanl): Likewise.
32267         * math/libm-test.inc (ctan_test_tonearest): New function.
32268         (ctan_test_towardzero): Likewise.
32269         (ctan_test_downward): Likewise.
32270         (ctan_test_upward): Likewise.
32271         (ctanh_test_tonearest): Likewise.
32272         (ctanh_test_towardzero): Likewise.
32273         (ctanh_test_downward): Likewise.
32274         (ctanh_test_upward): Likewise.
32275         (main): Call these new functions.
32276         * sysdeps/i386/fpu/libm-test-ulps: Update.
32277         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32278
32279 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
32280
32281         * .gitignore: Delete /ports entry.
32282
32283 2012-07-03  Andreas Jaeger  <aj@suse.de>
32284
32285         * po/bg.po: Update from translation team.
32286         * po/cs.po: Likewise.
32287         * po/de.po: Likewise.
32288         * po/hr.po: Likewise.
32289         * po/nl.pl: Likewise.
32290         * po/pl.po: Likewise.
32291         * po/vi.po: Likewise.
32292
32293 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
32294
32295         * Makeconfig [!+link] (+link-before-libc): New variable.
32296         [!+link] (+link-after-libc): Likewise.
32297         [!+link] (+link-tests): Likewise.
32298         [!+link] (+link): Define in terms of $(+link-before-libc) and
32299         $(+link-after-libc).
32300         [!+link-static] (+link-static-before-libc): New variable.
32301         [!+link-static] (+link-static-after-libc): Likewise.
32302         [!+link-static] (+link-static-tests): Likewise.
32303         [!+link-static] (+link-static): Define in terms of
32304         $(+link-static-before-libc) and $(+link-static-after-libc).
32305         [build-shared] (link-libc-before-gnulib): New variable.
32306         [build-shared] (link-libc-tests): Likewise.
32307         [build-shared] (link-libc): Define in terms of
32308         $(link-libc-before-gnulib).
32309         [!build-shared] (link-libc-tests): New variable.
32310         (link-libc-static-tests): New variable.
32311         [!gnulib] (gnulib-arch): New variable.
32312         [!gnulib] (gnulib-tests): Likewise.
32313         [!gnulib] (static-gnulib-arch): Likewise.
32314         [!gnulib] (static-gnulib-tests): Likewise.
32315         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
32316         Define with "=" instead of ":=".
32317         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
32318         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
32319         * Rules (binaries-all-notests): New variable.
32320         (binaries-all-tests): Likewise.
32321         (binaries-static-notests): Likewise.
32322         (binaries-static-tests): Likewise.
32323         (binaries-all): Define using $(binaries-all-notests) and
32324         $(binaries-all-tests).
32325         (binaries-static): Define using $(binaries-static-notests) and
32326         $(binaries-static-tests).
32327         (binaries-shared-tests): New variable.
32328         (binaries-shared-notests): Likewise.
32329         (binaries-shared): Remove variable.
32330         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
32331         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
32332         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
32333         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
32334         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
32335         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
32336         * elf/Makefile (sln-modules): New variable.
32337         (extra-objs): Add $(sln-modules:=.o).
32338         (ldconfig-modules): Add static-stubs.
32339         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
32340         * elf/static-stubs.c: New file.
32341
32342         [BZ #14283]
32343         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
32344         by 7 not 8 to examine high bit of fractional part.  Use volatile
32345         variables when splitting into final array of floats if
32346         __FLT_EVAL_METHOD__ != 0.
32347         * math/libm-test.inc (cos_test): Add another test.
32348         (sin_test): Likewise.
32349         * sysdeps/i386/fpu/libm-test-ulps: Update.
32350
32351         [BZ #14273]
32352         * math/libm-test.inc (cosh_test): Add more tests.
32353
32354         * version.h (RELEASE): Set to "development".
32355         (VERSION): Set to "2.16.90".
32356
32357 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
32358
32359         * NEWS: Update copyright. Remove last-updated date.
32360         Mention math library bug fixes and timezone data changes.
32361         * README: Mention GNU/Hurd, x32, and HPPA support status.
32362
32363 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
32364
32365         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
32366
32367 2012-06-27  Andreas Jaeger  <aj@suse.de>
32368
32369         * manual/contrib.texi (Contributors): Add Samuel Thibault.
32370
32371 2012-06-25  Andreas Jaeger  <aj@suse.de>
32372
32373         * sysdeps/s390/fpu/libm-test-ulps: Update.
32374
32375 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
32376             Thomas Schwinge  <thomas@codesourcery.com>
32377
32378         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
32379         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
32380         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
32381         fanotify_mark.
32382
32383 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
32384
32385         * sysdeps/mach/start.c: Remove file.
32386         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
32387         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
32388         * sysdeps/sh/init-first.c: Likewise.
32389
32390         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
32391         registers for frame unwinding purposes, add CFI directives.
32392         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
32393         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
32394         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
32395         Likewise.
32396
32397         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
32398         __fortify_fail returning.
32399         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
32400
32401         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
32402         sysdeps/sh/____longjmp_chk.S.
32403         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
32404         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
32405         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
32406         (gen-as-const-headers): Append sigaltstack-offsets.sym.
32407
32408         * sysdeps/sh/abort-instr.h: New file.
32409         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
32410         process in case exit returns.
32411
32412         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
32413         initialize the GOT register before use.
32414
32415         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
32416         calculation of ARGC > 4.
32417
32418         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
32419         meaningful names to some local labels.
32420
32421 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
32422             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
32423
32424         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
32425         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
32426         (__arch_compare_and_exchange_val_16_acq): Likewise.
32427         (__arch_compare_and_exchange_val_32_acq): Likewise.
32428         (atomic_exchange_and_add): Fix gUSA sequence.
32429         (atomic_add): Likewise.
32430         (atomic_add_negative): Likewise.
32431         (atomic_add_zero): Likewise.
32432         (atomic_bit_test_set): Likewise.
32433
32434 2012-06-22  Andreas Schwab  <schwab@redhat.com>
32435
32436         [BZ #13579]
32437         * include/link.h (struct link_map): Add l_free_initfini.
32438         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
32439         l_initfini.
32440         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
32441         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
32442         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
32443         set.
32444
32445 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
32446
32447         * configure.in: Use AC_LANG_SOURCE.
32448         * configure: Regenerate.
32449
32450 2012-06-22  Roland McGrath  <roland@hack.frob.com>
32451
32452         * configure.in (libc_cv_localstatedir): New substituted variable.
32453         * configure: Regenerated.
32454         * config.make.in (localstatedir): New variable, substituted from
32455         libc_cv_localstatedir.
32456         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
32457         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
32458         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
32459         * sysdeps/gnu/configure: Regenerated.
32460
32461 2012-06-21  Jeff Law  <law@redhat.com>
32462
32463         [BZ #14277]
32464         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
32465         free.  Simplify list management for _LIBC case.
32466
32467 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
32468
32469         [BZ #14273]
32470         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
32471         Clear sign bit of 64-bit integer value before comparing against
32472         overflow value.
32473
32474         * sysdeps/mach/configure: Regenerated.
32475
32476 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
32477
32478         [BZ #14278]
32479         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
32480
32481 2012-06-21  Jeff Law  <law@redhat.com>
32482
32483         [BZ #13882]
32484         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
32485         uint16_t for elements in the "seen" array to avoid char overflows.
32486         * elf/dl-fini.c (_dl_sort_fini): Likewise.
32487         * elf/dl-open.c (dl_open_worker): Likewise.
32488
32489 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
32490
32491         * scripts/list-sources.sh: Scan PORTS for translations.
32492         * po/libc.pot: Regenerated.
32493
32494 2012-06-21  Andreas Jaeger  <aj@suse.de>
32495
32496         [BZ #12194]
32497         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
32498         warning.
32499         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
32500         * bits/byteswap-16.h (__bswap_16): Likewise.
32501         * bits/byteswap.h (__bswap_constant_16): Likewise.
32502
32503 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
32504
32505         [BZ #14117]
32506         * sysdeps/i386/fpu_control.h: Removed.
32507         * sysdeps/x86_64/fpu_control.h: Moved to ...
32508         * sysdeps/x86/fpu_control.h: Here.
32509
32510         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
32511         (_FPU_SETCW): Likewise.
32512
32513 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
32514
32515         [BZ #14117]
32516         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
32517         * sysdeps/x86/fpu/bits/mathinline.h: This.
32518         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
32519
32520         [BZ #14050]
32521         [BZ #14117]
32522         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
32523         functions if __x86_64__ is defined.
32524
32525 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
32526
32527         * string/endian.h: Add !__ASSEMBLER__ condition for including
32528         conversion interfaces.
32529
32530 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
32531
32532         [BZ #14241]
32533         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
32534         of ABS(x) in calculating zero to negative powers other than odd
32535         integers.
32536         * math/libm-test.inc (pow_test): Add more tests.
32537
32538 2012-06-15  Andreas Jaeger  <aj@suse.de>
32539
32540         * manual/contrib.texi (Contributors): Update entry of Liubov
32541         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
32542         Machado Filho.
32543
32544 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
32545
32546         * string/string.h: Add __wur to GNU version of strerror_r.
32547
32548 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
32549
32550         [BZ #14229]
32551         * string/Makefile (tests): Add tst-strtok_r.
32552         * string/tst-strtok_r.c: New file.
32553         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
32554         RAX_LP/RDX_LP on SAVE_PTR.
32555
32556 2012-06-14  Roland McGrath  <roland@hack.frob.com>
32557
32558         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
32559
32560 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
32561
32562         * libm_test.inc (csqrt_test): Allow more spurious underflow
32563         exceptions.
32564         (j0_test): Likewise.
32565         (j1_test): Likewise.
32566         (y0_test): Likewise.
32567         (y1_test): Likewise.
32568
32569 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
32570
32571         * po/Makefile (libc.pot): Use UTF-8 charset.
32572
32573 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
32574
32575         [BZ #14210]
32576         Suppress sign-conversion warning from FD_SET.
32577         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
32578         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
32579         not unsigned long int.
32580         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
32581
32582 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
32583
32584         [BZ #14050]
32585         [BZ #14117]
32586         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
32587         __extern_always_inline instead of __extern_inline.
32588         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
32589         (__signbit): Likewise.
32590         (__signbitl): Support C++ namespace.
32591         (lrintf): New inline function.
32592         (lrint): Likewise.
32593         (llrintf): Likewise.
32594         (llrint): Likewise.
32595         (fmaxf): Likewise.
32596         (fmax): Likewise.
32597         (fminf): Likewise.
32598         (fmin): Likewise.
32599         (rint): Likewise.
32600         (rintf): Likewise.
32601         (ceil): Likewise.
32602         (ceilf): Likewise.
32603         (floor): Likewise.
32604         (floorf): Likewise.
32605         (nearbyint): Likewise.
32606         (nearbyintf): Likewise.
32607
32608 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
32609
32610         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
32611         non-default versions.
32612
32613 2012-06-11  Roland McGrath  <roland@hack.frob.com>
32614
32615         [BZ #14218]
32616         * manual/argp.texi (Argp): Reword argp_parse description slightly.
32617
32618 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
32619
32620         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
32621         (FE_UPWARD, FE_DOWNWARD): Don't define.
32622         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
32623         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
32624
32625         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
32626         reading it.
32627         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
32628         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
32629
32630 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
32631
32632         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
32633         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
32634         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
32635         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
32636
32637 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
32638
32639         [BZ #14117]
32640         * sysdeps/i386/fpu/bits/fenv.h: Removed.
32641         * sysdeps/i386/fpu/Implies: New file.
32642         * sysdeps/x86_64/fpu/Implies: Likewise.
32643         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
32644         * sysdeps/x86/fpu/bits/fenv.h: This.
32645
32646         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
32647         __SSE_MATH__.
32648
32649 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
32650
32651         [BZ #14134]
32652         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
32653         character 0xffff that matches the last element of the
32654         conversion table.
32655
32656 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32657
32658         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
32659         fmodl commit.
32660
32661 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32662
32663         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
32664         values higher than 25.6283.
32665
32666 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32667
32668         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
32669         subnormal exponent extraction and add some __builtin_expect.
32670         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
32671         Fix for subnormal mantissa calculation.
32672
32673 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
32674
32675         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
32676         cpu2 is -1 and errno is not ENOSYS.
32677
32678 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
32679
32680         [BZ #14117]
32681         * sysdeps/i386/i486/bits/string.h: Renamed to ...
32682         * sysdeps/x86/bits/string.h: This.
32683         * sysdeps/x86_64/bits/string.h: Removed.
32684
32685         * sysdeps/i386/i486/bits/string.h: Define inline functions only
32686         if not compiling for x86-64, but compiling for >= i486.
32687
32688         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
32689         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
32690
32691         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
32692         New macro from Linux kernel 3.4.0.
32693         (FP_XSTATE_MAGIC2): Likewise.
32694         (FP_XSTATE_MAGIC2_SIZE): Likewise.
32695         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
32696         (struct _fpx_sw_bytes): New struct.
32697         (struct _xsave_hdr): Likewise.
32698         (struct _ymmh_state): Likewise.
32699         (struct _xstate): Likewise.
32700
32701         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
32702         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
32703         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
32704         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
32705         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
32706         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
32707
32708         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
32709         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
32710         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
32711         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
32712         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
32713         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
32714
32715 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32716
32717         [BZ #13743]
32718         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
32719         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
32720         (sysdep_headers): Include sys/platform/ppc.h.
32721         * sysdeps/powerpc/test-gettimebase.c: Test for
32722         __ppc_get_timebase() to catch future ISA opcode/insn changes.
32723         * manual/Makefile (appendices): Include platform.texi.
32724         * manual/contrib.texi (Contributors): Update @node pointers.
32725         * manual/maint.texi (Maintenance): Likewise.
32726         (Platform): New node.
32727         * manual/platform.texi: New file.  Document the new features.
32728
32729 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32730             Jakub Jelinek  <jakub@redhat.com>
32731
32732         [BZ #14188]
32733         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
32734         where __builtin_expect is unavailable.
32735
32736 2012-06-03  David S. Miller  <davem@davemloft.net>
32737
32738         * stdlib/longlong.h: Updated from GCC.
32739
32740 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
32741
32742         [BZ #14042]
32743         * sysdeps/powerpc/powerpc32/mcount.c: New file.
32744         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
32745         __mcount_internal.
32746         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
32747         (GLIBC_2.16): Likewise.
32748
32749 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
32750
32751         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
32752
32753 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
32754
32755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
32756         (default-abi): New variable.
32757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
32758         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
32759         variable.
32760         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
32761         Likewise.
32762         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
32763         Likewise.
32764         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
32765         Likewise.
32766
32767         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
32768         definition.  Document in comment.
32769
32770 2012-06-01  David S. Miller  <davem@davemloft.net>
32771
32772         * stdlib/longlong.h: Updated from GCC.
32773
32774 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
32775
32776         [BZ #14117]
32777         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
32778         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
32779         sys/debugreg.h sys/io.h here.
32780         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
32781         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
32782         sys/io.h.
32783         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
32784         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
32785         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
32786         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
32787         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
32788         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
32789
32790         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
32791         Define only if __x86_64__ is defined.
32792
32793 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
32794
32795         [BZ #14048]
32796         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
32797         Use int64_t for variable i.
32798         * math/libm-test.inc (fmod_test): Add more tests.
32799
32800         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
32801         z computation is not scheduled after fetestexcept.
32802         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
32803         Use math_force_eval instead of asm to ensure calculation scheduled
32804         before exception test.
32805         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
32806         Ensure a1 + u.d computation is not scheduled after fetestexcept.
32807
32808 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
32809
32810         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
32811         computation is not scheduled after fetestexcept.
32812
32813 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
32814
32815         [BZ #14117]
32816         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
32817         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
32818
32819 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32820
32821         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
32822         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
32823
32824 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
32825
32826         [BZ #14117]
32827         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
32828         <bits/wordsize.h>.
32829         (__WCHAR_MIN): Support __WORDSIZE == 64.
32830         (__WCHAR_MAX): Likewise.
32831
32832         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
32833         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
32834
32835         [BZ #14183]
32836         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
32837         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
32838
32839         [BZ #14117]
32840         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
32841         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
32842
32843         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
32844         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
32845
32846         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
32847         Defined to 1 if __x86_64__ isn't defined.
32848         (_STAT_VER_LINUX_OLD): New.
32849         (st_atime): Remove duplicate.
32850         (st_mtime): Likewise.
32851         (st_ctime): Likewise.
32852
32853 2012-05-31  David S. Miller  <davem@davemloft.net>
32854
32855         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
32856         entries.
32857
32858 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
32859
32860         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
32861         gen-libm-test.pl.
32862
32863         [BZ #14132]
32864         * elf/dl-reloc.c: Include <_itoa.h>.
32865         (_dl_reloc_bad_type): Remove use of INTUSE.
32866         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
32867         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
32868         * stdio-common/psiginfo.c (psiginfo): Likewise.
32869         * stdio-common/psignal.c (psignal): Likewise.
32870         * string/strsignal.c (strsignal): Likewise.
32871         * include/signal.h (_sys_siglist): Declare hidden proto.
32872         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
32873         INTVARDEF with libc_hidden_data_def.
32874         * stdio-common/itoa-udigits.c: Likewise.
32875         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
32876         (_itoa_lower_digits_internal): Remove declaration.
32877         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
32878         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
32879         (_sys_sigabbrev_internal): Remove aliases.
32880         (_sys_siglist): Define hidden alias.
32881
32882 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
32883
32884         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
32885         bits/sysctl.h.
32886
32887 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
32888
32889         [BZ #14117]
32890         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
32891         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
32892
32893         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
32894         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
32895         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
32896         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
32897         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
32898         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
32899
32900         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
32901         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
32902         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
32903
32904         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
32905         with __addr.
32906         (insw): Likewise.
32907         (insl): Likewise.
32908         (outsb): Likewise.
32909         (outsw): Likewise.
32910         (outsl): Likewise.
32911
32912         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
32913         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
32914         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
32915
32916         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
32917         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
32918         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
32919         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
32920         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
32921         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
32922
32923         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
32924         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
32925
32926         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
32927         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
32928
32929         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
32930         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
32931         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
32932
32933         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
32934         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
32935         to ...
32936         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
32937
32938         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
32939         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
32940         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
32941
32942         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
32943         for x86-64.
32944         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
32945
32946 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
32947
32948         * math/math.h (M_El): Use two more decimal places.
32949         (M_LOG2El): Likewise.
32950         (M_LOG10El): Likewise.
32951         (M_LN2l): Likewise.
32952         (M_LN10l): Likewise.
32953         (M_PIl): Likewise.
32954         (M_PI_2l): Likewise.
32955         (M_PI_4l): Likewise.
32956         (M_1_PIl): Likewise.
32957         (M_2_PIl): Likewise.
32958         (M_2_SQRTPIl): Likewise.
32959         (M_SQRT2l): Likewise.
32960         (M_SQRT1_2l): Likewise.
32961
32962 2012-05-31  David S. Miller  <davem@davemloft.net>
32963
32964         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
32965         values between float registers.
32966         * sysdeps/sparc/sparc64/memset.S: Likewise.
32967         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
32968
32969 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
32970
32971         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
32972         -D_FORTIFY_SOURCE=1.
32973         (CPPFLAGS-tst-longjmp_chk.c): Define.
32974         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
32975         (CPPFLAGS-tst-longjmp_chk2.c): Define.
32976         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
32977         CFLAGS-tst-wchar-h.c.
32978
32979 2012-05-31  Marek Polacek  <polacek@redhat.com>
32980
32981         [BZ #14132]
32982         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
32983         __endmntent_internal): Remove declaration.
32984         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
32985         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
32986         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
32987
32988 2012-05-30  David S. Miller  <davem@davemloft.net>
32989
32990         * sysdeps/sparc/sparc32/soft-fp/q_util.c
32991         (___Q_simulate_exceptions): Use real FP ops rather than writing
32992         into the %fsr.
32993         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
32994         Likewise.
32995
32996 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
32997
32998         [BZ #14117]
32999         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
33000         * sysdeps/x86/bits/xtitypes.h: This.
33001
33002         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
33003         * sysdeps/x86/bits/wordsize.h: This.
33004
33005         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
33006         * sysdeps/x86/bits/huge_vall.h: This.
33007
33008         * sysdeps/i386/bits/select.h: Removed.
33009         * sysdeps/x86_64/bits/select.h: Renamed to ...
33010         * sysdeps/x86/bits/select.h: This.
33011
33012         * sysdeps/i386/bits/setjmp.h: Removed.
33013         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
33014         * sysdeps/x86/bits/setjmp.h: This.
33015
33016         * sysdeps/i386/bits/mathdef.h: Removed.
33017         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
33018         * sysdeps/x86/bits/mathdef.h: This.
33019
33020 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
33021
33022         [BZ #14132]
33023         * include/sys/socket.h (__connect_internal)
33024         (__libc_sa_len_internal): Remove declaration.
33025         (__connect, __libc_sa_len): Declare hidden_proto.
33026         (SA_LEN): Remove use of INTUSE.
33027         * socket/connect.c: Add libc_hidden_def.
33028         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
33029         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
33030         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
33031         alias.
33032         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
33033         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
33034         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
33035         of adding _internal alias.
33036
33037 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33038
33039         [BZ #14117]
33040         * sysdeps/i386/bits/link.h: Removed.
33041         * sysdeps/i386/bits/linkmap.h: Likewise.
33042         * sysdeps/x86_64/bits/link.h: Renamed to ...
33043         * sysdeps/x86/bits/link.h: This.
33044         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
33045         * sysdeps/x86/bits/linkmap.h: This.
33046
33047         * sysdeps/i386/bits/endian.h: Removed.
33048         * sysdeps/x86_64/bits/endian.h: Renamed to ...
33049         * sysdeps/x86/bits/endian.h: This.
33050
33051         * sysdeps/i386/bits/byteswap.h: Removed.
33052         * sysdeps/i386/bits/byteswap-16.h: Likewise.
33053         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
33054         * sysdeps/x86/bits/byteswap.h: This.
33055         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
33056         * sysdeps/x86/bits/byteswap-16.h: This.
33057         * sysdeps/i386/Implies: Add x86.
33058         * sysdeps/x86_64/Implies: Likewise.
33059
33060 2012-05-30  David S. Miller  <davem@davemloft.net>
33061
33062         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
33063         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
33064         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
33065         (FP_TRAPPING_EXCEPTIONS): Define.
33066         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
33067         (FP_TRAPPING_EXCEPTIONS): Define.
33068         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
33069         subnormals only when inexact has been signalled or underflow
33070         exceptions are enabled.
33071         (_FP_PACK_CANONICAL): Likewise.
33072
33073 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33074
33075         [BZ #14183]
33076         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
33077         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
33078
33079 2012-05-30  Richard Henderson  <rth@twiddle.net>
33080
33081         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
33082         with #ifndef NOT_IN_libc.
33083
33084         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
33085         marked to avoid plt entry.
33086
33087 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33088
33089         [BZ #14112]
33090         * Makeconfig (default-abi): New macro.
33091         (abi-includes): Likewise.
33092         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
33093         $(abi-$(default-abi)-lib-soname) for soname if defined.
33094         ($(common-objpfx)gnu/lib-names.stmp): Generate from
33095         abi-variants.
33096         * Makefile (installed-stubs): Likewise.
33097         * include/stubs-biarch.h: Removed.
33098         * scripts/lib-names.awk: Only handle one library at a time.
33099         * scripts/soversions.awk: Remove WORDSIZE support.
33100         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
33101         entries.
33102         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
33103         Removed.
33104         (syscall-list-default-condition): Likewise.
33105         (syscall-list-default-condition): Likewise.
33106         (syscall-list-includes): Likewise.
33107         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
33108         syscall-list-* with abi-*.  Handle undefined abi-variants.
33109         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
33110         * sysdeps/unix/sysv/linux/i386/Implies: New file.
33111         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
33112         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
33113         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
33114         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
33115         Removed.
33116         (syscall-list-32-options): Likewise.
33117         (syscall-list-32-condition): Likewise.
33118         (syscall-list-64-options): Likewise.
33119         (syscall-list-64-condition): Likewise.
33120         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
33121         macro.
33122         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
33123         Renamed to ...
33124         (abi-*): This.
33125         (abi-64-ld-soname): New macro.
33126         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
33127         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
33128         Renamed to ...
33129         (abi-*): This.
33130         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
33131         * sysdeps/x86_64/x32/shlib-versions: Likewise.
33132
33133 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
33134
33135         * sysdeps/unix/sysv/linux/kernel-features.h
33136         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
33137         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
33138         include <kernel-features.h>.
33139         [!__NR_ftruncate64]: Remove conditional code.
33140         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33141         [__NR_ftruncate64]: Make code unconditional.
33142         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33143         * sysdeps/unix/sysv/linux/truncate64.c: Do not
33144         include <kernel-features.h>.
33145         [!__NR_ftruncate64]: Remove conditional code.
33146         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33147         [__NR_ftruncate64]: Make code unconditional.
33148         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
33150         include <kernel-features.h>.
33151         [!__NR_ftruncate64]: Remove conditional code.
33152         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33153         [__NR_ftruncate64]: Make code unconditional.
33154         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33156         include <kernel-features.h>.
33157         [!__NR_ftruncate64]: Remove conditional code.
33158         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33159         [__NR_ftruncate64]: Make code unconditional.
33160         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33161
33162         * configure.in (libc_cv_fpie): Weaken to a compile test using
33163         LIBC_TRY_CC_OPTION.
33164         * configure: Regenerated.
33165
33166 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33167
33168         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
33169         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
33170         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
33171         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
33172         Refreshed.
33173         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
33174         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
33175         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
33176         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
33177         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
33178         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
33179         Refreshed.
33180
33181 2012-05-27  David S. Miller  <davem@davemloft.net>
33182
33183         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
33184         (___Q_zero): New.
33185         (__Q_simulate_exceptions): Return void.  Change to simulate
33186         exceptions by writing into the %fsr.
33187         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
33188         (__Qp_handle_exceptions): Likewise.
33189         (numbers): Delete.
33190         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
33191         __Qp_handle_exceptions.
33192         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
33193         __Qp_handle_exceptions.
33194         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
33195         as unused and give dummy FP_RND_NEAREST initializer.
33196         (FP_INHIBIT_RESULTS): Define.
33197         (___Q_simulate_exceptions): Update declaration.
33198         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
33199         formatting.
33200         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
33201         as unused and give dummy FP_RND_NEAREST initializer.
33202         (__Qp_handle_exceptions): Update declaration.
33203         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
33204         formatting.
33205
33206 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
33207
33208         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
33209         the temporary FPU control word.
33210         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
33211         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
33212         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
33213         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
33214         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
33215         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
33216         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
33217         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
33218         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
33219         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
33220         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
33221
33222 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33223
33224         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
33225         fields.
33226
33227 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
33228
33229         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
33230         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
33231         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
33232         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
33233         Likewise.
33234         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
33235         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
33236         Likewise.
33237
33238 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
33239
33240         * po/h.po: Update from translation team.
33241
33242 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
33243
33244         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
33245
33246         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
33247         handling of denormals.
33248         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
33249         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
33250         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
33251         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
33252         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33253         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
33254         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
33255         Likewise.
33256
33257 2012-05-26  Marek Polacek  <polacek@redhat.com>
33258
33259         [BZ #14152]
33260         * math/libm-test.inc (fma_test): Don't always expect underflow
33261         exception.
33262
33263 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
33264
33265         [BZ #12416]
33266         * elf/tst-execstack.c: Include stackinfo.h.
33267         (do_test): Adjust test case to ensure that pthread_getattr_np
33268         behaviour remains the same after marking stack executable.
33269
33270 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
33271
33272         * sysdeps/unix/sysv/linux/kernel-features.h
33273         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
33274         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
33275         kernel-features.h.
33276         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
33277         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
33278         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
33279         kernel-features.h.
33280         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
33281         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
33282
33283 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
33284
33285         * configure.in: Define the default includes to being none.
33286         * configure: Regenerated.
33287
33288 2012-05-25  Roland McGrath  <roland@hack.frob.com>
33289
33290         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
33291         * sysdeps/x86_64/setjmp.S: Likewise.
33292         * sysdeps/i386/bsd-setjmp.S: Likewise.
33293         * sysdeps/i386/bsd-_setjmp.S: Likewise.
33294         * sysdeps/i386/setjmp.S: Likewise.
33295         * sysdeps/i386/__longjmp.S: Likewise.
33296         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
33297         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
33298
33299         * include/stap-probe.h: New file.
33300         * configure.in: Handle --enable-systemtap.
33301         * configure: Regenerated.
33302         * config.h.in (USE_STAP_PROBE): New #undef.
33303         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
33304         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
33305         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
33306
33307 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
33308
33309         [BZ #13717]
33310         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
33311         to 2.4.0 where earlier.
33312         * sysdeps/unix/sysv/linux/configure: Regenerated.
33313         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33314         <kernel-features.h>.
33315         [__ASSUME_32BITUIDS]: Make code unconditional.
33316         [!__ASSUME_32BITUIDS]: Remove conditional code.
33317         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
33318         <kernel-features.h>.
33319         [__ASSUME_32BITUIDS]: Make code unconditional.
33320         [!__ASSUME_32BITUIDS]: Remove conditional code.
33321         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
33322         [__ASSUME_32BITUIDS]: Make code unconditional.
33323         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
33324         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
33325         <kernel-features.h>.
33326         [__ASSUME_32BITUIDS]: Make code unconditional.
33327         [!__ASSUME_32BITUIDS]: Remove conditional code.
33328         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
33329         <kernel-features.h>.
33330         [__ASSUME_32BITUIDS]: Make code unconditional.
33331         [!__ASSUME_32BITUIDS]: Remove conditional code.
33332         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
33333         <kernel-features.h>.
33334         [__ASSUME_32BITUIDS]: Make code unconditional.
33335         [!__ASSUME_32BITUIDS]: Remove conditional code.
33336         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
33337         <kernel-features.h>.
33338         [__ASSUME_32BITUIDS]: Make code unconditional.
33339         [!__ASSUME_32BITUIDS]: Remove conditional code.
33340         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33341         <kernel-features.h>.
33342         [__ASSUME_32BITUIDS]: Make code unconditional.
33343         [!__ASSUME_32BITUIDS]: Remove conditional code.
33344         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33345         <kernel-features.h>.
33346         [__ASSUME_32BITUIDS]: Make code unconditional.
33347         [!__ASSUME_32BITUIDS]: Remove conditional code.
33348         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
33349         <kernel-features.h>.
33350         [__ASSUME_32BITUIDS]: Make code unconditional.
33351         [!__ASSUME_32BITUIDS]: Remove conditional code.
33352         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33353         <kernel-features.h>.
33354         [__ASSUME_32BITUIDS]: Make code unconditional.
33355         [!__ASSUME_32BITUIDS]: Remove conditional code.
33356         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33357         <kernel-features.h>.
33358         [__ASSUME_32BITUIDS]: Make code unconditional.
33359         [!__ASSUME_32BITUIDS]: Remove conditional code.
33360         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
33361         <kernel-features.h>.
33362         [__ASSUME_32BITUIDS]: Make code unconditional.
33363         [!__ASSUME_32BITUIDS]: Remove conditional code.
33364         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
33365         <kernel-features.h>.
33366         [__NR_setresgid] (__setresgid): Do not declare.
33367         [__ASSUME_32BITUIDS]: Make code unconditional.
33368         [!__ASSUME_32BITUIDS]: Remove conditional code.
33369         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
33370         <kernel-features.h>.
33371         [__NR_setresuid] (__setresuid): Do not declare.
33372         [__ASSUME_32BITUIDS]: Make code unconditional.
33373         [!__ASSUME_32BITUIDS]: Remove conditional code.
33374         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
33375         <kernel-features.h>.
33376         [__ASSUME_32BITUIDS]: Make code unconditional.
33377         [!__ASSUME_32BITUIDS]: Remove conditional code.
33378         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
33379         <kernel-features.h>.
33380         [__ASSUME_32BITUIDS]: Make code unconditional.
33381         [!__ASSUME_32BITUIDS]: Remove conditional code.
33382         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
33383         <kernel-features.h>.
33384         [__ASSUME_32BITUIDS]: Make code unconditional.
33385         [!__ASSUME_32BITUIDS]: Remove conditional code.
33386         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
33387         <kernel-features.h>.
33388         [__ASSUME_32BITUIDS]: Make code unconditional.
33389         [!__ASSUME_32BITUIDS]: Remove conditional code.
33390         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
33391         <kernel-features.h>.
33392         [__ASSUME_32BITUIDS]: Make code unconditional.
33393         [!__ASSUME_32BITUIDS]: Remove conditional code.
33394         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
33395         <kernel-features.h>.
33396         [__ASSUME_32BITUIDS]: Make code unconditional.
33397         [!__ASSUME_32BITUIDS]: Remove conditional code.
33398         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
33399         <kernel-features.h>.
33400         [__ASSUME_32BITUIDS]: Make code unconditional.
33401         [!__ASSUME_32BITUIDS]: Remove conditional code.
33402         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
33403         <kernel-features.h>.
33404         [__ASSUME_32BITUIDS]: Make code unconditional.
33405         [!__ASSUME_32BITUIDS]: Remove conditional code.
33406         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
33407         <kernel-features.h>.
33408         [__ASSUME_32BITUIDS]: Make code unconditional.
33409         [!__ASSUME_32BITUIDS]: Remove conditional code.
33410         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33411         <kernel-features.h>.
33412         [__ASSUME_32BITUIDS]: Make code unconditional.
33413         [!__ASSUME_32BITUIDS]: Remove conditional code.
33414         * sysdeps/unix/sysv/linux/kernel-features.h
33415         (__ASSUME_SETRESUID_SYSCALL): Remove.
33416         (__ASSUME_SETRESGID_SYSCALL): Likewise.
33417         (__ASSUME_32BITUIDS): Likewise.
33418         (__ASSUME_LDT_WORKS): Likewise.
33419         (__ASSUME_O_DIRECTORY): Likewise.
33420         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
33421         architecture but not kernel version.
33422         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
33423         (__ASSUME_MMAP2_SYSCALL): Likewise.
33424         (__ASSUME_STAT64_SYSCALL): Likewise.
33425         (__ASSUME_IPC64): Likewise.
33426         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
33427         <kernel-features.h>.
33428         [__ASSUME_32BITUIDS]: Make code unconditional.
33429         [!__ASSUME_32BITUIDS]: Remove conditional code.
33430         * sysdeps/unix/sysv/linux/opendir.c: Do not include
33431         <kernel-features.h>.
33432         [__ASSUME_O_DIRECTORY]: Make code unconditional.
33433         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
33434         132096]: Remove conditional code.
33435         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
33436         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33437         <kernel-features.h>.
33438         [__ASSUME_32BITUIDS]: Make code unconditional.
33439         [!__ASSUME_32BITUIDS]: Remove conditional code.
33440         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33441         <kernel-features.h>.
33442         [__ASSUME_32BITUIDS]: Make code unconditional.
33443         [!__ASSUME_32BITUIDS]: Remove conditional code.
33444         * sysdeps/unix/sysv/linux/setegid.c: Do not include
33445         <kernel-features.h>.
33446         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
33447         unconditional.
33448         (__setresgid): Do not declare.
33449         [__ASSUME_32BITUIDS]: Make code unconditional.
33450         [!__ASSUME_32BITUIDS]: Remove conditional code.
33451         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
33452         <kernel-features.h>.
33453         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
33454         unconditional.
33455         (__setresuid): Do not declare.
33456         [__ASSUME_32BITUIDS]: Make code unconditional.
33457         [!__ASSUME_32BITUIDS]: Remove conditional code.
33458         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33459         <kernel-features.h>.
33460         [__ASSUME_32BITUIDS]: Make code unconditional.
33461         [!__ASSUME_32BITUIDS]: Remove conditional code.
33462         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
33463         <kernel-features.h>.
33464         [__ASSUME_32BITUIDS]: Make code unconditional.
33465         [!__ASSUME_32BITUIDS]: Remove conditional code.
33466
33467 2012-05-25  Richard Henderson  <rth@twiddle.net>
33468
33469         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
33470         dl_hwcap to ifunc resolver.
33471         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
33472         elf_ifunc_invoke.
33473         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
33474         dl_hwcap to ifunc resolver.
33475         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
33476
33477 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
33478
33479         [BZ #14153]
33480         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
33481         for |x| <= 2**-26, not 2**-57.
33482         * math/libm-test.inc (acos_test): Do not allow spurious underflow
33483         exception.
33484
33485 2012-05-24  Jeff Law  <law@redhat.com>
33486
33487         * stdio-common/Makefile (tests): Add bug25.
33488         * stdio-common/bug25.c: New test.
33489
33490 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
33491
33492         [BZ #13576]
33493         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
33494         multiple of MALLOC_ALIGNMENT in size.
33495         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
33496
33497 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
33498
33499         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
33500         Require >= 256.
33501         (FILENAME_MAX): Use macro-int-constant.
33502         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
33503         (_IOFBF): Use macro-int-constant.
33504         (_IOLBF): Likewise.
33505         (_IONBF): Likewise.
33506         (SEEK_CUR): Likewise.
33507         (SEEK_END): Likewise.
33508         (SEEK_SET): Likewise.
33509         (TMP_MAX): Likewise.
33510         (EOF): Use macro-int-constant.  Require < 0.
33511         (NULL): Use macro-constant.  Require == 0.
33512         (stdin): Require type to be FILE *.
33513         (stdout): Likewise.
33514         (stderr): Likewise.
33515         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
33516         macro-int-constant.
33517         (EXIT_SUCCESS): Likewise.
33518         (NULL): Use macro-constant.  Require == 0.
33519         (RAND_MAX): Use macro-int-constant.
33520         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
33521         [C99-based standards] (strtof): Require function.
33522         [C99-based standards] (strtold): Likewise.
33523         [C99-based standards] (strtoll): Likewise.
33524         [C99-based standards] (strtoull): Likewise.
33525         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
33526         [ISO || ISO99 || ISO11] (limits.h): Likewise.
33527         [ISO || ISO99 || ISO11] (math.h): Likewise.
33528         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
33529         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
33530         [ISO || ISO99 || ISO11] (*_t): Do not allow.
33531
33532 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
33533
33534         [BZ #14132]
33535         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
33536         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
33537         * intl/dgettext.c (DCGETTEXT): Likewise.
33538         * intl/gettext.c (DCGETTEXT): Likewise.
33539         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
33540         * posix/regex_internal.h (gettext): Likewise.
33541         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
33542         Remove declaration.
33543         * include/argz.h (__argz_count_internal)
33544         (__argz_stringify_internal): Remove declaration.
33545         (__argz_count, __argz_stringify): Declare hidden proto.
33546         * intl/dcgettext.c: Remove use of INTDEF.
33547         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
33548         * string/argz-stringify.c: Likewise.
33549         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
33550         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
33551         Declare hidden proto.
33552         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
33553         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
33554         Declare hidden proto.
33555         * include/stdio.h (__asprintf_internal): Don't declare.
33556         (__asprintf): Don't define as macro.  Declare hidden proto.
33557         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
33558         (__fsetlocking): Declare hidden proto.
33559         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
33560         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
33561         hidden proto.
33562         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
33563         (_IO_setlinebuf): Remove use of INTUSE.
33564         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
33565         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
33566         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
33567         Remove declaration.
33568         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
33569         (_IO_do_flush): Remove use of INTUSE.
33570         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
33571         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
33572         (_IO_adjust_column, _IO_least_wmarker)
33573         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
33574         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
33575         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
33576         (_IO_default_doallocate, _IO_wdefault_doallocate)
33577         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
33578         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
33579         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
33580         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
33581         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
33582         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
33583         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
33584         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
33585         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
33586         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
33587         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
33588         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
33589         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
33590         proto.
33591         (_IO_flush_all_internal, _IO_adjust_column_internal)
33592         (_IO_default_uflow_internal, _IO_default_finish_internal)
33593         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
33594         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
33595         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
33596         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
33597         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
33598         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
33599         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
33600         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
33601         (_IO_file_close_internal, _IO_file_close_it_internal)
33602         (_IO_file_underflow_internal, _IO_file_overflow_internal)
33603         (_IO_file_init_internal, _IO_file_attach_internal)
33604         (_IO_file_fopen_internal, _IO_file_read_internal)
33605         (_IO_file_sync_internal, _IO_file_seek_internal)
33606         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
33607         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
33608         (_IO_str_underflow_internal, _IO_str_overflow_internal)
33609         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
33610         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
33611         (_IO_list_all_internal, _IO_link_in_internal)
33612         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
33613         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
33614         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
33615         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
33616         (_IO_do_write_internal, _IO_padn_internal)
33617         (_IO_getline_info_internal, _IO_getline_internal)
33618         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
33619         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
33620         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
33621         (_IO_vfscanf_internal, _IO_vfprintf_internal)
33622         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
33623         (_IO_init_internal, _IO_un_link_internal): Don't declare.
33624         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
33625         with libc_hidden_ver, remove use of INTUSE.
33626         * libio/genops.c: Likewise.
33627         * libio/freopen.c: Likewise.
33628         * libio/freopen64.c: Likewise.
33629         * libio/iofclose.c: Likewise.
33630         * libio/iofdopen.c: Likewise.
33631         * libio/iofflush.c: Likewise.
33632         * libio/iofflush_u.c: Likewise.
33633         * libio/iofgets.c: Likewise.
33634         * libio/iofgets_u.c: Likewise.
33635         * libio/iofopen.c: Likewise.
33636         * libio/iofopncook.c: Likewise.
33637         * libio/iofread.c: Likewise.
33638         * libio/iofread_u.c: Likewise.
33639         * libio/ioftell.c: Likewise.
33640         * libio/iofwrite.c: Likewise.
33641         * libio/iogetline.c: Likewise.
33642         * libio/iogets.c: Likewise.
33643         * libio/iogetwline.c: Likewise.
33644         * libio/iopadn.c: Likewise.
33645         * libio/iopopen.c: Likewise.
33646         * libio/ioseekoff.c: Likewise.
33647         * libio/ioseekpos.c: Likewise.
33648         * libio/iosetbuffer.c: Likewise.
33649         * libio/iosetvbuf.c: Likewise.
33650         * libio/ioungetc.c: Likewise.
33651         * libio/ioungetwc.c: Likewise.
33652         * libio/iovdprintf.c: Likewise.
33653         * libio/iovsprintf.c: Likewise.
33654         * libio/iovsscanf.c: Likewise.
33655         * libio/memstream.c: Likewise.
33656         * libio/obprintf.c: Likewise.
33657         * libio/oldfileops.c: Likewise.
33658         * libio/oldiofclose.c: Likewise.
33659         * libio/oldiofdopen.c: Likewise.
33660         * libio/oldiofopen.c: Likewise.
33661         * libio/oldiopopen.c: Likewise.
33662         * libio/oldstdfiles.c: Likewise.
33663         * libio/putc.c: Likewise.
33664         * libio/setbuf.c: Likewise.
33665         * libio/setlinebuf.c: Likewise.
33666         * libio/stdfiles.c: Likewise.
33667         * libio/strops.c: Likewise.
33668         * libio/vasprintf.c: Likewise.
33669         * libio/vscanf.c: Likewise.
33670         * libio/vsnprintf.c: Likewise.
33671         * libio/vswprintf.c: Likewise.
33672         * libio/wfiledoalloc.c: Likewise.
33673         * libio/wfileops.c: Likewise.
33674         * libio/wgenops.c: Likewise.
33675         * libio/wmemstream.c: Likewise.
33676         * libio/wstrops.c: Likewise.
33677         * libio/__fpurge.c: Likewise.
33678         * libio/__fsetlocking.c: Likewise.
33679         * assert/assert.c: Likewise.
33680         * debug/fgets_chk.c: Likewise.
33681         * debug/fgets_u_chk.c: Likewise.
33682         * debug/fread_chk.c: Likewise.
33683         * debug/fread_u_chk.c: Likewise.
33684         * debug/gets_chk.c: Likewise.
33685         * debug/obprintf_chk.c: Likewise.
33686         * debug/vasprintf_chk.c: Likewise.
33687         * debug/vdprintf_chk.c: Likewise.
33688         * debug/vsnprintf_chk.c: Likewise.
33689         * debug/vsprintf_chk.c: Likewise.
33690         * malloc/mtrace.c: Likewise.
33691         * misc/error.c: Likewise.
33692         * misc/syslog.c: Likewise.
33693         * stdio-common/asprintf.c: Likewise.
33694         * stdio-common/fxprintf.c: Likewise.
33695         * stdio-common/getw.c: Likewise.
33696         * stdio-common/isoc99_fscanf.c: Likewise.
33697         * stdio-common/isoc99_scanf.c: Likewise.
33698         * stdio-common/isoc99_vfscanf.c: Likewise.
33699         * stdio-common/isoc99_vscanf.c: Likewise.
33700         * stdio-common/isoc99_vsscanf.c: Likewise.
33701         * stdio-common/printf-prs.c: Likewise.
33702         * stdio-common/printf_fp.c: Likewise.
33703         * stdio-common/printf_fphex.c: Likewise.
33704         * stdio-common/printf_size.c: Likewise.
33705         * stdio-common/putw.c: Likewise.
33706         * stdio-common/scanf.c: Likewise.
33707         * stdio-common/sprintf.c: Likewise.
33708         * stdio-common/tmpfile.c: Likewise.
33709         * stdio-common/vfprintf.c: Likewise.
33710         * stdio-common/vfscanf.c: Likewise.
33711         * stdlib/strfmon_l.c: Likewise.
33712         * sunrpc/openchild.c: Likewise.
33713         * sunrpc/xdr_stdio.c: Likewise.
33714         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
33715         * sysdeps/mach/hurd/tmpfile.c: Likewise.
33716
33717 2012-05-24  Roland McGrath  <roland@hack.frob.com>
33718
33719         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
33720
33721         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
33722         in the third column, to generate for the shared library an IFUNC
33723         that uses _dl_vdso_vsym.
33724         * Makerules (COMPILE.c, compile-stdin.c): New variables.
33725         * Makeconfig (object-suffixes-noshared): New variable.
33726
33727         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
33728         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
33729         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
33730         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
33731
33732         [BZ #14132]
33733         * include/sys/time.h (__gettimeofday): Remove macro.
33734         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
33735         * time/gettimeofday.c (__gettimeofday): Remove #undef.
33736         Remove INTDEF.
33737         (__gettimeofday): Add libc_hidden_def.
33738         (gettimeofday): Add libc_hidden_weak.
33739         * sysdeps/mach/gettimeofday.c: Likewise.
33740         * sysdeps/posix/gettimeofday.c: Likewise.
33741         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
33742         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
33743         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
33744         (__gettimeofday_internal): Remove strong_alias.
33745         (__gettimeofday): Add libc_hidden_def.
33746         (gettimeofday): Add libc_hidden_weak.
33747         * sysdeps/unix/syscalls.list (gettimeofday):
33748         Remove __gettimeofday_internal alias.
33749
33750 2012-05-24  Daniel Jacobowitz  <drow@false.org>
33751             H.J. Lu  <hongjiu.lu@intel.com>
33752
33753         [BZ #12495]
33754         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
33755         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
33756         (largebin_index_32_big): New.
33757         (largebin_index): Use it for 16-byte alignment.
33758         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
33759         correction with front_misalign.
33760
33761 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
33762
33763         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
33764         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
33765         Likewise.
33766         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
33767         Likewise.
33768         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
33769         Likewise.
33770         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
33771         Likewise.
33772         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
33773         Likewise.
33774         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
33775         Likewise.
33776         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
33777         Likewise.
33778         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
33779         Likewise.
33780         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
33781         Likewise.
33782         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
33783         Likewise.
33784         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
33785         Likewise.
33786         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
33787         Likewise.
33788
33789         * scripts/data/c++-types-x32-linux-gnu.data: New file.
33790         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
33791
33792 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
33793
33794         [BZ #10846]
33795         [BZ #14036]
33796         * math/libm-test.inc (exp_test): Add test from bug 14036.
33797         (pow_test): Add test from bug 10846.
33798
33799         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
33800         and other flags.
33801         (special_function): Do not include flags in test name.
33802         (parse_args): Likewise.
33803         * sysdeps/i386/fpu/libm-test-ulps: Update.
33804         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
33805         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
33806         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
33807         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33808
33809         * math/gen-libm-test.pl (%beautify): Add entries for underflow
33810         exceptions.
33811         * math/libm-test.inc ("Philosophy"): Update comment about
33812         exception testing.
33813         (UNDERFLOW_EXCEPTION): New macro.
33814         (UNDERFLOW_EXCEPTION_OK): Likewise.
33815         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
33816         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
33817         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
33818         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
33819         (INVALID_EXCEPTION_OK): Update value.
33820         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
33821         (OVERFLOW_EXCEPTION_OK): Likewise.
33822         (IGNORE_ZERO_INF_SIGN): Likewise.
33823         (test_exceptions): Handle underflow exceptions.
33824         (acos_test): Update for underflow exception expectations.
33825         (cexp_test): Likewise.
33826         (clog_test): Likewise.
33827         (clog10_test): Likewise.
33828         (csqrt_test): Likewise.
33829         (ctan_test): Likewise.
33830         (ctanh_test): Likewise.
33831         (exp_test): Likewise.
33832         (exp10_test): Likewise.
33833         (exp2_test): Likewise.
33834         (expm1_test): Likewise.
33835         (fma_test): Likewise.
33836         (j0_test): Likewise.
33837         (jn_test): Likewise.
33838         (nexttoward_test): Likewise.
33839         (pow_test): Likewise.
33840         (scalbn_test): Likewise.
33841         (scalbln_test): Likewise.
33842         (tan_test): Likewise.
33843         (y1_test): Likewise.
33844         * sysdeps/i386/fpu/libm-test-ulps: Update.
33845         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33846
33847 2012-05-23  David S. Miller  <davem@davemloft.net>
33848
33849         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
33850         (__libc_sigaction): Remove unused local variables.
33851
33852 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
33853
33854         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
33855
33856 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
33857
33858         mktime: avoid signed integer overflow
33859         * time/mktime.c (__mktime_internal): Do not mishandle the case
33860         where diff == INT_MIN.
33861
33862         mktime: simplify computation of average
33863         * time/mktime.c (ranged_convert): Use new time_t_avg function
33864         instead of rolling our own (probably-slower) code.
33865
33866         mktime: do not assume signed right shift propagates sign bit
33867         * time/mktime.c (isdst_differ): New static function.
33868         (__mktime_internal): No need to normalize tm_isdst now.
33869         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
33870         tm_isdst values.
33871
33872         mktime: merge another wrapv change from gnulib
33873         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
33874         from some compilers.
33875
33876         mktime: remove incorrect attempt at unusual arithmetics
33877         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
33878         The code didn't really work on such machines anyway.
33879         (TYPE_MINIMUM): Assume two's complement.
33880         (twos_complement_arithmetic): Verify that long_int and time_t
33881         are two's complement (or unsigned, in the latter case).
33882
33883         mktime: check signed shifts on long_int and time_t, too
33884         * time/mktime.c (SHR): Check that shifts work as desired
33885         on the types long_int and time_t too, as SHR is used on
33886         such types.
33887
33888         mktime: do not assume 'long' is wide enough
33889         * time/mktime.c (verify): Move decl up.
33890         (long_int): New type.
33891         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
33892         to remove assumption in the code that 'long' is wide enough to
33893         store year values.  This assumption is not true on x32 and on
33894         some non-glibc platforms.
33895
33896         mktime: merge wrapv change from gnulib
33897         * time/mktime.c (WRAPV): New macro.
33898         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
33899         (guess_time_tm, __mktime_internal): Do not assume that signed
33900         integer overflow wraps around; modern compilers generate code
33901         where this assumption is no longer valid.
33902
33903 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
33904
33905         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
33906         Replace "jmp L(pseudo_end)" with "ret".
33907         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
33908         Likewise.
33909
33910 2012-05-23  Andreas Jaeger  <aj@suse.de>
33911
33912         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
33913         * sysdeps/unix/sysv/linux/poll.c: Remove file.
33914
33915 2012-05-23  Andreas Jaeger  <aj@suse.de>
33916             Maximilian Attems  <max@stro.at>
33917
33918         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
33919         New macros.
33920
33921 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
33922
33923         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
33924         code so that pseudo_end is just ret and the stack pointer is
33925         correct also for static library in error case.
33926
33927 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
33928
33929         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
33930         move to syscalls.list.
33931         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
33932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
33933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
33934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
33935
33936         * manual/install.texi (Running make install): Do not mention Linux
33937         kernel version for which pt_chown is not needed.
33938         (Linux): Do not mention problems with nscd with 2.0 kernels.
33939         * INSTALL: Regenerated.
33940
33941 2012-05-23  Andreas Jaeger  <aj@suse.de>
33942
33943         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
33944         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
33945         macro.
33946         * sysdeps/unix/sysv/linux/s390/bits/mman.h
33947         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33948         * sysdeps/unix/sysv/linux/sh/bits/mman.h
33949         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33950         * sysdeps/unix/sysv/linux/i386/bits/mman.h
33951         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33952         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
33953         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33954         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
33955         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
33956         * sysdeps/unix/sysv/linux/bits/in.h
33957         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
33958
33959 2012-05-22  Roland McGrath  <roland@hack.frob.com>
33960
33961         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
33962         (PREPARE_VERSION): Just use assert instead, it will be elided
33963         under [NDEBUG] anyway.
33964
33965 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
33966
33967         * sysdeps/unix/sysv/linux/Makefile: Include
33968         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
33969         (sysdep_routines): Remove sysctl.
33970         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
33971         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
33972         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
33973         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
33974         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
33975
33976 2012-05-22  Andreas Jaeger  <aj@suse.de>
33977
33978         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
33979         that pseudo_end is just ret and the stack pointer is correct also
33980         for static library in error case.
33981
33982 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
33983
33984         [BZ #14122]
33985         * nss/nsswitch.c (defconfig_entries): New variable.
33986         (__nss_database_lookup): Don't leak defconfig entries.
33987         (nss_parse_service_list): Don't leak on error paths.
33988         (free_database_entries): New function.
33989         (free_defconfig): New function.
33990         (free_mem): Move common code to free_database_entries.
33991
33992 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
33993
33994         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
33995         Add arch_prctl.
33996         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
33997
33998         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
33999         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
34000         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
34001         New macro.
34002         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
34003         (INTERNAL_SYSCALL_TYPES): Likewise.
34004         (LOAD_ARGS_TYPES_[1-6]): Likewise.
34005         (LOAD_REGS_TYPES_[1-6]): Likewise.
34006         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
34007         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
34008
34009 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34010
34011         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
34012         copysignl for GLIBC_2_0.
34013         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
34014         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
34015         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
34016         logbl for GLIBC_2_0.
34017         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
34018         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
34019
34020 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34021
34022         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
34023         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
34024
34025         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
34026         Use "neg %eax".
34027
34028         * time/mktime.c: Update copyright years.
34029
34030 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
34031
34032         mktime: merge comment-quoting-style change from gnulib
34033         * time/mktime.c: Quote 'like this' in comments.
34034         The GNU coding standards suggest that we no longer quote `like this',
34035         as "`" and "'" are typically rendered asymmetrically nowadays.
34036         The typical gnulib style is to quote 'like this' when quoting
34037         code, and "like this" when quoting English.
34038
34039         * time/mktime.c (compile-command): Add "-I.".
34040
34041         mktime: merge mktime-internal.h change from gnulib
34042         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
34043
34044         mktime: merge time_r change from gnulib
34045         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
34046
34047         mktime: merge DEBUG change from gnulib
34048         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
34049         case system <time.h> has a #define.
34050
34051         mktime: merge <sys/types.h> change from gnulib
34052         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
34053         since <time.t> is now guaranteed to define time_t.
34054
34055         mktime: merge HAVE_CONFIG_H change from gnulib
34056         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
34057
34058 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34059
34060         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
34061         Use "neg %eax".
34062
34063         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
34064         __rlim_t cast.
34065         (struct rusage): Use anonymous union to pad each field to
34066         __syscall_slong_t.
34067
34068 2012-05-21  David S. Miller  <davem@davemloft.net>
34069
34070         * Makefules (o-iterator): Remove .s cases.
34071         (compile-command.s): Delete.
34072         (COMPILE.s): Delete.
34073         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
34074
34075 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
34076
34077         * configure.in (libc_cv_predef_stack_protector): Only consider
34078         "foobar" and "__stack_chk_fail" lines in libc_undefs.
34079         * configure: Regenerated.
34080
34081 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34082
34083         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
34084         New macro.  Use R*LP on int and pointer.
34085         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
34086         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
34087         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
34088         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
34089
34090         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
34091         [__WORDSIZE_TIME64_COMPAT32] instead of
34092         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
34093         (struct utmp): Likewise.
34094         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
34095         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
34096         Renamed to ...
34097         (__WORDSIZE_TIME64_COMPAT32): This.
34098         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
34099         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
34100         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
34101         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
34102         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
34103         (__WORDSIZE_TIME64_COMPAT32): New macro.
34104
34105 2012-05-21  Andreas Jaeger  <aj@suse.de>
34106
34107         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
34108         only if [SHARED]. Add prototype for __wcschr_ia32.
34109
34110 2012-05-21  Roland McGrath  <roland@hack.frob.com>
34111
34112         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
34113         of %rbp unmolested in the jmp_buf while mangling the low bits.
34114         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
34115         unmolested high bits of %rbp while demangling the low bits.
34116         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
34117
34118 2012-05-21  Andreas Jaeger  <aj@suse.de>
34119
34120         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
34121         * sunrpc/svc_simple.c: Use it for registerrpc.
34122         * sunrpc/xcrypt.c: Use it for passwd2des.
34123
34124         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
34125
34126 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34127
34128         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
34129         Don't define if [__SYSCALL_WORDSIZE != 32].
34130         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
34131         New macro.
34132
34133 2012-05-21  Bruno Haible  <bruno@clisp.org>
34134             Andreas Jaeger  <aj@suse.de>
34135
34136         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
34137         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
34138         inptr and inend for must_buffer_ch.
34139         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
34140         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
34141         * stdio-common/Makefile (tests): Remove bug15.
34142         (bug15-ENV): Remove macro.
34143         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
34144         anymore.
34145
34146 2012-05-19  Andreas Jaeger  <aj@suse.de>
34147             Roland McGrath  <roland@hack.frob.com>
34148
34149         * manual/contrib.texi: Completely rewritten. It contains now an
34150         alphabetical list of contributors and their contributions.
34151
34152 2012-05-21  Richard Henderson  <rth@twiddle.net>
34153
34154         * misc/getauxval.c (__getauxval): Use unsigned long int.
34155         * misc/sys/auxv.h: Include <sys/cdefs.h>.
34156         (getauxval): Use unsigned long int.
34157
34158 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34159
34160         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
34161
34162 2012-05-21  Roland McGrath  <roland@hack.frob.com>
34163
34164         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
34165         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
34166         __alignof__ (long double).
34167
34168 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34169
34170         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34171
34172 2012-05-20  Richard Henderson  <rth@twiddle.net>
34173
34174         * misc/getauxval.c: New file.
34175         * misc/sys/auxv.h: New file.
34176         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
34177         (routines): Add getauxval.
34178         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
34179         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
34180         * elf/dl-sysdep.c (_dl_auxv): Remove.
34181         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
34182         * elf/dl-support.c (_dl_auxv): New variable.
34183         (_dl_aux_init): Initialize it.
34184         * manual/startup.texi (Auxiliary Vector): New node.
34185         * sysdeps/generic/bits/hwcap.h: New file.
34186         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
34187         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
34188         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
34189         * sysdeps/sparc/sysdep.h: ... here.  Include it.
34190         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
34191         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
34192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34193         Update.
34194         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
34195         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
34196         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
34197         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
34198         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
34199         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
34200         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
34201         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
34202
34203 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34204
34205         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34206
34207 2012-05-19  David S. Miller  <davem@davemloft.net>
34208
34209         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34210
34211 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
34212
34213         [BZ #14123]
34214         * math/s_ccosh.c: Include <float.h>
34215         (__ccosh): Avoid internal overflow calculating sinh and cosh
34216         values before multiplying by sin and cos values.
34217         * math/s_ccoshf.c: Likewise.
34218         * math/s_ccoshl.c: Likewise.
34219         * math/s_csin.c: Likewise.
34220         * math/s_csinf.c: Likewise.
34221         * math/s_csinl.c: Likewise.
34222         * math/s_csinh.c: Likewise.
34223         * math/s_csinhf.c: Likewise.
34224         * math/s_csinhl.c: Likewise.
34225         * math/libm-test.inc (ccos_test): Add more tests.
34226         (ccosh_test): Likewise.
34227         (csin_test): Likewise.
34228         (csinh_test): Likewise.
34229         * sysdeps/i386/fpu/libm-test-ulps: Update.
34230         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34231
34232 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
34233
34234         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
34235         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
34236
34237         * sysdeps/x86_64/x32/_itoa.h: Add comment.
34238
34239 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
34240
34241         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
34242         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
34243         * sysdeps/powerpc/soft-fp/Versions: Likewise.
34244         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
34245         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
34246         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
34247         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
34248         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
34249         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
34250         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
34251         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
34252         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
34253         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
34254         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
34255         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
34256         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
34257         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
34258         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
34259         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
34260         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
34261         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
34262         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
34263         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
34264         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
34265         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
34266         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
34267         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
34268         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
34269         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
34270         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
34271         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
34272
34273 2012-05-18  Andreas Jaeger  <aj@suse.de>
34274
34275         * csu/.gitignore: Delete.
34276
34277 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
34278
34279         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
34280         (timex): Use __syscall_slong_t.
34281
34282 2012-05-18  Andreas Jaeger  <aj@suse.de>
34283             Carlos O'Donell  <carlos_odonell@mentor.com>
34284
34285         * manual/install.texi (Configuring and compiling): Update
34286         description about files modified in the source directory.
34287         * INSTALL: Regenerated.
34288
34289 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
34290
34291         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
34292         value.  Use "or" to set return value to -1.
34293         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
34294         negate return value.
34295
34296 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34297
34298         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
34299         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
34300         failure if the compiler has Graphite support disabled.
34301         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
34302         Likewise.
34303         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
34304         (CFLAGS-memmove.c): Likewise.
34305         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
34306         Likewise.
34307
34308 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
34309
34310         * sysdeps/x86_64/x32/_itoa.h: New file.
34311
34312         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
34313         getdents system call only if kernel and user dirents have the
34314         same d_ino and d_off.
34315
34316         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
34317         LLONG_MAX != LONG_MAX.
34318         (_itoa_word): Use _ITOA_WORD_TYPE on value.
34319         (_fitoa_word): Likewise.
34320
34321         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
34322         years.
34323         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
34324         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
34325         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
34326
34327         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
34328         include <bits/wordsize.h>.  Check __x86_64__ instead of
34329         __WORDSIZE.
34330         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
34331         if __x86_64__ is defined.  Use anonymous union on fpstate.
34332
34333         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
34334         anonymous union.
34335
34336 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
34337
34338         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
34339         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
34340         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
34341         Refer to _rtld_local_ro instead of _rtld_global_ro.
34342         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
34343         Likewise.
34344         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
34345         Likewise.
34346         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
34347         Likewise.
34348         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
34349         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
34350         of _rtld_global, and rtld_progname instead of _dl_argv[0].
34351
34352         * sysdeps/powerpc/powerpc32/dl-machine.c
34353         (__elf_machine_runtime_setup) [PROF]: Don't reference
34354         _dl_prof_resolve.
34355
34356 2012-05-18  Andreas Jaeger  <aj@suse.de>
34357
34358         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
34359         function only available for GCCs before 3.4 since GCC 3.4
34360         introduced a builtin.
34361         (lrint): Likewise.
34362         (llrintf): Likewise.
34363         (llrint): Likewise.
34364         (fmaxf): Likewise.
34365         (fmax): Likewise.
34366         (fminf): Likewise.
34367         (fmin): Likewise.
34368         (rint): Likewise.
34369         (rintf): Likewise.
34370         (nearbyint): Likewise.
34371         (nearbyintf): Likewise.
34372         (ceil): Likewise.
34373         (ceilf): Likewise.
34374         (floor): Likewise.
34375         (floorf): Likewise.
34376
34377 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
34378
34379         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
34380         on both fields and cast pointer to __syscall_ulong_t.
34381
34382         * bits/types.h (__fsword_t): New type.
34383         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
34384         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
34385         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34386         (__FSWORD_T_TYPE): Likewise.
34387         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34388         (__FSWORD_T_TYPE): Likewise.
34389         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34390         (__FSWORD_T_TYPE): Likewise.
34391         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
34392         (__FSWORD_T_TYPE): Likewise.
34393         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
34394         __SWORD_TYPE with __fsword_t.
34395         (statfs64): Likewise.
34396
34397 2012-05-17  David S. Miller  <davem@davemloft.net>
34398
34399         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
34400
34401 2012-05-17  Andreas Jaeger  <aj@suse.de>
34402
34403         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
34404         warning.
34405
34406 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
34407
34408         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
34409
34410 2012-05-17  Andreas Jaeger  <aj@suse.de>
34411
34412         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
34413         when it is used.
34414
34415 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
34416
34417         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
34418
34419 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
34420
34421         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
34422         * sysdeps/x86_64/tst-mallocalign1.c: New file.
34423
34424 2012-05-17  Andreas Jaeger  <aj@suse.de>
34425             Carlos O'Donell  <carlos_odonell@mentor.com>
34426
34427         [BZ #14059]
34428         * sysdeps/x86_64/multiarch/init-arch.h
34429         (bit_YMM_Usable): Rename to...
34430         (bit_AVX_Usable): ... this.
34431         (bit_FMA4_Usable): New macro.
34432         (bit_XMM_state): New macro.
34433         (bit_YMM_state): New macro.
34434         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
34435         [__ASSEMBLER__] (index_AVX_Usable): ... this.
34436         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
34437         (CPUID_OSXSAVE): New macro.
34438         (CPUID_AVX): New macro.
34439         (CPUID_FMA4): New macro.
34440         (index_YMM_Usable): Rename to...
34441         (index_AVX_Usable): ... this.
34442         (HAS_AVX): Use HAS_ARCH_FEATURE.
34443         (HAS_FMA4): Likewise.
34444         (HAS_YMM_USABLE): Remove.
34445         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34446         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
34447         are present.
34448         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
34449         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
34450         * sysdeps/x86_64/multiarch/Makefile: Likewise.
34451         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
34452         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
34453
34454 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
34455
34456         * math/libm-test.c: Support platforms without multiple rounding modes.
34457         * math/bug-nextafter.c: Support platforms without FP exceptions.
34458         * math/bug-nexttoward.c: Likewise.
34459         * math/test-fenv.c: Likewise.
34460         * math/test-misc.c: Likewise.
34461         * stdlib/bug-getcontext.c: Likewise.
34462
34463 2012-05-17  Andreas Jaeger  <aj@suse.de>
34464
34465         * manual/examples/search.c (critter_cmp): Change signature to
34466         avoid warnings.
34467         * manual/string.texi (Collation Functions): Likewise.
34468
34469 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34470
34471         * bits/types.h: Fold copyright years.
34472         * bits/typesizes.h: Likewise.
34473         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
34474         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
34475         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
34476         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
34477         * time/time.h: Likewise.
34478
34479 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
34480
34481         [BZ #208]
34482         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
34483         in instead of returning them.  Return void.
34484         (__libc_mallinfo): Accumulate over all arenas.
34485         (__malloc_stats): Adjust for change in int_mallinfo interface.
34486
34487 2012-05-16  Roland McGrath  <roland@hack.frob.com>
34488
34489         [BZ #10375]
34490         * configure.in (NM): Add AC_CHECK_TOOL for it.
34491         (libc_extra_cflags): New substituted variable.
34492         Check for -fstack-protector being used implicitly.
34493         * configure: Regenerated.
34494         * config.make.in (config-extra-cflags): New variable,
34495         gets @libc_extra_cflags@.
34496         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
34497
34498         [BZ #10375]
34499         * configure.in: Check for _FORTIFY_SOURCE being predefined.
34500         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
34501         * configure: Regenerated.
34502         * config.make.in (CPPUNDEFS): New substituted variable.
34503         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
34504         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
34505         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
34506
34507 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34508
34509         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
34510         (mq_attr): Use __syscall_slong_t.
34511
34512 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34513
34514         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
34515         Check __x86_64__ instead of __WORDSIZE.
34516         (_STAT_VER_LINUX): Likewise.
34517         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
34518         __syscall_ulong_t and __syscall_slong_t.
34519         (stat64): Likewise.
34520
34521 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34522
34523         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
34524
34525 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34526
34527         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
34528
34529 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34530
34531         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
34532         __syscall_ulong_t.
34533
34534         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
34535         include <bits/wordsize.h>.  Check __x86_64__ instead of
34536         __WORDSIZE.
34537         (greg_t): Use "__extension__ long long int" if __x86_64__ is
34538         defined.
34539         (mcontext_t): Replace "unsigned long" with "unsigned long long".
34540
34541         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
34542         include <bits/wordsize.h>.  Check __x86_64__ instead of
34543         __WORDSIZE.
34544         (user_regs_struct): Use "__extension__ unsigned long long"
34545         instead of "unsigned long" if __x86_64__ is defined.
34546         (user): Likewise.  Pad after pointer field if __ILP32__ is
34547         defined.
34548
34549 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
34550
34551         * configure.in (makeinfo): Require version 4.5 or later.  Allow
34552         versions 5 to 9.
34553         * configure: Regenerated.
34554         * manual/install.texi (texinfo): Increase version requirement to
34555         4.5 or later.
34556         * INSTALL: Regenerated.
34557
34558         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
34559
34560 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34561
34562         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
34563
34564         * sysdeps/x86_64/x32/ffs.c: New file.
34565
34566         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
34567         __syscall_ulong_t.
34568         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
34569         defined.  Use __syscall_ulong_t.
34570         (shminfo): Use __syscall_ulong_t.
34571         (shm_info): Likewise.
34572
34573         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
34574         __syscall_ulong_t.
34575
34576         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
34577         <bits/wordsize.h>.
34578         (msgqnum_t): Use __syscall_ulong_t.
34579         (msglen_t): Likewise.
34580         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
34581         __syscall_ulong_t.
34582
34583         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
34584         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
34585
34586         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
34587
34588         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
34589         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
34590
34591         * sysvipc/sys/msg.h (msgbuf): Replace long int with
34592         __syscall_slong_t.
34593
34594         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
34595         include <bits/wordsize.h>.  Check __x86_64__ instead of
34596         __WORDSIZE.
34597
34598         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
34599         "unsigned long long int" if __x86_64__ is defined.
34600         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
34601
34602         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
34603         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
34604         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
34605
34606         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
34607         <stdint.h>.
34608         (GET_PC): Cast to uintptr_t first.
34609         (GET_FRAME): Likewise.
34610         (GET_STACK): Likewise.
34611
34612         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
34613         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
34614         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
34615         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
34616         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
34617         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
34618         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
34619         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
34620         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
34621         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
34622         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
34623         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
34624         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
34625         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
34626         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
34627         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
34628         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
34629         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
34630         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
34631         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
34632         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
34633         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
34634         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
34635         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
34636         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
34637         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
34638         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
34639         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
34640         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
34641
34642 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
34643
34644         * Makerules (+depfiles): Also collect depfiles from .oS in
34645         $(extra-objs).
34646         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
34647         .oS, $(libnldbl-routines)).
34648
34649         * Makerules (native-compile-mkdep-flags): Define.
34650         * sunrpc/Makefile (extra-objs): Add $(addprefix
34651         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
34652         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
34653         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
34654         calling $(make-target-directory).
34655
34656 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34657
34658         * bits/types.h (__snseconds_t): Removed.
34659         * time/time.h (struct timespec): Replace __snseconds_t with
34660         __syscall_slong_t.
34661         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
34662         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
34663         Likewise.
34664         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34665         (__SNSECONDS_T_TYPE): Likewise.
34666         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34667         (__SNSECONDS_T_TYPE): Likewise.
34668         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34669         (__SNSECONDS_T_TYPE): Likewise.
34670
34671 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34672
34673         * sysdeps/mach/hurd/bits/typesizes.h
34674         (__SYSCALL_SLONG_TYPE): New macro.
34675         (__SYSCALL_ULONG_TYPE): Likewise.
34676
34677 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34678
34679         * bits/types.h (__syscall_slong_t): New type.
34680         (__syscall_ulong_t): Likewise.
34681
34682         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
34683         (__SYSCALL_ULONG_TYPE): Likewise.
34684         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34685         (__SYSCALL_SLONG_TYPE): Likewise.
34686         (__SYSCALL_ULONG_TYPE): Likewise.
34687         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34688         (__SYSCALL_SLONG_TYPE): Likewise.
34689         (__SYSCALL_ULONG_TYPE): Likewise.
34690         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34691         (__SYSCALL_SLONG_TYPE): Likewise.
34692         (__SYSCALL_ULONG_TYPE): Likewise.
34693
34694 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34695
34696         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
34697         Add sigaltstack-offsets.sym.
34698         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
34699         <sigaltstack-offsets.h>.
34700         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
34701         longjmp_msg pointer.
34702         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
34703         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
34704         signal stack.
34705         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
34706
34707 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
34708
34709         * elf/stackguard-macros.h: Remove file.
34710         * sysdeps/generic/stackguard-macros.h: New file.
34711         * sysdeps/i386/stackguard-macros.h: Likewise.
34712         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
34713         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
34714         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
34715         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
34716         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
34717         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
34718         * sysdeps/x86_64/stackguard-macros.h: Likewise.
34719         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
34720         <elf/stackguard-macros.h>.
34721
34722         [BZ #14109]
34723         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
34724         __aligned__ in attribute.
34725         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
34726         (gregset_t): Likewise.
34727
34728 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34729
34730         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
34731         * sysdeps/x86_64/64/Implies-after: Here.  New file.
34732         * sysdeps/x86_64/x32/Implies-after: New file.
34733
34734 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34735
34736         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
34737         and access return value for _dl_profile_fixup.  Use R10_LP to
34738         load frame size.
34739
34740 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34741
34742         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
34743
34744 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34745
34746         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
34747         * sysdeps/x86_64/x32/sysdep.h: New file.
34748
34749 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34750
34751         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
34752         * sysdeps/x86_64/setjmp.S: Likewise.
34753
34754 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34755
34756         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
34757         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
34758         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
34759         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
34760         remove unused global constant.
34761
34762 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
34763
34764         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
34765         include of <not-cancel.h>.
34766
34767 2012-05-15  Roland McGrath  <roland@hack.frob.com>
34768
34769         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
34770
34771 2012-05-15  Jeff Law  <law@redhat.com>
34772             Andreas Jaeger  <aj@suse.de>
34773
34774         [BZ #13594]
34775         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
34776         out from...
34777         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
34778         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
34779         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
34780         code changing __hst_map_handle.map.
34781
34782 2012-05-15  Roland McGrath  <roland@hack.frob.com>
34783
34784         * configure.in (sysnames): Look for Implies-before and Implies-after
34785         files.
34786         * configure: Regenerated.
34787
34788 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34789
34790         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
34791         8-byte data alignment with LP_SIZE alignment.
34792
34793 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34794
34795         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
34796         into R10_LP.
34797
34798 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34799
34800         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
34801
34802 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34803
34804         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
34805         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
34806         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
34807         Likewise.
34808         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
34809
34810 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34811
34812         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
34813         (stackinfo_sub_sp): Likewise.
34814
34815 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34816
34817         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
34818         RAX_LP.
34819
34820 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34821
34822         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
34823         into R*_LP.
34824
34825 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34826
34827         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
34828         sizes into R*_LP.
34829
34830 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34831
34832         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
34833
34834 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34835
34836         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
34837         into R11_LP and load __x86_64_shared_cache_size_half into
34838         R8_LP.
34839
34840 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
34841
34842         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
34843         R8_LP.
34844
34845 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34846
34847         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
34848         logb for POWER7.
34849         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
34850         logbf for POWER7.
34851         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
34852         logbl for POWER7.
34853         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
34854         powerpc32/power7/fpu/s_logb.c via #include.
34855         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
34856         powerpc32/power7/fpu/s_logbf.c via #include.
34857         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
34858         powerpc32/power7/fpu/s_logbl.c via #include.
34859
34860 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
34861
34862         * README.libm: Remove file.
34863
34864 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34865
34866         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
34867         count for x32.  Use R*_LP and omit operand-size suffix.
34868
34869 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34870
34871         * shlib-versions: Move x86_64-.*-linux.* entries to ...
34872         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
34873         * sysdeps/x86_64/x32/shlib-versions: New file.
34874
34875 2012-05-14  Roland McGrath  <roland@hack.frob.com>
34876
34877         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
34878         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
34879         Use _dl_fatal_printf instead.
34880
34881 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
34882
34883         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
34884         set if not set by the user.  Do not allow for being unset.
34885         * sysdeps/unix/sysv/linux/configure: Regenerated.
34886
34887 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34888
34889         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
34890         the `q' suffix from lea and replace .quad with ASM_ADDR.
34891
34892 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34893
34894         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
34895         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
34896         instead of $17.
34897         (PTR_DEMANGLE): Likewise.
34898
34899 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34900
34901         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
34902         (LP_OP): Likewise.
34903         (ASM_ADDR): Likewise.
34904         (RAX_LP): Likewise.
34905         (RBP_LP): Likewise.
34906         (RBX_LP): Likewise.
34907         (RCX_LP): Likewise.
34908         (RDI_LP): Likewise.
34909         (RSI_LP): Likewise.
34910         (RSP_LP): Likewise.
34911         (R8_LP): Likewise.
34912         (R9_LP): Likewise.
34913         (R10_LP): Likewise.
34914         (R10_LP): Likewise.
34915         (R11_LP): Likewise.
34916         (R12_LP): Likewise.
34917         (R13_LP): Likewise.
34918         (R14_LP): Likewise.
34919         (R15_LP): Likewise.
34920
34921 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34922
34923         * sysdeps/x86_64/x32/dl-machine.h: New file.
34924
34925 2012-05-14  Andreas Jaeger  <aj@suse.de>
34926
34927         * manual/Makefile (subdir): Remove export of subdir.
34928         (all): Remove target.
34929         (.PHONY): Remove all from list.
34930         (mkinstalldirs): Remove.
34931         (.PHONY): Remove installdirs from list.
34932         ($(inst_infodir)/libc.info): Use make-target-directory.
34933         (installdirs): Remove.
34934         (subdir_%): Remove.
34935         (glibc-targets): Remove.
34936         (lib): Remove.
34937         (stubs): Remove.
34938         ($(objpfx)stubs ../po/manual.pot): Remove.
34939         ($(objpfx)stamp%): Remove.
34940         (make-target-directory): Remove.
34941         (subdir_install): Remove.
34942         (routines): Remove.
34943         (aux): Remove.
34944         (sources): Remove.
34945         (objects): Remove.
34946         (headers): Remove.
34947
34948         [BZ #13750]
34949         * manual/.gitignore: Remove, it's not needed anymore.
34950         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
34951         all files in it.
34952         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
34953         directory.
34954         (texis): Renamed to $(objpfx)texis.
34955         (texis-path): New, contains path to generated files.
34956         (chapters.%): Use texis-path for complete path, add extra argument
34957         libc-texinfo.sh.
34958         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
34959         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
34960         (summary,texi, stamp-summary): Use complete path of
34961         files. Generate files in build dir.
34962         (dir-add.texi): Build in build dir.
34963         (libm-err.texi,stamp-libm-err): Likewise.
34964         (version.texi, stamp-version): Likewise.
34965         (.%c.texi): Likewise.
34966         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
34967         (mostlyclean): Remove target.
34968         (realclean): Remove target.
34969         (generated): Add new variable with contents from mostlyclean and
34970         realclean, remove entries duplicated in common-mostlyclean, add
34971         stamp-libm-err and stamp-version.
34972         (generated-dirs): Add libc directory.
34973         ($(inst_infodir)/libc.info): Install files from build dir.
34974
34975         * manual/install.texi (Configuring and compiling): Adjust since
34976         the info files are not part of the tar ball anymore.
34977
34978 2012-05-14  Andreas Jaeger  <aj@suse.de>
34979
34980         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
34981         variable.
34982
34983 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
34984
34985         [BZ #13717]
34986         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
34987         to 2.2.0 where earlier.
34988         * sysdeps/unix/sysv/linux/configure: Regenerated.
34989         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
34990         Remove conditional code.
34991         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
34992         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
34993         Remove conditional code.
34994         [!__NR_lchown]: Likewise.
34995         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
34996         [__NR_lchown]: Likewise.
34997         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
34998         comment referencing __ASSUME_LCHOWN_SYSCALL.
34999         * sysdeps/unix/sysv/linux/i386/sigaction.c
35000         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35001         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35002         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
35003         Remove conditional code.
35004         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
35005         (__protocol_available): Remove #if 0 code.
35006         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
35007         conditional code.
35008         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
35009         * sysdeps/unix/sysv/linux/kernel-features.h
35010         (__ASSUME_GETCWD_SYSCALL): Don't define.
35011         (__ASSUME_REALTIME_SIGNALS): Likewise.
35012         (__ASSUME_PREAD_SYSCALL): Likewise.
35013         (__ASSUME_PWRITE_SYSCALL): Likewise.
35014         (__ASSUME_POLL_SYSCALL): Likewise.
35015         (__ASSUME_LCHOWN_SYSCALL): Likewise.
35016         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
35017         non-SPARC.
35018         (__ASSUME_SIOCGIFNAME): Don't define.
35019         (__ASSUME_MSG_NOSIGNAL): Likewise.
35020         (__ASSUME_SENDFILE): Define unconditionally.
35021         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
35022         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
35023         conditional code.
35024         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
35025         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
35026         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
35027         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
35028         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
35029         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
35030         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
35031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
35032         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35033         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
35035         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35036         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35037         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
35038         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35039         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
35041         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35042         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
35044         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35045         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
35047         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35048         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
35050         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35051         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
35053         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35054         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35055         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
35056         Remove conditional code.
35057         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35058         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
35059         Remove conditional code.
35060         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35061         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
35062         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
35063         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
35064         Remove conditional code.
35065         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35066         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
35067         Remove conditional code.
35068         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35069         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
35070         Remove conditional code.
35071         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35072         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
35073         Remove conditional code.
35074         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35075         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
35076         Remove conditional code.
35077         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35078         * sysdeps/unix/sysv/linux/sh/pwrite64.c
35079         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35080         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35081         * sysdeps/unix/sysv/linux/sigaction.c
35082         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35083         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35084         * sysdeps/unix/sysv/linux/sigpending.c
35085         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35086         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35087         * sysdeps/unix/sysv/linux/sigprocmask.c
35088         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35089         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35090         * sysdeps/unix/sysv/linux/sigsuspend.c
35091         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35092         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35093         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35094         (__libc_missing_rt_sigs): Remove.
35095         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
35096         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
35097         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
35098         Remove conditional code.
35099         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
35100         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
35101         return 1.
35102         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
35103         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
35104         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
35105         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
35106
35107 2012-05-14  Andreas Jaeger  <aj@suse.de>
35108
35109         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
35110         it's not used in glibc.
35111         (__coshm1): Likewise.
35112         (__acosh1p): Likewise.
35113         (__sgn): Likewise.
35114
35115         * manual/string.texi (Copying and Concatenation): Add missing
35116         variable in concat example.
35117         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
35118
35119 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35120
35121         [BZ #14103]
35122         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
35123         __builtin_clzl with __builtin_clzll.
35124
35125 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35126
35127         [BZ #14104]
35128         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
35129         libc_freeres_ptr.
35130
35131 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35132
35133         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
35134         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
35135         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
35136         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
35137
35138 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
35139
35140         * NEWS: Update ia64 info.
35141
35142 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
35143
35144         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
35145         used as bcopy.
35146
35147 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
35148
35149         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
35150         * sysdeps/unix/syscalls.list (dup3): Likewise.
35151         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
35152         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
35153
35154 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
35155
35156         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
35157         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
35158
35159 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
35160
35161         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
35162         thread pointer.
35163         (TLS_IE): Use mov/add instead of movq/addq to load thread
35164         pointer.
35165         (TLS_GD_PREFIX): New.
35166         (TLS_GD): Use it.
35167
35168 2012-05-11  David S. Miller  <davem@davemloft.net>
35169
35170         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
35171         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
35172         (_FPU_SETCW): Likewise.
35173
35174 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35175
35176         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
35177         is 32-byte aligned.
35178
35179 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
35180
35181         [BZ #11837]
35182         * iconvdata/gb18030.c: Update tables.
35183         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
35184         characters specially.
35185         (BODY for TO_LOOP): Add encoding of missing ranges.
35186
35187 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
35188
35189         [BZ #13673]
35190         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
35191         * sysdeps/mach/hurd/dup3.c: Likewise.
35192         * sysdeps/mach/hurd/readlinkat.c: Likewise.
35193         * sysdeps/powerpc/memmove.c:: Likewise.
35194
35195 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35196
35197         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
35198         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
35199
35200 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35201
35202         * elf/elf.h (R_X86_64_RELATIVE64): New.
35203         (R_X86_64_NUM): Updated.
35204         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
35205         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
35206         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
35207         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
35208         tst-quad1pie tst-quad2pie
35209         (modules-names): Add tst-quadmod1 tst-quadmod2.
35210         ($(objpfx)tst-quad1): New dependency.
35211         ($(objpfx)tst-quad2): Likewise.
35212         ($(objpfx)tst-quad1pie): Likewise.
35213         ($(objpfx)tst-quad2pie): Likewise.
35214         * sysdeps/x86_64/tst-quad1.c: New file.
35215         * sysdeps/x86_64/tst-quad1pie.c: New file.
35216         * sysdeps/x86_64/tst-quad2.c: Likewise.
35217         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
35218         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
35219         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
35220         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
35221         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
35222
35223 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35224
35225         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
35226         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
35227         * streams/stropts.h (t_scalar_t): Define type.
35228
35229         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
35230         (_PATH_PRESERVE): Set to "/var/lib".
35231         (_PATH_RWHODIR): Set to "/var/spool/rwho".
35232
35233         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
35234         instead of int.
35235
35236         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
35237         if __dir_mkfile succeeded.
35238
35239         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
35240         checking for _hurd_dtablesize.  Unlock it right after having
35241         finished _hurd_dtable allocation.
35242
35243 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35244
35245         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
35246         * sysdeps/mach/hurd/configure: Regenerated.
35247         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
35248         special-casing to...
35249         * sysdeps/gnu/configure.in: ... this new file.
35250         * sysdeps/unix/sysv/linux/configure: Regenerated.
35251         * sysdeps/gnu/configure: New generated file.
35252
35253         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
35254         for Linux: use nsec instead of usec, as well as:
35255         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
35256         members of type struct timespec.
35257         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
35258         New macros.
35259         (struct stat64): Likewise.
35260         (_STATBUF_ST_NSEC): New macro.
35261         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
35262
35263         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
35264         __strtoul_internal rather than strtoul.
35265
35266 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35267
35268         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
35269         and reject them.
35270
35271 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35272
35273         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
35274         which preserves existing values.
35275         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
35276
35277 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35278
35279         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
35280         TIMEOUT values.  Return EINVAL for NFDS values either negative or
35281         greater than FD_SETSIZE.
35282
35283 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35284
35285         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
35286         allocated, call __vm_protect to finish enabling the existing space, and
35287         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
35288         allocate the remainder.
35289
35290 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35291
35292         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
35293         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
35294
35295 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35296
35297         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
35298         sysdeps/mach/hurd/readlink.c.
35299
35300         * posix/tst-sysconf.c (posix_options): Only use
35301         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
35302         _POSIX_SYNCHRONIZED_IO when they are defined
35303         * sysdeps/mach/hurd/bits/posix_opt.h:
35304         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
35305         (_XOPEN_REALTIME): Undefine macro.
35306         (_XOPEN_REALTIME_THREADS): Undefine macro.
35307         (_XOPEN_SHM): Undefine macro.
35308         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
35309         macro to -1.
35310         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
35311         macro to -1.
35312         (_POSIX_ASYNC_IO): Undefine macro.
35313         (_POSIX_PRIORITIZED_IO): Undefine macro.
35314         (_POSIX_SPIN_LOCKS): Define macro to -1.
35315
35316         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
35317         SA_NODEFER, SA_RESETHAND.
35318         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
35319         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
35320         F_DUPFD_CLOEXEC.
35321
35322 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35323
35324         * elf/Makefile (pldd-modules): Define unconditionally.
35325
35326 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35327
35328         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
35329
35330 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35331
35332         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
35333         Return ENOENT when name is empty.
35334         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
35335
35336 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35337
35338         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
35339
35340         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
35341
35342 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35343
35344         Fix mlock in all cases except non-readable pages.
35345         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
35346         instead of VM_PROT_ALL as parameter to __vm_wire function.
35347
35348         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
35349         (__mkdir): When path is `/', just fail with EEXIST.
35350         * sysdeps/mach/hurd/mkdirat.c: Likewise.
35351
35352 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35353
35354         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
35355         <sys/uio.h> (for writev).
35356         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
35357         and <sys/param.h> (for MIN).
35358
35359 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35360
35361         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
35362         REQUESTED_TIME.  Properly set the remaining time and return EINTR
35363         if interrupted.
35364
35365 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35366
35367         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
35368         Depend on against $(link-rpcuserlibs).
35369
35370 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35371
35372         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
35373         (__libc_stack_end): Do not use attribute_relro.
35374         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
35375         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
35376         to libthread-provided value.
35377         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
35378         attribute_relro.
35379
35380 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35381
35382         [BZ #3748]
35383         * bits/libc-lock.h (__libc_once_get): New macro.
35384         * sysdeps/mach/bits/libc-lock.h: Likewise.
35385         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
35386         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
35387         instead of using implementation details.
35388
35389         * libio/fileops.c: Unconditionally include <kernel-features.h>.
35390         * libio/freopen.c: Likewise.
35391         * libio/freopen64.c: Likewise.
35392         * misc/syslog.c: Likewise.
35393         * nscd/connections.c: Likewise.
35394         * nscd/netgroupcache.c: Likewise.
35395         * sysdeps/posix/getcwd.c: Likewise.
35396
35397 2012-05-10  Roland McGrath  <roland@hack.frob.com>
35398
35399         * math/w_ilogbf.c: Add #include <limits.h>.
35400
35401 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35402
35403         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
35404         path instead of returning without unlocking.
35405
35406         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
35407         immediate-write ioctls.
35408         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
35409
35410 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35411
35412         * sysdeps/mach/hurd/i386/init-first.c (init): Use
35413         __builtin_frame_address instead of making assumptions about the
35414         location of the return address relative to DATA.  Force early load of
35415         the return address.
35416         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
35417         __builtin_frame_address.
35418
35419         dup3 for GNU Hurd.
35420         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
35421         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
35422         implement dup3 and do some further code clean-ups.
35423         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
35424         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
35425
35426 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35427
35428         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
35429
35430         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
35431         HURD_CRITICAL_END around holding _hurd_dtable_lock.
35432         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
35433         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
35434         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
35435         d->port.lock.
35436
35437         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
35438         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
35439         when handler == SIG_ERR, not when handler != SIG_ERR.
35440
35441 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35442
35443         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
35444         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
35445         definitions.
35446
35447         accept4 for GNU Hurd.
35448         * include/sys/socket.h (__libc_accept4): New prototype.
35449         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
35450         to implement __libc_accept4.
35451         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
35452         __libc_accept4.
35453         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
35454
35455         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
35456         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
35457         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
35458         signal-defines.sym.
35459
35460 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35461
35462         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
35463
35464 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35465
35466         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
35467         assertion on O_CLOEXEC flag.
35468         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
35469         * hurd/intern-fd.c: Likewise.
35470         * hurd/port2fd.c: Likewise.
35471
35472 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35473
35474         [BZ #3906]
35475         * bits/in.h (IPV6_PKTINFO): Define new macro.
35476         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
35477
35478 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35479
35480         [BZ #13954]
35481         [BZ #13955]
35482         [BZ #13956]
35483         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
35484         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
35485         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
35486         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
35487         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35488         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
35489         * math/libm-test.inc (logb_test) : Additional logb tests.
35490
35491 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
35492             Andreas Jaeger  <aj@suse.de>
35493
35494         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
35495         * configure: Regenerated.
35496         * config.h.in (LINK_OBSOLETE_RPC): New macro.
35497         * config.make.in (link-obsolete-rpc): New substituted variable.
35498         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
35499         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
35500         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
35501         (shared-only-routines): Don't set it under [link-obsolete-rpc],
35502         so that libc.a contains the symbols.
35503         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
35504         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
35505         * sunrpc/auth_none.c: Likewise.
35506         * sunrpc/auth_unix.c: Likewise.
35507         * sunrpc/authdes_prot.c: Likewise.
35508         * sunrpc/authuxprot.c: Likewise.
35509         * sunrpc/clnt_gen.c: Likewise.
35510         * sunrpc/clnt_perr.c: Likewise.
35511         * sunrpc/clnt_raw.c: Likewise.
35512         * sunrpc/clnt_simp.c: Likewise.
35513         * sunrpc/clnt_tcp.c: Likewise.
35514         * sunrpc/clnt_udp.c: Likewise.
35515         * sunrpc/clnt_unix.c: Likewise.
35516         * sunrpc/des_crypt.c: Likewise.
35517         * sunrpc/des_soft.c: Likewise.
35518         * sunrpc/get_myaddr.c: Likewise.
35519         * sunrpc/key_call.c: Likewise.
35520         * sunrpc/key_prot.c: Likewise.
35521         * sunrpc/netname.c: Likewise.
35522         * sunrpc/pm_getmaps.c: Likewise.
35523         * sunrpc/pm_getport.c: Likewise.
35524         * sunrpc/pmap_clnt.c: Likewise.
35525         * sunrpc/pmap_prot.c: Likewise.
35526         * sunrpc/pmap_prot2.c: Likewise.
35527         * sunrpc/pmap_rmt.c: Likewise.
35528         * sunrpc/publickey.c: Likewise.
35529         * sunrpc/rpc_cmsg.c: Likewise.
35530         * sunrpc/rpc_common.c: Likewise.
35531         * sunrpc/rpc_dtable.c: Likewise.
35532         * sunrpc/rpc_prot.c: Likewise.
35533         * sunrpc/rpc_thread.c: Likewise.
35534         * sunrpc/rtime.c: Likewise.
35535         * sunrpc/svc.c: Likewise.
35536         * sunrpc/svc_auth.c: Likewise.
35537         * sunrpc/svc_raw.c: Likewise.
35538         * sunrpc/svc_run.c: Likewise.
35539         * sunrpc/svc_tcp.c: Likewise.
35540         * sunrpc/svc_udp.c: Likewise.
35541         * sunrpc/svc_unix.c: Likewise.
35542         * sunrpc/svcauth_des.c: Likewise.
35543         * sunrpc/xcrypt.c: Likewise.
35544         * sunrpc/xdr.c: Likewise.
35545         * sunrpc/xdr_array.c: Likewise.
35546         * sunrpc/xdr_float.c: Likewise.
35547         * sunrpc/xdr_intXX_t.c: Likewise.
35548         * sunrpc/xdr_mem.c: Likewise.
35549         * sunrpc/xdr_rec.c: Likewise.
35550         * sunrpc/xdr_ref.c: Likewise.
35551         * sunrpc/xdr_sizeof.c: Likewise.
35552         * sunrpc/xdr_stdio.c: Likewise.
35553
35554 2012-05-10  Roland McGrath  <roland@hack.frob.com>
35555
35556         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
35557         change.  Update copyright years.
35558
35559 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
35560
35561         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
35562
35563 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
35564             Joseph Myers  <joseph@codesourcery.com>
35565             Paul Pluzhnikov  <ppluzhnikov@google.com>
35566
35567         [BZ #14012]
35568         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
35569         requiring rpcgen.
35570         [cross-compiling] (extra-libs): Likewise.
35571         [cross-compiling] (extra-libs-others): Likewise.
35572         [cross-compiling] (librpcsvc-routines): Likewise.
35573         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
35574         [cross-compiling] (omit-deps): Likewise.
35575         (sunrpc-CPPFLAGS): New variable.
35576         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
35577         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
35578         (cross-rpcgen-objs): New variable.
35579         (extra-objs): Append $(cross-rpcgen-objs).
35580         ($(cross-rpcgen-objs)): New rule.
35581         ($(objpfx)cross-rpcgen): Likewise.
35582         (rpcgen-cmd): Define to use $(built-program-file).  Expand
35583         comment.
35584         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
35585         ($(objpfx)x%.stmp): Likewise.
35586         * sunrpc/proto.h [IS_IN_build] (_): Define.
35587         [IS_IN_build] (_libc_intl_domainname): Likewise.
35588
35589 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35590
35591         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
35592         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
35593         and R_X86_64_TPOFF64.
35594
35595 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
35596
35597         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
35598         sysdeps/unix/sysv/syscalls.list.
35599         (stime): Likewise.
35600         (utime): Likewise.
35601         * sysdeps/unix/sysv/syscalls.list: Remove file.
35602
35603 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
35604
35605         [BZ #3440]
35606         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
35607         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
35608         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
35609         (__LC_IDENTIFICATION): Make these macros useful in #if
35610         expressions, as required by C99.
35611
35612 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
35613
35614         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
35615         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
35616         after this.
35617
35618 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
35619
35620         * stdlib/longlong.h: Updated from GCC.
35621
35622 2012-05-09  Andreas Jaeger  <aj@suse.de>
35623
35624         * nscd/nscd.c (run_modes): Make named enum, reorder so that
35625         default is first entry.
35626         (run_mode): Set type.
35627         (main): Remove informal message about syslog.
35628         (options): Fix typo.
35629
35630         [BZ #14053]
35631         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
35632         to asm.
35633         (lrint): Likewise.
35634         (llrintf): Likewise.
35635         (llrint): Likewise.
35636         (rint): Likewise.
35637         (rintf): Likewise.
35638         (nearbyint): Likewise.
35639         (nearbyintf): Likewise.
35640
35641 2012-05-09  Andreas Jaeger  <aj@suse.de>
35642             Pedro Alves  <palves@redhat.com>
35643
35644         * nscd/nscd.c (run_mode): Use enum.
35645         (main): Cleanup coding style issue.
35646
35647 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
35648             Andreas Jaeger  <aj@suse.de>
35649
35650         * nscd/nscd.c (go_background): Replaced with...
35651         (run_mode): ... this.
35652         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
35653         (options): Add -F --foreground.
35654         (main): Implement it.
35655         (parse_opt): Parse it.
35656
35657 2012-05-09  Andreas Jaeger  <aj@suse.de>
35658
35659         [BZ #14083]
35660         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
35661         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
35662         -Wconversion warning.
35663         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
35664         Likewise.
35665
35666 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
35667
35668         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
35669         == 0.
35670         (LC_ALL): Use macro-int-constant.
35671         (LC_COLLATE): Likewise.
35672         (LC_CTYPE): Likewise.
35673         (LC_MESSAGES): Likewise.
35674         (LC_MONETARY): Likewise.
35675         (LC_NUMERIC): Likewise.
35676         (LC_TIME): Likewise.
35677         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
35678         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
35679         [ISO || ISO99 || ISO11] (*_t): Do not allow.
35680         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
35681         Specify type.
35682         [C99-based standards] (float_t): Expect type.
35683         [C99-based standards] (double_t): Expect type.
35684         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
35685         type.
35686         [C99-based standards] (HUGE_VALL): Likewise.
35687         [C99-based standards] (INFINITY): Likewise.
35688         [C99-based standards] (NAN): Likewise.
35689         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
35690         [C99-based standards] (FP_NAN): Likewise.
35691         [C99-based standards] (FP_NORMAL): Likewise.
35692         [C99-based standards] (FP_SUBNORMAL): Likewise.
35693         [C99-based standards] (FP_ZERO): Likewise.
35694         [C99-based standards] (FP_FAST_FMA): Use
35695         optional-macro-int-constant.  Specify type.  Require == 1.
35696         [C99-based standards] (FP_FAST_FMAF): Likewise.
35697         [C99-based standards] (FP_FAST_FMAL): Likewise.
35698         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
35699         [C99-based standards] (FP_ILOGBNAN): Likewise.
35700         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
35701         Specify type.
35702         [C99-based standards] (MATH_ERREXCEPT): Likewise.
35703         [C99-based standards] (math_errhandling): Specify type.
35704         [ISO99 || ISO11] (signgam): Do not allow.
35705         [non-C99-based standards] (copysignf): Do not allow.
35706         [non-C99-based standards] (exp2f): Likewise.
35707         [non-C99-based standards] (log2f): Likewise.
35708         [non-C99-based standards] (modff): Allow.
35709         [non-C99-based standards] (erff): Do not allow.
35710         [non-C99-based standards] (erfcf): Likewise.
35711         [non-C99-based standards] (gammaf): Likewise.
35712         [non-C99-based standards] (hypotf): Likewise.
35713         [non-C99-based standards] (j0f): Likewise.
35714         [non-C99-based standards] (j1f): Likewise.
35715         [non-C99-based standards] (jnf): Likewise.
35716         [non-C99-based standards] (lgammaf): Likewise.
35717         [non-C99-based standards] (tgammaf): Likewise.
35718         [non-C99-based standards] (y0f): Likewise.
35719         [non-C99-based standards] (y1f): Likewise.
35720         [non-C99-based standards] (ynf): Likewise.
35721         [non-C99-based standards] (isnanf): Likewise.
35722         [non-C99-based standards] (acoshf): Likewise.
35723         [non-C99-based standards] (asinhf): Likewise.
35724         [non-C99-based standards] (atanhf): Likewise.
35725         [non-C99-based standards] (cbrtf): Likewise.
35726         [non-C99-based standards] (expm1f): Likewise.
35727         [non-C99-based standards] (ilogbf): Likewise.
35728         [non-C99-based standards] (log1pf): Likewise.
35729         [non-C99-based standards] (logbf): Likewise.
35730         [non-C99-based standards] (nextafterf): Likewise.
35731         [non-C99-based standards] (remainderf): Likewise.
35732         [non-C99-based standards] (rintf): Likewise.
35733         [non-C99-based standards] (scalbf): Likewise.
35734         [non-C99-based standards] (copysignl): Likewise.
35735         [non-C99-based standards] (exp2l): Likewise.
35736         [non-C99-based standards] (log2l): Likewise.
35737         [non-C99-based standards] (modfl): Allow.
35738         [non-C99-based standards] (erfl): Do not allow.
35739         [non-C99-based standards] (erfcl): Likewise.
35740         [non-C99-based standards] (gammal): Likewise.
35741         [non-C99-based standards] (hypotl): Likewise.
35742         [non-C99-based standards] (j0l): Likewise.
35743         [non-C99-based standards] (j1l): Likewise.
35744         [non-C99-based standards] (jnl): Likewise.
35745         [non-C99-based standards] (lgammal): Likewise.
35746         [non-C99-based standards] (tgammal): Likewise.
35747         [non-C99-based standards] (y0l): Likewise.
35748         [non-C99-based standards] (y1l): Likewise.
35749         [non-C99-based standards] (ynl): Likewise.
35750         [non-C99-based standards] (isnanl): Likewise.
35751         [non-C99-based standards] (acoshl): Likewise.
35752         [non-C99-based standards] (asinhl): Likewise.
35753         [non-C99-based standards] (atanhl): Likewise.
35754         [non-C99-based standards] (cbrtl): Likewise.
35755         [non-C99-based standards] (expm1l): Likewise.
35756         [non-C99-based standards] (ilogbl): Likewise.
35757         [non-C99-based standards] (log1pl): Likewise.
35758         [non-C99-based standards] (logbl): Likewise.
35759         [non-C99-based standards] (nextafterl): Likewise.
35760         [non-C99-based standards] (remainderl): Likewise.
35761         [non-C99-based standards] (rintl): Likewise.
35762         [non-C99-based standards] (scalbl): Likewise.
35763         [ISO || ISO99 || ISO11] (*_t): Do not allow.
35764         [non-C99-based standards] (FP_*): Do not allow.
35765         [C99-based standards] (FP_*): Change to
35766         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
35767         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
35768         allow.
35769         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
35770         (SIG_ERR): Likewise.
35771         [X/Open-based standards] (SIG_HOLD): Likewise.
35772         (SIG_IGN): Likewise.
35773         (SIGABRT): Use macro-int-constant.  Specify type.  Require
35774         positive value.
35775         (SIGFPE): Likewise.
35776         (SIGILL): Likewise.
35777         (SIGINT): Likewise.
35778         (SIGSEGV): Likewise.
35779         (SIGTER): Likewise.
35780         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
35781         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
35782         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
35783         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
35784         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
35785         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
35786         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
35787         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
35788         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
35789         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
35790         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
35791         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
35792         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
35793         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
35794         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
35795         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
35796         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
35797         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
35798         [X/Open-based standards] (SIGTRAP): Likewise.
35799         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
35800         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
35801         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
35802         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
35803         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
35804         allow.
35805
35806 2012-05-08  Ian Wienand  <ianw@vmware.com>
35807
35808         [BZ #14080]
35809         * time/tzset.c (__tzset_parse_tz): Update default rules for
35810         daylight time changes in the Energy Policy Act of 2005.
35811
35812 2012-05-09  Andreas Jaeger  <aj@suse.de>
35813
35814         [BZ #13983]
35815         * elf/ldconfig.c (parse_conf): Change string to make clear that
35816         ldconfig only issued a warning if ld.so.conf does not exist.
35817
35818 2012-05-08  David S. Miller  <davem@davemloft.net>
35819
35820         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
35821         movxtod instead of popping the value on the stack.
35822
35823         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35824
35825 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
35826
35827         * config.h.in: Add HAVE_ARM_PCS_VFP.
35828
35829 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
35830
35831         [BZ #13979]
35832         * include/features.h: Warn if user requests __FORTIFY_SOURCE
35833         checking but the checks are disabled for any reason.
35834
35835 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
35836
35837         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
35838         and ELF64_R_TYPE with ELFW(R_TYPE).
35839
35840 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
35841
35842         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
35843         (ulimit): Likewise.
35844
35845         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
35846         (settimeofday): Likewise.
35847
35848 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
35849
35850         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
35851         a struct th_u2 inside the union, and move tu_block/tu_code into
35852         a new th_u3 union of tu_block/tu_code inside of that.  Move
35853         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
35854         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
35855         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
35856         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
35857         (th_stuff): Change to th_u1.tu_stuff.
35858         (th_data): Define.
35859         (th_msg): Change to th_u1.th_u2.tu_data.
35860
35861 2012-05-07  David S. Miller  <davem@davemloft.net>
35862
35863         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35864
35865         [BZ #14074]
35866         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
35867         (SETUP_PIC_REG): Use it.
35868         (SETUP_PIC_REG_LEAF): Use it.
35869
35870 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
35871
35872         [BZ #13885]
35873         [BZ #13923]
35874         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
35875         USE_AS_EXPM1L.
35876         (EXPL_FINITE): Likewise.
35877         (FLDLOG): Likewise.
35878         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
35879         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
35880         e_expl.S.
35881         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
35882         USE_AS_EXPM1L.
35883         (EXPL_FINITE): Likewise.
35884         (FLDLOG): Likewise.
35885         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
35886         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
35887         e_expl.S.
35888         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
35889         test of -max_value argument for long double.
35890         * sysdeps/i386/fpu/libm-test-ulps: Update.
35891         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35892
35893 2012-05-06  David S. Miller  <davem@davemloft.net>
35894
35895         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
35896         quad soft-float symbols whose references which are compiler
35897         generated.
35898         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
35899
35900 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
35901
35902         [BZ #13884]
35903         [BZ #13914]
35904         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
35905         USE_AS_EXP10L.
35906         (EXPL_FINITE): Likewise.
35907         (FLDLOG): Likewise.
35908         (c0): Likewise.
35909         (c1): Likewise.
35910         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
35911         Adjust comments for base varying.
35912         (__expl_finite): Change alias to EXPL_FINITE.
35913         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
35914         e_expl.S.
35915         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
35916         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
35917         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
35918         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
35919         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
35920         USE_AS_EXP10L.
35921         (EXPL_FINITE): Likewise.
35922         (FLDLOG): Likewise.
35923         (c0): Likewise.
35924         (c1): Likewise.
35925         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
35926         Adjust comments for base varying.
35927         (__expl_finite): Change alias to EXPL_FINITE.
35928         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
35929         tests for bugs.
35930         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35931
35932         [BZ #14064]
35933         * math/libm-test.inc (check_float_internal): Correct ulp
35934         calculation for subnormal expected results.
35935
35936 2012-05-06  Andreas Jaeger  <aj@suse.de>
35937
35938         * Makeconfig (+math-flags): New, set to -frounding-math.
35939         (+cflags): Add +math-flags so that all of glibc gets compiled with
35940         it.
35941
35942         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
35943
35944 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
35945
35946         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
35947         Disable one test.
35948
35949         [BZ #13787]
35950         [BZ #13922]
35951         [BZ #14036]
35952         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
35953         (__ieee754_expl): Allow for and saturate large arguments.
35954         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
35955         (u_threshold): Likewise.
35956         (__exp): Call __ieee754_exp before checking for overflow and
35957         underflow.
35958         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
35959         (u_threshold): Likewise.
35960         (__expf): Call __ieee754_expf before checking for overflow and
35961         underflow.
35962         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
35963         (u_threshold): Likewise.
35964         (__expl): Call __ieee754_expl before checking for overflow and
35965         underflow.
35966         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
35967         (__ieee754_expl): Allow for and saturate large arguments.
35968         * math/libm-test.inc (exp_test): Add another test.  Do not allow
35969         missing overflow exception on overflow.
35970         (expm1_test): Do not allow missing overflow exception on overflow.
35971
35972         * sysdeps/i386/fpu/e_expl.c: Move to ...
35973         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
35974         rather than using inline asm.
35975         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
35976         * sysdeps/x86_64/fpu/e_expl.S: Copy from
35977         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
35978
35979         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
35980         (nice): Likewise.
35981         (poll): Likewise.
35982         (signal): Likewise.
35983         (time): Likewise.
35984         (times): Likewise.
35985
35986 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
35987
35988         * sysdeps/unix/syscalls.list (adjtime): Add entry from
35989         sysdeps/unix/common/syscalls.list.
35990         (fchmod): Likewise.
35991         (fchown): Likewise.
35992         (ftruncate): Likewise.
35993         (getrusage): Likewise.
35994         (gettimeofday): Likewise.
35995         (setpgid): Likewise.
35996         (setregid): Likewise.
35997         (setreuid): Likewise.
35998         (sigaction): Likewise.
35999         (truncate): Likewise.
36000         (vhangup): Likewise.
36001         * sysdeps/unix/common/syscalls.list: Remove file.
36002         * sysdeps/unix/bsd/Implies: Don't include unix/common.
36003         * sysdeps/unix/sysv/linux/Implies: Likewise.
36004
36005 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
36006
36007         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
36008         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
36009         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
36010         Moved to ...
36011         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
36012         Here.
36013         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
36014         to ...
36015         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
36016         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
36017         to ...
36018         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
36019         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
36020         to ...
36021         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
36022         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
36023         to ...
36024         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
36025         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
36026         to ...
36027         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
36028         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
36029         to ...
36030         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
36031         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
36032         to ...
36033         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
36034         Here.
36035         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
36036         to ...
36037         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
36038         Here.
36039         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
36040         to ...
36041         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
36042         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
36043         Moved to ...
36044         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
36045         Here.
36046         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
36047         to ...
36048         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
36049
36050 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36051
36052         * sysdeps/unix/common/bits/dirent.h: Remove file.
36053         * sysdeps/unix/common/bits/fcntl.h: Likewise.
36054
36055         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
36056         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
36057         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
36058         * sysdeps/unix/bsd/isatty.c: Likewise.
36059         * sysdeps/unix/bsd/tcdrain.c: Likewise.
36060         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
36061         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
36062
36063 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36064
36065         [BZ #13563]
36066         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
36067         long double comparison inaccuracies.
36068         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
36069         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36070
36071 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
36072
36073         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
36074         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
36075
36076 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36077
36078         [BZ #14049]
36079         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
36080         nonzero digits before rounding a hex value.
36081         * stdlib/tst-strtod.c (tests): Add another test.
36082
36083 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36084
36085         * sysdeps/s390/fpu/libm-test-ulps: Update.
36086
36087 2012-05-03  Andreas Jaeger  <aj@suse.de>
36088
36089         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
36090         does not get optimized out.
36091         (malloc_opt_barrier): New.
36092
36093 2012-05-03  Andreas Jaeger  <aj@suse.de>
36094             Roland McGrath  <roland@hack.frob.com>
36095
36096         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
36097         intermediate file deletion.
36098         (generated): Add .symlist files.
36099
36100 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
36101
36102         [BZ #13775]
36103         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
36104         Redirect under this condition.
36105         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
36106         [__USE_GNU] (__dprintf_chk): Not under this condition.
36107         [__USE_GNU] (__vdprintf_chk): Likewise.
36108         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
36109         under this condition.
36110         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
36111         [__USE_XOPEN2K8] (dprintf): Define under this condition.
36112         [__USE_XOPEN2K8] (vdprintf): Likewise.
36113         [__USE_GNU] (__dprintf_chk): Not under this condition.
36114         [__USE_GNU] (__vdprintf_chk): Likewise.
36115         [__USE_GNU] (dprintf): Likewise.
36116         [__USE_GNU] (vdprintf): Likewise.
36117
36118 2012-05-03  Roland McGrath  <roland@hack.frob.com>
36119
36120         * elf/Makefile (common-generated): Set this instead of generated for
36121         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
36122         $(all-built-dso)-derived lists.
36123
36124 2012-05-03  Andreas Jaeger  <aj@suse.de>
36125
36126         * sysdeps/i386/fpu/libm-test-ulps: Update.
36127
36128         * FAQ: Removed.
36129         * FAQ.in: Likewise.
36130         * scripts/gen-FAQ.pl: Likewise.
36131         * manual/install.texi (Installation): Point to online location of
36132         FAQ.
36133         * Makefile (files-for-dist): Remove FAQ.
36134         (FAQ): Remove.
36135
36136 2012-05-02  Allan McRae  <allan@archlinux.org>
36137
36138         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
36139         (LDFLAGS-reldepmod5.so): Likewise.
36140         (LDFLAGS-reldep6mod1.so): Likewise.
36141         (LDFLAGS-reldep6mod4.so): Likewise.
36142         (LDFLAGS-reldep8mod3.so): Likewise.
36143         (LDFLAGS-unload4mod1.so): Likewise.
36144         (LDFLAGS-unload4mod2.so): Likewise.
36145         (LDFLAGS-tst-initorder): Likewise.
36146         (LDFLAGS-tst-initordera2.so): Likewise.
36147         (LDFLAGS-tst-initordera3.so): Likewise.
36148         (LDFLAGS-tst-initordera4.so): Likewise.
36149         (LDFLAGS-tst-initorderb2.so): Likewise.
36150         (LDFLAGS-noload): Likewise.
36151         (LDFLAGS-next): Likewise.
36152         (LDFLAGS-order2mod1.so): Likewise.
36153         (LDFLAGS-order2mod2.so): Likewise.
36154         (LDFLAGS-tst-initorder2): Likewise.
36155         (LDFLAGS-tst-initorder2a.so): Likewise.
36156         (LDFLAGS-tst-initorder2b.so): Likewise.
36157         (LDFLAGS-tst-initorder2c.so): Likewise.
36158         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
36159
36160 2012-05-02  David S. Miller  <davem@davemloft.net>
36161
36162         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36163
36164 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
36165
36166         [BZ #14055]
36167         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
36168
36169 2012-05-02  Andreas Jaeger  <aj@suse.de>
36170
36171         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
36172         since we manipulate rounding mode.
36173         (CPPFLAGS-test-idouble.c): Likewise.
36174         (CPPFLAGS-test-ifloat.c): Likewise.
36175         (CFLAGS-test-ldouble.c): Likewise.
36176         (CFLAGS-test-double.c): Likewise.
36177         (CFLAGS-test-float.c): Likewise.
36178         (CFLAGS-test-misc.c): Likewise.
36179         (CFLAGS-test-test-fenv.c): Likewise.
36180
36181 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36182
36183         [BZ #2550]
36184         [BZ #2570]
36185         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
36186         comparisons to determine direction to adjust input.
36187
36188 2012-05-01  Roland McGrath  <roland@hack.frob.com>
36189
36190         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
36191         output to the target.
36192
36193         * scripts/localplt.awk: New file.
36194         * elf/Makefile ($(objpfx)check-localplt): Target removed.
36195         (check-localplt-CFLAGS): Variable removed.
36196         ($(all-built-dso:=.jmprel)): New static pattern rule.
36197         (generated): Add those targets.
36198         (localplt-built-dso): New variable.
36199         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
36200
36201         * elf/check-localplt.c: File removed.
36202
36203         * scripts/check-execstack.awk: New file.
36204         * elf/Makefile ($(objpfx)check-execstack): Target removed.
36205         (check-execstack-CFLAGS): Variable removed.
36206         ($(objpfx)check-execstack.h): Target removed.
36207         ($(objpfx)execstack-default): New target.
36208         (generated): Add that instead of check-execstack.h.
36209         ($(all-built-dso:=.phdr)): New static pattern rule.
36210         (generated): Add those targets.
36211         * elf/check-execstack.c: File removed.
36212
36213         * scripts/check-textrel.awk: New file.
36214         * elf/Makefile ($(objpfx)check-textrel): Target removed.
36215         (check-textrel-CFLAGS): Variable removed.
36216         (all-built-dso): Use := to define.o
36217         ($(all-built-dso:=.dyn)): New static pattern rule.
36218         (generated): Add those targets.
36219         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
36220         * config.make.in (READELF): New substituted variable.
36221         * elf/check-textrel.c: File removed.
36222
36223 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
36224
36225         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36226         allow.
36227         * conform/data/ctype.h-data [C99-based standards] (isblank):
36228         Expect function.
36229         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
36230         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
36231         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36232         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
36233         Specify type.  Require positive value.
36234         (EILSEQ): Likewise.
36235         (ERANGE): Likewise.
36236         [ISO || POSIX] (EILSEQ): Do not expect.
36237         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
36238         Specify type.  Require positive value.
36239         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
36240         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
36241         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
36242         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
36243         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
36244         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
36245         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
36246         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
36247         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
36248         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
36249         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
36250         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
36251         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
36252         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
36253         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
36254         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
36255         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
36256         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
36257         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
36258         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
36259         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
36260         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
36261         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
36262         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
36263         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
36264         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
36265         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
36266         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
36267         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
36268         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
36269         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
36270         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
36271         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
36272         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
36273         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
36274         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
36275         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
36276         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
36277         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
36278         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
36279         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
36280         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
36281         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
36282         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
36283         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
36284         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
36285         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
36286         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
36287         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
36288         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
36289         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
36290         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
36291         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
36292         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
36293         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
36294         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
36295         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
36296         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
36297         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
36298         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
36299         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
36300         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
36301         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
36302         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
36303         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
36304         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
36305         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
36306         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
36307         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
36308         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
36309         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
36310         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
36311         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
36312         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
36313         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
36314         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
36315         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
36316         Require >= 2.
36317         (FLT_ROUNDS): Expect as macro, not constant.
36318         (FLT_MANT_DIG): Use macro-int-constant.
36319         (DBL_MANT_DIG): Likewise.
36320         (LDBL_MANT_DIG): Likewise.
36321         (FLT_DIG): Likewise.
36322         (DBL_DIG): Likewise.
36323         (LDBL_DIG): Likewise.
36324         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
36325         (DBL_MIN_EXP): Likewise.
36326         (LDBL_MIN_EXP): Likewise.
36327         (FLT_MAX_EXP): Use macro-int-constant.
36328         (DBL_MAX_EXP): Likewise.
36329         (LDBL_MAX_EXP): Likewise.
36330         (FLT_MAX_10_EXP): Likewise.
36331         (DBL_MAX_10_EXP): Likewise.
36332         (LDBL_MAX_10_EXP): Likewise.
36333         (FLT_MAX): Use macro-constant.
36334         (DBL_MAX): Likewise.
36335         (LDBL_MAX): Likewise.
36336         (FLT_EPSILON): Use macro-constant.  Give upper bound.
36337         (DBL_EPSILON): Likewise.
36338         (LDBL_EPSILON): Likewise.
36339         (FLT_MIN): Likewise.
36340         (DBL_MIN): Likewise.
36341         (LDBL_MIN): Likewise.
36342         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
36343         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
36344         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
36345         [ISO11] (FLT_HAS_SUBNORM): Likewise.
36346         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
36347         [ISO11] (DBL_DECIMAL_DIG): Likewise.
36348         [ISO11] (FLT_DECIMAL_DIG): Likewise.
36349         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
36350         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
36351         [ISO11] (FLT_TRUE_MIN): Likewise.
36352         [ISO11] (LDBL_TRUE_MIN): Likewise.
36353         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36354         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
36355         (SCHAR_MIN): Use macro-int-constant.  Specify type.
36356         (SCHAR_MAX): Likewise.
36357         (UCHAR_MAX): Likewise.
36358         (CHAR_MIN): Likewise.
36359         (CHAR_MAX): Likewise.
36360         (MB_LEN_MAX): Use macro-int-constant.
36361         (SHRT_MIN): Use macro-int-constant.  Specify type.
36362         (SHRT_MAX): Likewise.
36363         (USHRT_MAX): Likewise.
36364         (INT_MAX): Likewise.
36365         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
36366         bound negative.
36367         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
36368         bound with "U".
36369         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
36370         bound with "L".
36371         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
36372         bound negative.  Suffix upper bound with "L".
36373         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
36374         bound with "UL".
36375         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
36376         Specify type.
36377         [C99-based standards] (LLONG_MAX): Likewise.
36378         [C99-based standards] (ULLONG_MAX): Likewise.
36379         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
36380         == 0.
36381         [ISO11] (max_align_t): Require type.
36382         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36383
36384         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
36385         from $CFLAGS, without defining away __attribute__ calls.
36386         (checknamespace): Use $CFLAGS_namespace.
36387
36388         * conform/conformtest.pl (@keywords): Only include C99 keywords
36389         for standards based on C99 or C11.
36390
36391         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
36392         Disable tests.
36393         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
36394         UNIX98]: Likewise.
36395
36396         * conform/conformtest.pl: Handle "macro-int-constant" and test for
36397         usability of symbols in #if.
36398
36399         * conform/conformtest.pl: If macro or constant types start
36400         "promoted:", expect the symbol to be of the following type
36401         promoted by the integer promotions.
36402
36403         * conform/conformtest.pl: Parse all "constant" and "macro" lines
36404         in one place.  Also handle "macro-constant".
36405
36406         * conform/conformtest.pl: Only accept expected macro values with
36407         "==".  Parse all "macro" lines in one place.
36408         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
36409
36410         * conform/conformtest.pl: Handle braced types on "constant" lines
36411         instead of handling "typed-constant".
36412         * conform/data/signal.h-data: Use "constant" instead of
36413         "typed-constant".
36414
36415         * conform/conformtest.pl: Handle "optional-" at start of lines in
36416         one place rather than duplicating several cases.  Handle each
36417         format of "macro" line with initial "optional-".
36418
36419         * conform/conformtest.pl: Only accept expected constant or
36420         optional-constant values with "==".  Parse all "constant" lines in
36421         one place.  Parse all "optional-constant" lines in one place.
36422         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
36423         * conform/data/fmtmsg.h-data: Likewise.
36424         * conform/data/netinet/in.h-data: Likewise.
36425         * conform/data/tar.h-data: Likewise.
36426         * conform/data/limits.h-data: Use "==" form on "constant" and
36427         "optional-constant" lines.
36428
36429         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
36430         Use -std=c99 for XOPEN2K.
36431         (@knownproblems): Remove.
36432         (newtoken): Don't check %isknown.
36433
36434         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
36435         Do not expect macro.
36436         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
36437         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
36438         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
36439         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
36440         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
36441         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
36442         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
36443         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
36444         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
36445         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
36446         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
36447         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
36448         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
36449         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
36450         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
36451         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
36452         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
36453         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
36454         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
36455         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
36456         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
36457         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
36458         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
36459         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
36460         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
36461         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
36462         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
36463         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
36464         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
36465         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
36466         [XPG3] (acosh): Likewise.
36467         [XPG3] (asinh): Likewise.
36468         [XPG3] (atanh): Likewise.
36469         [XPG3] (cbrt): Likewise.
36470         [XPG3] (expm1): Likewise.
36471         [XPG3] (ilogb): Likewise.
36472         [XPG3] (log1p): Likewise.
36473         [XPG3] (logb): Likewise.
36474         [XPG3] (nextafter): Likewise.
36475         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
36476         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
36477         [XPG3] (remainder): Likewise.
36478         [XPG3] (rint): Likewise.
36479         [XPG3 || XPG4 || UNIX98] (round): Likewise.
36480         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
36481         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
36482         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
36483         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
36484         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
36485         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
36486         [UNIX98 || XOPEN2K] (scalb): Expect.
36487         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
36488         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
36489         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
36490         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
36491         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
36492         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
36493         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
36494         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
36495         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
36496         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
36497         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
36498         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
36499         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
36500         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
36501         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
36502         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
36503         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
36504         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
36505         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
36506         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
36507         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
36508         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
36509         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
36510         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
36511         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
36512         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
36513         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
36514         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
36515         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
36516         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
36517         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
36518         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
36519         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
36520         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
36521         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
36522         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
36523         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
36524         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
36525         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
36526         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
36527         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
36528         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
36529         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
36530         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
36531         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
36532         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
36533         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
36534         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
36535         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
36536         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
36537         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
36538         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
36539         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
36540         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
36541         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
36542         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
36543         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
36544         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
36545         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
36546         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
36547         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
36548         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
36549         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
36550         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
36551         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
36552         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
36553         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
36554         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
36555         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
36556         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
36557         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
36558         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
36559         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
36560         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
36561         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
36562         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
36563         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
36564         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
36565         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
36566         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
36567         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
36568         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
36569         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
36570         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
36571         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
36572         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
36573         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
36574         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
36575         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
36576         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
36577         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
36578         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
36579         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
36580         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
36581         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
36582         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
36583         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
36584         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
36585         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
36586         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
36587         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
36588         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
36589         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
36590         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
36591         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
36592         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
36593         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
36594         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
36595         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
36596         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
36597         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
36598         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
36599         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
36600         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
36601         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
36602         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
36603         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
36604         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
36605         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
36606         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
36607         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
36608         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
36609         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
36610         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
36611         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
36612         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
36613         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
36614         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
36615         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
36616         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
36617         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
36618         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
36619         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
36620         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
36621         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
36622         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
36623         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
36624
36625         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
36626         _XOPEN_SOURCE_EXTENDED for XPG4.
36627
36628         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
36629
36630         * Makeconfig (localtime): Remove variable.
36631         (inst_localtime-file): Likewise.
36632
36633 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
36634
36635         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
36636         Update.
36637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36638         Update.
36639         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
36640         Update.
36641         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
36642         Update.
36643         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
36644         Update.
36645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
36646         Update.
36647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36648         Update.
36649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
36650         Update.
36651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
36652         Update.
36653
36654 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
36655
36656         [BZ #2550]
36657         [BZ #2570]
36658         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
36659         comparisons to determine direction to adjust input.
36660         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
36661         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
36662         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
36663         Likewise.
36664         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
36665         Likewise.
36666         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
36667         Likewise.
36668         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
36669         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
36670         Likewise.
36671         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
36672         Likewise.
36673         * math/libm-test.inc (nexttoward_test): Add more tests.
36674
36675 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
36676
36677         [BZ #14040]
36678         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
36679         in version GLIBC_2.1, not GLIBC_2.0.
36680         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
36681         Likewise.
36682
36683 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
36684
36685         [BZ #13942]
36686         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
36687         (1 - x) * (1 + x).
36688         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
36689         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
36690         * math/libm-test.inc (acos_test): Add more tests.
36691         (asin_test): Likewise.
36692         * sysdeps/i386/fpu/libm-test-ulps: Update.
36693         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36694
36695         [BZ #14034]
36696         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
36697         of square root.
36698         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
36699         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
36700         * math/libm-test.inc (acos_test_tonearest): New function.
36701         (acos_test_towardzero): Likewise.
36702         (acos_test_downward): Likewise.
36703         (acos_test_upward): Likewise.
36704         (asin_test_tonearest): Likewise.
36705         (asin_test_towardzero): Likewise.
36706         (asin_test_downward): Likewise.
36707         (asin_test_upward): Likewise.
36708         (main): Call the new functions.
36709         * sysdeps/i386/fpu/libm-test-ulps: Update.
36710         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36711
36712         [BZ #13884]
36713         [BZ #13924]
36714         * math/e_exp10.c: Include <float.h>.
36715         (__ieee754_exp10): Handle underflow here rather than multiplying
36716         large negative argument by M_LN10.
36717         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
36718         of __ieee754_expf.
36719         * math/e_exp10l.c: Include <float.h>.
36720         (__ieee754_exp10l): Handle underflow here rather than multiplying
36721         large negative argument by M_LN10l.
36722         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
36723         spurious overflow exception on underflow.
36724
36725 2012-04-29  Marek Polacek  <polacek@redhat.com>
36726
36727         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
36728         (__fortify_function): New macro.
36729         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
36730         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
36731         __extern_always_inline.
36732         * libio/bits/stdio2.h: Likewise.
36733         * libio/bits/stdio.h: Likewise.
36734         * string/string.h: Likewise.
36735         * string/bits/string3.h: Likewise.
36736         * include/stdio.h: Likewise.
36737         * stdlib/bits/stdlib.h: Likewise.
36738         * stdlib/stdlib.h: Likewise.
36739         * rt/bits/mqueue2.h: Likewise.
36740         * rt/mqueue.h: Likewise.
36741         * posix/bits/unistd.h: Likewise.
36742         * posix/unistd.h: Likewise.
36743         * io/bits/poll2.h: Likewise.
36744         * io/bits/fcntl2.h: Likewise.
36745         * io/fcntl.h: Likewise.
36746         * io/sys/poll.h: Likewise.
36747         * misc/bits/syslog.h: Likewise.
36748         * misc/bits/syslog-ldbl.h: Likewise.
36749         * misc/sys/syslog.h: Likewise.
36750         * socket/bits/socket2.h: Likewise.
36751         * socket/sys/socket.h: Likewise.
36752         * debug/tst-chk1.c: Likewise.
36753         * wcsmbs/bits/wchar2.h: Likewise.
36754         * wcsmbs/bits/wchar-ldbl.h: Likewise.
36755         * wcsmbs/wchar.h: Likewise.
36756
36757 2012-04-29  Andreas Jaeger  <aj@suse.de>
36758
36759         * Makerules (tests): Remove enable-check-abi protection.
36760         (check-abi-warn): Remove.
36761         (check-abi-%): Remove check-abi-warn usage.
36762
36763         * configure.in: Remove check-abi configure option.
36764         * configure: Regenerated.
36765         * config.make.in (enable-check-abi): Remove.
36766
36767 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
36768
36769         [BZ #14033]
36770         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
36771         double functions to double *_finite functions.
36772
36773         [BZ #13941]
36774         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
36775         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
36776         LDBL_MIN_EXP.
36777         * stdio-common/Makefile (tests): Add tst-sprintf3.
36778         * stdio-common/tst-sprintf3.c: New file.
36779
36780         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
36781         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
36782
36783 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
36784
36785         * conform/conformtest.pl: Remove duplicate typed-constant
36786         handling.
36787
36788 2012-04-28  David S. Miller  <davem@davemloft.net>
36789
36790         * Makerules (%.abilist): Add vpath on sysdep_dirs.
36791         (check-abi-%): Remove AWK script prerequisite and explicit
36792         abilist directory.
36793         (check-abi): Rewrite to just diff the symlist with the abilist.
36794         (config-tls, config-abi-config): Delete, no longer used.
36795         (update-abi-%): Remove AWK script and explicit abilist directory.
36796         (update-abi): Rewrite to simply compare and conditionally copy the
36797         symlist and the sysdep abilist file.  Remove update-abi-config
36798         checks.
36799         * abilist/ld.abilist: Remove.
36800         * abilist/libBrokenLocale.abilist: Remove.
36801         * abilist/libanl.abilist: Remove.
36802         * abilist/libcrypt.abilist: Remove.
36803         * abilist/libdl.abilist: Remove.
36804         * abilist/librt.abilist: Remove.
36805         * abilist/libthread_db.abilist: Remove.
36806         * abilist/libutil.abilist: Remove.
36807         * scripts/extract-abilist.awk: Remove.
36808         * scripts/merge-abilist.awk: Remove.
36809         * sysdeps/generic/libcidn.abilist: New file.
36810         * sysdeps/generic/libnss_compat.abilist: New file.
36811         * sysdeps/generic/libnss_db.abilist: New file.
36812         * sysdeps/generic/libnss_dns.abilist: New file.
36813         * sysdeps/generic/libnss_files.abilist: New file.
36814         * sysdeps/generic/libnss_hesiod.abilist: New file.
36815         * sysdeps/generic/libnss_nis.abilist: New file.
36816         * sysdeps/generic/libnss_nisplus.abilist: New file.
36817         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
36818         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
36819         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
36820         file.
36821         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
36822         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
36823         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
36824         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
36825         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
36826         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
36827         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
36828         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
36829         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
36830         file.
36831         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
36832         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
36833         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
36834         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
36835         file.
36836         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
36837         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
36838         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
36839         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
36840         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
36841         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
36842         file.
36843         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
36844         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
36845         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
36846         file.
36847         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
36848         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
36849         New file.
36850         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
36851         New file.
36852         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
36853         New file.
36854         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
36855         New file.
36856         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
36857         New file.
36858         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
36859         New file.
36860         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
36861         New file.
36862         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
36863         New file.
36864         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
36865         New file.
36866         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
36867         New file.
36868         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
36869         New file.
36870         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
36871         New file.
36872         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
36873         New file.
36874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
36875         file.
36876         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
36877         New file.
36878         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
36879         New file.
36880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
36881         file.
36882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
36883         New file.
36884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
36885         New file.
36886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
36887         file.
36888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
36889         New file.
36890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
36891         New file.
36892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
36893         New file.
36894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
36895         New file.
36896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
36897         New file.
36898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
36899         New file.
36900         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
36901         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
36902         file.
36903         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
36904         New file.
36905         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
36906         file.
36907         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
36908         file.
36909         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
36910         file.
36911         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
36912         file.
36913         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
36914         file.
36915         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
36916         New file.
36917         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
36918         file.
36919         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
36920         file.
36921         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
36922         New file.
36923         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
36924         file.
36925         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
36926         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
36927         file.
36928         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
36929         New file.
36930         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
36931         file.
36932         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
36933         file.
36934         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
36935         file.
36936         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
36937         file.
36938         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
36939         file.
36940         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
36941         New file.
36942         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
36943         file.
36944         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
36945         file.
36946         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
36947         New file.
36948         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
36949         file.
36950         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
36951         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
36952         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
36953         file.
36954         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
36955         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
36956         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
36957         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
36958         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
36959         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
36960         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
36961         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
36962         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
36963         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
36964         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
36965         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
36966         file.
36967         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
36968         New file.
36969         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
36970         file.
36971         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
36972         file.
36973         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
36974         file.
36975         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
36976         file.
36977         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
36978         file.
36979         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
36980         New file.
36981         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
36982         New file.
36983         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
36984         file.
36985         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
36986         New file.
36987         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
36988         file.
36989         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
36990         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
36991         file.
36992         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
36993         New file.
36994         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
36995         file.
36996         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
36997         file.
36998         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
36999         file.
37000         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
37001         file.
37002         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
37003         file.
37004         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
37005         New file.
37006         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
37007         New file.
37008         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
37009         file.
37010         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
37011         New file.
37012         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
37013         file.
37014
37015 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
37016
37017         * conform/conformtest.pl: Fix typo in handling typed-constant from
37018         allow-header.
37019
37020 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
37021
37022         * README: Cut down references to pre-2.6 Linux kernels and
37023         Linuxthreads.  Update lists of configurations in libc and ports
37024         and sort alphabetically.  Say "or newer" with Linux kernel version
37025         requirements.
37026
37027         * config.h.in [IS_IN_build]: Allow compiling without optimization.
37028
37029 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
37030
37031         [BZ #887]
37032         * math/libm-test.inc (logb_test_downward): New test to expose
37033         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
37034         rounding mode.
37035
37036 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
37037
37038         [BZ #14027]
37039         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
37040         to be done.
37041         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
37042         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
37043
37044 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
37045
37046         * sysdeps/unix/i386/brk.S: Remove file.
37047         * sysdeps/unix/i386/dl-brk.S: Likewise.
37048         * sysdeps/unix/i386/pipe.S: Likewise.
37049         * sysdeps/unix/i386/sigreturn.S: Likewise.
37050         * sysdeps/unix/i386/syscall.S: Likewise.
37051         * sysdeps/unix/i386/vfork.S: Likewise.
37052         * sysdeps/unix/i386/wait.S: Likewise.
37053
37054         * sysdeps/unix/common/tcsendbrk.c: Move to ...
37055         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
37056
37057         * configure.in (arm*-none*): Do not allow without
37058         --enable-hacker-mode.
37059         (netbsd*): Remove case setting base_os.
37060         (386bsd*): Likewise.
37061         (freebsd*): Likewise.
37062         (bsdi*): Likewise.
37063         (osf*): Likewise.
37064         (sunos*): Likewise.
37065         (ultrix*): Likewise.
37066         (newsos*): Likewise.
37067         (dynix*): Likewise.
37068         (*bsd*): Likewise.
37069         (sysv*): Likewise.
37070         (isc*): Likewise.
37071         (esix*): Likewise.
37072         (sco*): Likewise.
37073         (minix*): Likewise.
37074         (irix4*): Likewise.
37075         (irix6*): Likewise.
37076         (solaris[2-9]*): Likewise.
37077         (none): Likewise.
37078         * configure: Regenerated.
37079
37080 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37081
37082         [BZ #11521]
37083         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
37084         overflow or cancellation in calculating denominator.
37085         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
37086         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
37087         down expression to avoid unexpected rounding in newer GCCs.
37088         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
37089
37090 2012-04-26  David S. Miller  <davem@davemloft.net>
37091
37092         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
37093         long-double compat symbols.
37094         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
37095         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
37096         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
37097         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
37098         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
37099         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
37100         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
37101         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
37102         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
37103         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
37104         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
37105         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
37106         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
37107
37108 2012-04-25  David S. Miller  <davem@davemloft.net>
37109
37110         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
37111         HWCAP_* values only after the memory barriers have been defined.
37112         (atomic_full_barrier): Define.
37113         (atomic_read_barrier): Define.
37114         (atomic_write_barrier): Define.
37115
37116 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
37117
37118         * shlib-versions: Add libgcc_s version information.
37119         * sysdeps/generic/libgcc_s.h: Remove.
37120         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
37121         libgcc_s.h.
37122         * sysdeps/gnu/unwind-resume.c: Likewise.
37123         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
37124
37125 2012-04-25  David S. Miller  <davem@davemloft.net>
37126
37127         * sysdeps/unix/sparc/brk.S: Delete.
37128         * sysdeps/unix/sparc/dl-brk.S: Delete.
37129         * sysdeps/unix/sparc/pipe.S: Delete.
37130         * sysdeps/unix/sparc/sysdep.S: Delete.
37131         * sysdeps/unix/sparc/sysdep.h: Delete.
37132         * sysdeps/unix/sparc/vfork.S: Delete.
37133         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
37134         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
37135         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
37136         (ret_ERRVAL, r0, r1, MOVE): Define.
37137         (JUMPTARGET): Remove.
37138         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
37139         sysdeps/unix/sparc/sysdep.h
37140         (ENTRY, END): Remove.
37141         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
37142
37143 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
37144
37145         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
37146         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
37147         -DIS_IN_build.
37148
37149         * timezone/README: Update upstream location and email address for
37150         tzcode and tzdata.
37151         * timezone/zdump.c: Update from tzcode 2012b.
37152         * timezone/zic.c: Likewise.
37153
37154         * configure.in (libc_cv_as_needed): Remove test.
37155         * configure: Regenerated.
37156         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
37157         conditional definition.
37158         [$(have-as-needed) != yes] (no-as-needed): Likewise.
37159         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
37160         * config.make.in (have-as-needed): Remove variable.
37161
37162 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37163             Paul Pluzhnikov  <ppluzhnikov@google.com>
37164
37165         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
37166         strings correctly.
37167
37168 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
37169
37170         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
37171         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
37172         * sysdeps/sh/strlen.S: Likewise.
37173
37174 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37175
37176         * sysdeps/unix/fork.S: Remove file.
37177         * sysdeps/unix/i386/fork.S: Likewise.
37178         * sysdeps/unix/sparc/fork.S: Likewise.
37179
37180         * sysdeps/unix/system.c: Remove file.
37181         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
37182
37183         * sysdeps/unix/getegid.S: Remove file.
37184         * sysdeps/unix/geteuid.S: Likewise.
37185
37186 2012-04-24  Roland McGrath  <roland@hack.frob.com>
37187
37188         * scripts/check-localplt.awk: New file.
37189         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
37190         of diff.
37191         * scripts/data/localplt-generic.data: Add a comment.
37192
37193         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
37194         NODE when __dir_mkfile failed.
37195         * sysdeps/mach/hurd/symlinkat.c: Likewise.
37196         Reported by Ludovic Courtès <ludo@gnu.org>.
37197
37198 2012-04-24  Andreas Jaeger  <aj@suse.de>
37199
37200         * Makerules (common-clean): Also remove gen-as-const-headers
37201         files.
37202
37203 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37204
37205         * Makerules (native-compile): Do not change working directory for
37206         build.  Use $(OUTPUT_OPTION) in command.
37207         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
37208
37209 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37210
37211         [BZ #13886]
37212         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
37213         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
37214         * math/libm-test.inc (floor_test): Add more tests.
37215         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
37216
37217 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37218
37219         * sysdeps/unix/getdents.c: Remove file.
37220         * sysdeps/unix/sysv/getdents.c: Likewise.
37221         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
37222
37223         * sysdeps/unix/syscalls.list (madvise): Add syscall from
37224         sysdeps/unix/mman/syscalls.list.
37225         (mmap): Likewise.
37226         (mprotect): Likewise.
37227         (msync): Likewise.
37228         (munmap): Likewise.
37229         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
37230         * sysdeps/unix/mman/syscalls.list: Remove.
37231         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
37232
37233         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
37234         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
37235         * configure: Regenerated.
37236         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
37237         $(libgcc_s_suffix).
37238         * config.make.in (libgcc_s_suffix): Remove variable.
37239
37240 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
37241
37242         * sysdeps/unix/sysv/gethostname.c: Move to ...
37243         * sysdeps/posix/gethostname.c: ... here.
37244
37245         * sysdeps/unix/execve.S: Remove file.
37246
37247         * sysdeps/unix/_exit.S: Remove file.
37248
37249 2012-04-23  Andreas Jaeger  <aj@suse.de>
37250
37251         [BZ #13739]
37252         * manual/Makefile: Remove make dist support, there's no
37253         need for a stand-alone documentation tar ball.
37254         (TEXI2DVI): Define always, it's not in Makeconfig.
37255         (dist): Removed.
37256         (tar-it): Removed.
37257         (edition): Removed.
37258         (glibc-doc-$(edition).tar): Removed
37259         (%.Z): Removed.
37260         (%.gz): Removed.
37261         (%.uu): Removed.
37262         (ETAGS): Remove, it's in Makeconfig.
37263         (move-if-change): Remove, it's in Makeconfig.
37264
37265 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
37266
37267         [BZ #13970]
37268         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
37269         (strtod, strtof, strtold, strtol, strtoul, strtoq)
37270         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
37271         (strtod_l, strtof_l, strtold_l): Remove __wur.
37272         It is not necessarily an error to ignore strtol's return value.
37273         One can reliably look at the stored endptr to decide whether
37274         the number had valid syntax.
37275
37276 2012-04-21  Andreas Jaeger  <aj@suse.de>
37277
37278         [BZ #13739]
37279         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
37280
37281 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
37282
37283         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
37284         * sysdeps/unix/sysv/Versions: Remove file.
37285
37286 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
37287
37288         [BZ #13927]
37289         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37290
37291 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
37292
37293         [BZ #7064]
37294         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
37295         version from __vm86.
37296
37297 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
37298
37299         * sysdeps/unix/common/lxstat.c: Remove file.
37300         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
37301
37302         * sysdeps/unix/sysv/Makefile: Remove file.
37303
37304         * sysdeps/unix/sysv/direct.h: Remove file.
37305
37306         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
37307         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
37308         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
37309         * sysdeps/unix/sysv/bits/signum.h: Likewise.
37310         * sysdeps/unix/sysv/bits/stat.h: Likewise.
37311         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
37312         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
37313
37314         * sysdeps/unix/sysv/setrlimit.c: Remove file.
37315
37316         * sysdeps/unix/xmknod.c: Remove file.
37317         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
37318
37319         * sysdeps/unix/sysv/settimeofday.c: Remove file.
37320
37321         * sysdeps/unix/sysv/i386/time.S: Remove file.
37322
37323         * sysdeps/unix/fxstat.c: Remove file.
37324         * sysdeps/unix/xstat.c: Likewise.
37325         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
37326
37327         * sysdeps/unix/sysv/sigaction.c: Remove file.
37328
37329         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
37330         (sysdep_headers): Remove variable.
37331         [termio.h not in sysdep_headers] (generated): Likewise.
37332         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
37333         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
37334         * sysdeps/unix/sysv/tcdrain.c: Likewise.
37335         * sysdeps/unix/sysv/tcflow.c: Likewise.
37336         * sysdeps/unix/sysv/tcflush.c: Likewise.
37337         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
37338         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
37339         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
37340         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
37341         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
37342
37343         * sysdeps/unix/siglist.c: Remove file.
37344
37345         * sysdeps/unix/getppid.S: Remove file.
37346
37347         * sysdeps/unix/mkdir.c: Remove file.
37348         * sysdeps/unix/rmdir.c: Likewise.
37349
37350 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
37351
37352         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
37353         ERR_MAX value.
37354         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
37355         errlist-compat value.
37356
37357 2012-04-18  David S. Miller  <davem@davemloft.net>
37358
37359         * sysdeps/generic/memcopy.h (reg_char): Delete.
37360         * debug/strcat_chk.c: Use char, not reg_char.
37361         * debug/strcpy_chk.c: Likewise.
37362         * debug/strncat_chk.c: Likewise.
37363         * debug/strncpy_chk.c: Likewise.
37364         * string/memchr.c: Likewise.
37365         * string/memrchr.c: Likewise.
37366         * string/rawmemchr.c: Likewise.
37367         * string/strcat.c: Likewise.
37368         * string/strchr.c: Likewise.
37369         * string/strchrnul.c: Likewise.
37370         * string/strcmp.c: Likewise.
37371         * string/strcpy.c: Likewise.
37372         * string/strncat.c: Likewise.
37373         * string/strncmp.c: Likewise.
37374         * string/strncpy.c: Likewise.
37375
37376 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
37377
37378         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
37379         __builtin_memcopy is called when src and dest ranges are known to not
37380         overlap.
37381
37382 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
37383
37384         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
37385         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
37386         fwd_align_merge macro call.
37387         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
37388         bwd_align_merge macro call.
37389         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
37390
37391 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
37392
37393         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
37394         bwd_align_merge macros.
37395         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
37396         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
37397         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
37398
37399 2012-04-18  David S. Miller  <davem@davemloft.net>
37400
37401         * sysdeps/sparc/sparc64/memcopy.h: Delete.
37402
37403 2012-04-18  Andreas Jaeger  <aj@suse.de>
37404
37405         [BZ# 6794]
37406         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
37407         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
37408         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
37409
37410         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
37411         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
37412         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
37413
37414         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
37415         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
37416         Adjust for changed ldbl-128 files.
37417
37418         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
37419         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
37420         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
37421
37422 2012-04-17  David S. Miller  <davem@davemloft.net>
37423
37424         * sysdeps/sparc/sparc32/memcopy.h: Delete.
37425
37426 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
37427
37428         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
37429         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
37430         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
37431         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
37432         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
37433         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
37434
37435 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37436
37437         [BZ #6794]
37438         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
37439         * math/libm-test.inc: Add ilogb errno and exception tests.
37440         * math/w_ilogb.c: New file: ilogb wrapper.
37441         * math/w_ilogbf.c: New file: ilogbf wrapper.
37442         * math/w_ilogbl.c: New file: ilogbl wrapper.
37443         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
37444         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
37445         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
37446         exception being thrown with 0.0 as argument.
37447         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
37448         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
37449         exception being thrown with 0.0 as argument.
37450         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
37451         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
37452         exception being thrown with 0.0 as argument.
37453         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
37454         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
37455         exception being thrown with 0.0 as argument.
37456         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
37457         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
37458         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
37459         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
37460         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
37461         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
37462         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
37463         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
37464         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
37465
37466 2012-04-17  Petr Baudis  <pasky@ucw.cz>
37467
37468         * include/sys/uio.h: Change __vector to __iovec to avoid clash
37469         with altivec.
37470
37471 2012-04-16  Marek Polacek  <polacek@redhat.com>
37472
37473         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
37474
37475 2012-04-16  Marek Polacek  <polacek@redhat.com>
37476
37477         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
37478         operands of fdivp instruction.
37479
37480 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
37481
37482         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
37483         * elf/tst-auditmod3b.c: Likewise.
37484         * elf/tst-auditmod4b.c: Likewise.
37485         * elf/tst-auditmod5b.c: Likewise.
37486         * elf/tst-auditmod6b.c: Likewise.
37487         * elf/tst-auditmod6c.c: Likewise.
37488         * elf/tst-auditmod7b.c: Likewise.
37489         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
37490         * sysdeps/x86_64/preconfigure.in: Likewise.
37491         * sysdeps/x86_64/preconfigure: Regenerated.
37492
37493 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
37494
37495         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
37496         __ILP32__.
37497
37498 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
37499
37500         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37501         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
37502
37503 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
37504
37505         [BZ #13973]
37506         * locale/iso-639.def: Fix gl language name. Spotted by
37507         Yaron Shahrabani.
37508
37509 2012-04-12  Roland McGrath  <roland@hack.frob.com>
37510
37511         [BZ #2074]
37512         * libio/libio.h (__io_write_fn): Update comment.
37513
37514 2012-04-12  Petr Baudis  <pasky@ucw.cz>
37515
37516         [BZ #2074]
37517         * stdio.texi (Hook Functions): The user provided writer function
37518         is not allowed to return -1.
37519
37520 2012-04-11  David S. Miller  <davem@davemloft.net>
37521
37522         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37523
37524 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
37525
37526         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
37527         Add a leading slash to rtkaio.
37528
37529 2012-04-11  Jim Meyering  <meyering@redhat.com>
37530
37531         [BZ #11959]
37532         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
37533         It is not necessarily an error to ignore fwrite's return
37534         value.  One can reliably use ferror to test for errors after
37535         the fact.
37536
37537 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
37538
37539         * bits/types.h (__snseconds_t): New type.
37540         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
37541
37542         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
37543         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37544         (__SNSECONDS_T_TYPE): Likewise.
37545         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37546         (__SNSECONDS_T_TYPE): Likewise.
37547         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37548         (__SNSECONDS_T_TYPE): Likewise.
37549
37550 2012-04-10  Andreas Jaeger  <aj@suse.de>
37551
37552         [BZ #2636]
37553         * manual/time.texi (Processor Time): Return type of times is
37554         elapsed real time since an arbitrary point in the past.
37555         (CPU Time): Move CLK_TCK from here...
37556         (Processor Time): ...to here.  Correct description.
37557         * manual/conf.texi (Constants for Sysconf): Correct description of
37558         _SC_CLK_TCK.
37559
37560 2012-04-10  David S. Miller  <davem@davemloft.net>
37561
37562         [BZ #13967]
37563         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
37564         where the is a gap between DT_REL(A) and DT_JMPREL.
37565
37566 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
37567
37568         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
37569         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
37570         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
37571
37572 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
37573
37574         * elf/dl-support.c (_dl_inhibit_cache): New variable.
37575         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
37576         (dl_main): Handle --inhibit-cache.
37577         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
37578         _dl_inhibit_cache.
37579         * elf/dl-load.c (_dl_map_object): Use it.
37580         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
37581
37582 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
37583
37584         [BZ #13872]
37585         * sysdeps/i386/fpu/e_powl.S (p78): New object.
37586         (__ieee754_powl): Saturate large exponents rather than testing for
37587         overflow of y*log2(x).
37588         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
37589         * math/libm-test.inc (pow_test): Do not permit spurious overflow
37590         exceptions.
37591
37592         [BZ #11521]
37593         * math/s_ctan.c: Include <float.h>.
37594         (__ctan): Avoid internal overflow or cancellation in calculating
37595         denominator.
37596         * math/s_ctanf.c: Likewise.
37597         * math/s_ctanl.c: Likewise.
37598         * math/s_ctanh.c: Likewise.
37599         * math/s_ctanhf.c: Likewise.
37600         * math/s_ctanhl.c: Likewise.
37601         * math/libm-test.inc (ctan_test): Add more tests.
37602         (ctanh_test): Likewise.
37603         * sysdeps/i386/fpu/libm-test-ulps: Update.
37604         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37605
37606 2012-04-09  Andreas Jaeger  <aj@suse.de>
37607
37608         [BZ #6894]
37609         * manual/filesys.texi (Directory Entries): Mention that d_namlen
37610         is an optional BSD extension.
37611
37612         [BZ #10254]
37613         * manual/stdio.texi (Opening Streams): Document additional fopen
37614         parameters.
37615
37616 2012-04-09  Roland McGrath  <roland@hack.frob.com>
37617
37618         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
37619         %eax without telling the compiler.
37620
37621 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
37622
37623         [BZ # 13963]
37624         * manual/install.texi: Use sourceware.org.
37625
37626 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
37627
37628         [BZ #13873]
37629         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
37630         (__ieee754_pow): Generate overflow and underflow using huge*huge
37631         and tiny*tiny rather than just returning constant infinity or zero
37632         for large exponents.
37633         * math/libm-test.inc (pow_test): Require overflow exceptions for
37634         applicable cases of large exponents.
37635
37636         [BZ #706]
37637         * sysdeps/i386/fpu/e_pow.S (p10): New object.
37638         (__ieee754_pow): Use iterative multiplication algorithm only for
37639         integer exponents with absolute value below 1024.  Check for odd
37640         integer exponents when using algorithm for real exponents.
37641         * math/libm-test.inc (pow_test): Add more tests.
37642         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37643
37644 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
37645
37646         [BZ #13705]
37647         * math/libm-test.inc (exp_test): Do not allow overflow exception
37648         on underflow test.
37649
37650 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
37651
37652         [BZ #13705]
37653         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
37654         instead of __kernel_standard_f.
37655
37656 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
37657
37658         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
37659         * sysdeps/x86_64/memset_chk.S: Likewise.
37660
37661 2012-04-08  Andreas Jaeger  <aj@suse.de>
37662
37663         [BZ #10153]
37664         * manual/startup.texi (Environment Access): Describe return value
37665         for putenv and setenv.
37666
37667         [BZ #6895]
37668         * manual/filesys.texi (Directory Entries): Add description for
37669         DT_LNK.
37670
37671         [BZ #6890]
37672         * manual/filesys.texi (Directory Entries): Clarify that it's file
37673         system not operating system in the description of DT_UNKNOWN.
37674
37675         [BZ #6578]
37676         * manual/syslog.texi (closelog): Fix reference, it's openlog.
37677
37678 2012-04-08  Stephen Compall  <s11@member.fsf.org>
37679
37680         [BZ #6649]
37681         * manual/llio.texi (Opening and Closing Files): Add cross
37682         reference to explain mode argument.
37683
37684 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
37685
37686         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
37687         * sysdeps/x86_64/memset_chk.S: Likewise.
37688
37689 2012-04-07  David S. Miller  <davem@davemloft.net>
37690
37691         * elf/elf.h (R_SPARC_WDISP10): Define.
37692         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
37693         R_SPARC_SIZE32.
37694         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
37695         R_SPARC_SIZE64 and R_SPARC_H34.
37696
37697 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
37698
37699         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
37700         conditions and remove no longer applicable assertion.
37701
37702 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
37703
37704         * bits/byteswap.h: Include <features.h>.
37705         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
37706         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
37707
37708 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
37709
37710         * bits/byteswap.h (__bswap_16): Removed.
37711         Include <bits/byteswap-16.h> to get __bswap_16.
37712         * sysdeps/i386/bits/byteswap.h: Likewise.
37713         * sysdeps/s390/bits/byteswap.h: Likewise.
37714         * sysdeps/x86_64/bits/byteswap.h: Likewise.
37715         * bits/byteswap-16.h: New file.
37716         * sysdeps/i386/bits/byteswap-16.h: Likewise.
37717         * sysdeps/s390/bits/byteswap-16.h: Likewise.
37718         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
37719         * string/Makefile (headers): Add bits/byteswap-16.h.
37720
37721 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
37722
37723         [BZ #13895]
37724         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
37725         extra indirection.
37726         * nss/Makefile (tests-static, tests): Add tst-nss-static.
37727         * nss/tst-nss-static.c: New.
37728
37729 2012-04-06  Robert Millan  <rmh@gnu.org>
37730
37731         [BZ #6486]
37732         * manual/llio.texi (File Position Primitive): lseek
37733         refers to WHENCE when it really means OFFSET.
37734
37735 2012-04-06  Andreas Jaeger  <aj@suse.de>
37736
37737         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
37738         strncmp declarations.
37739
37740         * abilist/libc.abilist: Add __poll and __ppoll.
37741
37742 2012-04-05  David S. Miller  <davem@davemloft.net>
37743
37744         * scripts/check-local-headers.sh: Accept a host triplet in the
37745         path matched by the exclude regexp.
37746
37747         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
37748         definition.
37749         * sysdeps/powerpc/powerpc32/dl-machine.h
37750         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
37751         * sysdeps/s390/s390-32/dl-machine.h
37752         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
37753         * sysdeps/sparc/sparc32/dl-machine.h
37754         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
37755         * sysdeps/sparc/sparc64/dl-machine.h
37756         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
37757
37758         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
37759         lazy binding.
37760         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
37761         undefined symbol errors.
37762
37763         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
37764         DT_NEEDED entries.
37765
37766 2012-04-05  Michael Matz  <matz@suse.de>
37767
37768         [BZ #13592]
37769         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
37770
37771 2012-04-05  Andreas Jaeger  <aj@suse.de>
37772
37773         [BZ #13908]
37774         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
37775         comment.
37776
37777 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37778
37779         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
37780         which ROUND is no valid rounding mode.
37781
37782 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37783
37784         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
37785         read again.
37786         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
37787
37788 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37789
37790         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
37791         an exception using FPU order intentionally.
37792
37793 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37794
37795         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
37796         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
37797         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
37798         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
37799
37800 2012-04-05  Simon Josefsson  <simon@josefsson.org>
37801
37802         [BZ #12340]
37803         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
37804         EINVAL when BUFLEN is too smal.
37805
37806 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
37807
37808         [BZ #13553]
37809         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
37810         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
37811
37812 2012-04-03  Andreas Jaeger  <aj@suse.de>
37813
37814         [BZ #13938]
37815         * manual/setjmp.texi (System V contexts): Fix sentence.
37816
37817         [BZ #13926]
37818         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
37819         New macro for this case.
37820         [!__GNUC__] (__bswap_64): New inline function for this case.
37821         * sysdeps/x86_64/bits/byteswap.h: Likewise.
37822         * bits/byteswap.h: Likewise.
37823         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
37824         ull, guard with __GLIBC_HAVE_LONG_LONG.
37825
37826         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
37827         __GLIBC_HAVE_LONG_LONG.
37828
37829         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
37830         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
37831
37832 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
37833
37834         [BZ #13691]
37835         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
37836         inptr and inend, rather than using last_ch.
37837
37838 2012-04-02  David S. Miller  <davem@davemloft.net>
37839
37840         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
37841         * stdio-common/printf-parse.h (read_int): Change return type to
37842         'int', return -1 on INT_MAX overflow.
37843         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
37844         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
37845         overflows INT_MAX.  Check for overflow of in-format-string precision
37846         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
37847         SIZE_MAX not INT_MAX for integer overflow test.
37848         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
37849         skip the construct in the format string but do not record anything.
37850         * stdio-common/bug22.c: Adjust to test both width/prevision
37851         INT_MAX overflow as well as total length INT_MAX overflow.  Check
37852         explicitly for proper errno values.
37853
37854 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
37855
37856         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
37857         CHAR_MAX.
37858         * string/test-strcmp.c [! WIDE]: Likewise.
37859         * time/tst-mktime2.c: Likewise for INT_MAX.
37860         * string/test-string.h: #include <sys/param.h> for MIN.
37861
37862         * csu/init-first.c (__libc_init_first): Call __ctype_init.
37863         * sysdeps/i386/init-first.c (init): Likewise.
37864         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
37865         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
37866         * sysdeps/sh/init-first.c (init): Likewise.
37867
37868 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
37869
37870         * po/ru.po: Update from translation team.
37871         * po/vi.po: Likewise.
37872
37873 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
37874
37875         * resolv/nss_dns/dns-host.c: Merge copyright years.
37876
37877 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37878
37879         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
37880         Optimize memcpy with prefetch if
37881         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
37882         src, dst pointers have unequal 16 byte alignments.
37883
37884 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
37885
37886         [BZ #13928]
37887         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
37888         from a CNAME entry and return the minimum ttl for the query.
37889         (gaih_getanswer_slice): Likewise.
37890
37891 2012-03-30  Jeff Law  <law@redhat.com>
37892
37893         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
37894         due to long keys.
37895         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
37896         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
37897
37898         * resolv/nss_dns/dns-host.c: Update copyright year.
37899
37900 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
37901
37902         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
37903         requests to save a system call.  Fix check that all bytes are sent.
37904
37905         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
37906         comments for sendmmsg.
37907
37908 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37909
37910         [BZ #13691]
37911         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
37912         with only 1 character between 0x0041 and 0x01b0.
37913         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
37914         * wcsmbs/tst-mbsnrtowcs.c: New file.
37915
37916 2012-03-29  David S. Miller  <davem@davemloft.net>
37917
37918         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
37919         small copies by hand.
37920
37921 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37922
37923         [BZ #13761]
37924         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
37925         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
37926         group memberships.
37927
37928 2012-03-28  David S. Miller  <davem@davemloft.net>
37929
37930         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
37931         that branches into memcpy.
37932         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
37933         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
37934         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
37935         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
37936         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
37937         bits.
37938         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
37939         implementation too.
37940         * sysdeps/sparc/mempcpy.S: New file.
37941
37942         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
37943         the IFUNC routine in the libc case.
37944         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
37945
37946         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
37947         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
37948         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
37949         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
37950         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
37951         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
37952         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
37953         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
37954
37955         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
37956         loop to 256 bytes instead of 64 bytes and fix test signedness.
37957
37958         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
37959         * sysdeps/sparc/sparc32/Makefile: rather than here...
37960         * sysdeps/sparc/sparc64/Makefile: and here.
37961
37962 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
37963
37964         * malloc/mallocbug.c: Avoid warnings about unused variables.
37965
37966 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
37967
37968         [BZ #13760]
37969         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
37970         in the right place. Discard and retry query if response is
37971         larger than input buffer size.
37972
37973 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
37974
37975         [BZ #369]
37976         [BZ #2678]
37977         [BZ #3866]
37978         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
37979         x for large integer exponent.
37980         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
37981         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
37982         sign of result as needed afterwards.
37983         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
37984         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
37985         result for underflowing pow the same as for overflow.
37986         (__kernel_standard_l): Handle powl overflow and underflow here
37987         rather than calling __kernel_standard.
37988         * math/libm-test.inc (pow_test): Add more tests.
37989
37990         [BZ #3868]
37991         [BZ #13879]
37992         [BZ #13910]
37993         [BZ #13911]
37994         [BZ #13912]
37995         [BZ #13913]
37996         [BZ #13915]
37997         [BZ #13916]
37998         [BZ #13917]
37999         [BZ #13918]
38000         [BZ #13919]
38001         [BZ #13920]
38002         [BZ #13921]
38003         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
38004         * sysdeps/ieee754/k_standard.c: Include <float.h>.
38005         (__kernel_standard_l): New function.
38006         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
38007         __kernel_standard.
38008         * math/w_acosl.c (__acosl): Likewise.
38009         * math/w_asinl.c (__asinl): Likewise.
38010         * math/w_atan2l.c (__atan2l): Likewise.
38011         * math/w_atanhl.c (__atanhl): Likewise.
38012         * math/w_coshl.c (__coshl): Likewise.
38013         * math/w_exp10l.c (__exp10l): Likewise.
38014         * math/w_exp2l.c (__exp2l): Likewise.
38015         * math/w_fmodl.c (__fmodl): Likewise.
38016         * math/w_hypotl.c (__hypotl): Likewise.
38017         * math/w_j0l.c (__j0l, __y0l): Likewise.
38018         * math/w_j1l.c (__j1l, __y1l): Likewise.
38019         * math/w_jnl.c (__jnl, __ynl): Likewise.
38020         * math/w_lgammal.c (__lgammal): Likewise.
38021         * math/w_log10l.c (__log10l): Likewise.
38022         * math/w_log2l.c (__log2l): Likewise.
38023         * math/w_logl.c (__logl): Likewise.
38024         * math/w_powl.c (__powl): Likewise.
38025         * math/w_remainderl.c (__remainderl): Likewise.
38026         * math/w_scalbl.c (sysv_scalbl): Likewise.
38027         * math/w_sinhl.c (__sinhl): Likewise.
38028         * math/w_sqrtl.c (__sqrtl): Likewise.
38029         * math/w_tgammal.c (__tgammal): Likewise.
38030         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
38031         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
38032         * math/libm-test.inc (acos_test): Add more tests.
38033         (acosh_test): Likewise.
38034         (asin_test): Likewise.
38035         (atanh_test): Likewise.
38036         (exp_test): Likewise.
38037         (exp10_test): Likewise.
38038         (exp2_test): Likewise.
38039         (expm1_test): Likewise.
38040         (lgamma_test): Likewise.
38041         (log_test): Likewise.
38042         (log10_test): Likewise.
38043         (log1p_test): Likewise.
38044         (log2_test): Likewise.
38045         (pow_test): Do not allow some spurious overflow exceptions.
38046         (sqrt_test): Add more tests.
38047         (tgamma_test): Likewise.
38048         (y0_test): Likewise.
38049         (y1_test): Likewise.
38050         (yn_test): Likewise.
38051
38052 2012-03-27  Anton Blanchard  <anton@samba.org>
38053
38054         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
38055         MAP_HUGETLB.
38056         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
38057         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
38058         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
38059
38060 2012-03-27  David S. Miller  <davem@davemloft.net>
38061
38062         * conform/Makefile: Run run-conformtest.sh using $(BASH).
38063
38064         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
38065         have-as-vis3 check.
38066
38067 2012-03-27  Andreas Jaeger  <aj@suse.de>
38068
38069         * sysdeps/x86_64/elf/configure.in: Moved to ...
38070         * sysdeps/x86_64/configure.in: ... here.
38071         * sysdeps/x86_64/elf/start.S: Moved to ...
38072         * sysdeps/x86_64/start.S: ... here.
38073         * sysdeps/x86_64/elf/configure: Delete.
38074
38075         * sysdeps/x86_64/configure.in: Merge contents from
38076         sysdeps/i386/configure.in (without i686 check).
38077
38078         * sysdeps/i386/elf/Versions: Merge into ...
38079         * sysdeps/i386/Versions: ... this.
38080         * sysdeps/i386/elf/Versions: Delete file.
38081         * sysdeps/i386/elf/start.S: Moved to ...
38082         * sysdeps/i386/start.S: ...here.
38083         * sysdeps/i386/elf/configure.in: Merge into...
38084         * sysdeps/i386/configure.in: ...here.
38085         * sysdeps/i386/elf/configure.in: Delete file.
38086         * sysdeps/i386/elf/configure: Delete file.
38087
38088         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
38089         * debug/backtracesyms.c: ... here.
38090         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
38091         * debug/backtracesymsfd.c: ... here.
38092         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
38093         * sysdeps/generic/ifunc-sel.h: ... here.
38094
38095         * sysdeps/unix/i386/start.c: Delete file.
38096         * sysdeps/unix/sparc/start.c: Delete file.
38097         * sysdeps/unix/start.c: Delete file.
38098
38099         * sysdeps/sh/elf/configure.in: Moved to ...
38100         * sysdeps/sh/configure.in: ... here.
38101         * sysdeps/sh/elf/start.S: Moved to ...
38102         * sysdeps/sh/start.S: ... here.
38103         * sysdeps/sh/elf/configure: Delete file.
38104
38105         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
38106         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
38107         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
38108         * sysdeps/powerpc/powerpc64/entry.h: ... here.
38109         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
38110         * sysdeps/powerpc/powerpc64/start.S: here.
38111         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
38112         * sysdeps/powerpc/powerpc64/Makefile: ... this.
38113         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
38114         * sysdeps/powerpc/powerpc64/configure.in: ... this.
38115         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
38116
38117         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
38118         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
38119         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
38120         * sysdeps/powerpc/powerpc32/start.S: ... here.
38121         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
38122         * sysdeps/powerpc/powerpc32/configure.in: ... this.
38123         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
38124
38125         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
38126         * sysdeps/powerpc/ifunc-sel.h: ... here.
38127         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
38128         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
38129
38130         * sysdeps/sparc/elf/configure.in: Moved to ...
38131         * sysdeps/sparc/configure.in: ... here.
38132         * sysdeps/sparc/elf/configure: Delete file.
38133         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
38134         * sysdeps/sparc/sparc32/start.S: ... here.
38135         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
38136         * sysdeps/sparc/sparc64/start.S: ... here.
38137         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
38138         * sysdeps/sparc/sparc32/Makefile: ... this.
38139         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
38140         * sysdeps/sparc/sparc64/Makefile: ... this.
38141
38142         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
38143         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
38144         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
38145         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
38146         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
38147         * sysdeps/s390/s390-32/setjmp.S: ... here.
38148         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
38149         * sysdeps/s390/s390-32/configure.in: ... here.
38150         * sysdeps/s390/s390-32/elf/configure: Delete file.
38151         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
38152         * sysdeps/s390/s390-32/start.S: ... here.
38153
38154         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
38155         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
38156         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
38157         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
38158         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
38159         * sysdeps/s390/s390-64/setjmp.S: ... here.
38160         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
38161         * sysdeps/s390/s390-64/configure.in: ... here
38162         * sysdeps/s390/s390-64/elf/configure: Delete file.
38163         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
38164         * sysdeps/s390/s390-64/start.S: ... here.
38165         * sysdeps/s390/s390-64/elf/configure: Delete.
38166
38167         * configure.in: Remove support for elf directories in sysdeps.
38168
38169         * configure: Regenerated.
38170         * sysdeps/i386/configure: Regenerated.
38171         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38172         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38173         * sysdeps/s390/s390-32/configure: Regenerated.
38174         * sysdeps/s390/s390-64/configure: Regenerated.
38175         * sysdeps/sh/configure: Regenerated.
38176         * sysdeps/sparc/configure: Regenerated.
38177         * sysdeps/x86_64/configure: Regenerated.
38178
38179 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
38180
38181         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38182
38183         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
38184         denormal result into account.
38185
38186 2012-03-25  Roland McGrath  <roland@hack.frob.com>
38187
38188         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
38189         Reported by Allan McRae <allan@archlinux.org>.
38190
38191 2012-03-23  Jeff Law  <law@redhat.com>
38192
38193         * nss/getnssent.c (__nss_getent): Fix typo.
38194
38195 2012-03-23  David S. Miller  <davem@davemloft.net>
38196
38197         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38198
38199 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
38200
38201         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
38202         to pad to uint64_t for each field.
38203         (dl_tls_index): Replace unsigned long with uint64_t.
38204
38205 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
38206         Paul Pluzhnikov  <ppluzhnikov@google.com>
38207
38208         [BZ #6528]
38209         * grp/Makefile (otherlibs): Don't set it.
38210         * inet/Makefile (otherlibs): Likewise.
38211         * login/Makefile (otherlibs): Likewise.
38212         * nscd/Makefile (otherlibs): Likewise.
38213         * posix/Makefile (otherlibs): Likewise.
38214         * pwd/Makefile (otherlibs): Likewise.
38215         * rt/Makefile (otherlibs): Likewise.
38216         * sunrpc/Makefile (otherlibs): Likewise.
38217         * nss/Makefile (otherlibs): Likewise.
38218         Add libnss_files to routines and static-only-routines.
38219         ($(objpfx)getent): Remove rule.
38220         * resolv/Makefile: Add libnss_dns and libresolv to routines and
38221         static-only-routines.
38222
38223 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
38224
38225         [BZ #13892]
38226         * math/s_cexp.c: Include <float.h>.
38227         (__cexp): Handle exp result overflowing not necessarily
38228         overflowing both real and imaginary parts of result.
38229         * math/s_cexpf.c: Likewise.
38230         * math/s_cexpl.c: Likewise.
38231         * math/libm-test.inc (cexp_test): Add more tests.
38232         * sysdeps/i386/fpu/libm-test-ulps: Update.
38233         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38234
38235 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38236
38237         * include/link.h (ELFW): New macro.
38238         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
38239         Replace ELF64_R_TYPE with ELFW(R_TYPE).
38240
38241 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38242
38243         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
38244         with uint64_t.
38245
38246 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38247
38248         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
38249         declaration.
38250         (struct La_x32_retval): Likewise.
38251
38252 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38253
38254         * sysdeps/x86_64/preconfigure.in: New file.
38255         * sysdeps/x86_64/preconfigure: New generated file.
38256
38257 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
38258
38259         [BZ #13824]
38260         * math/e_exp2l.c: Include <float.h>.
38261         (__ieee754_exp2l): Handle overflow and underflow cases
38262         separately.  Only pass fractional part of argument to
38263         __ieee754_expl.
38264         * math/libm-test.inc (exp2_test): Add more tests.
38265
38266         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
38267         negating x to take absolute value.
38268         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
38269         Likewise.
38270         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
38271         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
38272         Likewise.
38273         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
38274         computing low part if x was negated.
38275         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
38276
38277 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
38278
38279         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
38280         la_x32_gnu_pltexit.
38281         (pltexit): Cast int_retval to ptrdiff_t.
38282         * elf/tst-auditmod3b.c: Likewise.
38283         * elf/tst-auditmod4b.c: Likewise.
38284         * elf/tst-auditmod5b.c: Likewise.
38285         * elf/tst-auditmod6b.c: Likewise.
38286         * elf/tst-auditmod6c.c: Likewise.
38287         * elf/tst-auditmod7b.c: Likewise.
38288
38289         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
38290         and x32_gnu_pltexit.
38291
38292         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
38293         __ELF_NATIVE_CLASS.
38294         (La_x32_regs): New macro.
38295         (La_x32_retval): Likewise.
38296         (la_x32_gnu_pltenter): New function prototype.
38297         (la_x32_gnu_pltexit): Likewise.
38298
38299 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
38300
38301         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
38302         exponent.
38303
38304         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38305
38306         * configure.in (libc_cv_cc_nofma): Check for option to disable
38307         generation of FMA instructions.
38308         * configure: Regenerate.
38309         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
38310         * sysdeps/ieee754/dbl-64/Makefile: New file.
38311         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
38312         Remove brandred-fma4.
38313         (CFLAGS-brandred-fma4.c): Remove.
38314         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
38315         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
38316         define.
38317         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
38318         define.
38319
38320 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
38321
38322         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
38323         LLONG_MAX != LONG_MAX.
38324         (_itoa_word): Use _ITOA_WORD_TYPE on value.
38325         (_fitoa_word): Likewise.
38326         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
38327         LLONG_MAX != LONG_MAX.
38328         * stdio-common/_itowa.h: Include <_itoa.h>.
38329         (_itowa_word): Use _ITOA_WORD_TYPE on value.
38330         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
38331         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
38332         only if not defined.
38333         (_ITOA_WORD_TYPE): Likewise.
38334         (_itoa_word): Use _ITOA_WORD_TYPE on value.
38335         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
38336
38337 2012-03-21  David S. Miller  <davem@davemloft.net>
38338
38339         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38340
38341 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
38342
38343         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
38344         of x86_64 when setting libc_cv_slibdir, libdir and
38345         libc_cv_localedir.
38346         * sysdeps/unix/sysv/linux/configure: Regenerated.
38347
38348 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
38349
38350         * manual/lang.texi (Old Varargs): Remove section.
38351         (How Variadic): Update menu.
38352         (va_start): Do not mention varargs.h.
38353
38354 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
38355             Joseph Myers  <joseph@codesourcery.com>
38356
38357         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
38358         link test.
38359         * configure: Regenerated.
38360
38361 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
38362
38363         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
38364         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
38365         conformtest.pl
38366
38367 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
38368
38369         * NOTES: Remove.
38370         * Makefile (files-for-dist): Remove NOTES.
38371         (NOTES): Remove rule.
38372         * README: Don't refer to NOTES.
38373         * manual/creature.texi: Don't include macros.texi.
38374         * manual/intro.texi (creature.texi): Remove comment referring to
38375         NOTES.
38376
38377         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
38378         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
38379         * configure: Regenerated.
38380         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
38381         LIBC_TRY_CC_OPTION.
38382         (libc_cv_as_i686): Likewise.
38383         (libc_cv_cc_avx): Likewise.
38384         (libc_cv_cc_sse2avx): Likewise.
38385         (libc_cv_cc_fma4): Likewise.
38386         (libc_cv_cc_novzeroupper): Likewise.
38387         * sysdeps/i386/configure: Regenerated.
38388
38389         [BZ #13883]
38390         * sysdeps/i386/fpu/s_cexp.S: Remove.
38391         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
38392         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
38393         * math/libm-test.inc (cexp_test): Add more tests.
38394         * sysdeps/i386/fpu/libm-test-ulps: Update.
38395         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38396
38397 2012-03-21  Allan McRae  <allan@archlinux.org>
38398
38399         * timezone/Makefile: Do not install iso3166.tab and zone.tab
38400
38401 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
38402
38403         [BZ #13871]
38404         * math/w_exp2.c: Do not include <float.h>.
38405         (o_threshold, u_threshold): Remove.
38406         (__exp2): Calculate result before checking finiteness and calling
38407         __kernel_standard.
38408         * math/w_exp2f.c: Likewise.
38409         * math/w_exp2l.c: Likewise.
38410         * math/libm-test.inc (exp2_test): Require overflow exception for
38411         1e6 input.
38412
38413         [BZ #3866]
38414         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
38415         range of signed 64-bit integers before using fistpll.  Remove
38416         checks for whether integers fit in mantissa bits.
38417         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
38418         the range of signed 32-bit integers before using fistpl.  Remove
38419         checks for whether integers fit in mantissa bits.
38420         * sysdeps/i386/fpu/e_powl.S (p64): New object.
38421         (__ieee754_powl): Test for y outside the range of signed 64-bit
38422         integers before using fistpll.  Reduce 64-bit values to 63-bit
38423         ones as needed.
38424         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
38425         divide-by-zero is raised for zero to large negative powers.
38426         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
38427         (__ieee754_powl): Test for y outside the range of signed 64-bit
38428         integers before using fistpll.  Reduce 64-bit values to 63-bit
38429         ones as needed.
38430         * math/libm-test.inc (pow_test): Add more tests.
38431
38432 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
38433
38434         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
38435         <stdio-common/_itoa.h>.
38436         * debug/segfault.c: Likewise.
38437         * elf/dl-cache.c: Likewise.
38438         * elf/dl-minimal.c: Likewise.
38439         * elf/dl-misc.c: Likewise.
38440         * elf/dl-sysdep.c: Likewise.
38441         * elf/dl-version.c: Likewise.
38442         * elf/rtld.c: Likewise.
38443         * hurd/hurdsock.c: Likewise.
38444         * hurd/lookup-retry.c: Likewise.
38445         * malloc/malloc.c: Likewise.
38446         * malloc/mtrace.c: Likewise.
38447         * nscd/nscd_getgr_r.c: Likewise.
38448         * nscd/nscd_getpw_r.c: Likewise.
38449         * nscd/nscd_getserv_r.c: Likewise.
38450         * posix/getopt_init.c: Likewise.
38451         * posix/wordexp.c: Likewise.
38452         * stdio-common/_itoa.c: Likewise.
38453         * stdio-common/printf_fphex.c: Likewise.
38454         * stdio-common/vfprintf.c: Likewise.
38455         * string/_strerror.c: Likewise.
38456         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
38457         * sysdeps/i386/i686/hp-timing.h: Likewise.
38458         * sysdeps/mach/_strerror.c: Likewise.
38459         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
38460         * sysdeps/mach/hurd/sethostid.c: Likewise.
38461         * sysdeps/mach/hurd/xmknodat.c: Likewise.
38462         * sysdeps/mach/xpg-strerror.c: Likewise.
38463         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
38464         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
38465         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
38466         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
38467         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
38468         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
38469         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
38470         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
38471         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
38472         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
38473         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
38474         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
38475         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
38476         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
38477         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
38478         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
38479         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
38480         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
38481         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
38482         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
38483         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
38484
38485         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
38486
38487         * stdio-common/_itoa.h: Moved to ...
38488         * sysdeps/generic/_itoa.h: Here.
38489
38490         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
38491
38492         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
38493         instead of "_itoa.h" and "_itowa.h".
38494         * stdio-common/vfprintf.: Likewise.
38495
38496 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
38497
38498         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
38499         <bits/wordsize.h>.
38500         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
38501         (__signbit): Likwise.
38502         (llrintf): Likwise.
38503         (llrint): Likwise.
38504
38505 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
38506
38507         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
38508         __WORDSIZE != 64.
38509
38510 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
38511
38512         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
38513         OVERFLOW_EXCEPTION_OK.
38514         * math/libm-test.inc ("Philosophy"): Update comment about
38515         exception testing.
38516         (OVERFLOW_EXCEPTION): Define.
38517         (OVERFLOW_EXCEPTION_OK): Likewise.
38518         (INVALID_EXCEPTION_OK): Renumber.
38519         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38520         (IGNORE_ZERO_INF_SIGN): Likewise.
38521         (test_exceptions): Handle FE_OVERFLOW.
38522         (exp10_test): Expect overflow exceptions.
38523         (exp2_test): Likewise.
38524         (expm1_test): Likewise.
38525         (nextafter_test): Likewise.
38526         (pow_test): Likewise.
38527         (scalbn_test): Likewise.
38528         (scalbln_test): Likewise.
38529
38530 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38531
38532         * sysdeps/x86_64/bits/atomic.h
38533         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
38534         64bit integer.
38535         (atomic_exchange_acq): Likewise.
38536         (__arch_exchange_and_add_body): Likewise.
38537         (__arch_add_body): Likewise.
38538         (atomic_add_negative): Likewise.
38539         (atomic_add_zero): Likewise.
38540
38541 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38542
38543         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
38544         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
38545
38546 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38547
38548         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
38549         Check __x86_64__ instead of __WORDSIZE.
38550
38551 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38552
38553         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
38554
38555 2012-03-19  David S. Miller  <davem@davemloft.net>
38556
38557         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38558
38559         * sysdeps/sparc/fpu/fenv_private.h: New file.
38560         * sysdeps/sparc/fpu/math_private.h: Use it.
38561         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
38562         Remove.
38563         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
38564         (libc_feholdexcept_setroundl): Remove.
38565         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
38566         Remove.
38567         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
38568         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
38569
38570 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38571
38572         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
38573         int64_t instead of long int.
38574         (INSERT_WORDS64): Likwise.
38575
38576 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
38577
38578         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
38579         _Unwind_GetCFA return to _Unwind_Ptr first.
38580
38581 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
38582
38583         [BZ #13629]
38584         * math/s_clog.c: Include <float.h>.
38585         (__clog): Scale large or subnormal inputs.
38586         * math/s_clogf.c: Likewise.
38587         * math/s_clogl.c: Likewise.
38588         * math/s_clog10.c: Include <float.h>.
38589         (M_LOG10_2): Define.
38590         (__clog10): Scale large or subnormal inputs.
38591         * math/s_clog10f.c: Likewise.
38592         * math/s_clog10l.c: Likewise.
38593         * math/libm-test.inc (clog_test): Add more tests.
38594         (clog10_test): Likewise.
38595         * sysdeps/i386/fpu/libm-test-ulps: Update.
38596         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38597
38598         [BZ #11451]
38599         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
38600         x and y.
38601         * math/libm-test.inc (atan2_test): Add another test.
38602
38603         * Makerules (common-objdir-compile): Remove.
38604         * sysdeps/unix/Makefile (config-generated): Do not add
38605         $(unix-generated) to variable.
38606         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
38607         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
38608         Remove rule.
38609         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
38610         Likewise.
38611         [generic bits/local_lim.h] (before-compile): Do not append to
38612         variable.
38613         [generic bits/local_lim.h] (common-generated): Likewise.
38614         [generic sys/param.h] (before-compile): Do not append to variable.
38615         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
38616         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
38617         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
38618         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
38619         include.
38620         [generic sys/param.h] (sys/param.h-includes): Remove variable.
38621         [generic sys/param.h] (sys/param.h-includes): Remove rule.
38622         [generic sys/param.h] ($(addprefix
38623         $(common-objpfx),$(sys/param.h-includes))): Likewise.
38624         [generic sys/param.h] (common-generated): Do not append to
38625         variable.
38626         [generic sys/param.h] (sysdep_headers): Likewise.
38627         [generic bits/errno.h] (before-compile): Do not append to
38628         variable.
38629         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
38630         rule.
38631         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
38632         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
38633         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
38634         [generic bits/errno.h] (common-generated): Do not append to
38635         variable.
38636         [generic bits/ioctls.h] (before-compile): Do not append to
38637         variable.
38638         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
38639         rule.
38640         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
38641         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
38642         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
38643         rule.
38644         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
38645         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
38646         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
38647         [generic bits/ioctls.h] (common-generated): Do not append to
38648         variable.
38649         [generic sys/syscall.h] (syscall.h): Remove variable.
38650         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
38651         rule.
38652         [generic sys/syscall.h] (before-compile): Do not append to
38653         variable.
38654         [generic sys/syscall.h] (common-generated): Likewise.
38655         * sysdeps/unix/errnos-tmpl.c: Remove file.
38656         * sysdeps/unix/errnos.awk: Likewise.
38657         * sysdeps/unix/ioctls-tmpl.c: Likewise.
38658         * sysdeps/unix/ioctls.awk: Likewise.
38659         * sysdeps/unix/mk-local_lim.c: Likewise.
38660         * sysdeps/unix/snarf-ioctls: Likewise.
38661
38662 2012-03-19  Richard Henderson  <rth@twiddle.net>
38663
38664         * sysdeps/i386/fpu/fenv_private.h: New file.
38665         * sysdeps/i386/fpu/math_private.h: Use it.
38666         (math_opt_barrier, math_force_eval): Remove.
38667         (libc_feholdexcept_setround_53bit): Remove.
38668         (libc_feupdateenv_53bit): Remove.
38669         * sysdeps/x86_64/fpu/math_private.h: Likewise.
38670         (math_opt_barrier, math_force_eval): Remove.
38671         (libc_feholdexcept): Remove.
38672         (libc_feholdexcept_setround): Remove.
38673         (libc_fetestexcept, libc_fesetenv): Remove.
38674         (libc_feupdateenv_test): Remove.
38675         (libc_feupdateenv, libc_feholdsetround): Remove.
38676         (libc_feresetround): Remove.
38677
38678         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
38679         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
38680
38681         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
38682         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
38683         (libc_feupdateenv_testl): New.
38684         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
38685         (libc_feupdateenv_testf): New.
38686         (libc_feupdateenv): Use libc_feupdateenv_test.
38687         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
38688         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
38689
38690         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
38691         (libc_feholdsetroundf, libc_feholdsetroundl): New.
38692         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
38693         (libc_feresetround_noex): New.
38694         (libc_feresetround_noexf): New.
38695         (libc_feresetround_noexl): New.
38696         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
38697         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
38698         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
38699         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
38700         SET_RESTORE_ROUND.
38701         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
38702         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
38703         (__cos): Likewise.
38704         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
38705         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
38706         SET_RESTORE_ROUND_NOEX.
38707         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
38708         SET_RESTORE_ROUND_NOEXF.
38709         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
38710         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
38711         (libc_feholdsetroundf): New.
38712         (libc_feresetround, libc_feresetroundf): New.
38713
38714         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
38715         (libc_feholdexcept_setround_53bit): Convert from macro to function.
38716         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
38717
38718         * sysdeps/generic/math_private.h: Include <fenv.h>.
38719         (default_libc_feholdexcept): New.
38720         (default_libc_feholdexcept_setround): New.
38721         (default_libc_fesetenv, default_libc_feupdateenv): New.
38722         (libc_feholdexcept): Only define if undefined.
38723         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
38724         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
38725         (libc_feholdexcept_setroundl): Likewise.
38726         (libc_feholdexcept_setround_53bit): Likewise.
38727         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
38728         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
38729         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
38730         (libc_feupdateenv_53bit): Likewise.
38731         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
38732         (libc_feholdexcept): Convert from macro to inline function.
38733         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
38734         (libc_fesetenv, libc_feupdateenv): Likewise.
38735
38736         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
38737         not previously defined.
38738         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
38739         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
38740         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
38741         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
38742         * sysdeps/ieee754/flt-32/math_private.h: New file.
38743         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
38744         math_private.h below SET_FLOAT_WORD.
38745         (__isnan, __isinf_ns, __finite): Remove.
38746         (__isnanf, __isinf_nsf, __finitef): Remove.
38747
38748 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
38749
38750         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38751
38752 2012-03-17  David S. Miller  <davem@davemloft.net>
38753
38754         [BZ #6471]
38755         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
38756         for 2.16.
38757
38758 2012-03-16  David S. Miller  <davem@davemloft.net>
38759
38760         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
38761         warnings.
38762
38763         [BZ #6471]
38764         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
38765         properly.
38766         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
38767         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
38768         sysdep_routines when subdir is sysvipc.
38769         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
38770         __getshmlba helper.
38771
38772         * sysdeps/sparc/fpu/libm-test/ulps: Update.
38773
38774 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38775
38776         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
38777         [__LP64__].
38778
38779 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38780
38781         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
38782         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
38783         (__lround): Renamed to ...
38784         (__llround): This.  Replace long int with long long int.
38785         Define lround functions as aliases of llround functions.
38786         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
38787
38788 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38789
38790         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
38791         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
38792         adresses to uintptr_t.  Replace "long int" and "unsigned long
38793         int" with "greg_t" on va_arg.
38794
38795 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38796
38797         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
38798         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
38799
38800         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
38801         Move e_machine check before EI_CLASS check.  Handle x32
38802         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
38803         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
38804         SKIP_EM_IA_64 and include
38805         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
38806
38807         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
38808         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
38809         (add_system_dir): New macro.
38810
38811         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
38812         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
38813
38814 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
38815
38816         [BZ #2551]
38817         [BZ #2552]
38818         [BZ #2553]
38819         [BZ #2554]
38820         [BZ #2562]
38821         [BZ #2563]
38822         [BZ #2565]
38823         [BZ #2566]
38824         [BZ #2576]
38825         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
38826         (y0): Likewise.
38827         * math/w_j0f.c (j0f): Likewise.
38828         (y0f): Likewise.
38829         * math/w_j0l.c (__j0l): Likewise.
38830         (__y0l): Likewise.
38831         * math/w_j1.c (j1): Likewise.
38832         (y1): Likewise.
38833         * math/w_j1f.c (j1f): Likewise.
38834         (y1f): Likewise.
38835         * math/w_j1l.c (__j1l): Likewise.
38836         (__y1l): Likewise.
38837         * math/w_jn.c (jn): Likewise.
38838         (yn): Likewise.
38839         * math/w_jnf.c (jnf): Likewise.
38840         (ynf): Likewise.
38841         * math/w_jnl.c (__jnl): Likewise.
38842         (__ynl): Likewise.
38843         * math/libm-test.inc (j0_test): Add more tests.
38844         (j1_test): Likewise.
38845         (jn_test): Likewise.  Add trailing semicolon to existing test.
38846         (y0_test): Likewise.
38847         (y1_test): Likewise.
38848         * sysdeps/i386/fpu/libm-test-ulps: Update.
38849         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38850
38851         [BZ #13851]
38852         [BZ #13854]
38853         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
38854         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
38855         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
38856         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
38857         (__tanl): Set errno for infinite argument.
38858         * sysdeps/i386/fpu/mptan.c: Remove.
38859         * sysdeps/i386/fpu/s_tan.S: Likewise.
38860         * sysdeps/i386/fpu/s_tanl.S: Likewise.
38861         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
38862         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
38863         * math/libm-test.inc (tan_test): Add more tests and enable more
38864         tests for double and long double.
38865         * sysdeps/i386/fpu/libm-test-ulps: Update.
38866         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38867
38868 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
38869
38870         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
38871         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
38872
38873 2012-03-16  Roland McGrath  <roland@hack.frob.com>
38874
38875         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
38876         * configure.in: Use it for both main tree and add-ons.
38877         * configure: Regenerated.
38878
38879 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38880
38881         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
38882
38883 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
38884
38885         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
38886         in comment.
38887
38888         [BZ #13851]
38889         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
38890         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
38891         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
38892         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
38893         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
38894         infinite argument.
38895         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
38896         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
38897         != 0 for prec == 2.
38898         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
38899         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
38900         * sysdeps/i386/fpu/s_cosl.S: Likewise.
38901         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
38902         * sysdeps/i386/fpu/s_sinl.S: Likewise.
38903         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
38904         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
38905         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
38906         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
38907         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
38908         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
38909         * math/libm-test.inc (cos_test): Add more tests and enable more
38910         tests for long double.
38911         (sin_test): Likewise.
38912         (sincos_test): Likewise.
38913         * sysdeps/i386/fpu/libm-test-ulps: Update.
38914         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38915
38916 2012-03-16  David S. Miller  <davem@davemloft.net>
38917
38918         * sysdeps/sparc/fpu/math_private.h: New file.
38919
38920 2012-03-15  David S. Miller  <davem@davemloft.net>
38921
38922         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
38923         file.
38924         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
38925         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
38926         file.
38927         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
38928         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
38929         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
38930         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
38931         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
38932         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
38933         sysdep routines.
38934         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
38935
38936         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
38937         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
38938
38939         * sysdeps/sparc/sparc-ifunc.h: New file.
38940         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
38941         sparc-ifunc.h
38942         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
38943         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
38944         Likewise.
38945         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
38946         Likewise.
38947         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
38948         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
38949         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
38950         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
38951         Likewise.
38952         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
38953         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
38954         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
38955         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
38956         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
38957         Likewise.
38958         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
38959         Likewise.
38960         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
38961         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
38962         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
38963         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
38964         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
38965         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
38966         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
38967         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
38968         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
38969         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
38970         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
38971         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
38972         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
38973         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
38974         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
38975         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
38976         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
38977         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
38978         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
38979         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
38980         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
38981         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
38982         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
38983         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
38984
38985 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
38986
38987         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
38988         scaling.
38989         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38990
38991 2012-03-15  Andreas Jaeger  <aj@suse.de>
38992
38993         [BZ #13852]
38994         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
38995         ieee754/flt-32 implementation for sin, cos and sincos.
38996         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
38997         * sysdeps/i386/fpu/s_cosf.S: Likewise.
38998         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
38999         * sysdeps/i386/fpu/s_sinf.S: Likewise.
39000         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
39001         ieee754/flt-32 implementation for tan.
39002
39003         * math/libm-test.inc (cos_test): Enable some large input tests for
39004         float as well
39005         (sin_test): Likewise.
39006         (sincos_test): Likewise.
39007         (tan_test): Add tests for large input.
39008
39009         * sysdeps/i386/fpu/libm-test-ulps: Update.
39010
39011 2012-03-15  Andreas Jaeger  <aj@suse.de>
39012
39013         [BZ #13658]
39014         * math/libm-test.inc (cos_test): Add more test cases.
39015         (sin_test): Likewise.
39016         (sincos_test): Likewise.
39017
39018 2012-03-15  Andreas Jaeger  <aj@suse.de>
39019
39020         [BZ #13837]
39021         * math/libm-test.inc (cos_test): Add a test case for large input
39022         value.
39023         (sin_test): Likewise.
39024         (sincos_test): Likewise.
39025
39026 2012-03-15  Andreas Jaeger  <aj@suse.de>
39027             Joseph Myers  <joseph@codesourcery.com>
39028
39029         [BZ #13658]
39030         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
39031         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
39032         * sysdeps/i386/fpu/branred.c: Likewise.
39033         * sysdeps/i386/fpu/dosincos.c: Likewise.
39034         * sysdeps/i386/fpu/mpa.c: Likewise.
39035         * sysdeps/i386/fpu/s_cos.S: Likewise.
39036         * sysdeps/i386/fpu/s_sin.S: Likewise.
39037         * sysdeps/i386/fpu/s_sincos.S: Likewise.
39038         * sysdeps/i386/fpu/sincos32.c: Likewise.
39039
39040         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
39041         Define.
39042         (libc_feupdateenv_53bit): Define.
39043         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
39044         Define.
39045         (libc_feupdateenv_53bit): Define.
39046
39047         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
39048         53 bit (without extend i386 double precision).
39049
39050         * math/libm-test.inc (sincos_test): Add tests for large input.
39051         (sin): Likewise.
39052         (cos): Likewise.
39053
39054         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
39055
39056 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
39057
39058         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39059
39060 2012-03-15  David S. Miller  <davem@davemloft.net>
39061
39062         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
39063         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
39064         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
39065         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
39066         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
39067         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
39068         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
39069         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
39070         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
39071         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
39072         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
39073         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
39074         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
39075         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
39076         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
39077         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
39078         file.
39079         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
39080         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
39081         file.
39082         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
39083         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
39084         file.
39085         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
39086         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
39087         file.
39088         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
39089         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
39090         fmin/fmax sysdep routines.
39091         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
39092
39093 2012-03-14  David S. Miller  <davem@davemloft.net>
39094
39095         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
39096         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
39097         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
39098         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
39099         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
39100         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
39101         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
39102         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
39103         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
39104         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
39105         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
39106         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
39107         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
39108         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
39109         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
39110         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
39111         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
39112         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
39113         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
39114         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
39115         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
39116         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
39117         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
39118         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
39119         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
39120         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
39121         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
39122         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
39123         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
39124         routines.
39125         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
39126         file.
39127         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
39128         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
39129         file.
39130         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
39131         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
39132         file.
39133         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
39134         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
39135         file.
39136         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
39137         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
39138         file.
39139         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
39140         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
39141         file.
39142         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
39143         file.
39144         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
39145         file.
39146         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
39147         file.
39148         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
39149         New file.
39150         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
39151         file.
39152         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
39153         file.
39154         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
39155         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
39156         file.
39157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
39158         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
39159         file.
39160         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
39161         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
39162         file.
39163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
39164         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
39165         VIS3 routines.
39166
39167         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
39168         New file.
39169
39170         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39171
39172         * sysdeps/sparc/configure.in: New file.
39173         * sysdeps/sparc/configure: Generate.
39174         * configure.in (libc_cv_sparc_as_vis3): Substitute.
39175         * configure: Regenerate.
39176         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
39177         * config.make.in (have-as-vis3): New.
39178         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
39179         available use -Av9d instead of -Av9a.
39180         * sysdeps/sparc/sparc64/Makefile: Likewise.
39181         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
39182         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
39183         New file.
39184         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
39185         file.
39186         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
39187         New file.
39188         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
39189         file.
39190         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
39191         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
39192         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
39193         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
39194         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
39195
39196         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
39197         fzeros/fnegs to load 0x80000000 into a float register instead of
39198         using the stack.
39199         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
39200
39201 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
39202
39203         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39204         bits/syscall.h.
39205         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
39206         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
39207         ($(inst_includedir)/bits/syscall.h): Remove rule.
39208         ($(objpfx)bits/syscall.d): Include instead of
39209         $(objpfx)syscall-list.d.
39210         (generated): Change syscall-list.h and syscall-list.d to
39211         bits/syscall.h and bits/syscall.d.
39212
39213 2012-03-14  Roland McGrath  <roland@hack.frob.com>
39214
39215         [BZ #13846]
39216         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
39217
39218 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
39219
39220         [BZ #13841]
39221         * math/s_csqrt.c: Include <float.h>.
39222         (__csqrt): Scale large or subnormal inputs.
39223         * math/s_csqrtf.c: Likewise.
39224         * math/s_csqrtl.c: Likewise.
39225         * math/libm-test.inc (csqrt_test): Add more tests.
39226         * sysdeps/i386/fpu/libm-test-ulps: Update.
39227         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39228
39229         [BZ #13840]
39230         * math/libm-test.inc (hypot_test): Add more tests.
39231
39232 2012-03-13  David S. Miller  <davem@davemloft.net>
39233
39234         [BZ #13840]
39235         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
39236         double-precision for the calculation instead of scaling.
39237
39238 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
39239
39240         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
39241         manipulate bits before adding and subtracting TWO52[sx].
39242         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
39243         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
39244         Likewise.
39245         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
39246
39247 2012-03-13  David S. Miller  <davem@davemloft.net>
39248
39249         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
39250         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
39251         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
39252         rtld-global-offsets.h
39253         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
39254
39255         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
39256         large parameters.
39257
39258         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
39259
39260         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
39261         'err' in the ifdef scope in which it is actually used.
39262
39263         * nss/nss_db/db-init.c: Include string.h
39264
39265 2012-03-12  David S. Miller  <davem@davemloft.net>
39266
39267         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
39268         masking out of the most significant byte of random value used.
39269         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
39270         Fix coding style in previous change.
39271
39272         * sysdeps/unix/sysv/linux/kernel-features.h
39273         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
39274         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
39275         expression.
39276         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
39277         later.
39278
39279 2012-03-11  David S. Miller  <davem@davemloft.net>
39280
39281         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
39282         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
39283         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
39284         for 'resultvar' otherwise things get truncated on 64-bit.
39285
39286         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
39287         Fix masking out of the most significant byte of random value used.
39288
39289         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39290
39291 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
39292
39293         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39294
39295 2012-03-09  David S. Miller  <davem@davemloft.net>
39296
39297         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
39298         variables with appropriate CPP guards.
39299         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
39300         from the frame pointer, not the stack pointer.  Correct layout
39301         comments.  Fix test on resulting framesize and the management of
39302         the outregs buffer for pltexit.  Preserve floating point return
39303         values across _dl_call_pltexit call.
39304         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
39305         framesize and the management of the outregs buffer for pltexit.
39306         Preserve floating point return values across _dl_call_pltexit
39307         call.
39308         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
39309         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
39310         (la_sparc64_gnu_pltexit): New functions.
39311         (print_exit): Fix format string for return register value.
39312
39313 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
39314
39315         * sunrpc/Makefile (others): Add rpcgen.
39316         ($(objpfx)rpcgen): Remove special build rule and dependency on
39317         libc.
39318         * sunrpc/rpcgen.c: New file.
39319
39320 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
39321
39322         [BZ #13673]
39323         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
39324         * stdio-common/bug-vfprintf-nargs.c: Likewise.
39325         * sysdeps/i386/crti.S: Likewise.
39326         * sysdeps/i386/crtn.S: Likewise.
39327         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
39328         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
39329         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
39330         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
39331         * sysdeps/sh/crti.S: Likewise.
39332         * sysdeps/sh/crtn.S: Likewise.
39333         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
39334
39335         [BZ #13673]
39336         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
39337         with URL.
39338         * locale/programs/locfile-kw.gperf: Likewise.
39339         * locale/programs/charmap-kw.h: Regenerated.
39340         * locale/programs/locfile-kw.h: Likewise.
39341
39342         [BZ #13673]
39343         * intl/plural.y: Replace FSF snail mail address with URL.
39344         * intl/plural.c: Regenerated.
39345
39346 2012-03-09  Richard Henderson  <rth@twiddle.net>
39347
39348         * include/math_private.h: Remove file.
39349         * math/math_private.h: Move file ...
39350         * sysdeps/generic/math_private.h: ... here.
39351
39352         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
39353         * sysdeps/powerpc/fpu/math_private.h: Likewise.
39354         * sysdeps/x86_64/fpu/math_private.h: Likewise.
39355
39356         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
39357         and <math_private.h>.
39358         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
39359         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
39360         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
39361         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
39362         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
39363         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
39364         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
39365         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
39366         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
39367         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
39368         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
39369         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
39370         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
39371         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
39372         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
39373         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
39374         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
39375         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
39376         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
39377         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
39378         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
39379         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
39380         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
39381         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
39382         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
39383         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
39384         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
39385         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
39386         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
39387         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
39388         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
39389         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
39390         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
39391         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
39392         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
39393         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
39394         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
39395         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
39396         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
39397         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
39398         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
39399         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
39400         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
39401         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
39402         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
39403         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
39404         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
39405         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
39406         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
39407         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
39408         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
39409         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
39410         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
39411         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
39412         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
39413         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
39414         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
39415         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
39416         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
39417         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
39418         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
39419         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
39420         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
39421         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
39422         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
39423         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
39424         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
39425         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
39426         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
39427         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
39428         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
39429         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
39430         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
39431         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
39432         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
39433         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
39434         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
39435         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
39436         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
39437         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
39438         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
39439         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
39440         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
39441         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
39442         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
39443         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
39444         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
39445         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
39446         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
39447         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
39448         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
39449         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
39450         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
39451         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
39452         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
39453         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
39454         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
39455         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
39456         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
39457         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
39458         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
39459         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
39460         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
39461         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
39462         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
39463         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
39464         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
39465         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
39466         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
39467         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
39468         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
39469         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
39470         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
39471         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
39472         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
39473         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
39474         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
39475         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
39476         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
39477         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
39478         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
39479         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
39480         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
39481         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
39482         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
39483         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
39484         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
39485         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
39486         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
39487         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
39488         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
39489         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
39490         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
39491         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
39492         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
39493         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
39494         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
39495         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
39496         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
39497         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
39498         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
39499         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
39500         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
39501         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
39502         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
39503         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
39504         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
39505         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
39506         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
39507         * sysdeps/ieee754/k_standard.c: Likewise.
39508         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
39509         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
39510         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
39511         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
39512         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
39513         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
39514         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
39515         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
39516         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
39517         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
39518         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
39519         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
39520         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
39521         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
39522         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
39523         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
39524         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
39525         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
39526         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
39527         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
39528         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
39529         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
39530         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
39531         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
39532         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
39533         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
39534         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
39535         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
39536         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
39537         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
39538         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
39539         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
39540         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
39541         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
39542         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
39543         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
39544         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
39545         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
39546         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
39547         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
39548         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
39549         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
39550         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
39551         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
39552         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
39553         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
39554         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
39555         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
39556         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
39557         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
39558         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
39559         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
39560         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
39561         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
39562         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
39563         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
39564         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
39565         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
39566         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
39567         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
39568         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
39569         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
39570         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
39571         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
39572         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
39573         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
39574         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
39575         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
39576         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
39577         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
39578         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
39579         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
39580         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
39581         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
39582         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
39583         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
39584         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
39585         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
39586         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
39587         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
39588         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
39589         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
39590         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
39591         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
39592         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
39593         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
39594         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
39595         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
39596         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
39597         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
39598         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
39599         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
39600         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
39601         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
39602         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
39603         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
39604         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
39605         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
39606         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
39607         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
39608         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
39609         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
39610         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
39611         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
39612         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
39613         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
39614         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
39615         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
39616         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
39617         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
39618         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
39619         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
39620         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
39621         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
39622         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
39623         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
39624         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
39625         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
39626         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
39627         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
39628         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
39629         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
39630         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
39631         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
39632         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
39633         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
39634         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
39635         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
39636         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
39637         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
39638         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
39639         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
39640         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
39641         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
39642         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
39643         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
39644         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
39645         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
39646         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
39647         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
39648         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
39649         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
39650         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
39651         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
39652         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
39653         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
39654         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
39655         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
39656         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
39657         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
39658         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
39659         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
39660         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
39661         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
39662         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
39663         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
39664         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
39665         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
39666         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
39667         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
39668         * sysdeps/ieee754/s_lib_version.c: Likewise.
39669         * sysdeps/ieee754/s_matherr.c: Likewise.
39670         * sysdeps/ieee754/s_signgam.c: Likewise.
39671         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
39672         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
39673         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
39674         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
39675         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
39676         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
39677         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
39678         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
39679         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
39680         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
39681         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
39682         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
39683         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
39684         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
39685         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
39686         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
39687         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
39688         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
39689         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
39690         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
39691         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
39692
39693 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
39694
39695         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
39696         * sunrpc/rpc_main.c: Likewise.
39697         * sunrpc/rpc_svcout.c: Likewise.
39698
39699 2012-03-09  David S. Miller  <davem@davemloft.net>
39700
39701         * include/math_private.h: New file.
39702
39703 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
39704
39705         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
39706         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
39707         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
39708         from <bits/socket_type.h>.
39709         (enum __socket_type): Don't define here.
39710         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
39711         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39712         bits/socket_type.h.
39713
39714         [BZ #13566]
39715         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
39716         checking __USE_GNU.
39717
39718         * Makerules ($(inst_includedir)/%.h): New rule.
39719         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
39720         (install-others): Remove variable setting.
39721         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
39722
39723 2012-03-08  Richard Henderson  <rth@twiddle.net>
39724
39725         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
39726         from macro to inline function; merge with the
39727         !__LIBC_INTERNAL_MATH_INLINES version.
39728         (__ieee754_sqrtf): Likewise.
39729
39730         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
39731         to inline function.
39732         (__rintf, __floor, __floorf): Likewise.
39733
39734         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
39735         macro to inline function.
39736         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
39737
39738         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
39739         not <math/math_private.h>.
39740
39741 2012-03-08  David S. Miller  <davem@davemloft.net>
39742
39743         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
39744         copyright year.
39745         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
39746
39747 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
39748
39749         * resolv/gai_misc.c (handle_requests): Fix struct timespec
39750         normalization.
39751         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
39752         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
39753
39754 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
39755
39756         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
39757         be defined individually, they must be defined as a block.  Define
39758         S for printing a string instead of hidint the different by using a
39759         macro for adding the 'l'.
39760         * stdio-common/tst-fphex-wide.c: Adjust.
39761
39762 2012-03-07  Marek Polacek  <polacek@redhat.com>
39763
39764         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
39765
39766 2012-03-08  Marek Polacek  <polacek@redhat.com>
39767
39768         [BZ #13806]
39769         * stdio-common/Makefile (tests): Add tst-fphex-wide.
39770         * stdio-common/tst-fphex.c: Define a few macros to make the
39771         test reusable.  Use them.
39772         * stdio-common/tst-fphex-wide.c: New file.
39773
39774 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
39775
39776         [BZ #6911]
39777         * manual/macros.texi (gnusystems): New macro.
39778         (nongnusystems): Likewise.
39779         (gnulinuxhurdsystems): Likewise.
39780         (gnuhurdsystems): Likewise..
39781         (gnulinuxsystems): Likewise.
39782         * manual/charset.texi: Use new macros or @theglibc{} to refer to
39783         variants of the GNU system, not "GNU system".
39784         * manual/conf.texi: Likewise.
39785         * manual/errno.texi: Likewise.  Update example of errno macro
39786         expansion.
39787         * manual/filesys.texi: Likewise.
39788         (getumask): Document as specific to GNU/Hurd.
39789         * manual/install.texi: Likewise.  Reword some references to
39790         GNU/Linux.
39791         * manual/intro.texi: Likewise.
39792         * manual/io.texi: Likewise.
39793         (File Name Portability): Detail which constraints are inapplicable
39794         to all GNU systems and which are only inapplicable to GNU/Hurd.
39795         * manual/job.texi: Likewise.
39796         * manual/llio.texi: Likewise.
39797         (O_NOCTTY): Document as present on GNU/Linux.
39798         * manual/maint.texi: Likewise.
39799         * manual/memory.texi: Likewise.
39800         * manual/pattern.texi: Likewise.
39801         * manual/pipe.texi: Likewise.
39802         * manual/process.texi: Likewise.
39803         * manual/resource.texi: Likewise.
39804         (RUSAGE_CHILDREN): Remove statement about specifying a particular
39805         child on GNU/Hurd.
39806         * manual/setjmp.texi: Likewise.
39807         * manual/signal.texi: Likewise.
39808         * manual/startup.texi: Likewise.
39809         * manual/stdio.texi: Likewise.
39810         * manual/terminal.texi: Likewise.
39811         (ONLCR): Document as POSIX.
39812         (OXTABS): Document availability on GNU/Linux as XTABS.
39813         (ONOEOT): Document availability separately from other bits.
39814         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
39815         * manual/time.texi: Likewise.
39816         * manual/users.texi: Likewise.
39817         * INSTALL: Regenerated.
39818         * sysdeps/gnu/errlist.c: Regenerated.
39819
39820         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
39821         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
39822         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
39823         puts.
39824         * configure: Regenerated.
39825
39826 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
39827
39828         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
39829         default includes instead of AC_HEADER_CHECK.
39830         * sysdeps/i386/configure: Regenerated.
39831
39832         [BZ #10716]
39833         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
39834         * math/s_cacoshf.c (__cacoshf): Likewise.
39835         * math/s_cacoshl.c (__cacoshl): Likewise.
39836         * math/s_casinh.c (__casinh): Set signs of result from argument.
39837         * math/s_casinhf.c (__casinhf): Likewise.
39838         * math/s_casinhl.c (__casinhl): Likewise.
39839         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
39840         (casinh_test): Add more tests.
39841         * sysdeps/i386/fpu/libm-test-ulps: Update.
39842         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39843
39844 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
39845
39846         * po/zh_TW.po: Update from translation team.
39847
39848         * login/Makefile (distribute): Remove variable.
39849         * catgets/Makefile: Likewise.
39850         * mach/Makefile: Likewise.
39851         * malloc/Makefile: Likewise.
39852         * misc/Makefile: Likewise.
39853         * iconv/Makefile: Likewise.
39854         * nscd/Makefile: Likewise.
39855         * hurd/Makefile: Likewise.
39856         * manual/Makefile: Likewise.
39857         * locale/Makefile: Likewise.
39858         * intl/Makefile: Likewise.
39859         * conform/Makefile: Likewise.
39860         * nss/Makefile: Likewise.
39861         * time/Makefile: Likewise.
39862         * soft-fp/Makefile: Likewise.
39863         * dirent/Makefile: Likewise.
39864         * gmon/Makefile: Likewise.
39865         * po/Makefile: Likewise.
39866         * rt/Makefile: Likewise.
39867         * socket/Makefile: Likewise.
39868         * math/Makefile: Likewise.
39869         * signal/Makefile: Likewise.
39870         * debug/Makefile: Likewise.
39871         * elf/Makefile: Likewise.
39872         * timezone/Makefile: Likewise.
39873         * stdlib/Makefile: Likewise.
39874         * iconvdata/Makefile: Likewise.
39875         * sunrpc/Makefile: Likewise.
39876         * io/Makefile: Likewise.
39877         * argp/Makefile: Likewise.
39878         * inet/Makefile: Likewise.
39879         * hesiod/Makefile: Likewise.
39880         * grp/Makefile: Likewise.
39881         * csu/Makefile: Likewise.
39882         * wctype/Makefile: Likewise.
39883         * crypt/Makefile: Likewise.
39884         * libio/Makefile: Likewise.
39885         * string/Makefile: Likewise.
39886         * nis/Makefile: Likewise.
39887         * resolv/Makefile: Likewise.
39888         * stdio-common/Makefile: Likewise.
39889         * wcsmbs/Makefile: Likewise.
39890         * dlfcn/Makefile: Likewise.
39891         * posix/Makefile: Likewise.
39892
39893         [BZ #6959]
39894         * timezone/Makefile: Don't install timezone files, just the programs
39895         and scripts.
39896
39897 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
39898
39899         * nss/databases.def: Add missing gshadow entry.
39900
39901         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
39902
39903 2012-03-06  Marek Polacek  <polacek@redhat.com>
39904
39905         [BZ #13726]
39906         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
39907         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
39908         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
39909         * stdio-common/tst-long-dbl-fphex.c: New file.
39910
39911 2012-03-06  David S. Miller  <davem@davemloft.net>
39912
39913         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
39914         (set_obp_int): New function.
39915         (get_obp_int): New function.
39916         (__get_clockfreq_via_dev_openprom): Likewise.
39917         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
39918         Avoid unused variable warnings on 'val' and use builtin_expect.
39919         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
39920         __builtin_expect.
39921         (INLINE_CLONE_SYSCALL): Likewise.
39922
39923 2012-03-05  David S. Miller  <davem@davemloft.net>
39924
39925         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39926
39927 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
39928
39929         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39930
39931         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
39932         only for |x| >= 40.
39933         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
39934
39935 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
39936
39937         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
39938         Replace gettimeofday with __vdso_gettimeofday.
39939
39940         * sysdeps/unix/sysv/linux/x86_64/init-first.c
39941         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
39942         __vdso_clock_gettime and __vdso_getcpu.
39943
39944         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
39945         time with __vdso_time.
39946
39947 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
39948
39949         * manual/lang.texi (size_t): Note types to which size_t may be
39950         equivalent with the GNU C Library, but do not describe when
39951         differences between them are significant.
39952
39953 2012-03-05  Andreas Jaeger  <aj@suse.de>
39954
39955         * sysdeps/i386/fpu/libm-test-ulps: Update.
39956
39957 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
39958
39959         [BZ #3976]
39960         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
39961         (__ieee754_pow): Save and restore rounding mode and use
39962         round-to-nearest for main computations.
39963         * math/libm-test.inc (pow_test_tonearest): New function.
39964         (pow_test_towardzero): Likewise.
39965         (pow_test_downward): Likewise.
39966         (pow_test_upward): Likewise.
39967         (main): Call the new functions.
39968         * sysdeps/i386/fpu/libm-test-ulps: Update.
39969         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39970
39971         [BZ #3976]
39972         * math/libm-test.inc (cosh_test_tonearest): New function.
39973         (cosh_test_towardzero): Likewise.
39974         (cosh_test_downward): Likewise.
39975         (cosh_test_upward): Likewise.
39976         (sinh_test_tonearest): Likewise.
39977         (sinh_test_towardzero): Likewise.
39978         (sinh_test_downward): Likewise.
39979         (sinh_test_upward): Likewise.
39980         (main): Call the new functions.
39981         * sysdeps/i386/fpu/libm-test-ulps: Update.
39982         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39983
39984 2012-03-05  Tom de Vries  <tom@codesourcery.com>
39985
39986         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
39987         default stack guard is set in last bytes.
39988         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
39989
39990 2012-03-05  Kees Cook  <keescook@chromium.org>
39991
39992         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
39993
39994         [BZ #13656]
39995         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
39996         possibly allocate from heap instead of stack.
39997         * stdio-common/bug-vfprintf-nargs.c: New file.
39998         * stdio-common/Makefile (tests): Add nargs overflow test.
39999
40000 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
40001
40002         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40003
40004 2012-03-03  Marek Polacek  <polacek@redhat.com>
40005
40006         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
40007         * math/math_private.h: Likewise.
40008         * stdlib/tst-strtod.c: Likewise.
40009         * sysdeps/i386/i486/bits/atomic.h: Likewise.
40010         * sysdeps/x86_64/bits/atomic.h: Likewise.
40011
40012 2012-03-02  David S. Miller  <davem@davemloft.net>
40013
40014         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
40015         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
40016         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
40017         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
40018         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
40019         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
40020         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
40021         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
40022
40023 2012-03-02  Roland McGrath  <roland@hack.frob.com>
40024
40025         [BZ #13792]
40026         * manual/examples/README: New file, says the example source files
40027         can be used under GPL>=2.
40028         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
40029         line containing just "*/".
40030         * manual/examples/add.c: Add copyright header (GPL>=2).
40031         * manual/examples/argp-ex1.c: Likewise.
40032         * manual/examples/argp-ex2.c: Likewise.
40033         * manual/examples/argp-ex3.c: Likewise.
40034         * manual/examples/argp-ex4.c: Likewise.
40035         * manual/examples/atexit.c: Likewise.
40036         * manual/examples/db.c: Likewise.
40037         * manual/examples/dir.c: Likewise.
40038         * manual/examples/dir2.c: Likewise.
40039         * manual/examples/execinfo.c: Likewise.
40040         * manual/examples/filecli.c: Likewise.
40041         * manual/examples/filesrv.c: Likewise.
40042         * manual/examples/fmtmsgexpl.c: Likewise.
40043         * manual/examples/genpass.c: Likewise.
40044         * manual/examples/inetcli.c: Likewise.
40045         * manual/examples/inetsrv.c: Likewise.
40046         * manual/examples/isockad.c: Likewise.
40047         * manual/examples/longopt.c: Likewise.
40048         * manual/examples/memopen.c: Likewise.
40049         * manual/examples/memstrm.c: Likewise.
40050         * manual/examples/mkfsock.c: Likewise.
40051         * manual/examples/mkisock.c: Likewise.
40052         * manual/examples/mygetpass.c: Likewise.
40053         * manual/examples/pipe.c: Likewise.
40054         * manual/examples/popen.c: Likewise.
40055         * manual/examples/rprintf.c: Likewise.
40056         * manual/examples/search.c: Likewise.
40057         * manual/examples/select.c: Likewise.
40058         * manual/examples/setjmp.c: Likewise.
40059         * manual/examples/sigh1.c: Likewise.
40060         * manual/examples/sigusr.c: Likewise.
40061         * manual/examples/stpcpy.c: Likewise.
40062         * manual/examples/strdupa.c: Likewise.
40063         * manual/examples/strftim.c: Likewise.
40064         * manual/examples/strncat.c: Likewise.
40065         * manual/examples/subopt.c: Likewise.
40066         * manual/examples/swapcontext.c: Likewise.
40067         * manual/examples/termios.c: Likewise.
40068         * manual/examples/testopt.c: Likewise.
40069         * manual/examples/testpass.c: Likewise.
40070         * manual/examples/timeval_subtract.c: Likewise.
40071
40072         [BZ #13792]
40073         * manual/time.texi (Elapsed Time): Move timeval_subtract example
40074         function to ...
40075         * manual/timeval_subtract.c.texi: ... here, new file.
40076
40077 2012-03-02  David S. Miller  <davem@davemloft.net>
40078
40079         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
40080
40081 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
40082
40083         [BZ #3976]
40084         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
40085         (__sin): Save and restore rounding mode and use round-to-nearest
40086         for all computations.
40087         (__cos): Save and restore rounding mode and use round-to-nearest
40088         for all computations.
40089         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
40090         <fenv.h>.
40091         (tan): Save and restore rounding mode and use round-to-nearest for
40092         all computations.
40093         * math/libm-test.inc (cos_test_tonearest): New function.
40094         (cos_test_towardzero): Likewise.
40095         (cos_test_downward): Likewise.
40096         (cos_test_upward): Likewise.
40097         (sin_test_tonearest): Likewise.
40098         (sin_test_towardzero): Likewise.
40099         (sin_test_downward): Likewise.
40100         (sin_test_upward): Likewise.
40101         (tan_test_tonearest): Likewise.
40102         (tan_test_towardzero): Likewise.
40103         (tan_test_downward): Likewise.
40104         (tan_test_upward): Likewise.
40105         (main): Call the new functions.
40106         * sysdeps/i386/fpu/libm-test-ulps: Update.
40107         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40108
40109         [BZ #10135]
40110         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
40111         small n, then large n, before computing and testing k+n.
40112         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
40113         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
40114         Likewise.
40115         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
40116         Likewise.
40117         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
40118         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
40119         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
40120         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
40121         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
40122         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
40123         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
40124         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
40125         * math/libm-test.inc (scalbn_test): Add more tests.
40126         (scalbln_test): Likewise.
40127
40128         * manual/filesys.texi (mode_t): Describe constraints on size and
40129         signedness, not exact equivalence to a particular type.
40130         (ino_t): Likewise.
40131         (ino64_t): Likewise.
40132         (dev_t): Likewise.
40133         (nlink_t): Likewise.
40134         (blkcnt_t): Likewise.
40135         (blkcnt64_t): Likewise.
40136         * manual/llio.texi (off_t): Likewise.
40137
40138         [BZ #3976]
40139         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
40140         (__ieee754_exp): Save and restore rounding mode and use
40141         round-to-nearest for all computations.
40142         * math/libm-test.inc (exp_test_tonearest): New function.
40143         (exp_test_towardzero): Likewise.
40144         (exp_test_downward): Likewise.
40145         (exp_test_upward): Likewise.
40146         (main): Call the new functions.
40147         * sysdeps/i386/fpu/libm-test-ulps: Update.
40148         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40149
40150 2012-03-01  Chris Demetriou  <cgd@google.com>
40151
40152         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
40153         have predictable order.
40154
40155 2012-03-01  David S. Miller  <davem@davemloft.net>
40156
40157         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
40158
40159         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
40160         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
40161         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
40162         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
40163
40164         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
40165         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
40166         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
40167         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
40168         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
40169         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
40170         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
40171         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
40172         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
40173
40174         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40175
40176         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
40177         * sysdeps/sparc/fpu/libm-test-ulps: to here.
40178         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
40179
40180         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
40181         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
40182         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
40183         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
40184         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
40185         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
40186         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
40187         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
40188         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
40189         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
40190         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
40191         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
40192         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
40193         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
40194         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
40195         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
40196         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
40197         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
40198         * sysdeps/sparc/elf/configure: Regenerated.
40199
40200 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
40201
40202         * configure.in (AS, LD): Require binutils 2.20 or later.
40203         * configure: Regenerated.
40204         * manual/install.texi (Tools for Compilation): Give binutils 2.20
40205         as required minimum version.
40206         * INSTALL: Regenerated.
40207
40208         [BZ #2541]
40209         [BZ #4108]
40210         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
40211         before squaring exponent.
40212         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
40213         bottom long double and 27 bits of top long double before squaring
40214         exponent.
40215         * math/libm-test.inc (erfc_test): Add more tests.
40216         * sysdeps/i386/fpu/libm-test-ulps: Update.
40217         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
40218         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40219
40220 2012-03-01  Kai Tietz  <ktietz@redhat.com>
40221
40222         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
40223         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
40224         containing bit-fields.
40225         * soft-fp/extended.h (_FP_UNION_E): Likewise.
40226         * soft-fp/single.h (_FP_UNION_S): Likewise.
40227         * soft-fp/double.h (_FP_UNION_D): Likewise.
40228
40229 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
40230
40231         [BZ #13786]
40232         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
40233         not include ../strcmp.S.
40234         [USE_AS_STRNCASECMP_L]: Likewise.
40235         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
40236         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
40237         * sysdeps/i386/i686/multiarch/strncase_l-c.c
40238         (__strncasecmp_l_ia32): Define as alias to
40239         __strncasecmp_l_nonascii.
40240
40241         [BZ #5794]
40242         * math/libm-test.inc (expm1_test): Add test for bug 5794.
40243         * sysdeps/i386/fpu/libm-test-ulps: Update.
40244         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40245
40246         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
40247         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40248
40249 2012-02-29  Jeff Law  <law@redhat.com>
40250
40251         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
40252         out of bounds read.
40253
40254 2012-02-29  Marek Polacek  <polacek@redhat.com>
40255
40256         [BZ #13706]
40257         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
40258         * elf/Makefile: Add rules to run tst-unused-dep.out.
40259
40260 2012-02-28  David S. Miller  <davem@davemloft.net>
40261
40262         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
40263         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
40264         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
40265         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
40266         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
40267         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
40268
40269 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
40270
40271         * math/libm-test.inc (llround_test): Move one test from
40272         lround_test.  Use TEST_f_L in moved test.
40273         (lround_test): Move misplaced test to llround_test.  Add testcase
40274         from bug 2561.
40275
40276 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
40277
40278         * sysdeps/x86_64/fpu/e_expf.S: New file.
40279         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
40280
40281 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
40282
40283         [BZ #13637]
40284         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
40285         of remain_len that may cause incomplete multi-byte character and
40286         false match.
40287         * posix/bug-regex33.c: New file.
40288         * posix/Makefile (tests): Add bug-regex33.
40289
40290 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
40291
40292         * manual/macros.texi: New file.
40293         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
40294         * manual/libc.texinfo: Include macros.texi.
40295         * manual/creatute.texi: Likewise.
40296         * manual/install.texi: Likewise.
40297         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
40298         @glibcadj{} in references to the GNU C Library.
40299         * manual/charset.texi: Likewise.
40300         * manual/conf.texi: Likewise.
40301         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
40302         when not using those macros.
40303         * manual/creature.texi: Likewise.
40304         * manual/crypt.texi: Likewise.
40305         * manual/errno.texi: Likewise.
40306         * manual/filesys.texi: Likewise.
40307         * manual/header.texi: Likewise.
40308         * manual/install.texi: Likewise.
40309         * manual/intro.texi: Likewise.
40310         * manual/io.texi: Likewise.
40311         * manual/job.texi: Likewise.
40312         * manual/lang.texi: Likewise.
40313         * manual/libc.texiinfo: Likewise.
40314         * manual/llio.texi: Likewise.
40315         * manual/locale.texi: Likewise.
40316         * manual/maint.texi: Likewise.
40317         * manual/math.texi: Likewise.
40318         * manual/memory.texi: Likewise.
40319         * manual/message.texi: Likewise.
40320         * manual/nss.texi: Likewise.
40321         * manual/pattern.texi: Likewise.
40322         * manual/process.texi: Likewise.
40323         * manual/resource.texi: Likewise.
40324         * manual/search.texi: Likewise.
40325         * manual/setjmp.texi: Likewise.
40326         * manual/signal.texi: Likewise.
40327         * manual/socket.texi: Likewise.
40328         * manual/startup.texi: Likewise.
40329         * manual/stdio.texi: Likewise.
40330         * manual/string.texi: Likewise.
40331         * manual/sysinfo.texi: Likewise.
40332         * manual/syslog.texi: Likewise.
40333         * manual/terminal.texi: Likewise.
40334         * manual/time.texi: Likewise.
40335         * manual/users.texi: Likewise.
40336         * INSTALL: Regenerated.
40337         * NOTES: Regenerated.
40338         * sysdeps/gnu/errlist.c: Regenerated.
40339
40340 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
40341
40342         * include/dirent.h: Include <dirstream.h> before
40343         <dirent/dirent.h>.
40344
40345 2012-02-28  David S. Miller  <davem@davemloft.net>
40346
40347         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
40348         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
40349         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
40350         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
40351
40352 2012-02-27  David S. Miller  <davem@davemloft.net>
40353
40354         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
40355         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
40356         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
40357         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
40358
40359         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
40360         frame pointer instead of stack pointer relative arg slot.
40361         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
40362         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
40363         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
40364
40365 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
40366
40367         [BZ #3992]
40368         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
40369
40370 2012-02-27  David S. Miller  <davem@davemloft.net>
40371
40372         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
40373         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
40374         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
40375         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
40376         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
40377         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
40378         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
40379         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
40380
40381 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
40382
40383         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
40384         later.  Allow versions 5-9.
40385         * configure: Regenerated.
40386         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
40387         required minimum version and 4.6 as recommended version.  Do not
40388         mention bugs in GCC 2.7 and 2.8.
40389         * INSTALL: Regenerated.
40390
40391 2012-02-27  David S. Miller  <davem@davemloft.net>
40392
40393         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
40394         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
40395         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
40396         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
40397         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
40398         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
40399         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
40400         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
40401
40402         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
40403         manipulate bits before adding and subtracting TWO112[sx].
40404         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
40405
40406 2012-02-27  Roland McGrath  <roland@hack.frob.com>
40407
40408         [BZ #13775]
40409         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
40410         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
40411         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
40412         being in POSIX, because they are in 1003.1-2008.
40413
40414         * rt/tst-aio.c: Include <fcntl.h>.
40415         * rt/tst-aio7.c: Likewise.
40416         * rt/tst-aio64.c: Likewise.
40417
40418         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
40419
40420 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
40421
40422         * manual/install.texi (--with-headers): Describe headers as
40423         interface headers, not private headers.
40424         (Specific advice for GNU/Linux systems): Describe use of headers
40425         from "make headers_install", not private headers from older
40426         kernels.
40427         * INSTALL: Regenerated.
40428         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
40429         Change to 2.6.19.
40430         * sysdeps/unix/sysv/linux/configure: Regenerated.
40431
40432         * manual/llio.texi (fclean): Remove documentation.
40433
40434         * manual/Makefile (libc-texi-generated): New variable.  Include
40435         version.texi.
40436         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
40437         $(libc-texi-generated), not duplicated list of files.
40438         (version.texi, stamp-version): New rules.
40439         (realclean): Remove $(libc-texi-generated), not individual files
40440         from that list.  Do not remove dir-add.texinfo.
40441         * manual/libc.texinfo: Comment out uses of edition numbers and
40442         references to printed manual.  Remove last-updated dates.
40443         (EDITION): Comment out.
40444         (ISBN): Likewise.
40445         (VERSION, UPDATED): Remove.
40446         (version.texi): Include.
40447
40448 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
40449
40450         * sysdeps/posix/spawni.c: Include <signal.h>.
40451         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
40452         * sysdeps/pthread/aio_fsync.c: Likewise.
40453
40454 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
40455
40456         * conform/Makefile (tests): Run only when not cross-compiling and
40457         when fast-check is not defined.
40458
40459         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
40460         * conform/data/limits.h-data: Fixes for POSIX2008.
40461         * conform/run-conformtest.sh: Run all tests.
40462         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
40463         headers.
40464         * include/bits/dlfcn.h: Likewise.
40465         * include/langinfo.h: Likewise.
40466         * include/monetary.h: Likewise.
40467         * include/sys/poll.h: Likewise.
40468
40469         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
40470         for __USE_GNU.
40471         * posix/spawn.h: Define __need_sigset_t.
40472         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
40473         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
40474         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
40475         to get sigevent_t only.
40476         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
40477         only for __USE_GNU.
40478         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
40479         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
40480         process_vm_writev only for __USE_GNU.
40481         * termios/termios.h: Declare tcgetsid also for POSIX2008.
40482
40483         * conform/Makefile: For now ignore errors from run-conformtest.
40484         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
40485         POSIX to avoid namespace pollution.  Don't prepend headers.
40486         * conform/data/aio.h-data: Fixes for POSIX testing.
40487         * conform/data/fcntl.h-data: Likewise.
40488         * conform/data/glob.h-data: Likewise.
40489         * conform/data/grp.h-data: Likewise.
40490         * conform/data/pthread.h-data: Likewise.
40491         * conform/data/pwd.h-data: Likewise.
40492         * conform/data/signal.h-data: Likewise.
40493         * conform/data/spawn.h-data: Likewise.
40494         * conform/data/stdio.h-data: Likewise.
40495         * conform/data/stdlib.h-data: Likewise.
40496         * conform/data/stropts.h-data: Likewise.
40497         * conform/data/sys/mman.h-data: Likewise.
40498         * conform/data/sys/stat.h-data: Likewise.
40499         * conform/data/sys/types.h-data: Likewise.
40500         * conform/data/sys/wait.h-data: Likewise.
40501         * conform/data/time.h-data: Likewise.
40502         * conform/data/unistd.h-data: Likewise.
40503         * conform/data/utime.h-data: Likewise.
40504
40505         * io/sys/stat.h: fchmod was always in POSIX.
40506         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
40507         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
40508         * rt/aio.h: Define __need_timespec before including <time.h>.
40509         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
40510         struct.  Add forward declaration of pthread_attr_t and use it in
40511         sigevent.
40512         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
40513         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
40514         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
40515         always remove CLK_TCK definition.
40516
40517 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
40518
40519         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
40520
40521 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
40522
40523         * conform/run-conformtest.sh: New file.
40524         * conform/Makefile: Run run-conformtest for tests.
40525         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
40526         support.
40527
40528         * conform/data/uchar.h-data: New file.
40529         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
40530         * conform/data/arpa/inet.h-data: Likewise.
40531         * conform/data/assert.h-data: Likewise.
40532         * conform/data/complex.h-data: Likewise.
40533         * conform/data/cpio.h-data: Likewise.
40534         * conform/data/ctype.h-data: Likewise.
40535         * conform/data/dirent.h-data: Likewise.
40536         * conform/data/dlfcn.h-data: Likewise.
40537         * conform/data/errno.h-data: Likewise.
40538         * conform/data/fcntl.h-data: Likewise.
40539         * conform/data/float.h-data: Likewise.
40540         * conform/data/fmtmsg.h-data: Likewise.
40541         * conform/data/fnmatch.h-data: Likewise.
40542         * conform/data/ftw.h-data: Likewise.
40543         * conform/data/glob.h-data: Likewise.
40544         * conform/data/grp.h-data: Likewise.
40545         * conform/data/iconv.h-data: Likewise.
40546         * conform/data/inttypes.h-data: Likewise.
40547         * conform/data/langinfo.h-data: Likewise.
40548         * conform/data/libgen.h-data: Likewise.
40549         * conform/data/limits.h-data: Likewise.
40550         * conform/data/locale.h-data: Likewise.
40551         * conform/data/math.h-data: Likewise.
40552         * conform/data/monetary.h-data: Likewise.
40553         * conform/data/mqueue.h-data: Likewise.
40554         * conform/data/ndbm.h-data: Likewise.
40555         * conform/data/net/if.h-data: Likewise.
40556         * conform/data/netdb.h-data: Likewise.
40557         * conform/data/netinet/in.h-data: Likewise.
40558         * conform/data/nl_types.h-data: Likewise.
40559         * conform/data/poll.h-data: Likewise.
40560         * conform/data/pthread.h-data: Likewise.
40561         * conform/data/pwd.h-data: Likewise.
40562         * conform/data/regex.h-data: Likewise.
40563         * conform/data/sched.h-data: Likewise.
40564         * conform/data/search.h-data: Likewise.
40565         * conform/data/semaphore.h-data: Likewise.
40566         * conform/data/setjmp.h-data: Likewise.
40567         * conform/data/signal.h-data: Likewise.
40568         * conform/data/spawn.h-data: Likewise.
40569         * conform/data/stdarg.h-data: Likewise.
40570         * conform/data/stdio.h-data: Likewise.
40571         * conform/data/stdlib.h-data: Likewise.
40572         * conform/data/string.h-data: Likewise.
40573         * conform/data/strings.h-data: Likewise.
40574         * conform/data/stropts.h-data: Likewise.
40575         * conform/data/sys/ipc.h-data: Likewise.
40576         * conform/data/sys/mman.h-data: Likewise.
40577         * conform/data/sys/msg.h-data: Likewise.
40578         * conform/data/sys/resource.h-data: Likewise.
40579         * conform/data/sys/select.h-data: Likewise.
40580         * conform/data/sys/sem.h-data: Likewise.
40581         * conform/data/sys/shm.h-data: Likewise.
40582         * conform/data/sys/socket.h-data: Likewise.
40583         * conform/data/sys/stat.h-data: Likewise.
40584         * conform/data/sys/statvfs.h-data: Likewise.
40585         * conform/data/sys/time.h-data: Likewise.
40586         * conform/data/sys/timeb.h-data: Likewise.
40587         * conform/data/sys/times.h-data: Likewise.
40588         * conform/data/sys/types.h-data: Likewise.
40589         * conform/data/sys/uio.h-data: Likewise.
40590         * conform/data/sys/un.h-data: Likewise.
40591         * conform/data/sys/utsname.h-data: Likewise.
40592         * conform/data/sys/wait.h-data: Likewise.
40593         * conform/data/syslog.h-data: Likewise.
40594         * conform/data/tar.h-data: Likewise.
40595         * conform/data/termios.h-data: Likewise.
40596         * conform/data/utime.h-data: Likewise.
40597         * conform/data/utmpx.h-data: Likewise.
40598         * conform/data/varargs.h-data: Likewise.
40599         * conform/data/wchar.h-data: Likewise.
40600         * conform/data/wctype.h-data: Likewise.
40601         * conform/data/wordexp.h-data: Likewise.
40602
40603         * include/stropts.h: New file.
40604         * include/uchar.h: New file.
40605         * include/aio.h: Changes to allow conformtest.pl to use the headers.
40606         * include/assert.h: Likewise.
40607         * include/ctype.h: Likewise.
40608         * include/dirent.h: Likewise.
40609         * include/dlfcn.h: Likewise.
40610         * include/fcntl.h: Likewise.
40611         * include/fnmatch.h: Likewise.
40612         * include/glob.h: Likewise.
40613         * include/grp.h: Likewise.
40614         * include/libio.h: Likewise.
40615         * include/locale.h: Likewise.
40616         * include/math.h: Likewise.
40617         * include/net/if.h: Likewise.
40618         * include/netdb.h: Likewise.
40619         * include/netinet/in.h: Likewise.
40620         * include/pthread.h: Likewise.
40621         * include/pwd.h: Likewise.
40622         * include/regex.h: Likewise.
40623         * include/sched.h: Likewise.
40624         * include/search.h: Likewise.
40625         * include/setjmp.h: Likewise.
40626         * include/signal.h: Likewise.
40627         * include/stdio.h: Likewise.
40628         * include/stdlib.h: Likewise.
40629         * include/string.h: Likewise.
40630         * include/sys/cdefs.h: Likewise.
40631         * include/sys/mman.h: Likewise.
40632         * include/sys/msg.h: Likewise.
40633         * include/sys/resource.h: Likewise.
40634         * include/sys/select.h: Likewise.
40635         * include/sys/socket.h: Likewise.
40636         * include/sys/stat.h: Likewise.
40637         * include/sys/statvfs.h: Likewise.
40638         * include/sys/time.h: Likewise.
40639         * include/sys/times.h: Likewise.
40640         * include/sys/uio.h: Likewise.
40641         * include/sys/utsname.h: Likewise.
40642         * include/sys/wait.h: Likewise.
40643         * include/termios.h: Likewise.
40644         * include/time.h: Likewise.
40645         * include/ulimit.h: Likewise.
40646         * include/unistd.h: Likewise.
40647         * include/utime.h: Likewise.
40648         * include/wchar.h: Likewise.
40649         * include/wctype.h: Likewise.
40650         * include/wordexp.h: Likewise.
40651
40652         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
40653
40654         * time/time.h: TIME_UTC must be a macro.
40655         Make timespec_get available for ISO C11 only as well.
40656
40657 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
40658
40659         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
40660         Reported by Peng Haitao <penght@cn.fujitsu.com>.
40661
40662 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
40663
40664         * configure.in: Use -o not -a in test for unsupported multi-arch.
40665
40666 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
40667
40668         * manual/texinfo.tex: Update to version 2012-01-19.16.
40669
40670 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
40671
40672         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
40673
40674 2012-02-24  Roland McGrath  <roland@hack.frob.com>
40675
40676         [BZ #13738]
40677         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
40678         * manual/fdl-1.3.texi: New file.
40679         * manual/fdl-1.1.texi: File removed.
40680
40681         [BZ #13738]
40682         * manual/libc.texinfo (FDL_VERSION): New @set.
40683         Use it for mention of FDL in cover text.
40684         (Documentation License): Use it in @include file name.
40685
40686 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40687             Roland McGrath  <roland@hack.frob.com>
40688
40689         [BZ #5461]
40690         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
40691         (not LONG_LONG_MAX and LONG_LONG_MIN.
40692         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
40693         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
40694         name.
40695         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
40696
40697 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40698
40699         [BZ #2547]
40700         [BZ #11365]
40701         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
40702         manipulate bits before adding and subtracting TWO23[sx].
40703         * math/libm-test.inc (nearbyint_test): Add more tests.
40704
40705 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40706
40707         [BZ #2548]
40708         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
40709         bits before adding and subtracting TWO23[sx].
40710         * math/libm-test.inc (rint_test): Add more tests.
40711         (rint_test_tonearest): Likewise.
40712         (rint_test_towardzero): Likewise.
40713         (rint_test_downward): Likewise.
40714         (rint_test_upward: Likewise.
40715
40716 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40717
40718         [BZ #10110]
40719         * include/stdc-predef.h: New file.  Extracted from features.h.
40720         * include/features.h: Include stdc-predef.h.
40721         * Makefile (headers): Add stdc-predef.h.
40722         * CONFORMANCE (Compiler limitations): Update.
40723
40724 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
40725
40726         * manual/libc.texinfo (VERSION, UPDATED): Revert.
40727
40728 2012-02-21  David S. Miller  <davem@davemloft.net>
40729
40730         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
40731         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
40732
40733 2012-02-20  David S. Miller  <davem@davemloft.net>
40734
40735         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
40736         using a normal save/restore sequence, rather than allocating a
40737         dummy stack frame just to store a frame pointer and restore.
40738         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
40739
40740 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
40741
40742         * manual/install.texi: Fix stray word in line-wrapped comment.
40743
40744 2012-02-20  David S. Miller  <davem@davemloft.net>
40745
40746         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
40747         both binutils and gcc support GOTDATA.
40748
40749         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
40750         "rd %pc" in the PIC register setup sequences.
40751
40752         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
40753         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
40754         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
40755         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
40756         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
40757         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
40758         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
40759         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
40760         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
40761         (SYSCALL_ERROR_HANDLER): Likewise.
40762         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
40763         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
40764         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
40765         (SYSCALL_ERROR_HANDLER): Likewise.
40766
40767         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
40768         (HAVE_GCC_GOTDATA): New.
40769         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
40770         relocation support in both binutils and gcc.
40771         * sysdeps/sparc/elf/configure: Regenerate.
40772
40773         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
40774         * sysdeps/sparc/sparc32/elf/configure: Delete.
40775         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
40776         * sysdeps/sparc/sparc64/elf/configure: Delete.
40777         * sysdeps/sparc/elf/configure.in: New file.
40778         * sysdeps/sparc/elf/configure: Generate.
40779
40780         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
40781         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
40782         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
40783         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
40784         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
40785
40786 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
40787
40788         * manual/install.texi: Do not mention specific glibc version
40789         numbers.
40790         * manual/libc.texinfo (VERSION, UPDATED): Update.
40791         (@copying): Use @copyright{} and range of years.
40792
40793 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
40794
40795         [BZ #13695]
40796         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
40797         [crti.S not in sysdirs] (generated): Do not append.
40798         [crti.S not in sysdirs] (omit-deps): Likewise.
40799         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
40800         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
40801         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
40802         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
40803         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
40804         Likewise.
40805         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
40806         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
40807         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
40808         * csu/defs.awk: Remove file.
40809         * sysdeps/generic/initfini.c: Likewise.
40810         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
40811         variable.
40812         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
40813         Likewise.
40814
40815 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
40816
40817         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
40818         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
40819         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
40820         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
40821         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
40822         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
40823         <bits/epoll.h>.
40824         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
40825         (__EPOLL_PACKED): Define to empty if not defined by
40826         <bits/epoll.h>.
40827         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
40828         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40829         bits/epoll.h.
40830
40831 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
40832
40833         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
40834         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
40835         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
40836         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
40837         <bits/timerfd.h>.
40838         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
40839         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40840         bits/timerfd.h.
40841
40842 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
40843
40844         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
40845         in C locale.
40846         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
40847         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
40848         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
40849         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40850
40851 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
40852
40853         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
40854         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
40855
40856 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
40857
40858         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
40859         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
40860         defined.
40861         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
40862         Likewise.
40863         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
40864         entry for 2.16.
40865
40866 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
40867
40868         * math/w_acos.c: Use non-signaling floating-point comparisons.
40869         * math/w_acosf.c: Likewise.
40870         * math/w_acosh.c: Likewise.
40871         * math/w_acoshf.c: Likewise.
40872         * math/w_acoshl.c: Likewise.
40873         * math/w_acosl.c: Likewise.
40874         * math/w_asin.c: Likewise.
40875         * math/w_asinf.c: Likewise.
40876         * math/w_asinl.c: Likewise.
40877         * math/w_atanh.c: Likewise.
40878         * math/w_atanhf.c: Likewise.
40879         * math/w_atanhl.c: Likewise.
40880         * math/w_exp2.c: Likewise.
40881         * math/w_exp2f.c: Likewise.
40882         * math/w_exp2l.c: Likewise.
40883         * math/w_j0.c: Likewise.
40884         * math/w_j0f.c: Likewise.
40885         * math/w_j0l.c: Likewise.
40886         * math/w_j1.c: Likewise.
40887         * math/w_j1f.c: Likewise.
40888         * math/w_j1l.c: Likewise.
40889         * math/w_jn.c: Likewise.
40890         * math/w_jnf.c: Likewise.
40891         * math/w_log.c: Likewise.
40892         * math/w_log10.c: Likewise.
40893         * math/w_log10f.c: Likewise.
40894         * math/w_log10l.c: Likewise.
40895         * math/w_log2.c: Likewise.
40896         * math/w_log2f.c: Likewise.
40897         * math/w_log2l.c: Likewise.
40898         * math/w_logf.c: Likewise.
40899         * math/w_logl.c: Likewise.
40900         * math/w_sqrt.c: Likewise.
40901         * math/w_sqrtf.c: Likewise.
40902         * math/w_sqrtl.c: Likewise.
40903         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
40904         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
40905         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
40906         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
40907         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
40908
40909 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
40910
40911         [BZ #9739]
40912         * manual/string.texi (strnlen): Use correct parameter name in
40913         equivalent expression.
40914
40915 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
40916
40917         [BZ #11174]
40918         * manual/users.texi (seteuid): Consistently use neweuid for
40919         argument name.
40920
40921 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
40922
40923         [BZ #13704]
40924         * manual/nss.texi (Services in the NSS configuration): Correct
40925         list of services in example configuration file.
40926
40927 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
40928
40929         [BZ #11322]
40930         * manual/arith.texi: Remove statements about negative zero
40931         behaving identically to zero.
40932
40933 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
40934
40935         [BZ #5993]
40936         * manual/install.texi: Do not document upgrading from libc5.
40937
40938 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
40939
40940         [BZ #4596]
40941         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
40942
40943 2012-02-18  David S. Miller  <davem@davemloft.net>
40944
40945         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
40946         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
40947         %o7 across the call.
40948         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
40949         instead.
40950         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
40951         SETUP_PIC_REG_LEAF.
40952         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
40953         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
40954         * sysdeps/sparc/crtn.S: Likewise.
40955
40956 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
40957
40958         * aout/Makefile: Remove.
40959
40960 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
40961
40962         [BZ #13058]
40963         * manual/examples/argp-ex1.c (main): Format definition in GNU
40964         style.
40965         * manual/examples/argp-ex2.c (main): Likewise.
40966         * manual/examples/argp-ex3.c (main): Likewise.
40967         * manual/examples/argp-ex4.c (main): Likewise.
40968         * manual/examples/longopt.c (main): Use new-style prototype
40969         definition.
40970         * manual/examples/strncat.c (main): Specify return type and use
40971         (void) for arguments.
40972         * manual/examples/subopt.c (main): Use char **argv argument.
40973
40974 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
40975
40976         [BZ #5077]
40977         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
40978         rounding modes.
40979
40980 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
40981
40982         [BZ #6907]
40983         * manual/string.texi (strchr): Change when strchrnul is
40984         recommended.
40985
40986 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
40987
40988         [BZ #174]
40989         * manual/locale.texi (setlocale): Document LOCPATH.
40990
40991 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
40992
40993         [BZ #10210]
40994         * manual/process.texi (execle): Move @dots{} before last argument.
40995
40996 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
40997
40998         [BZ #12047]
40999         * manual/charset.texi (Generic Charset Conversion): Fix typo
41000         (LC_TYPE -> LC_CTYPE).
41001
41002 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
41003
41004         [BZ #5805]
41005         * manual/arith.texi (scalbn): Use @var{} on parameter names.
41006         (scalbnf): Likewise.
41007         (scalbnl): Likewise.
41008         (scalbln): Likewise.
41009         (scalblnf): Likewise.
41010         (scalblnl): Likewise.
41011         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
41012         (vwarnx): Likewise.
41013         (verr): Likewise.
41014         (verrx): Likewise.
41015         * manual/filesys.texi (telldir): Use braces around return type.
41016         * manual/llio.texi (mmap): Add space after comma.
41017         (mmap64): Likewise.
41018         * manual/math.texi (jn): Use @var{} on parameter names.
41019         (jnf): Likewise.
41020         (jnl): Likewise.
41021         (yn): Likewise.
41022         (ynf): Likewise.
41023         (ynl): Likewise.
41024         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
41025         line.
41026         * manual/resource.texi (ulimit): Use @dots{} instead of literal
41027         "...".
41028         (sched_get_priority_min): Remove semicolon on @deftypefun line.
41029         (sched_get_priority_max): Likewise.
41030         * manual/signal.texi (sigvec): Add space after comma.
41031         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
41032         names.
41033         (if_indextoname): Likewise.
41034         (if_freenameindex): Likewise.
41035         (sendto): Use ',' instead of '.' in prototype.
41036         * manual/startup.texi (syscall): Use @dots{} instead of literal
41037         "...".
41038         * manual/stdio.texi (__fpending): Separate initial words of
41039         paragraph from @deftypefun line.
41040         * manual/syslog.texi (syslog): Use @dots{} instead of literal
41041         "...".
41042         (vsyslog): Use @var{} on parameter names.
41043         * manual/terminal.texi (stty): Use @var{} on parameter names.
41044         * manual/users.texi (getutmp): Use @var{} on parameter names.
41045         (getutmpx): Likewise.
41046
41047 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41048
41049         [BZ #6884]
41050         * manual/stdio.texi (fopen): Fix typos in description of
41051         ",ccs=STRING".
41052
41053 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
41054
41055         [BZ #4026]
41056         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
41057         get clock_id definition.
41058
41059 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
41060
41061         [BZ #4822]
41062         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
41063         (madvise): Cast every argument to void on its own.
41064
41065 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41066
41067         [BZ #9902]
41068         * manual/startup.texi (Exit Status): Fix typo.
41069
41070 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41071
41072         [BZ #10140]
41073         * manual/examples/argp-ex1.c: Include <stdlib.h>.
41074         * manual/examples/argp-ex2.c: Likewise.
41075         * manual/examples/argp-ex3.c: Likewise.
41076
41077 2012-02-16  Richard Henderson  <rth@redhat.com>
41078
41079         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
41080         * sysdeps/s390/s390-32/initfini.c: Remove.
41081         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
41082         * sysdeps/s390/s390-64/initfini.c: Remove.
41083
41084 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41085
41086         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
41087         compiler output for sysdeps/generic/initfini.c.
41088         * sysdeps/sh/elf/initfini.c: Remove file.
41089
41090 2012-02-16  David S. Miller  <davem@davemloft.net>
41091
41092         [BZ #11494]
41093         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
41094
41095         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
41096         * sysdeps/sparc/crti.S: New file.
41097         * sysdeps/sparc/crtn.S: New file.
41098         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
41099         * sysdeps/sparc/sparc64/Makefile: Likewise.
41100
41101 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
41102
41103         [BZ #3335]
41104         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
41105
41106 2012-02-15  Roland McGrath  <roland@hack.frob.com>
41107
41108         [BZ #4822]
41109         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
41110
41111         * mach/devstream.c (cookie_io_functions_t): Macro removed.
41112         (write, read, close): Likewise.
41113         Patch by Aurelien Jarno <aurelien@aurel32.net>.
41114
41115 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
41116
41117         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
41118         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
41119         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
41120         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
41121         <bits/signalfd.h>.
41122         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
41123         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41124         bits/signalfd.h.
41125
41126 2012-02-14  Marek Polacek  <polacek@redhat.com>
41127
41128         * sysdeps/x86_64/crti.S: New file.
41129         * sysdeps/x86_64/crtn.S: New file.
41130         * sysdeps/x86_64/elf/initfini.c: Remove file.
41131
41132 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
41133
41134         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
41135         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
41136         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
41137         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
41138         <bits/inotify.h>.
41139         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
41140         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41141         bits/inotify.h.
41142
41143 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
41144
41145         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
41146         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
41147         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
41148         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
41149         <bits/eventfd.h>.
41150         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
41151         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41152         bits/eventfd.h.
41153
41154 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
41155
41156         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
41157         __feraiseexcept instead of feraiseexcept.
41158
41159         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
41160         nanosleep invocations.
41161         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
41162         strings, and add error checking for a nanosleep invocations.
41163
41164 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
41165
41166         Replace FSF snail mail address with URLs, as per GNU coding standards.
41167         Most of the snail mail addresses were wrong anyway, and omitting
41168         them makes the source code easier to maintain.  Almost all of the
41169         changes are to license notices and to locale LC_IDENTIFICATION
41170         addresses, except for this one:
41171         * manual/libc.texinfo: In "Published by", give the FSF's URL,
41172         not its snail mail address.
41173
41174 2012-02-09  Richard Henderson  <rth@twiddle.net>
41175
41176         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
41177         of kernel-features.h.
41178
41179         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
41180
41181 2012-02-08  Marek Polacek  <polacek@redhat.com>
41182
41183         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
41184         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
41185         * sysdeps/gnu/_G_config.h: Likewise.
41186         * sysdeps/generic/_G_config.h: Likewise.
41187
41188 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
41189
41190         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
41191         tests.
41192         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41193
41194         * sysdeps/powerpc/powerpc32/crti.S: New file.
41195         * sysdeps/powerpc/powerpc32/crtn.S: New file.
41196         * sysdeps/powerpc/powerpc64/crti.S: New file.
41197         * sysdeps/powerpc/powerpc64/crtn.S: New file.
41198
41199         * Makeconfig (have-initfini): Don't set.
41200         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
41201         * configure.in (nopic_initfini): Don't substitute.
41202         * config.h.in (HAVE_INITFINI): Don't #undef.
41203         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
41204         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
41205
41206 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
41207
41208         Support crti.S and crtn.S provided directly by architectures.
41209         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
41210         [crti.S in sysdirs] (omit-deps): Likewise.
41211         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
41212         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
41213         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
41214         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
41215         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
41216         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
41217         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
41218         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
41219         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
41220         compiler output for sysdeps/generic/initfini.c.
41221         * sysdeps/i386/elf/Makefile: Remove file.
41222         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
41223
41224 2012-02-07  Marek Polacek  <polacek@redhat.com>
41225
41226         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
41227         * sysdeps/gnu/_G_config.h: Likewise.
41228         * sysdeps/mach/hurd/_G_config.h: Likewise.
41229
41230 2012-02-07  Marek Polacek  <polacek@redhat.com>
41231
41232         * math/Makefile (tests): Add tst-CMPLX2.
41233         * math/tst-CMPLX2.c: New file.
41234
41235 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
41236
41237         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
41238
41239         * math/libm-test.inc (jn_test): Add missing L suffix.
41240
41241 2012-02-06  Marek Polacek  <polacek@redhat.com>
41242
41243         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
41244         * sysdeps/i386/fpu/e_powf.S: Likewise.
41245         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
41246         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
41247         * sysdeps/i386/fpu/e_acosh.S: Likewise.
41248         * sysdeps/i386/fpu/e_pow.S: Likewise.
41249         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
41250         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
41251         * sysdeps/i386/fpu/s_expm1.S: Likewise.
41252         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
41253         * sysdeps/i386/fpu/e_log2.S: Likewise.
41254         * sysdeps/i386/fpu/e_log2l.S: Likewise.
41255         * sysdeps/i386/fpu/e_scalb.S: Likewise.
41256         * sysdeps/i386/fpu/e_powl.S: Likewise.
41257         * sysdeps/i386/fpu/s_log1p.S: Likewise.
41258         * sysdeps/i386/fpu/e_log10f.S: Likewise.
41259         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
41260         * sysdeps/i386/fpu/e_logl.S: Likewise.
41261         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
41262         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
41263         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
41264         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
41265         * sysdeps/i386/fpu/e_log2f.S: Likewise.
41266         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
41267         * sysdeps/i386/fpu/e_log.S: Likewise.
41268         * sysdeps/i386/fpu/s_cexp.S: Likewise.
41269         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
41270         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
41271         * sysdeps/i386/fpu/e_logf.S: Likewise.
41272         * sysdeps/i386/fpu/e_log10l.S: Likewise.
41273         * sysdeps/i386/fpu/e_atanh.S: Likewise.
41274         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
41275         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
41276         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
41277         * sysdeps/i386/fpu/e_log10.S: Likewise.
41278         * sysdeps/i386/fpu/s_frexp.S: Likewise.
41279         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
41280         * sysdeps/i386/fpu/s_asinh.S: Likewise.
41281         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
41282         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
41283         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
41284         * sysdeps/i386/asm-syntax.h: Likewise.
41285         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
41286         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
41287         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
41288         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
41289         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
41290         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
41291         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
41292         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
41293         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
41294         * sysdeps/powerpc/sysdep.h: Likewise.
41295         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
41296         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41297
41298 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
41299
41300         [BZ #411]
41301         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
41302
41303 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
41304
41305         * sysdeps/i386/sysdep.h: Include <features.h>.
41306         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
41307         version.
41308
41309 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
41310
41311         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
41312         Define.
41313         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
41314         LOAD_PIC_REG_STR.
41315
41316 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
41317
41318         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
41319         (SETUP_PIC_REG): Use GET_PC_THUNK.
41320         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
41321         macro.
41322
41323 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
41324
41325         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
41326         for non-PIC compilation.
41327         (SETUP_PIC_REG): Add .p2align directive.
41328         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
41329         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
41330         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
41331         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
41332         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
41333         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
41334         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
41335         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
41336         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
41337         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
41338         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
41339         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
41340         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
41341         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
41342         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
41343         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
41344         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
41345         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
41346         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
41347         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
41348         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
41349         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
41350         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
41351         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
41352         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
41353         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
41354         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
41355         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
41356         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
41357         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
41358         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
41359         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
41360         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
41361         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
41362         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
41363         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
41364         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
41365         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
41366         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
41367         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
41368         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
41369
41370 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
41371
41372         * math/tst-CMPLX.c: Include <stdio.h>.
41373
41374 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
41375
41376         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
41377         float.
41378         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
41379         * sysdeps/sparc/bits/mathdef.h: Likewise.
41380
41381 2012-01-31  Marek Polacek  <polacek@redhat.com>
41382
41383         * libio/libio.h: Don't define _PARAMS.
41384         * locale/programs/config.h: Don't define PARAMS.
41385         * stdlib/strtol_l.c: Likewise.
41386         (__strtol_l): Remove PARAMS from the prototype.
41387
41388 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
41389
41390         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
41391         names.  Just use the correct names.  Remove unnecessary wrapper
41392         functions.
41393         * malloc/arena.c: Likewise.
41394         * malloc/hooks.c: Likewise.
41395
41396         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
41397         ARENA_TEST says not to.  Simplify test for creation of a new arena.
41398         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
41399
41400 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
41401
41402         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
41403         into tail calls.
41404         (update_get_addr): New function.
41405         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
41406         GET_ADDR_MODULE parameter.
41407
41408 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
41409
41410         * crypt/cert.c: Remove __STDC__ conditionals.
41411         * crypt/crypt-entry.c: Likewise.
41412         * crypt/crypt_util.c: Likewise.
41413         * libio/filedoalloc.c: Likewise.
41414         * libio/fileops.c: Likewise.
41415         * libio/genops.c: Likewise.
41416         * libio/iofclose.c: Likewise.
41417         * libio/iofdopen.c: Likewise.
41418         * libio/iofopen.c: Likewise.
41419         * libio/iofopen64.c: Likewise.
41420         * libio/iogetdelim.c: Likewise.
41421         * libio/iopopen.c: Likewise.
41422         * libio/obprintf.c: Likewise.
41423         * libio/oldfileops.c: Likewise.
41424         * libio/oldiofclose.c: Likewise.
41425         * libio/oldiofdopen.c: Likewise.
41426         * libio/oldiofopen.c: Likewise.
41427         * libio/oldiopopen.c: Likewise.
41428         * libio/wfiledoalloc.c: Likewise.
41429         * libio/wgenops.c: Likewise.
41430         * locale/programs/xmalloc.c: Likewise.
41431         * misc/syslog.c: Likewise.
41432         * stdio-common/xbug.c: Likewise.
41433         * string/memchr.c: Likewise.
41434         * string/memcmp.c: Likewise.
41435         * string/memrchr.c: Likewise.
41436         * string/rawmemchr.c: Likewise.
41437         * sysdeps/posix/getcwd.c: Likewise.
41438         * time/strftime_l.c: Likewise.
41439
41440 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
41441
41442         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
41443         * config.make.in (config-cflags-sse2avx): Define.
41444         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
41445         Fix typo.
41446
41447 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
41448
41449         * scripts/config.guess: Update from upstream config git repository.
41450         * scripts/config.sub: Likewise.
41451
41452 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
41453
41454         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
41455         (EM_NUM): Update.
41456         (R_TILEPRO_*, R_TILEGX_*): New macros.
41457
41458         * scripts/firstversions.awk: Fix bug in version range handling.
41459
41460         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
41461
41462         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
41463
41464         * include/sys/epoll.h: New file.
41465         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
41466         libc_hidden_def.
41467
41468 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
41469
41470         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
41471         Avoid unnecessary __WORDSIZE == 64 test.
41472         (fmaxf): Use VEX format if possible.
41473         (fmax): Likewise.
41474         (fminf): Likewise.
41475         (fmin): Likewise.
41476
41477         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
41478         * math/math_private.h: Remove libc_fegetround* and
41479         libc_fesetround*.
41480         * sysdeps/i386/configure.in: Check for -msse2avx.
41481         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
41482         also if SSE2AVX is defined.
41483         Remove libc_fegetround* and libc_fesetround*.
41484         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
41485         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
41486         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
41487         of HAS_YMM_USABLE.
41488         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
41489         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
41490         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
41491         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
41492         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
41493
41494         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
41495
41496 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41497
41498         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
41499         size is not set.
41500         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
41501
41502 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
41503
41504         [BZ #13618]
41505         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
41506         relocation.
41507         * Makeconfig (libm): Define.
41508         * elf/Makefile: Add rules to build and run tst-relsort1.
41509         * elf/tst-relsort1.c: New file.
41510         * elf/tst-relsort1mod1.c: New file.
41511         * elf/tst-relsort1mod2.c: New file.
41512
41513 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
41514
41515         * math/s_ldexp.c: Remove __STDC__ conditionals.
41516         * math/s_ldexpf.c: Likewise.
41517         * math/s_ldexpl.c: Likewise.
41518         * math/s_nextafter.c: Likewise.
41519         * math/s_nexttowardf.c: Likewise.
41520         * math/s_significand.c: Likewise.
41521         * math/s_significandf.c: Likewise.
41522         * math/s_significandl.c: Likewise.
41523         * math/w_jnl.c: Likewise.
41524         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
41525         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
41526         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
41527         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
41528         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
41529         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
41530         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
41531         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
41532         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
41533         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
41534         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
41535         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
41536         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
41537         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
41538         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
41539         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
41540         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
41541         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
41542         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
41543         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
41544         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
41545         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
41546         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
41547         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41548         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
41549         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
41550         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
41551         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
41552         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
41553         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
41554         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
41555         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
41556         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
41557         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
41558         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
41559         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
41560         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
41561         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
41562         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
41563         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
41564         * sysdeps/ieee754/k_standard.c: Likewise.
41565         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
41566         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
41567         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
41568         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
41569         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
41570         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
41571         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
41572         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
41573         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
41574         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
41575         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
41576         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
41577         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
41578         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
41579         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
41580         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
41581         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
41582         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
41583         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
41584         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
41585         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
41586         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
41587         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
41588         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
41589         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
41590         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
41591         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
41592         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
41593         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
41594         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
41595         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
41596         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
41597         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
41598         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
41599         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
41600         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
41601         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
41602         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
41603         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
41604         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
41605         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
41606         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
41607         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
41608         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
41609         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
41610         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
41611         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
41612         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
41613         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
41614         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
41615         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
41616         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
41617         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
41618         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
41619         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
41620         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
41621         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
41622         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
41623         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
41624         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
41625         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
41626         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
41627         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
41628         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
41629         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
41630         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
41631         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
41632         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
41633         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
41634         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
41635         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
41636         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
41637         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
41638         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
41639         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
41640         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
41641         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
41642         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
41643         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
41644         * sysdeps/ieee754/s_matherr.c: Likewise.
41645         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
41646         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
41647         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
41648         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
41649
41650 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
41651
41652         * crypt/md5.h: Remove __STDC__ conditionals.
41653         * libio/libioP.h: Likewise.
41654         * locale/programs/config.h: Likewise.
41655         * sysdeps/generic/sysdep.h: Likewise.
41656         * sysdeps/i386/asm-syntax.h: Likewise.
41657         * sysdeps/s390/asm-syntax.h: Likewise.
41658         * sysdeps/unix/sysdep.h: Likewise.
41659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
41660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
41661
41662 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
41663
41664         * libio/libio.h: Remove __STDC__ conditionals.
41665         * malloc/obstack.h: Likewise.
41666         * math/complex.h: Likewise.
41667         * math/math.h: Likewise.
41668         * sysdeps/generic/_G_config.h: Likewise.
41669         * sysdeps/gnu/_G_config.h: Likewise.
41670         * sysdeps/mach/hurd/_G_config.h: Likewise.
41671         * sysdeps/powerpc/bits/mathdef.h: Likewise.
41672         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
41673         * sysdeps/sparc/bits/mathdef.h: Likewise.
41674
41675 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
41676
41677         [BZ #13583]
41678         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
41679         Clean up HAS_* macros.
41680         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
41681         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
41682         possible.
41683         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
41684         HAS_AVX.
41685         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
41686         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
41687         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
41688         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
41689         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
41690
41691 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
41692
41693         * elf/tst-unique3.cc (gets): Remove declaration.
41694         * elf/tst-unique3lib.cc (gets): Likewise.
41695         * elf/tst-unique3lib2.cc (gets): Likewise.
41696         * elf/tst-unique4.cc (gets): Likewise.
41697
41698 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
41699
41700         * include/stdio.h: Add C++ protection.  Add gets declarations and
41701         definitions.
41702         * debug/tst-chk1.c: Don't declare gets here.
41703         * stdio-common/tst-gets.c: Likewise.
41704
41705 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
41706
41707         * posix/glob: Remove directory.
41708
41709 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
41710
41711         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
41712
41713 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
41714
41715         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
41716         of the non-standard EPFNOSUPPORT.
41717
41718 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41719
41720         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
41721         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
41722         ANYWHERE set to 1 only on KERN_NO_SPACE error.
41723
41724 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
41725
41726         * wcsmbs/uchar.h: Test __STDC_VERSION__.
41727
41728 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
41729
41730         * nscd/aicache.c (addhstaiX): Do not cache negative results of
41731         transient errors.
41732         * nscd/grpcache.c (cache_addgr): Likewise.
41733         * nscd/hstcache.c (cache_addhst): Likewise.
41734         * nscd/initgrcache.c (addinitgroupsX): Likewise.
41735         * nscd/pwdcache.c (cache_addpw): Likewise.
41736         * nscd/servicescache.c (cache_addserv): Likewise.
41737
41738 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
41739
41740         * malloc/malloc.c: Various cleanups.
41741         * malloc/hooks.c: Likewise.
41742
41743         * stdlib/Makefile (tests): Add bug-fmtmsg1.
41744         * stdlib/bug-fmtmsg1.c: New file.
41745
41746         * stdlib/fmtmsg.c (init): Add missing unlock.
41747         Patch by Peng Haitao <penght@cn.fujitsu.com>.
41748
41749 2012-01-12  Marek Polacek  <polacek@redhat.com>
41750
41751         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
41752         and _GNU_SOURCE.
41753
41754 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
41755
41756         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
41757         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
41758         macro to ensure uniqueness of label name.
41759         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
41760         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
41761
41762 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
41763
41764         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
41765
41766         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
41767         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
41768         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
41769         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
41770
41771 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
41772
41773         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
41774
41775         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
41776         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
41777         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
41778
41779         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
41780
41781         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
41782         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
41783         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41784         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
41785
41786         * math/bits/math-finite.h: Add ldexp support.
41787
41788 2012-01-10  Marek Polacek  <polacek@redhat.com>
41789
41790         * locale/programs/localedef.h (show_archive_content): Add noreturn
41791         attribute.
41792
41793 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
41794
41795         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
41796
41797 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
41798
41799         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
41800
41801         * io/Makefile (headers): Add bits/poll2.h.
41802
41803 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
41804
41805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
41806         typo #include statement.
41807
41808 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
41809
41810         * include/sys/cdefs.h: Define __attribute_alloc_size.
41811         * catgets/gencat.c: Add alloc_size attribute and apply consistently
41812         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
41813         * elf/pldd.c: Likewise.
41814         * iconv/iconv_charmap.c: Likewise.
41815         * iconv/iconvconfig.c: Likewise.
41816         * iconv/strtab.c: Likewise.
41817         * locale/programs/locale.c: Likewise.
41818         * locale/programs/localedef.h: Likewise.
41819         * locale/programs/simple-hash.c: Likewise.
41820         * nscd/nscd.h: Likewise.
41821         * nss/makedb.c: Likewise.
41822         * sysdeps/generic/ldconfig.h: Likewise.
41823         * locale/programs/localedef.c: Remove xmalloc prototype.
41824         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
41825
41826 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
41827
41828         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
41829         appropriate.
41830
41831 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
41832
41833         * math/Makefile (tests): Add tst-CMPLX.
41834         * math/tst-CMPLX.c: New file.
41835
41836         * math/complex.h (CMPLXL): Fix typo.
41837
41838         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
41839         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
41840         GLIBC_2.16.
41841         * debug/tst-chk1.c: Add poll and ppoll tests.
41842         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
41843         * include/sys/poll.h: Add hidden proto for ppoll.
41844         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
41845         * sysdeps/mach/hurd/ppoll.c: Likewise.
41846         * io/ppoll.c: Likewise.
41847         * debug/poll_chk.c: New file.
41848         * debug/ppoll_chk.c: New file.
41849         * include/bits/poll2.h: New file.
41850         * io/bits/poll2.h: New file.
41851
41852         [BZ #1350]
41853         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
41854
41855         * configure.in: static is always set to yes.  Remove.
41856         * config.make.in: Don't set build-static.
41857         * Makeconfig: Remove use of build-static.
41858         * dlfcn/Makefile: Likewise.
41859         * elf/Makefile: Likewise.
41860         * math/Makefile: Likewise.
41861         * misc/Makefile: Likewise.
41862         * nptl/Makefile: Likewise.
41863         * sysdeps/mach/hurd/Makefile: Likewise.
41864
41865         * configure.in: PWD_P is not used anymore.
41866         * config.make.in: Remove PWD_P entry.
41867
41868         * configure.in: Remove last remnants of RANLIB.
41869         No need to check for signed size_t anymore.
41870         Don't set libc_commonpagesize and libc_relro_required here for Alpha
41871         and IA-64.
41872         Remove __builtin_expect test because we require at least gcc 3.4.
41873         * aclocal.m4: Likewise.
41874
41875         * wcsmbs/mbrtoc16.c: Implement using towc function.
41876         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
41877         * wcsmbs/wcsmbsload.c: Likewise.
41878         * iconv/gconv_simple.c: Likewise.
41879         * iconv/gconv_int.h: Likewise.
41880         * iconv/gconv_builtin.h: Likewise.
41881         * iconv/iconv_prog.c: Remove CHAR16 handling.
41882
41883         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
41884
41885         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
41886
41887         * configure.in: Remove --with-elf and --enable-bounded options.
41888         Dont set base_machine for ia64.  More non-ELF conditions removed.
41889         Remove testing and setting of leading underscore information.
41890         * config.make.in (build-bounded): Set to no.
41891         * config.h.in: Remove NO_UNDERSCORES entry.
41892         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
41893         them.
41894         * csu/start.c: Remove !NO_UNDERSCORE code.
41895         * locale/localeinfo.h: Likewise.
41896         * sysdeps/generic/machine-gmon.h: Likewise.
41897         * sysdeps/generic/sysdep.h: Likewise.
41898         * sysdeps/i386/sysdep.h: Likewise.
41899         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
41900         * sysdeps/mach/sysdep.h: Likewise.
41901         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41902         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41903         * sysdeps/sh/sysdep.h: Likewise.
41904         * sysdeps/sparc/sparc32/alloca.S: Likewise.
41905         * sysdeps/unix/i386/sysdep.S: Likewise.
41906         * sysdeps/unix/sparc/start.c: Likewise.
41907         * sysdeps/unix/sparc/sysdep.S: Likewise.
41908         * sysdeps/unix/sparc/sysdep.h: Likewise.
41909         * sysdeps/unix/start.c: Likewise.
41910         * sysdeps/unix/x86_64/sysdep.S: Likewise.
41911         * sysdeps/x86_64/sysdep.h: Likewise.
41912
41913 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
41914
41915         [BZ #13553]
41916         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
41917         for non-gcc.
41918         * argp/argp-fmtstream.h: Use const instead __const.
41919         * argp/argp.h: Likewise.
41920         * assert/assert.h: Likewise.
41921         * bits/fenv.h: Likewise.
41922         * bits/sched.h: Likewise.
41923         * bits/sigset.h: Likewise.
41924         * bits/sigthread.h: Likewise.
41925         * catgets/nl_types.h: Likewise.
41926         * conform/data/pthread.h-data: Likewise.
41927         * crypt/crypt-private.h: Likewise.
41928         * crypt/crypt.h: Likewise.
41929         * crypt/crypt_util.c: Likewise.
41930         * ctype/ctype.h: Likewise.
41931         * debug/execinfo.h: Likewise.
41932         * debug/mbsnrtowcs_chk.c: Likewise.
41933         * debug/mbsrtowcs_chk.c: Likewise.
41934         * debug/wcsnrtombs_chk.c: Likewise.
41935         * debug/wcsrtombs_chk.c: Likewise.
41936         * debug/wcstombs_chk.c: Likewise.
41937         * dirent/dirent.h: Likewise.
41938         * dlfcn/dlfcn.h: Likewise.
41939         * elf/neededtest4.c: Likewise.
41940         * grp/grp.h: Likewise.
41941         * gshadow/gshadow.h: Likewise.
41942         * iconv/gconv.h: Likewise.
41943         * iconv/gconv_int.h: Likewise.
41944         * iconv/gconv_simple.c: Likewise.
41945         * iconv/iconv.h: Likewise.
41946         * iconv/loop.c: Likewise.
41947         * iconv/skeleton.c: Likewise.
41948         * include/aio.h: Likewise.
41949         * include/aliases.h: Likewise.
41950         * include/argz.h: Likewise.
41951         * include/arpa/inet.h: Likewise.
41952         * include/assert.h: Likewise.
41953         * include/dirent.h: Likewise.
41954         * include/dlfcn.h: Likewise.
41955         * include/execinfo.h: Likewise.
41956         * include/fcntl.h: Likewise.
41957         * include/fenv.h: Likewise.
41958         * include/glob.h: Likewise.
41959         * include/grp.h: Likewise.
41960         * include/libintl.h: Likewise.
41961         * include/mntent.h: Likewise.
41962         * include/netdb.h: Likewise.
41963         * include/pwd.h: Likewise.
41964         * include/rpc/netdb.h: Likewise.
41965         * include/sched.h: Likewise.
41966         * include/search.h: Likewise.
41967         * include/shadow.h: Likewise.
41968         * include/signal.h: Likewise.
41969         * include/stdio.h: Likewise.
41970         * include/stdlib.h: Likewise.
41971         * include/string.h: Likewise.
41972         * include/sys/socket.h: Likewise.
41973         * include/sys/stat.h: Likewise.
41974         * include/sys/statfs.h: Likewise.
41975         * include/sys/statvfs.h: Likewise.
41976         * include/sys/syslog.h: Likewise.
41977         * include/sys/time.h: Likewise.
41978         * include/sys/uio.h: Likewise.
41979         * include/time.h: Likewise.
41980         * include/unistd.h: Likewise.
41981         * include/utmp.h: Likewise.
41982         * include/wchar.h: Likewise.
41983         * include/wctype.h: Likewise.
41984         * inet/aliases.h: Likewise.
41985         * inet/arpa/inet.h: Likewise.
41986         * inet/netinet/ether.h: Likewise.
41987         * inet/netinet/in.h: Likewise.
41988         * intl/libintl.h: Likewise.
41989         * io/bits/fcntl2.h: Likewise.
41990         * io/fcntl.h: Likewise.
41991         * io/ftw.h: Likewise.
41992         * io/sys/poll.h: Likewise.
41993         * io/sys/stat.h: Likewise.
41994         * io/sys/statfs.h: Likewise.
41995         * io/sys/statvfs.h: Likewise.
41996         * io/utime.h: Likewise.
41997         * libio/bits/stdio.h: Likewise.
41998         * libio/bits/stdio2.h: Likewise.
41999         * libio/libio.h: Likewise.
42000         * libio/libioP.h: Likewise.
42001         * libio/stdio.h: Likewise.
42002         * locale/lc-ctype.c: Likewise.
42003         * locale/locale.h: Likewise.
42004         * login/utmp.h: Likewise.
42005         * malloc/arena.c: Likewise.
42006         * malloc/malloc.c: Likewise.
42007         * malloc/malloc.h: Likewise.
42008         * malloc/mcheck.c: Likewise.
42009         * malloc/mtrace.c: Likewise.
42010         * math/bits/mathcalls.h: Likewise.
42011         * math/fenv.h: Likewise.
42012         * math/math_private.h: Likewise.
42013         * misc/bits/error.h: Likewise.
42014         * misc/bits/syslog.h: Likewise.
42015         * misc/err.h: Likewise.
42016         * misc/error.h: Likewise.
42017         * misc/fstab.h: Likewise.
42018         * misc/mntent.h: Likewise.
42019         * misc/regexp.h: Likewise.
42020         * misc/search.h: Likewise.
42021         * misc/sgtty.h: Likewise.
42022         * misc/sys/mman.h: Likewise.
42023         * misc/sys/syslog.h: Likewise.
42024         * misc/sys/uio.h: Likewise.
42025         * misc/sys/xattr.h: Likewise.
42026         * misc/ttyent.h: Likewise.
42027         * nis/rpcsvc/ypclnt.h: Likewise.
42028         * nss/nss.h: Likewise.
42029         * posix/bits/unistd.h: Likewise.
42030         * posix/fnmatch.h: Likewise.
42031         * posix/glob.h: Likewise.
42032         * posix/sched.h: Likewise.
42033         * posix/spawn.h: Likewise.
42034         * posix/sys/wait.h: Likewise.
42035         * posix/unistd.h: Likewise.
42036         * posix/wordexp.h: Likewise.
42037         * pwd/pwd.h: Likewise.
42038         * resolv/netdb.h: Likewise.
42039         * resource/sys/resource.h: Likewise.
42040         * rt/aio.h: Likewise.
42041         * rt/bits/mqueue2.h: Likewise.
42042         * rt/mqueue.h: Likewise.
42043         * shadow/shadow.h: Likewise.
42044         * signal/signal.h: Likewise.
42045         * socket/send.c: Likewise.
42046         * socket/sendto.c: Likewise.
42047         * socket/sys/socket.h: Likewise.
42048         * stdio-common/printf.h: Likewise.
42049         * stdlib/bits/stdlib.h: Likewise.
42050         * stdlib/fmtmsg.h: Likewise.
42051         * stdlib/monetary.h: Likewise.
42052         * stdlib/stdlib.h: Likewise.
42053         * stdlib/ucontext.h: Likewise.
42054         * streams/stropts.h: Likewise.
42055         * string/argz.h: Likewise.
42056         * string/bits/string2.h: Likewise.
42057         * string/string.h: Likewise.
42058         * string/strings.h: Likewise.
42059         * sunrpc/rpc/auth.h: Likewise.
42060         * sunrpc/rpc/auth_des.h: Likewise.
42061         * sunrpc/rpc/clnt.h: Likewise.
42062         * sunrpc/rpc/netdb.h: Likewise.
42063         * sunrpc/rpc/pmap_clnt.h: Likewise.
42064         * sunrpc/rpc/xdr.h: Likewise.
42065         * sysdeps/generic/inttypes.h: Likewise.
42066         * sysdeps/generic/net/if.h: Likewise.
42067         * sysdeps/generic/sys/swap.h: Likewise.
42068         * sysdeps/gnu/net/if.h: Likewise.
42069         * sysdeps/gnu/utmpx.h: Likewise.
42070         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
42071         * sysdeps/i386/i486/bits/string.h: Likewise.
42072         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
42073         * sysdeps/s390/bits/string.h: Likewise.
42074         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
42075         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
42076         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
42077         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
42078         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
42079         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
42080         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
42081         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
42082         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
42083         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
42084         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
42085         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
42086         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
42087         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
42088         * sysdeps/unix/sysv/linux/readv.c: Likewise.
42089         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
42090         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
42091         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42092         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
42093         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
42094         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
42095         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
42096         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
42097         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
42098         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
42099         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
42100         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
42101         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42102         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
42103         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
42104         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
42105         * sysvipc/sys/ipc.h: Likewise.
42106         * sysvipc/sys/msg.h: Likewise.
42107         * sysvipc/sys/sem.h: Likewise.
42108         * sysvipc/sys/shm.h: Likewise.
42109         * termios/termios.h: Likewise.
42110         * time/sys/time.h: Likewise.
42111         * time/time.h: Likewise.
42112         * wcsmbs/bits/wchar2.h: Likewise.
42113         * wcsmbs/uchar.h: Likewise.
42114         * wcsmbs/wchar.h: Likewise.
42115         * wctype/wctype.h: Likewise.
42116
42117         [BZ #13551]
42118         * Makeconfig: Remove all but ELF support including AIX support.
42119         * Makerules: Likewise.
42120         * config.h.in: Likewise.
42121         * config.make.in: Likewise.
42122         * configure: Likewise.
42123         * configure.in: Likewise.
42124         * csu/Makefile: Likewise.
42125         * csu/version.c: Likewise.
42126         * debug/Makefile: Likewise.
42127         * dlfcn/Makefile: Likewise.
42128         * elf/Makefile: Likewise.
42129         * extra-lib.mk: Likewise.
42130         * iconv/Makefile: Likewise.
42131         * include/libc-symbols.h: Likewise.
42132         * include/shlib-compat.h: Likewise.
42133         * resolv/Makefile: Likewise.
42134         * resolv/res_libc.c: Likewise.
42135         * rt/Makefile: Likewise.
42136         * sysdeps/i386/asm-syntax.h: Likewise.
42137         * sysdeps/i386/sysdep.h: Likewise.
42138         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
42139         * sysdeps/mach/sysdep.h: Likewise.
42140         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
42141         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
42142         * sysdeps/s390/asm-syntax.h: Likewise.
42143         * sysdeps/s390/s390-32/sysdep.h: Likewise.
42144         * sysdeps/s390/s390-64/sysdep.h: Likewise.
42145         * sysdeps/sh/sysdep.h: Likewise.
42146         * sysdeps/unix/sparc/sysdep.h: Likewise.
42147         * sysdeps/wordsize-32/divdi3.c: Likewise.
42148         * sysdeps/x86_64/sysdep.h: Likewise.
42149
42150         * argp/Versions: Remove _argp_unlock_xxx.
42151
42152         [BZ #13559]
42153         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
42154         * abilist/libBrokenLocale.abilist: Likewise.
42155         * abilist/libanl.abilist: Likewise.
42156         * abilist/libc.abilist: Likewise.
42157         * abilist/libcrypt.abilist: Likewise.
42158         * abilist/libdl.abilist: Likewise.
42159         * abilist/libm.abilist: Likewise.
42160         * abilist/libnsl.abilist: Likewise.
42161         * abilist/libpthread.abilist: Likewise.
42162         * abilist/libresolv.abilist: Likewise.
42163         * abilist/librt.abilist: Likewise.
42164         * abilist/libthread_db.abilist: Likewise.
42165         * abilist/libutil.abilist: Likewise.
42166         * abilist/libnss_db.abilist: New file.
42167
42168         * scripts/abilist.awk: Add support for indirect functions.
42169
42170         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
42171
42172         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
42173
42174         * shlib-versions: Remove entries for ports architectures.
42175
42176         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
42177         files in ports.
42178         * elf/stackguard-macros.h: Remove support for IA-64.
42179         * elf/tst-auditmod1.c: Likewise.
42180         * sysdeps/generic/ldsodefs.h: Likewise.
42181
42182         * sysdeps/unix/sysv/linux/configure.in: Ports should define
42183         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
42184         configure files.
42185
42186         [BZ #13552]
42187         * configure.in: Remove --enable-omitfp support.
42188         * FAQ.in: Adjust.
42189         * config.make.in: Likewise.
42190         * Makeconfig: Likewise.
42191         * manual/install.texi: Likewise.
42192
42193         In case anyone cares, the IA-64 architecture could move to ports.
42194         * sysdeps/ia64/*: Removed.
42195         * sysdeps/unix/sysv/linux/ia64/*: Removed.
42196         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
42197
42198         [BZ #13555]
42199         * configure.in: Remove entries for unsupported architectures.
42200
42201         [BZ #13533]
42202         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
42203         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
42204         routines.
42205         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
42206         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
42207         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
42208         fall back to using wcrtomb.
42209         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
42210         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
42211         renaming.
42212         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
42213         * wcsmbs/tst-c16c32-1.c: New file.
42214
42215         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
42216         local variable.
42217
42218         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
42219
42220         * elf/tst-unique3.cc: Add explicit declaration of gets.
42221         * elf/tst-unique3lib.cc: Likewise.
42222         * elf/tst-unique3lib2.cc: Likewise.
42223         * elf/tst-unique4.cc: Likewise.
42224
42225         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
42226
42227 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
42228
42229         [BZ #13566]
42230         * assert/assert.h (static_assert): Don't define for C++.
42231         * libio/stdio.h (gets): Do declare for C++ <= C++11.
42232         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
42233
42234 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
42235
42236         * iconv/loop.c (single loop): Fix assertion in storing of
42237         remaining bytes.
42238
42239         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
42240
42241 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
42242
42243         * posix/getconf.c: Update copyright year.
42244         * nss/getent.c: Likewise.
42245         * nss/makedb.c: Likewise.
42246         * iconv/iconvconfig.c: Likewise.
42247         * iconv/iconv_prog.c: Likewise.
42248         * elf/ldconfig.c: Likewise.
42249         * elf/pldd.c: Likewise.
42250         * elf/sotruss.ksh: Likewise.
42251         * catgets/gencat.c: Likewise.
42252         * csu/version.c: Likewise.
42253         * elf/ldd.bash.in: Likewise.
42254         * elf/sprof.c (print_version): Likewise.
42255         * locale/programs/locale.c: Likewise.
42256         * locale/programs/localedef.c: Likewise.
42257         * login/programs/pt_chown.c: Likewise.
42258         * nscd/nscd.c (print_version): Likewise.
42259         * debug/xtrace.sh: Likewise.
42260         * malloc/memusage.sh: Likewise.
42261         * malloc/mtrace.pl: Likewise.
42262         * debug/catchsegv.sh: Likewise.
42263
42264 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
42265
42266         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
42267         pure attribute.
42268
42269 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
42270
42271         [BZ #13533]
42272         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
42273         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
42274         transformations.
42275         * iconv/gconv_int.h: Likewise.
42276         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
42277         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
42278         from libc for GLIBC_2.16.
42279         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
42280         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
42281         * wcsmbs/uchar.h: Really define mbstate_t.
42282         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
42283         * wcsmbs/c16rtomb.c: New file.
42284         * wcsmbs/mbrtoc16.c: New file.
42285         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
42286         for C/POSIX locale.
42287         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
42288         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
42289
42290         * wcsmbs/wchar.h: Add missing __restrict.
42291
42292 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
42293
42294         [BZ #13532]
42295         * time/Makefile (routines): Add timespec_get.
42296         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
42297         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
42298         timespec for ISO C11.
42299         * time/timespec_get.c: New file.
42300         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
42301         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
42302
42303         [BZ #13531]
42304         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
42305         * stdlib/stdlib.h: Declare aligned_alloc.
42306         * Versions.def: Add GLIBC_2.16 for libc.
42307         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
42308
42309         [BZ 13527]
42310         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
42311         ISO C11.
42312
42313         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
42314         code.
42315
42316         [BZ #13528]
42317         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
42318
42319         [BZ #13529]
42320         * assert/assert.h (static_assert): Define.
42321
42322         * version.h: Update for 2.16 development version.
42323
42324         [BZ #13526]
42325         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
42326         _ISOC11_SOURCE.
42327
42328         * version.h (RELEASE): Bump for 2.15 release.
42329         * include/features.h (__GLIBC_MINOR__): Bump to 15.
42330
42331         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
42332         Patch by Marek Polacek <mpolacek@redhat.com>.
42333
42334         * bits/byteswap.h: Protect long long constants with __extension__.
42335         * sysdeps/i386/bits/byteswap.h: Likewise.
42336         * sysdeps/ia64/bits/byteswap.h: Likewise.
42337         * sysdeps/s390/bits/byteswap.h: Likewise.
42338         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42339
42340 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42341
42342         [BZ #13540]
42343         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
42344         destination buffer.
42345         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
42346
42347 2011-12-23  Marek Polacek  <polacek@redhat.com>
42348
42349         * elf/dl-addr.c (determine_info): Add inline keyword.
42350         * elf/tst-auditmod4b.c (check_avx): Likewise.
42351         * elf/tst-auditmod6b.c (check_avx): Likewise.
42352         * elf/tst-auditmod6c.c (check_avx): Likewise.
42353         * elf/tst-auditmod7b.c (check_avx): Likewise.
42354
42355 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
42356
42357         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
42358         !__SSE_MATH__.
42359
42360 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42361
42362         [BZ #13540]
42363         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
42364         processing for last bytes.
42365
42366 2011-08-06  Bruno Haible  <bruno@clisp.org>
42367
42368         [BZ #13061]
42369         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
42370         U+0385, not to U+1FEE.
42371
42372         [BZ #13062]
42373         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
42374         entry for U+00A5 U+0301.
42375
42376 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
42377
42378         [BZ #13166]
42379         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
42380         buffer for the output is too small.
42381
42382         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
42383         optimization.
42384
42385         [BZ #13185]
42386         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
42387         SSE flags if possible.
42388
42389 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42390
42391         [BZ #13540]
42392         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
42393         processing for last bytes.
42394
42395 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
42396
42397         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
42398         (syscall-list-default-options, syscall-list-default-condition)
42399         (syscall-list-includes): Define.
42400         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
42401         list of ABIs and options and #if conditions for each ABI.  Do not
42402         handle common syscalls between ABIs specially.
42403         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
42404         Remove.
42405         (syscall-list-variants, syscall-list-32bit-options)
42406         (syscall-list-32bit-condition, syscall-list-64bit-options)
42407         (syscall-list-64bit-condition): Define.
42408         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
42409         (syscall-list-variants, syscall-list-32bit-options)
42410         (syscall-list-32bit-condition, syscall-list-64bit-options)
42411         (syscall-list-64bit-condition): Define.
42412         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
42413         Remove.
42414         (syscall-list-variants, syscall-list-32bit-options)
42415         (syscall-list-32bit-condition, syscall-list-64bit-options)
42416         (syscall-list-64bit-condition): Define.
42417         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
42418         Remove.
42419         (syscall-list-variants, syscall-list-32bit-options)
42420         (syscall-list-32bit-condition, syscall-list-64bit-options)
42421         (syscall-list-64bit-condition): Define.
42422
42423 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
42424
42425         * locale/iso-639.def: Add brx entry.
42426
42427         [BZ #13328]
42428         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
42429         Proposed by Mariusz_Cukr <marcukr@op.pl>.
42430
42431         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
42432         __feraiseexcept_renamed.
42433
42434 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
42435
42436         [BZ #13538]
42437         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
42438         EPOLLET with unsigned values.
42439         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42440         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
42441
42442         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
42443         to large cancellation.
42444         * math/s_cacoshf.c: Likewise.
42445         * math/s_cacoshl.c: Likewise.
42446
42447 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
42448
42449         [BZ #13305]
42450         [BZ #12786]
42451         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
42452         * math/s_cacoshf.c: Likewise.
42453         * math/s_cacoshl.c: Likewise.
42454
42455 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
42456
42457         [BZ #13439]
42458         * iconv/gconv.h: Define __GCONV_SWAP.
42459         * iconvdata/unicode.c: The swap bit must be stored in __flags.
42460         * iconvdata/utf-16.c: Likewise.
42461         * iconvdata/utf-32.c: Likewise.
42462
42463 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
42464
42465         [BZ #13524]
42466         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
42467         numerator after shifting it by one limb.
42468
42469 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
42470
42471         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
42472         under [__USE_EXTERN_INLINES].
42473
42474 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
42475
42476         [BZ #13446]
42477         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
42478
42479 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42480
42481         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
42482         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
42483         optimized code.
42484         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
42485         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
42486         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
42487         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
42488         for strncasecmp/strncasecmp_l compilation.
42489         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
42490         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
42491
42492 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
42493
42494         [BZ #13484]
42495         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
42496         of __asm__.
42497
42498 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
42499
42500         [BZ #13506]
42501         * time/tzfile.c (__tzfile_read): Check values from file header.
42502
42503 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
42504
42505         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
42506         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
42507         * powerpc/powerpc32/dl-start.S: Likewise.
42508         * powerpc/powerpc32/elf/start.S: Likewise.
42509         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
42510         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
42511         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
42512         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
42513         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
42514         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
42515         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
42516         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
42517         * powerpc/powerpc32/fpu/s_round.S: Likewise.
42518         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
42519         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
42520         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
42521         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
42522         * powerpc/powerpc32/memset.S: Likewise.
42523         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
42524         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
42525         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
42526         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
42527         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
42528         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
42529         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
42530         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
42531         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
42532         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
42533         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
42534         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
42535         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
42536
42537 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42538
42539         * math/libm-test.inc: Added more nearbyint tests.
42540         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
42541         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
42542         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
42543         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
42544
42545 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
42546
42547         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
42548         FD_CLOEXEC.
42549
42550 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42551
42552         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
42553         Add wcscpy-ssse3 wcscpy-c.
42554         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
42555         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
42556         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
42557         * sysdeps/x86_64/wcschr.S: New file.
42558         * sysdeps/x86_64/wcsrchr.S: New file.
42559         * string/test-strcmp.c: Remove checking of wcscmp function for
42560         wrong alignments.
42561         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
42562         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
42563         wcsrchr-sse2 wcsrchr-c.
42564         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
42565         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
42566         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
42567         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
42568         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
42569         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
42570         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
42571         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
42572         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
42573         * wcsmbc/wcschr.c (WCSCHR): New macro.
42574
42575 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42576
42577         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
42578         * wcsmbs/test-wcsrchr.c: New file.
42579         * string/test-strrchr.c: Add wcsrchr support.
42580         (WIDE): New macro.
42581         * wcsmbs/test-wcscpy.c: New file.
42582         * string/test-strcpy.c: Add wcscpy support.
42583         (WIDE): New macro.
42584
42585 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
42586
42587         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
42588         the inner loop.
42589
42590 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
42591
42592         [BZ #13472]
42593         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
42594
42595 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
42596
42597         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
42598         Minor optimizations.
42599
42600         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
42601         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
42602         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
42603
42604 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
42605
42606         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
42607         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
42608         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
42609         for gcc to avoid warnings.
42610         * inet/Makefile (tests): Add tst-checks.
42611         * inet/tst-checks.c: New file.
42612
42613         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
42614         warning.
42615
42616         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
42617         __wmemcmp_sse2.
42618
42619         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
42620         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
42621
42622         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
42623
42624 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
42625
42626         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
42627         problem.
42628
42629         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
42630
42631 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
42632
42633         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
42634         conditional on GCC version.
42635         (__arch_compare_and_exchange_val_8_acq)
42636         (__arch_compare_and_exchange_val_16_acq)
42637         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
42638         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
42639         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
42640
42641 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
42642
42643         * sysdeps/sh/backtrace.c: New file.
42644
42645 2011-12-02  Andreas Schwab  <schwab@redhat.com>
42646
42647         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
42648         parenthesis.
42649
42650 2011-12-01  Andreas Schwab  <schwab@redhat.com>
42651
42652         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
42653         falling back to utime.
42654
42655 2011-11-30  Andreas Schwab  <schwab@redhat.com>
42656
42657         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
42658         expectations for float.
42659
42660 2011-11-29  Andreas Schwab  <schwab@redhat.com>
42661
42662         * locale/weight.h (findidx): Add parameter len.
42663         * locale/weightwc.h (findidx): Likewise.
42664         * posix/fnmatch_loop.c (FCT): Adjust caller.
42665         * posix/regcomp.c (build_equiv_class): Likewise.
42666         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
42667         * posix/regexec.c (check_node_accept_bytes): Likewise.
42668         * string/strcoll_l.c (STRCOLL): Likewise.
42669         * string/strxfrm_l.c (STRXFRM): Likewise.
42670
42671 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
42672
42673         * Makefile.in: Remove CVSOPT handling.
42674         * configure.in: Remove use of AC_REVISION.
42675         * iconvdata/Makefile (distribute): No need to filter out CVS.
42676         * scripts/list-sources.sh: Remove CVS, subversion and monotone
42677         handling.
42678
42679 2011-11-16  Andreas Schwab  <schwab@redhat.com>
42680
42681         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
42682         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
42683         [USE_AS_STRNCASECMP_L]: Likewise.
42684         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
42685         NO_TLS_DIRECT_SEG_REFS.
42686         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
42687         Fix argument offsets for non-PIC.
42688         [USE_AS_STRNCASECMP_L]: Likewise.
42689         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
42690         NO_TLS_DIRECT_SEG_REFS.
42691
42692 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
42693
42694         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
42695         O_CLOEXEC.
42696         * locale/loadlocale.c (_nl_load_locale): Likewise.
42697
42698 2011-11-15  Andreas Schwab  <schwab@redhat.com>
42699
42700         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
42701         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
42702         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
42703         (SYSCALL_GETTIME): Set errno on error.
42704
42705         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
42706         count references to noai6ai_cached.
42707
42708 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
42709
42710         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
42711
42712         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
42713         FD_CLOEXEC for /proc/self/maps.
42714
42715         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
42716         FD_CLOEXEC for /proc/meminfo.
42717
42718         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
42719         gai.conf.
42720
42721         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
42722         FD_CLOEXEC for given file.
42723
42724         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
42725
42726         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
42727         FD_CLOEXEC for /etc/hosts.
42728         (_gethtent): Likewise.
42729
42730         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
42731
42732         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
42733         cancellation and set FD_CLOEXEC for /etc/netgroup.
42734
42735         * nss/nss_files/files-key.c (search): Don't allow cancellation when
42736         reading /etc/publickey.
42737
42738         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
42739         allow cancellation when reading /etc/group.
42740
42741         * nss/nss_files/files-alias.c (internal_setent): Don't allow
42742         cancellation.
42743         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
42744
42745         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
42746         when using data file.
42747
42748         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
42749
42750         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
42751         (write_nis_obj): Use "c" and "e" in fopen.
42752
42753         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
42754
42755         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
42756
42757         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
42758
42759         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
42760
42761         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
42762         locale.alias.
42763
42764         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
42765
42766         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
42767
42768         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
42769
42770         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
42771         file parsing and set FD_CLOEXEC.
42772
42773 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
42774
42775         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
42776
42777 2011-11-14  Andreas Schwab  <schwab@redhat.com>
42778
42779         * malloc/arena.c (arena_get2): Don't call reused_arena when
42780         _int_new_arena failed.
42781
42782 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
42783
42784         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
42785         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
42786         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
42787         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
42788         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
42789         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
42790         to compile strcasecmp and strncasecmp.
42791         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
42792         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
42793
42794         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
42795
42796 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
42797
42798         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
42799         locale-defines.sym to gen-as-const-headers.
42800         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
42801         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
42802         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
42803         to compile strcasecmp and strncasecmp.
42804         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
42805         strcasecmp_l and strncasecmp_l.
42806         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
42807         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
42808         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
42809         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
42810         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
42811         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
42812         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
42813         * sysdeps/i386/i686/multiarch/strncase.S: New file.
42814         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
42815         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
42816         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
42817
42818 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
42819
42820         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
42821         result of SYSDEP_GETTIME_CPU to retval.
42822         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
42823         parameter list to macro.  Remove trailing semicolon.  Adjust users.
42824
42825         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
42826         variable.
42827
42828         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
42829         mantissa words.
42830         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
42831
42832         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
42833         from unused variable.
42834
42835         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
42836         DWARF definitions.
42837         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
42838         for assembling.
42839
42840         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
42841         over namespaces.
42842
42843         * sunrpc/rpc_prot.c (rejected): Fix case value.
42844
42845         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
42846         unsigned long long int to avoid warnings in shift.
42847
42848         * posix/regex_internal.c (re_string_reconstruct): Actually use result
42849         of use of trans.
42850         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
42851         variable tmp.
42852
42853         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
42854         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
42855         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
42856
42857         * nis/nis_table.c (nis_list): Use variable of correct type for
42858         result of __follow_path call.
42859
42860 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42861
42862         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
42863         of math functions ceil, trunc, floor, round, and sqrt, when
42864         avaliable on the platform.
42865         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
42866         name clash.
42867         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
42868         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
42869         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
42870
42871 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
42872
42873         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
42874         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
42875
42876 2011-11-11  Roland McGrath  <roland@hack.frob.com>
42877
42878         * include/unistd.h: Fix __readlink return type.
42879         Reported by Chris Metcalf <cmetcalf@tilera.com>.
42880
42881 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
42882
42883         * stdlib/ucontext.h: Undo last change for makecontext.
42884
42885 2011-11-11  Andreas Schwab  <schwab@redhat.com>
42886
42887         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
42888
42889         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
42890         * setjmp/setjmp.h: Mark functions as non-leaf.
42891         * setjmp/bits/setjmp2.h: Likewise.
42892         * stdlib/ucontext.h: Likewise.
42893
42894 2011-11-10  Andreas Schwab  <schwab@redhat.com>
42895
42896         * malloc/arena.c (_int_new_arena): Don't increment narenas.
42897         (reused_arena): Don't check arena limit.
42898         (arena_get2): Atomically check arena limit.
42899
42900 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
42901
42902         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
42903         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
42904
42905         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
42906         instructions.
42907
42908 2011-11-07  Andreas Schwab  <schwab@redhat.com>
42909
42910         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
42911         handler when locking.
42912
42913         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
42914         Fix size of allocated buffer.
42915
42916 2011-11-04  Andreas Schwab  <schwab@redhat.com>
42917
42918         [BZ #10103]
42919         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
42920         declarations for long double functions.
42921         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
42922
42923         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
42924
42925 2011-11-03  Andreas Schwab  <schwab@redhat.com>
42926
42927         * nscd/nscd.c (main): Don't start AVC thread until credentials are
42928         installed.
42929
42930         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
42931         is disabled.
42932
42933 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42934
42935         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
42936
42937 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
42938
42939         * include/alloca.h (stackinfo_alloca_round): Define.
42940         (extend_alloca): Use it.
42941         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
42942         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
42943         here.
42944
42945         * scripts/check-local-headers.sh: Ignore libaudit.h.
42946
42947         * nscd/Makefile (extra-objs): Make recursively expanded.
42948
42949 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
42950
42951         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
42952         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
42953
42954         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
42955         * posix/tst-rfc3484-2.c: Likewise.
42956         * posix/tst-rfc3484-3.c: Likewise.
42957
42958         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
42959         process_vm_writev.
42960         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
42961         process_vm_writev.
42962         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
42963         process_vm_writev from libc using GLIBC_2.15 version.
42964
42965         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
42966
42967 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
42968
42969         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
42970         stack usage.
42971
42972 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
42973
42974         [BZ #13367]
42975         * nss/getent.c (initgroups_keys): Show error message in case no group
42976         names are given.
42977
42978         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
42979         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
42980         __bump_nl_timestamp.
42981         * nscd/connections (nscd_init): When host database is served open
42982         netlink socket and request notification about configuration changes.
42983         (main_loop_poll): Track netlink file descriptor and bump timestamp
42984         in case data becomes available.
42985         (main_loop_epoll): Likewise.
42986         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
42987         (database_pers_head): Add extra_data fileds.
42988         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
42989         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
42990         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
42991         Adjust caller.
42992         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
42993         in6ai data, call __free_in6ai.
42994         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
42995         Add -DHAVE_NETLINK.
42996         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
42997         interface information.  Reuse previous data if netlink timestamp
42998         is not changed.
42999         (__bump_nl_timestamp): New function.
43000         (__free_in6ai): New function.
43001
43002 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
43003
43004         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
43005         close_not_cancel_no_status here.
43006         (__check_pf): Reorganize code a bit to not call close twice if OOM.
43007
43008 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
43009
43010         [BZ #13276]
43011         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
43012         return value.
43013
43014         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
43015         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
43016         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
43017
43018 2011-07-03  Andreas Jaeger  <aj@suse.de>
43019
43020         [BZ #10709]
43021         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
43022         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
43023         * math/libm-test.inc (sin_test): Add test case.
43024
43025 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
43026
43027         [BZ #13337]
43028         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
43029         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
43030
43031         * elf/chroot_canon.c (chroot_canon): Cleanups.
43032
43033         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
43034
43035         [BZ #13335]
43036         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
43037         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
43038
43039         * string/test-strchr.c: Make usable for strchrnul testing.
43040         * string/test-strchrnul.c: New file.
43041         * string/Makefile (strop-tests): Add strchrnul.
43042
43043         * po/it.po: Update from translation team.
43044         * po/es.po: Likewise.
43045
43046 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
43047
43048         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
43049         the three constants needed as parameters.  Drop the others.
43050         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
43051         __m128i_strloadu_tolower.
43052         Create and initialize variable zero and use it in all the places
43053         where _mm_setzero_si128 was used.
43054
43055         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
43056         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
43057         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
43058         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
43059         anymore.
43060         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
43061         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
43062         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
43063         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
43064         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
43065         __mpranred, __mptan.
43066         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
43067         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
43068         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
43069         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
43070         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
43071         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
43072         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
43073         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
43074         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
43075
43076 2011-10-28  Andreas Schwab  <schwab@redhat.com>
43077
43078         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
43079         redefine if SHARED.
43080         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
43081
43082         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
43083         wide char related routines to wcsmbs subdir.
43084
43085 2011-10-27  Andreas Schwab  <schwab@redhat.com>
43086
43087         [BZ #13344]
43088         * misc/sys/cdefs.h (__THROWNL): Define.
43089         * posix/unistd.h: Use __THREADNL instead of __THREAD
43090         for memory synchronization functions.
43091
43092 2011-10-26  Roland McGrath  <roland@hack.frob.com>
43093
43094         [BZ #13349]
43095         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
43096         doesn't exist.
43097         * manual/stdio.texi (Obstack Streams): Node removed.
43098
43099 2011-10-26  Andreas Schwab  <schwab@redhat.com>
43100
43101         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
43102         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
43103         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
43104
43105         * math/math_private.h (math_force_eval): Allow non-addressable
43106         arguments.
43107         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
43108
43109 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43110
43111         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
43112         file is not needed.
43113
43114         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
43115         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
43116         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43117         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43118         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43119         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43120         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43121         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
43122         Add AVX variants.
43123         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
43124         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
43125         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
43126         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
43127         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
43128         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
43129         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
43130         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
43131         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
43132         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
43133         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
43134         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
43135         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
43136         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
43137         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
43138         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
43139         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
43140         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
43141         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
43142
43143         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
43144         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
43145
43146         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
43147         place.  Use VEX encoding when compiling for AVX.
43148
43149 2011-10-25  Andreas Schwab  <schwab@redhat.com>
43150
43151         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
43152         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
43153
43154         * string/test-strchr.c (do_test): Don't generate NUL bytes.
43155
43156 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43157
43158         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
43159         useless if() expression.
43160         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
43161         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
43162         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
43163         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43164         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
43165         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
43166         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
43167         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
43168         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
43169         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43170         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
43171         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
43172         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
43173         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
43174         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
43175         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
43176         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
43177         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
43178         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
43179
43180         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
43181
43182 2011-10-25  Andreas Schwab  <schwab@redhat.com>
43183
43184         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
43185         condition.
43186         * elf/dl-fini.c (_dl_sort_fini): Likewise.
43187
43188 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43189
43190         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
43191         .text section.  Avoid duplicate constants.
43192         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
43193         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43194         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
43195         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43196         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43197         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43198         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43199         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43200         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
43201         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
43202         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
43203         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
43204         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
43205         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
43206         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
43207         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
43208         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
43209         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
43210         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
43211         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43212         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
43213         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
43214         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
43215         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
43216         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
43217         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
43218         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
43219         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
43220         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
43221         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
43222         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
43223         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
43224         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
43225         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
43226         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
43227         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
43228         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
43229         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
43230         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
43231         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
43232         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
43233         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
43234         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
43235         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
43236         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
43237
43238 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
43239
43240         * sysdeps/x86_64/dla.h: Move to ...
43241         * sysdeps/x86_64/fpu/dla.h: ...here.
43242         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
43243         situations.  Use __builtin_fma only for gcc 4.6 and up.
43244
43245         * config.make.in: Add have-mfma4 entry.
43246         * configure.in: Substitute libc_cv_cc_fma4.
43247         * math/Makefile (dbl-only-routines): Add sincostab.
43248         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
43249         Use __sincostab not sincos.
43250         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
43251         name is a macro.
43252         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43253         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43254         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43255         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
43256         using __copysign.
43257         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
43258         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
43259         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
43260         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
43261         and __inv.
43262         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
43263         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
43264         __copysign.
43265         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
43266         define aliases when function name is a macro.
43267         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
43268         sysdeps/ieee754/dbl-64/sincos.tbl.
43269         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
43270         fma4-enabled routines.
43271         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
43272         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
43273         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
43274         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
43275         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
43276         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
43277         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
43278         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
43279         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
43280         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
43281         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
43282         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
43283         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
43284         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
43285         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
43286         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
43287         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
43288         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
43289         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
43290         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
43291         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
43292         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
43293         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
43294         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
43295         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
43296         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
43297         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
43298         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
43299         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
43300         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
43301
43302         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
43303         rename.
43304         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43305         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43306         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43307         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43308         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43309         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43310         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43311         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43312
43313 2011-10-24  Andreas Schwab  <schwab@redhat.com>
43314
43315         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
43316
43317 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
43318
43319         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
43320
43321         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
43322         prediction.
43323         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
43324
43325         * string/strnlen.c: Don't define STRNLEN, reverse logic.
43326         Remove unused variable magic_bits.
43327         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
43328
43329         * string/strnlen.c: Define and use STRNLEN macro.
43330         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
43331         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
43332         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
43333         * wcsmbs/wcslen.c: Define and use WCSLEN.
43334         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
43335         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
43336         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
43337         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
43338         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
43339         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
43340         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
43341
43342 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43343
43344         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
43345         strnlen-sse2-no-bsf.
43346         Rename strlen-no-bsf to strlen-sse2-no-bsf.
43347         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
43348         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
43349         Add strnlen support.
43350         (USE_AS_STRNLEN): New macro.
43351         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
43352         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
43353         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
43354         * sysdeps/x86_64/wcslen.S: New file.
43355
43356 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
43357
43358         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43359         XMM-moves are used for copying on small sizes.
43360
43361 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43362
43363         * wcsmbs/Makefile (strop-tests): Add wcschr.
43364         * wcsmbs/test-wcschr.c: New file.
43365         * string/test-strchr.c: Update.
43366         Add wcschr support.
43367         (WIDE): New macro.
43368
43369 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43370
43371         * wcsmbs/Makefile (strop-tests): Add wcslen.
43372         * wcsmbs/test-wcslen.c: New file.
43373         * string/test-strlen.c: Update.
43374         Add wcslen support.
43375         (WIDE): New macro.
43376
43377 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
43378
43379         * po/it.po: Update from translation team.
43380
43381 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43382
43383         * sysdeps/x86_64/wcscmp.S: Update.
43384         Fix wrong comparison semantics.
43385         wcscmp shall use signed comparison not unsigned.
43386         Don't use substraction to avoid overflow bug.
43387         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
43388         * wcsmbc/wcscmp.c: Likewise.
43389         * string/test-strcmp.c: Likewise.
43390         Add new tests to check cases with negative values.
43391
43392 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
43393
43394         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
43395         * sysdeps/x86_64/dla.h: ...here.  New file.
43396         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
43397         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43398         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43399         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43400         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43401         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
43402         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43403         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43404         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43405
43406 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
43407
43408         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
43409         __ynl_finite aliases.
43410
43411 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
43412
43413         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43414
43415         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
43416         define DLA_FMA.
43417         [DLA_FMA] (EMULV): Use DLA_FMA.
43418         [DLA_FMA] (MUL12): Use EMULV.
43419         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
43420         that are not needed.
43421         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43422         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43423         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43424         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43425         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43426         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43427         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43428
43429 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
43430
43431         * math/s_nan.c: Undef __nan.
43432         * math/s_nanf.c: Undef __nanf.
43433         * math/s_nanl.c: Undef __nanl.
43434         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
43435         "math_private.h".
43436
43437 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
43438
43439         * math/s_catan.c: Add branch predictions.
43440         * math/s_catanf.c: Likewise.
43441         * math/s_catanh.c: Likewise.
43442         * math/s_catanhf.c: Likewise.
43443         * math/s_catanhl.c: Likewise.
43444         * math/s_catanl.c: Likewise.
43445         * math/s_cexp.c: Likewise.
43446         * math/s_cexpf.c: Likewise.
43447         * math/s_cexpl.c: Likewise.
43448         * math/s_clog.c: Likewise.
43449         * math/s_clog10.c: Likewise.
43450         * math/s_clog10f.c: Likewise.
43451         * math/s_clog10l.c: Likewise.
43452         * math/s_clogf.c: Likewise.
43453         * math/s_clogl.c: Likewise.
43454         * math/s_csqrt.c: Likewise.
43455         * math/s_csqrtf.c: Likewise.
43456         * math/s_csqrtl.c: Likewise.
43457         * math/s_ctanf.c: Likewise.
43458         * math/s_ctanh.c: Likewise.
43459         * math/s_ctanhf.c: Likewise.
43460         * math/s_ctanhl.c: Likewise.
43461         * math/s_ctanl.c: Likewise.
43462
43463         * math/math_private.h: Define __nan, __nanf, __nanl.
43464         * math/s_cacosh.c: Include <math_private.h>.
43465         * math/s_cacoshl.c: Likewise.
43466         * math/s_casinh.c: Likewise.
43467         * math/s_casinhf.c: Likewise.
43468         * math/s_casinhl.c: Likewise.
43469         * math/s_ccos.c: Rely entire on ccosh.
43470         * math/s_ccosf.c: Rely entire on ccoshf.
43471         * math/s_ccosl.c: Rely entirely on ccoshl.
43472         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
43473         Remove tests for FE_INVALID.
43474         * math/s_ccoshf.c: Likewise.
43475         * math/s_ccoshl.c: Likewise.
43476         * math/s_csin.c: Likewise.
43477         * math/s_csinf.c: Likewise.
43478         * math/s_csinh.c Likewise.
43479         * math/s_csinhf.c: Likewise.
43480         * math/s_csinhl.c: Likewise.
43481         * math/s_csinl.c: Likewise.
43482         * math/s_ctan.c: Likewise.
43483         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
43484         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
43485         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
43486
43487 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
43488
43489         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
43490         compilation problems.
43491
43492         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
43493         __builtin_expect.
43494
43495 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
43496
43497         * sysdeps/i386/configure.in: Test for -mfma4 option.
43498         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
43499         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
43500         COMMON_CPUID_INDEX_80000001.
43501         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
43502         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
43503         use it if FMA3 is not supported.
43504         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
43505
43506         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
43507         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
43508
43509 2011-10-20  Andreas Schwab  <schwab@redhat.com>
43510
43511         [BZ #12892]
43512         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
43513         it would create a cycle with a link time dependency.
43514
43515 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
43516
43517         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
43518         instruction.
43519         * string/Makefile (strop-tests): Add rawmemchr.
43520         * string/test-rawmemchr.c: New file.
43521
43522         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
43523         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
43524         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
43525         when compiling str{,n}casecmp and when AVX is available.  Hook up
43526         new optimized code in initializers.
43527
43528 2011-10-19  Andreas Schwab  <schwab@redhat.com>
43529
43530         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
43531         __feraiseexcept instead of feraiseexcept.
43532
43533 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
43534
43535         * math/math_private.h: Define defaults for libc_fetestexcept and
43536         libc_feupdateenv.
43537         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
43538         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
43539         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
43540         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
43541         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
43542         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
43543         libc_fetestexcept and libc_feupdateenv.
43544
43545         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
43546         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
43547         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
43548         * sysdeps/x86_64/fpu/math_private.h: Define special version of
43549         libc_feholdexcept_setround.
43550
43551         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
43552         Add s_nearbyint-c and s_nearbyintf-c.
43553         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
43554         nearbyintf inlines.
43555         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
43556         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
43557         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
43558         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
43559
43560         * math/math_private.h: Define defaults for libc_fegetround,
43561         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
43562         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
43563         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
43564         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
43565         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
43566         standard functions.
43567         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
43568         Remove comments and hacks for old compiler versions.
43569         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
43570         libc_fegetround, libc_fesetround, libc_feholdexcept, and
43571         libc_feholdexceptl.
43572
43573 2011-10-18  Andreas Schwab  <schwab@redhat.com>
43574
43575         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
43576         (__feraiseexcept_renamed): Add __NTH.
43577         (feraiseexcept): Add __NTH.  Rename local variables to fix
43578         namespace violations.
43579
43580 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
43581
43582         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
43583
43584         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
43585
43586         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
43587         recently added interfaces.
43588         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
43589
43590         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
43591         about macro parameter expansion.
43592
43593         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
43594         __NO_MATH_INLINES is defined.  Cleanups.
43595
43596         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
43597         and __floorf is target has SSE4.1.
43598         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
43599         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
43600         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
43601         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
43602
43603         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
43604         name.
43605         (floorf): Likewise.
43606
43607         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
43608
43609 2011-10-17  Andreas Schwab  <schwab@redhat.com>
43610
43611         * misc/sys/cdefs.h: Fix last change.
43612
43613         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
43614         database lookup.
43615
43616 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
43617
43618         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
43619
43620         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
43621         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43622         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
43623         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
43624         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
43625         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
43626         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
43627         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
43628         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
43629         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
43630         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
43631         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
43632         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
43633         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
43634         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
43635         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
43636         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
43637         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
43638         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
43639         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
43640         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
43641         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
43642
43643         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
43644         ceil, ceilf, floor, floorf.
43645
43646         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
43647         Perform IRELATIVE relocations last.
43648
43649         * elf/do-rel.h: Add another parameter nrelative, replacing the
43650         local variable with the same name.  Change name of the function
43651         to end in Rel or Rela (uppercase).
43652         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
43653         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
43654         elf_dynamic_do_##reloc function.
43655
43656 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
43657
43658         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
43659         is sufficient, at least on modern CPUs.
43660
43661         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
43662
43663         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
43664         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
43665
43666         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
43667         __expl_finite.
43668         * math/bits/math-finite.h: Add entries for exp.
43669         * math/e_expl.c: Add __*_finite alias.
43670         * sysdeps/i386/fpu/e_exp.S: Likewise.
43671         * sysdeps/i386/fpu/e_expf.S: Likewise.
43672         * sysdeps/i386/fpu/e_expl.c: Likewise.
43673         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43674         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
43675         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
43676         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
43677         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
43678         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
43679         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
43680
43681         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
43682         is sufficient, at least on modern CPUs.
43683
43684         * ctype/ctype-info.c (__ctype_init): Define.
43685         * include/ctype.h (__ctype_init): Declare.
43686         (__ctype_b_loc): The variable is always initialized.
43687         (__ctype_toupper_loc): Likewise.
43688         (__ctype_tolower_loc): Likewise.
43689         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
43690         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
43691
43692 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
43693
43694         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
43695
43696         * configure.in: Also look in $cxxmachine/include for C++ system
43697         headers.
43698
43699 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43700
43701         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
43702         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
43703         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
43704         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
43705         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
43706         (USE_AS_WMEMCMP): New macro.
43707         Fixing indents.
43708         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
43709         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
43710         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
43711         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
43712         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
43713         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
43714         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
43715         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
43716         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
43717         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
43718         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
43719         (USE_AS_WMEMCMP): New macro.
43720         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
43721         * sysdeps/string/test-memcmp.c: Update.
43722         Fix simple_wmemcmp.
43723         Add new tests.
43724         * wcsmbs/wmemcmp.c: Update.
43725         (WMEMCMP): New macro.
43726         Fix overflow bug.
43727
43728 2011-10-12  Andreas Jaeger  <aj@suse.de>
43729
43730         [BZ #13268]
43731         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
43732
43733 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
43734
43735         * libio/iofwide.c (do_length): Avoid warning.
43736
43737         * ctype/ctype.h (__isctype_f): Add missing __THROW.
43738
43739 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
43740
43741         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
43742
43743         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
43744         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
43745         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
43746         * sysdeps/i386/i686/fpu/e_log.S: New file.
43747         * sysdeps/i386/i686/fpu/e_logf.S: New file.
43748         * sysdeps/i386/i686/fpu/e_logl.S: New file.
43749
43750         * ctype/ctype.h: Add support for inlined isXXX functions when
43751         compiling C++ code.
43752
43753 2011-10-14  Andreas Schwab  <schwab@redhat.com>
43754
43755         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43756
43757         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
43758
43759 2011-10-13  Roland McGrath  <roland@hack.frob.com>
43760
43761         [BZ #13291]
43762         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
43763
43764 2011-10-13  Andreas Schwab  <schwab@redhat.com>
43765
43766         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
43767         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
43768         feraiseexcept.
43769
43770         * sysdeps/x86_64/memrchr.S: Check for zero size.
43771
43772         * string/stratcliff.c: Add memrchr tests.
43773
43774 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43775
43776         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
43777         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
43778         rawmemchr-sse2 rawmemchr-sse2-bsf.
43779         * sysdeps/i386/i686/multiarch/memchr.S: New file.
43780         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
43781         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
43782         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
43783         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
43784         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
43785         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
43786         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
43787         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
43788         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
43789         * string/memrchr.c (MEMRCHR): New macro.
43790
43791 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
43792
43793         Add integration with gcc's -ffinite-math-only and optimize wrapper
43794         functions in libm.
43795         * Versions.def: Define GLIBC_2.15 version for libm.
43796         * math/Makefile (headers): Add bits/math-finite.h.
43797         * math/bits/math-finite.h: New file.
43798         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
43799         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
43800         * math/e_acoshl.c: Add __*_finite alias.
43801         * math/e_acosl.c: Likewise.
43802         * math/e_asinl.c: Likewise.
43803         * math/e_atan2l.c: Likewise.
43804         * math/e_atanhl.c: Likewise.
43805         * math/e_coshl.c: Likewise.
43806         * math/e_exp10.c: Likewise.
43807         * math/e_exp10f.c: Likewise.
43808         * math/e_exp10l.c: Likewise.
43809         * math/e_exp2l.c: Likewise.
43810         * math/e_fmodl.c: Likewise.
43811         * math/e_gammal_r.c: Likewise.
43812         * math/e_hypotl.c: Likewise.
43813         * math/e_j0l.c: Likewise.
43814         * math/e_j1l.c: Likewise.
43815         * math/e_jnl.c: Likewise.
43816         * math/e_lgammal_r.c: Likewise.
43817         * math/e_log10l.c: Likewise.
43818         * math/e_log2l.c: Likewise.
43819         * math/e_logl.c: Likewise.
43820         * math/e_powl.c: Likewise.
43821         * math/e_sinhl.c: Likewise.
43822         * math/e_sqrtl.c: Likewise.
43823         * math/e_scalb.c: Completely rewritten and optimized.
43824         * math/e_scalbf.c: Likewise.
43825         * math/e_scalbl.c: Likewise.
43826         * math/w_acos.c: Likewise.
43827         * math/w_acosf.c: Likewise.
43828         * math/w_acosl.c: Likewise.
43829         * math/w_acosh.c: Likewise.
43830         * math/w_acoshf.c: Likewise.
43831         * math/w_acoshl.c: Likewise.
43832         * math/w_asin.c: Likewise.
43833         * math/w_asinf.c: Likewise.
43834         * math/w_asinl.c: Likewise.
43835         * math/w_atan2.c: Likewise.
43836         * math/w_atan2f.c: Likewise.
43837         * math/w_atan2l.c: Likewise.
43838         * math/w_atanh.c: Likewise.
43839         * math/w_atanhf.c: Likewise.
43840         * math/w_atanhl.c: Likewise.
43841         * math/w_exp10.c: Likewise.
43842         * math/w_exp10f.c: Likewise.
43843         * math/w_exp10l.c: Likewise.
43844         * math/w_fmod.c: Likewise.
43845         * math/w_fmodf.c: Likewise.
43846         * math/w_fmodl.c: Likewise.
43847         * math/w_j0.c: Likewise.
43848         * math/w_j0f.c: Likewise.
43849         * math/w_j0l.c: Likewise.
43850         * math/w_j1.c: Likewise.
43851         * math/w_j1f.c: Likewise.
43852         * math/w_j1l.c: Likewise.
43853         * math/w_jn.c: Likewise.
43854         * math/w_jnf.c: Likewise.
43855         * math/w_log.c: Likewise.
43856         * math/w_logf.c: Likewise.
43857         * math/w_logl.c: Likewise.
43858         * math/w_log10.c: Likewise.
43859         * math/w_log10f.c: Likewise.
43860         * math/w_log10l.c: Likewise.
43861         * math/w_log2.c: Likewise.
43862         * math/w_log2f.c: Likewise.
43863         * math/w_log2l.c: Likewise.
43864         * math/w_pow.c: Likewise.
43865         * math/w_powf.c: Likewise.
43866         * math/w_powl.c: Likewise.
43867         * math/w_remainder.c: Likewise.
43868         * math/w_remainderf.c: Likewise.
43869         * math/w_remainderl.c: Likewise.
43870         * math/w_scalb.c: Likewise.
43871         * math/w_scalbf.c: Likewise.
43872         * math/w_scalbl.c: Likewise.
43873         * math/w_sqrt.c: Likewise.
43874         * math/w_sqrtf.c: Likewise.
43875         * math/w_sqrtl.c: Likewise.
43876         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
43877         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
43878         used.
43879         * math/math_private.h: Declare __kernel_standard_f.
43880         * math/w_cosh.c: Remove cruft and optimize a bit.
43881         * math/w_coshf.c: Likewise.
43882         * math/w_coshl.c: Likewise.
43883         * math/w_exp2.c: Likewise.
43884         * math/w_exp2f.c: Likewise.
43885         * math/w_exp2l.c: Likewise.
43886         * math/w_hypot.c: Likewise.
43887         * math/w_hypotf.c: Likewise.
43888         * math/w_hypotl.c: Likewise.
43889         * math/w_lgamma.c: Likewise.
43890         * math/w_lgamma_r.c: Likewise.
43891         * math/w_lgammaf.c: Likewise.
43892         * math/w_lgammaf_r.c: Likewise.
43893         * math/w_lgammal.c: Likewise.
43894         * math/w_lgammal_r.c: Likewise.
43895         * math/w_sinh.c: Likewise.
43896         * math/w_sinhf.c: Likewise.
43897         * math/w_sinhl.c: Likewise.
43898         * math/w_tgamma.c: Likewise.
43899         * math/w_tgammaf.c: Likewise.
43900         * math/w_tgammal.c: Likewise.
43901         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
43902         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43903         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
43904         Minor optimizations.  Pretty printing.  Remove cruft.
43905         * sysdeps/i386/fpu/e_acosf.S: Likewise.
43906         * sysdeps/i386/fpu/e_acosh.S: Likewise.
43907         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
43908         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
43909         * sysdeps/i386/fpu/e_acosl.c: Likewise.
43910         * sysdeps/i386/fpu/e_asin.S: Likewise.
43911         * sysdeps/i386/fpu/e_asinf.S: Likewise.
43912         * sysdeps/i386/fpu/e_atan2.S: Likewise.
43913         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
43914         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
43915         * sysdeps/i386/fpu/e_atanh.S: Likewise.
43916         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
43917         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
43918         * sysdeps/i386/fpu/e_exp10.S: Likewise.
43919         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
43920         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
43921         * sysdeps/i386/fpu/e_exp2.S: Likewise.
43922         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
43923         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
43924         * sysdeps/i386/fpu/e_fmod.S: Likewise.
43925         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
43926         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
43927         * sysdeps/i386/fpu/e_hypot.S: Likewise.
43928         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
43929         * sysdeps/i386/fpu/e_log.S: Likewise.
43930         * sysdeps/i386/fpu/e_log10.S: Likewise.
43931         * sysdeps/i386/fpu/e_log10f.S: Likewise.
43932         * sysdeps/i386/fpu/e_log10l.S: Likewise.
43933         * sysdeps/i386/fpu/e_log2.S: Likewise.
43934         * sysdeps/i386/fpu/e_log2f.S: Likewise.
43935         * sysdeps/i386/fpu/e_log2l.S: Likewise.
43936         * sysdeps/i386/fpu/e_logf.S: Likewise.
43937         * sysdeps/i386/fpu/e_logl.S: Likewise.
43938         * sysdeps/i386/fpu/e_pow.S: Likewise.
43939         * sysdeps/i386/fpu/e_powf.S: Likewise.
43940         * sysdeps/i386/fpu/e_powl.S: Likewise.
43941         * sysdeps/i386/fpu/e_remainder.S: Likewise.
43942         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
43943         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
43944         * sysdeps/i386/fpu/e_scalb.S: Likewise.
43945         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
43946         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
43947         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
43948         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
43949         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
43950         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
43951         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
43952         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43953         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
43954         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
43955         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
43956         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
43957         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
43958         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
43959         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
43960         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
43961         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
43962         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43963         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
43964         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
43965         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43966         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
43967         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
43968         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
43969         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43970         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
43971         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
43972         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
43973         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
43974         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
43975         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
43976         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
43977         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
43978         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
43979         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
43980         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
43981         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
43982         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
43983         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
43984         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
43985         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
43986         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
43987         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
43988         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
43989         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
43990         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
43991         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
43992         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
43993         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
43994         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
43995         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
43996         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
43997         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
43998         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
43999         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
44000         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44001         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44002         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44003         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44004         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44005         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44006         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44007         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44008         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44009         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44010         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44011         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44012         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44013         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44014         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44015         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44016         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44017         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44018         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
44019         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44020         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44021         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44022         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44023         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44024         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44025         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44026         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
44027         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44028         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44029         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44030         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44031         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44032         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
44033         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44034         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44035         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44036         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44037         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44038         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44039         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44040         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44041         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44042         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44043         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
44044         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44045         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44046         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44047         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
44048         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
44049         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
44050         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
44051         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
44052         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
44053         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
44054         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
44055         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
44056         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
44057         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
44058         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
44059         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
44060         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
44061         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
44062         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
44063         (__isnanf): Likewise.
44064         (__isinf_ns): Likewise.
44065         (__isinf_nsf): Likewise.
44066         (__finite): Likewise.
44067         (__finitef): Likewise.
44068         (__ieee754_sqrt): Define as macro.
44069         (__ieee754_sqrtf): Define as macro.
44070         (__ieee754_sqrtl): Define as macro.
44071         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
44072         inlined copy.
44073         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
44074         __FINITE_MATH_ONLY__ consistent.
44075         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
44076
44077 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
44078
44079         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
44080         of rawmemchr.
44081
44082         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
44083
44084 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
44085
44086         * po/ja.po: Update from translation team.
44087
44088 2011-10-08  Roland McGrath  <roland@hack.frob.com>
44089
44090         * locale/programs/locarchive.c (prepare_address_space): New function.
44091         (create_archive, enlarge_archive, open_archive): Use it.
44092
44093         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
44094         inside [SHARED], where it is used.
44095
44096         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
44097
44098         * nss/getent.c (netgroup_keys): Remove unused variable.
44099         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44100
44101 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
44102
44103         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
44104         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
44105         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
44106         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
44107         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
44108         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
44109         * math/Makefile (libm-calls): Add s_isinf_ns.
44110         * math/divtc3.c: Use __isinf_nsl instead of isinf.
44111         * math/multc3.c: Likewise.
44112         * math/s_casin.c: Likewise.
44113         * math/s_casinf.c: Likewise.
44114         * math/s_casinl.c: Likewise.
44115         * math/s_ccos.c: Likewise.
44116         * math/s_ccosf.c: Likewise.
44117         * math/s_ccosl.c: Likewise.
44118         * math/s_ctan.c: Likewise.
44119         * math/s_ctanf.c: Likewise.
44120         * math/s_ctanh.c: Likewise.
44121         * math/s_ctanhf.c: Likewise.
44122         * math/s_ctanhl.c: Likewise.
44123         * math/s_ctanl.c: Likewise.
44124         * math/w_fmod.c: Likewise.
44125         * math/w_fmodf.c: Likewise.
44126         * math/w_fmodl.c: Likewise.
44127         * math/w_remainder.c: Likewise.
44128         * math/w_remainderf.c: Likewise.
44129         * math/w_remainderl.c: Likewise.
44130         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
44131         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
44132         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
44133         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
44134         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
44135         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
44136         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
44137         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
44138
44139         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
44140         of the number.
44141         * stdio-common/printf_fphex.c: Likewise.
44142         * stdio-common/printf_size.c: Likewise.
44143
44144         * math/e_exp10.c: Include math_private.h using <...> not "...".
44145         * math/e_exp10f.c: Likewise.
44146         * math/e_exp10l.c: Likewise.
44147         * math/e_exp2l.c: Likewise.
44148         * math/e_j0l.c: Likewise.
44149         * math/e_j1l.c: Likewise.
44150         * math/e_jnl.c: Likewise.
44151         * math/e_lgammal_r.c: Likewise.
44152         * math/e_rem_pio2l.c: Likewise.
44153         * math/e_scalb.c: Likewise.
44154         * math/e_scalbf.c: Likewise.
44155         * math/e_scalbl.c: Likewise.
44156         * math/k_cosl.c: Likewise.
44157         * math/k_sinl.c: Likewise.
44158         * math/k_tanl.c: Likewise.
44159         * math/s_cacoshf.c: Likewise.
44160         * math/s_catan.c: Likewise.
44161         * math/s_catanf.c: Likewise.
44162         * math/s_catanh.c: Likewise.
44163         * math/s_catanhf.c: Likewise.
44164         * math/s_catanhl.c: Likewise.
44165         * math/s_catanl.c: Likewise.
44166         * math/s_ccosh.c: Likewise.
44167         * math/s_ccoshf.c: Likewise.
44168         * math/s_ccoshl.c: Likewise.
44169         * math/s_cexp.c: Likewise.
44170         * math/s_cexpf.c: Likewise.
44171         * math/s_cexpl.c: Likewise.
44172         * math/s_clog.c: Likewise.
44173         * math/s_clog10.c: Likewise.
44174         * math/s_clog10f.c: Likewise.
44175         * math/s_clog10l.c: Likewise.
44176         * math/s_clogf.c: Likewise.
44177         * math/s_clogl.c: Likewise.
44178         * math/s_csin.c: Likewise.
44179         * math/s_csinf.c: Likewise.
44180         * math/s_csinh.c: Likewise.
44181         * math/s_csinhf.c: Likewise.
44182         * math/s_csinhl.c: Likewise.
44183         * math/s_csinl.c: Likewise.
44184         * math/s_csqrt.c: Likewise.
44185         * math/s_csqrtf.c: Likewise.
44186         * math/s_csqrtl.c: Likewise.
44187         * math/s_ctan.c: Likewise.
44188         * math/s_ctanf.c: Likewise.
44189         * math/s_ctanh.c: Likewise.
44190         * math/s_ctanhf.c: Likewise.
44191         * math/s_ctanhl.c: Likewise.
44192         * math/s_ctanl.c: Likewise.
44193         * math/s_ldexp.c: Likewise.
44194         * math/s_ldexpf.c: Likewise.
44195         * math/s_ldexpl.c: Likewise.
44196         * math/s_significand.c: Likewise.
44197         * math/s_significandf.c: Likewise.
44198         * math/s_significandl.c: Likewise.
44199         * math/w_acos.c: Likewise.
44200         * math/w_acosf.c: Likewise.
44201         * math/w_acosh.c: Likewise.
44202         * math/w_acoshf.c: Likewise.
44203         * math/w_acoshl.c: Likewise.
44204         * math/w_acosl.c: Likewise.
44205         * math/w_asin.c: Likewise.
44206         * math/w_asinf.c: Likewise.
44207         * math/w_asinl.c: Likewise.
44208         * math/w_atan2.c: Likewise.
44209         * math/w_atan2f.c: Likewise.
44210         * math/w_atan2l.c: Likewise.
44211         * math/w_atanh.c: Likewise.
44212         * math/w_atanhf.c: Likewise.
44213         * math/w_atanhl.c: Likewise.
44214         * math/w_cosh.c: Likewise.
44215         * math/w_coshf.c: Likewise.
44216         * math/w_coshl.c: Likewise.
44217         * math/w_dremf.c: Likewise.
44218         * math/w_exp10.c: Likewise.
44219         * math/w_exp10f.c: Likewise.
44220         * math/w_exp10l.c: Likewise.
44221         * math/w_exp2.c: Likewise.
44222         * math/w_exp2f.c: Likewise.
44223         * math/w_fmod.c: Likewise.
44224         * math/w_fmodf.c: Likewise.
44225         * math/w_fmodl.c: Likewise.
44226         * math/w_hypot.c: Likewise.
44227         * math/w_hypotf.c: Likewise.
44228         * math/w_hypotl.c: Likewise.
44229         * math/w_j0.c: Likewise.
44230         * math/w_j0f.c: Likewise.
44231         * math/w_j0l.c: Likewise.
44232         * math/w_j1.c: Likewise.
44233         * math/w_j1f.c: Likewise.
44234         * math/w_j1l.c: Likewise.
44235         * math/w_jn.c: Likewise.
44236         * math/w_jnf.c: Likewise.
44237         * math/w_jnl.c: Likewise.
44238         * math/w_lgamma.c: Likewise.
44239         * math/w_lgamma_r.c: Likewise.
44240         * math/w_lgammaf.c: Likewise.
44241         * math/w_lgammaf_r.c: Likewise.
44242         * math/w_lgammal.c: Likewise.
44243         * math/w_lgammal_r.c: Likewise.
44244         * math/w_log.c: Likewise.
44245         * math/w_log10.c: Likewise.
44246         * math/w_log10f.c: Likewise.
44247         * math/w_log10l.c: Likewise.
44248         * math/w_log2.c: Likewise.
44249         * math/w_log2f.c: Likewise.
44250         * math/w_log2l.c: Likewise.
44251         * math/w_logf.c: Likewise.
44252         * math/w_logl.c: Likewise.
44253         * math/w_pow.c: Likewise.
44254         * math/w_powf.c: Likewise.
44255         * math/w_powl.c: Likewise.
44256         * math/w_remainder.c: Likewise.
44257         * math/w_remainderf.c: Likewise.
44258         * math/w_remainderl.c: Likewise.
44259         * math/w_scalb.c: Likewise.
44260         * math/w_scalbf.c: Likewise.
44261         * math/w_scalbl.c: Likewise.
44262         * math/w_sinh.c: Likewise.
44263         * math/w_sinhf.c: Likewise.
44264         * math/w_sinhl.c: Likewise.
44265         * math/w_sqrt.c: Likewise.
44266         * math/w_sqrtf.c: Likewise.
44267         * math/w_sqrtl.c: Likewise.
44268         * math/w_tgamma.c: Likewise.
44269         * math/w_tgammaf.c: Likewise.
44270         * math/w_tgammal.c: Likewise.
44271
44272         * po/ja.po: Update from translation team.
44273
44274 2011-09-29  Andreas Jaeger  <aj@suse.de>
44275
44276         [BZ #13179]
44277         * sunrpc/netname.c (netname2host): Fix logic.
44278
44279         [BZ #6779]
44280         [BZ #6783]
44281         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
44282         correctly.
44283         * math/w_remainder.c (__remainder): Likewise.
44284         * math/w_remainderf.c (__remainderf): Likewise.
44285         * math/libm-test.inc (remainder_test): Add test cases.
44286
44287 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44288
44289         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
44290         sdiv_qrnnd.
44291
44292 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
44293
44294         * string/test-memcmp.c: Avoid unncessary #defines.
44295         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
44296
44297 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44298
44299         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
44300         Use new sse2 version for core i3 - i7 as it's faster
44301         than sse42 version.
44302         (bit_Prefer_PMINUB_for_stringop): New.
44303         * sysdeps/x86_64/rawmemchr.S: Update.
44304         Replace with faster SSE2 version.
44305         * sysdeps/x86_64/memrchr.S: New file.
44306         * sysdeps/x86_64/memchr.S: Update.
44307         Replace with faster SSE2 version.
44308
44309 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
44310
44311         * elf/dl-load.c (lose): Add cast to avoid warning.
44312
44313 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
44314
44315         * po/ca.po: Update from translation team.
44316
44317         * inet/getnetgrent_r.c: Hook up nscd.
44318         * nscd/Makefile (routines): Add nscd_netgroup.
44319         (nscd-modules): Add netgroupcache.
44320         (CFLAGS-netgroupcache.c): Define.
44321         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
44322         (cache_search): Add const to second parameter.
44323         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
44324         INNETGR.
44325         (dbs): Add netgrdb entry.
44326         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
44327         (verify_persistent_db): Handle netgrdb.
44328         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
44329         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
44330         GETFDNETGR.
44331         (netgroup_response_header): Define.
44332         (innetgroup_response_header): Define.
44333         (datahead): Add netgroup_response_header and innetgroup_response_header
44334         elements.
44335         * nscd/nscd.conf: Add entries for netgroup cache.
44336         * nscd/nscd.h (dbtype): Add netgrdb.
44337         (_PATH_NSCD_NETGROUP_DB): Define.
44338         (netgroup_iov_disabled): Declare.
44339         (xmalloc, xcalloc, xrealloc): Move declarations here.
44340         (cache_search): Adjust prototype.
44341         Add netgroup-related prototypes.
44342         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
44343         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
44344         (__nscd_innetgr): Declare.
44345         * nscd/selinux.c (perms): Use access_vector_t as element type and
44346         add netgroup-related initializers.
44347         * nscd/netgroupcache.c: New file.
44348         * nscd/nscd_netgroup.c: New file.
44349         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
44350         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
44351         For four parameters use innetgr.
44352         * nss/nss_files/files-init.c: Add definition and callback for netgr.
44353         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
44354         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
44355         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
44356
44357         * nscd/connections.c (register_traced_file): Don't register file
44358         for disabled databases.
44359
44360 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
44361
44362         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
44363
44364         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
44365         from tree and freeing node.
44366
44367 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
44368
44369         * nss/nsswitch.c (__nss_database_lookup): Handle
44370         nss_parse_service_list out of memory case.
44371
44372 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
44373
44374         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
44375         out of memory case.
44376
44377 2011-10-04  Andreas Schwab  <schwab@redhat.com>
44378
44379         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
44380         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
44381         pass it down.
44382         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
44383         elf_machine_rela, elf_machine_lazy_rel.
44384         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
44385         (ELF_DYNAMIC_DO_REL): Likewise.
44386         (ELF_DYNAMIC_DO_RELA): Likewise.
44387         (ELF_DYNAMIC_RELOCATE): Likewise.
44388         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
44389         to ELF_DYNAMIC_DO_REL.
44390         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
44391         (dl_main): In trace mode always set __RTLD_NOIFUNC.
44392         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
44393         elf_machine_rela.
44394         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
44395         skip_ifunc, don't call ifunc function if non-zero.
44396         (elf_machine_rela): Likewise.
44397         (elf_machine_lazy_rel): Likewise.
44398         (elf_machine_lazy_rela): Likewise.
44399         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
44400         (elf_machine_lazy_rel): Likewise.
44401         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
44402         Likewise.
44403         (elf_machine_lazy_rel): Likewise.
44404         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
44405         Likewise.
44406         (elf_machine_lazy_rel): Likewise.
44407         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
44408         (elf_machine_lazy_rel): Likewise.
44409         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
44410         (elf_machine_lazy_rel): Likewise.
44411         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
44412         (elf_machine_lazy_rel): Likewise.
44413         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
44414         (elf_machine_lazy_rel): Likewise.
44415         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
44416         (elf_machine_lazy_rel): Likewise.
44417         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
44418         (elf_machine_lazy_rel): Likewise.
44419
44420 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
44421
44422         * nss/nss_files/files-init.c (_nss_files_init): Use static
44423         initialization for all the *_traced_file variables.
44424
44425 2011-09-28  Andreas Schwab  <schwab@redhat.com>
44426
44427         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44428
44429 2011-09-27  Roland McGrath  <roland@hack.frob.com>
44430
44431         [BZ #13226]
44432         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
44433
44434 2011-09-27  Andreas Schwab  <schwab@redhat.com>
44435
44436         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44437         Reread the line before reparsing it.
44438
44439 2011-09-26  Andreas Schwab  <schwab@redhat.com>
44440
44441         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
44442
44443 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
44444             Maxim Kuvyrkov  <maxim@codesourcery.com>
44445             Joseph Myers  <joseph@codesourcery.com>
44446
44447         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
44448         if needed for __stack_chk_guard.
44449
44450 2011-09-19  Roland McGrath  <roland@hack.frob.com>
44451
44452         * sysdeps/posix/spawni.c (script_execute): Always define it.
44453         It will be optimized away if unused.
44454         (maybe_script_execute): New function.
44455         (__spawni): Call it.
44456
44457         * Makerules: Don't include tls.make.
44458         (config-tls): Always set to thread.
44459         * tls.make.c: File removed.
44460
44461 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
44462
44463         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
44464         * config.make.in (CPPFLAGS-config): New substituted variable.
44465
44466 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
44467
44468         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
44469
44470         [BZ #13192]
44471         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
44472         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
44473
44474 2011-09-15  Roland McGrath  <roland@hack.frob.com>
44475
44476         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
44477         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
44478         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
44479         (CALL_FAIL): Likewise.
44480         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
44481         (CALL_FAIL): Macro removed.
44482         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
44483
44484 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
44485
44486         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
44487         for __FINITE_MATH_ONLY__ == 1.
44488
44489 2011-09-15  Andreas Schwab  <schwab@redhat.com>
44490
44491         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
44492         __ieee754_sqrt instead of sqrt.
44493         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
44494         __ieee754_sqrtf instead of sqrtf.
44495         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
44496         __floorf instead of floorf.
44497         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
44498         __floorf, __truncf instead of floorf, truncf.
44499
44500 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
44501
44502         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
44503
44504         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
44505         __extern_always_inline.
44506         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
44507         32-bit.
44508
44509 2011-09-14  Andreas Schwab  <schwab@redhat.com>
44510
44511         * elf/rtld.c (dl_main): Also relocate in dependency order when
44512         doing symbol dependency testing.
44513
44514 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
44515
44516         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
44517         Always define `refsym'.
44518
44519 2011-09-13  Andreas Schwab  <schwab@redhat.com>
44520
44521         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
44522         (__FD_ELT): Renamed from __FDELT.
44523         * misc/bits/select2.h (__FD_ELT): Likewise.
44524         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
44525         __FD_MASK instead of __FDELT, __FDMASK.
44526         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
44527         Likewise.
44528         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
44529         Likewise.
44530
44531         * elf/Makefile (gen-ldd): Fix pattern.
44532
44533         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
44534         (init_tls): Likewise.
44535
44536 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
44537
44538         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
44539
44540 2011-09-12  Andreas Schwab  <schwab@redhat.com>
44541
44542         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
44543         `struct cmsghdr *' instead of `void *'.
44544         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
44545         Likewise.
44546
44547 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
44548
44549         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
44550         if non-absolute.
44551         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
44552         ldd_rewrite_script.
44553
44554 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
44555
44556         * configure.in: Remove --with-tls option.
44557         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
44558         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
44559         out in case it is missing.
44560         * sysdeps/ia64/elf/configure.in: Likewise.
44561         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
44562         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
44563         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
44564         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
44565         * sysdeps/sh/elf/configure.in: Likewise.
44566         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
44567         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
44568         * sysdeps/x86_64/elf/configure.in: Likewise.
44569         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
44570         * sysdeps/mach/hurd/tls.h: Likewise.
44571
44572         [BZ #13067]
44573         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
44574
44575         [BZ #13090]
44576         * configure.in: Fix use of AC_INIT.
44577
44578         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
44579
44580 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
44581
44582         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
44583         __set_errno.
44584         * malloc/hooks.c: Likewise.
44585
44586         [BZ #11929]
44587         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
44588         variables statically.
44589         (narenas): Initialize.
44590         (list_lock): Initialize.
44591         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
44592         initializtion of main_arena and list_lock.  Small cleanups.
44593         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
44594         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
44595         Add initializers to main_arena and mp_.
44596         (malloc_state): Remove pagesize member.  Change all users to use
44597         GLRO(dl_pagesize).
44598
44599         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
44600         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
44601         is always initialized.
44602
44603         * malloc/malloc.c: Removed unused configurations and dead code.
44604         * malloc/arena.c: Likewise.
44605         * malloc/hooks.c: Likewise.
44606         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
44607
44608         * include/tls.h: Removed.  USE___THREAD must always be defined.
44609         * bits/libc-tsd.h: Don't handle !USE___THREAD.
44610         * elf/dl-libc.c: Likewise.
44611         * elf/dl-tsd.c: Likewise.
44612         * include/errno.h: Likewise.
44613         * include/netdb.h: Likewise.
44614         * include/resolv.h: Likewise.
44615         * inet/herrno-loc.c: Likewise.
44616         * inet/herrno.c: Likewise.
44617         * malloc/arena.c: Likewise.
44618         * malloc/hooks.c: Likewise.
44619         * malloc/malloc.c: Likewise.
44620         * resolv/res-state.c: Likewise.
44621         * resolv/res_libc.c: Likewise.
44622         * sysdeps/i386/dl-machine.h: Likewise.
44623         * sysdeps/ia64/dl-machine.h: Likewise.
44624         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
44625         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
44626         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
44627         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
44628         * sysdeps/sh/dl-machine.h: Likewise.
44629         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
44630         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
44631         * sysdeps/unix/i386/sysdep.S: Likewise.
44632         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
44633         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
44634         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
44635         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
44636         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
44637         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
44638         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
44639         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
44640         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44641         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
44642         * sysdeps/unix/x86_64/sysdep.S: Likewise.
44643         * sysdeps/x86_64/dl-machine.h: Likewise.
44644         * tls.make.c: Likewise.
44645
44646         * configure.in: Remove --with-__thread option.  Make tests for
44647         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
44648         tls_model attribute fail if no support is available.  Remove
44649         USE_IN_LIBIO.
44650         * Makeconfig: Adjust for dropped configure option.  All features are
44651         now mandatory.
44652         * Makerules: Likewise.
44653         * Versions.def: Likewise.
44654         * argp/argp-fmtstream.c: Likewise.
44655         * argp/argp-fmtstream.h: Likewise.
44656         * argp/argp-help.c: Likewise.
44657         * assert/assert.c: Likewise.
44658         * config.h.in: Likewise.
44659         * config.make.in: Likewise.
44660         * configure: Likewise.
44661         * configure.in: Likewise.
44662         * csu/Versions: Likewise.
44663         * csu/init.c: Likewise.
44664         * elf/tst-audit2.c: Likewise.
44665         * elf/tst-tls10.c: Likewise.
44666         * elf/tst-tls10.h: Likewise.
44667         * elf/tst-tls11.c: Likewise.
44668         * elf/tst-tls12.c: Likewise.
44669         * elf/tst-tls14.c: Likewise.
44670         * elf/tst-tlsmod11.c: Likewise.
44671         * elf/tst-tlsmod12.c: Likewise.
44672         * elf/tst-tlsmod13.c: Likewise.
44673         * elf/tst-tlsmod13a.c: Likewise.
44674         * elf/tst-tlsmod14a.c: Likewise.
44675         * elf/tst-tlsmod15b.c: Likewise.
44676         * elf/tst-tlsmod16a.c: Likewise.
44677         * elf/tst-tlsmod16b.c: Likewise.
44678         * elf/tst-tlsmod7.c: Likewise.
44679         * elf/tst-tlsmod8.c: Likewise.
44680         * elf/tst-tlsmod9.c: Likewise.
44681         * gmon/gmon.c: Likewise.
44682         * grp/fgetgrent_r.c: Likewise.
44683         * grp/putgrent.c: Likewise.
44684         * hurd/fopenport.c: Likewise.
44685         * include/libc-symbols.h: Likewise.
44686         * include/tls.h: Likewise.
44687         * intl/gettextP.h: Likewise.
44688         * intl/loadinfo.h: Likewise.
44689         * locale/global-locale.c: Likewise.
44690         * locale/localeinfo.h: Likewise.
44691         * mach/devstream.c: Likewise.
44692         * malloc/arena.c: Likewise.
44693         * malloc/set-freeres.c: Likewise.
44694         * misc/err.c: Likewise.
44695         * misc/getttyent.c: Likewise.
44696         * misc/mntent_r.c: Likewise.
44697         * posix/getopt.c: Likewise.
44698         * posix/wordexp.c: Likewise.
44699         * pwd/fgetpwent_r.c: Likewise.
44700         * resolv/Versions: Likewise.
44701         * resolv/res_hconf.c: Likewise.
44702         * shadow/fgetspent_r.c: Likewise.
44703         * shadow/putspent.c: Likewise.
44704         * stdio-common/printf_fphex.c: Likewise.
44705         * stdio-common/tmpfile.c: Likewise.
44706         * stdlib/abort.c: Likewise.
44707         * stdlib/fmtmsg.c: Likewise.
44708         * sunrpc/auth_unix.c: Likewise.
44709         * sunrpc/clnt_perr.c: Likewise.
44710         * sunrpc/clnt_tcp.c: Likewise.
44711         * sunrpc/clnt_udp.c: Likewise.
44712         * sunrpc/clnt_unix.c: Likewise.
44713         * sunrpc/openchild.c: Likewise.
44714         * sunrpc/svc_simple.c: Likewise.
44715         * sunrpc/svc_tcp.c: Likewise.
44716         * sunrpc/svc_udp.c: Likewise.
44717         * sunrpc/svc_unix.c: Likewise.
44718         * sunrpc/xdr.c: Likewise.
44719         * sunrpc/xdr_array.c: Likewise.
44720         * sunrpc/xdr_rec.c: Likewise.
44721         * sunrpc/xdr_ref.c: Likewise.
44722         * sunrpc/xdr_stdio.c: Likewise.
44723
44724 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
44725
44726         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44727
44728 2011-07-03  Andreas Jaeger  <aj@suse.de>
44729
44730         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
44731         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
44732         regenerate with gen-libm-tests.pl.
44733
44734 2010-05-12  Petr Baudis  <pasky@suse.cz>
44735
44736         [BZ #11589]
44737         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
44738         around j0() zero points by switching to j1().
44739         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44740         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44741         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44742         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44743
44744 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
44745
44746         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
44747         instead of 0.
44748         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
44749         instead of 0.
44750         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
44751         Patch in part by Pavel Roskin <proski@gnu.org>.
44752
44753         [BZ #13138]
44754         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
44755         realloc.
44756         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
44757         Free memory block if necessary.
44758
44759         [BZ #12847]
44760         * libio/genops.c (INTDEF): For string streams the _lock pointer can
44761         be NULL.  Don't lock in this case.
44762
44763 2011-09-09  Roland McGrath  <roland@hack.frob.com>
44764
44765         * elf/elf.h (ELFOSABI_GNU): New macro.
44766         (ELFOSABI_LINUX): Define to that.
44767
44768 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
44769
44770         * string/strncat.c (strncat): Undef the symbol in case it has been
44771         defined in bits/string.h.
44772
44773 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
44774
44775         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
44776
44777         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
44778         link map.
44779
44780 2011-08-17  Andreas Jaeger  <aj@suse.de>
44781
44782         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
44783
44784 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
44785             Ian Lance Taylor  <iant@google.com>
44786
44787         * math/libm-test.inc (lround_test): New testcase.
44788         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
44789
44790 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
44791
44792         * Makefile: Remove support for automatic cvs check-ins.
44793         * Makerules: Likewise.
44794         * config.make.in: Likewise.
44795         * configure.in: Likewise.
44796         * intl/Makefile: Likewise.
44797         * locale/Makefile: Likewise.
44798         * po/Makefile: Likewise.
44799         * posix/Makefile: Likewise.
44800         * sysdeps/gnu/Makefile: Likewise.
44801         * sysdeps/mach/hurd/Makefile: Likewise.
44802         * sysdeps/sparc/sparc32/Makefile: Likewise.
44803
44804         [BZ #13118]
44805         * posix/Makefile (bug-regex32-ENV): Define.
44806         Patch by John Stanley <jpsinthemix@verizon.net>.
44807
44808         * misc/Makefile (headers): Add bits/select2.h.
44809         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
44810         * misc/bits/select2.h: New file.
44811         * include/bits/select2.h: New file.
44812         * debug/Makefile (routines): Add fdelt_chk.
44813         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
44814         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
44815         FD_ISSET.
44816         * debug/fdelt_chk.c: New file.
44817
44818         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
44819         * wcsmbs/test-wmemcmp.c: Likewise.
44820         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
44821         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
44822
44823 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44824
44825         * string/Makefile (strop-tests): Add memcmp.
44826         * string/test-wmemcmp.c: New file.
44827         * string/test-memcmp.c: Add wmemcmp support.
44828
44829 2011-09-08  Roland McGrath  <roland@hack.frob.com>
44830
44831         [BZ #13153]
44832         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
44833         2011-07-19 change.
44834
44835         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
44836         garbage value in a __mach_port_mod_refs call in the cases of the
44837         task-self and thread-self ports.
44838
44839 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44840
44841         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
44842
44843 2011-09-08  Andreas Schwab  <schwab@redhat.com>
44844
44845         * elf/dl-load.c (lose): Check for non-null L.
44846
44847 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
44848
44849         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
44850
44851         * elf/dl-libc.c (dlerror_run): Pass back error code from
44852         dl_catch_error.
44853
44854         [BZ #13123]
44855         * elf/dl-load.c (lose): Free l_origin if it is valid.
44856
44857         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
44858         names.
44859         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
44860         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
44861         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
44862         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
44863         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
44864         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
44865
44866 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44867
44868         * sysdeps/powerpc/fpu/e_hypot.c: New file.
44869         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
44870         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
44871         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
44872         * sysdeps/powerpc/fpu/k_cosf.c: New file.
44873         * sysdeps/powerpc/fpu/k_sinf.c: New file.
44874         * sysdeps/powerpc/fpu/s_cosf.c: New file.
44875         * sysdeps/powerpc/fpu/s_sinf.c: New file.
44876         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
44877         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
44878
44879 2011-08-15  Alan Modra  <amodra@gmail.com>
44880
44881         [BZ #13092]
44882         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
44883         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
44884         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
44885         ppc_mcount to static-only-routines.
44886         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
44887         __mcount_internal.
44888         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
44889         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
44890
44891 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
44892
44893         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
44894         for finite and infinity parameters.
44895
44896 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
44897
44898         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
44899         and add nop instructions for throughput optimization.
44900         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
44901
44902 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
44903
44904         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
44905         aligned copy for power7 with vector-scalar instructions.
44906         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
44907
44908 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
44909
44910         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
44911         AVX check.
44912
44913 2011-09-07  Andreas Schwab  <schwab@redhat.com>
44914
44915         [BZ #13144]
44916         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
44917         last change.
44918
44919 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
44920
44921         * sysdeps/unix/sysv/linux/x86_64/init-first.c
44922         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
44923         syscall wrapper around clock_gettime in __vdso_clock_gettime.
44924         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
44925         clock_gettime.
44926
44927 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
44928
44929         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
44930         Forgot to demangle the pointer.
44931
44932         * sysdeps/i386/sysdep.h: Define atom_text_section.
44933         * sysdeps/x86_64/sysdep.h: Likewise.
44934         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
44935         section with atom_text_section.
44936         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
44937         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
44938         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
44939         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
44940         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
44941
44942         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
44943         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
44944         already be defined.  Change to take two parameters and don't assign
44945         result to variable.  Adjust all users.
44946         Define INTERNAL_GETTIME if not already defined.
44947         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
44948         call.
44949         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
44950         HAVE_CLOCK_GETTIME_VSYSCALL.
44951         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
44952
44953         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
44954         gettimeofday vsyscall, just use time.
44955
44956 2011-09-06  Andreas Schwab  <schwab@redhat.com>
44957
44958         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
44959         <errno.h>.
44960
44961 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
44962
44963         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
44964         syscall on x86-64.
44965         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
44966         syscall.
44967         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
44968         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
44969         syscall if possible.
44970
44971 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
44972
44973         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
44974         e_ident.  Don't pass to find_mapsXX.
44975         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
44976
44977 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
44978
44979         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
44980         strchr-sse2-no-bsf strrchr-sse2-no-bsf
44981         * sysdeps/x86_64/multiarch/strchr.S: Update.
44982         Check bit_slow_BSF bit.
44983         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
44984         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
44985         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
44986
44987 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
44988
44989         [BZ #13134]
44990         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
44991         before glibc 2.15.
44992         (tryshell): Define.
44993         (__spawni): Change last parameter to be flag.  Test
44994         SPAWN_XFLAGS_USE_PATH flag to use path or not.
44995         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
44996         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
44997         * posix/spawni.c: Likewise.
44998         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
44999         * posix/spawnp.c: Likewise.  Change normal version to use
45000         SPAWN_XFLAGS_USE_PATH.
45001         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
45002         SPAWN_XFLAGS_TRY_SHELL.
45003
45004         [BZ #13150]
45005         * posix/glob.h: Remove gcc 1.x support.
45006
45007         [BZ #13068]
45008         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
45009
45010 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45011
45012         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45013         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
45014         strrchr-sse2-bsf
45015         * sysdeps/i386/i686/multiarch/strchr.S: New file.
45016         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
45017         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
45018         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
45019         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
45020         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
45021
45022 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45023
45024         * sysdeps/x86_64/wcscmp.S: New file.
45025
45026         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
45027         wcscmp-c wcscmp-sse2
45028         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
45029         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
45030         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
45031         * wcsmbs/wcscmp.c: Allow renaming.
45032
45033 2011-09-05  David S. Miller  <davem@davemloft.net>
45034
45035         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
45036         stack slot, rather than the struct return pointer slot.
45037         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
45038         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
45039         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
45040         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
45041
45042 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
45043
45044         * po/ja.po: Update from translation team.
45045
45046         [BZ #13144]
45047         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
45048         kernel in 64-bit binaries.
45049
45050 2011-09-01  David S. Miller  <davem@davemloft.net>
45051
45052         * elf/elf.h (HWCAP_SPARC_*): Move to..
45053         * sysdeps/sparc/sysdep.h: this new file and add new values.
45054         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
45055         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
45056         _DL_HWCAP_COUNT to 24.
45057         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
45058         entries.
45059         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
45060         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
45061         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
45062         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
45063         instead of magic constants.
45064         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45065
45066 2011-08-31  David S. Miller  <davem@davemloft.net>
45067
45068         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
45069         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
45070         Reimplement to do errno handling inline.
45071         (SYSCALL_ERROR_HANDLER): New macro.
45072         (__SYSCALL_STRING): Do not do errno handling in asm.
45073         (__CLONE_SYSCALL_STRING): Delete.
45074         (__INTERNAL_SYSCALL_STRING): Delete.
45075         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
45076         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
45077         (PSEUDO): Reimplement to do errno handling inline.
45078         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
45079         (SYSCALL_ERROR_HANDLER): New macro.
45080         (__SYSCALL_STRING): Do not do errno handling in asm.
45081         (__CLONE_SYSCALL_STRING): Delete.
45082         (__INTERNAL_SYSCALL_STRING): Delete.
45083         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
45084         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
45085         i386.
45086         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
45087         (inline_syscall*): Add 'err' argument.
45088         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
45089         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
45090         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
45091         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
45092
45093         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
45094         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45095
45096 2011-08-30  Andreas Schwab  <schwab@redhat.com>
45097
45098         * elf/rtld.c (dl_main): Relocate objects in dependency order.
45099
45100 2011-08-29  Jiri Olsa <jolsa@redhat.com>
45101
45102         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
45103         directive.
45104
45105 2011-08-24  David S. Miller  <davem@davemloft.net>
45106
45107         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
45108
45109 2011-08-24  Andreas Schwab  <schwab@redhat.com>
45110
45111         * elf/Makefile: Add rules to build and run unload8 test.
45112         * elf/unload8.c: New file.
45113         * elf/unload8mod1.c: New file.
45114         * elf/unload8mod1x.c: New file.
45115         * elf/unload8mod2.c: New file.
45116         * elf/unload8mod3.c: New file.
45117
45118         * elf/dl-close.c (_dl_close_worker): Reset private search list if
45119         it wasn't used.
45120
45121 2011-08-23  David S. Miller  <davem@davemloft.net>
45122
45123         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
45124         subtract stack bias.
45125         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
45126         %sp not %fp in calculations.
45127         (_JMPBUF_UNWINDS_ADJ): Likewise.
45128
45129         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
45130         (aio_suspend): Call it to force an exception region around the
45131         AIO_MISC_WAIT() invocation.
45132
45133 2011-08-23  Andreas Schwab  <schwab@redhat.com>
45134
45135         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
45136         backslash.
45137
45138 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
45139
45140         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
45141         protection macro.
45142         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
45143         and <dl-machine.h>.
45144         (Elf64_FuncDesc): Remove.
45145
45146 2011-08-22  David S. Miller  <davem@davemloft.net>
45147
45148         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
45149         sigaltstack check, add missing cfi directives.
45150         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
45151         missing cfi directives, and sigaltstack handling.
45152
45153 2011-08-16  Andreas Schwab  <schwab@redhat.com>
45154
45155         [BZ #11724]
45156         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
45157         object is seen twice.
45158         * elf/dl-fini.c (_dl_sort_fini): Likewise.
45159
45160         * elf/Makefile (distribute): Add tst-initorder2.c.
45161         (tests): Add tst-initorder2.
45162         (modules-names): Add tst-initorder2a tst-initorder2b
45163         tst-initorder2c tst-initorder2d.  Add rules to build them.
45164         ($(objpfx)tst-initorder2.out): New rule.
45165         * elf/tst-initorder2.c: New file.
45166         * elf/tst-initorder2.exp: New file.
45167
45168 2011-08-22  Andreas Schwab  <schwab@redhat.com>
45169
45170         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
45171
45172         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
45173         dependencies back to end of function.
45174
45175         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
45176         $(elfobjdir)/ld.so.
45177
45178 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
45179
45180         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
45181         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
45182         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
45183         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
45184         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
45185         of __vdso_gettimeofday.
45186         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
45187         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
45188         attribute_hidden.
45189         (_libc_vdso_platform_setup): Remove initialization of
45190         __vdso_gettimeofday and __vdso_time.
45191
45192 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
45193
45194         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
45195         and fgetc_unlocked.
45196         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
45197         getc_unlocked.
45198
45199         * elf/dl-open.c (add_to_global): Report additions to the global scope
45200         for LD_DEBUG=scopes.
45201         (dl_open_worker): Also print scope of newly loaded dependencies.
45202         (_dl_show_scope): Indicate if there is no scope.
45203
45204         [BZ #13114]
45205         * stdio-common/Makefile (tests): Add bug24.
45206         * stdio-common/bug24.c: New file.
45207
45208 2011-08-19  Andreas Jaeger  <aj@suse.de>
45209
45210         [BZ #13114]
45211         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
45212         non-existant file when using close-on-exec mode.
45213
45214 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
45215
45216         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
45217         the very first instruction.
45218
45219         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
45220         the CFI state in the end.
45221         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
45222         inclusion of dl-trampoline.h.
45223         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
45224
45225 2011-08-19  Andreas Schwab  <schwab@redhat.com>
45226
45227         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
45228         expectations for long double.
45229
45230         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
45231         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
45232
45233 2011-08-14  David S. Miller  <davem@davemloft.net>
45234
45235         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
45236         artificual limit depends upon the system page size.
45237
45238 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
45239
45240         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
45241         * resolv/Makefile: Define CFLAGS-libresolv.
45242
45243 2011-08-17  Andreas Schwab  <schwab@redhat.com>
45244
45245         * nss/makedb.c (compute_tables): Make variables used in nested
45246         function static.
45247
45248 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
45249
45250         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
45251         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
45252         if buffer was too small.
45253
45254         * elf/pldd.c (main): Attach to all threads in the process.
45255         Rewrite /proc handling to use *at functions.
45256
45257 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
45258
45259         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
45260         specifies first scope to show.
45261         (dl_open_worker): Update callers.  Move printing scope of new
45262         object to before the relocation.
45263         * elf/rtld.c (dl_main): Update _dl_show_scope call.
45264         * sysdeps/generic/ldsodefs.h: Update declaration.
45265
45266         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
45267         string for the scope number.
45268
45269 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
45270
45271         * nscd/servicescache.c (cache_addserv): Make sure written is always
45272         initialized.
45273
45274 2011-08-14  Roland McGrath  <roland@hack.frob.com>
45275
45276         * sysdeps/i386/i486/bits/atomic.h
45277         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
45278         statement expression, so as to suppress "set but not used" warning.
45279         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
45280
45281         * string/strncat.c (STRNCAT): Use prototype definition.
45282
45283         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
45284         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
45285         -Iprograms here.
45286         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
45287         (localedef-modules): Add localedef.
45288         (locale-modules): Add locale.
45289
45290         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
45291         * elf/rtld.c (dl_main): Invert order of assignment in last change,
45292         to avoid a warning.
45293
45294 2011-08-14  David S. Miller  <davem@davemloft.net>
45295
45296         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
45297         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
45298
45299 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
45300
45301         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
45302         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
45303         * elf/rtld.c (dl_main): Set l_name of vDSO.
45304         Call _dl_show_scope when DL_DEBUG_SCOPES.
45305         (process_dl_debug): Recognize scopes flag and also set it for all.
45306         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
45307         Declare _dl_show_scope.
45308
45309         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
45310         (do_dlopen): Pass caller_dlopen to dl_open.
45311         (__libc_dlopen_mode): Initialize caller_dlopen.
45312
45313         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
45314         of libc.  Make tolower call locale-independent.  Optimize a bit by
45315         using isdigit instead of isalnum.
45316         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
45317
45318 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
45319
45320         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
45321         was a dependency or dynamically loaded.
45322
45323 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
45324
45325         * intl/l10nflist.c: Allow architecture-specific pop function.
45326         * sysdeps/x86_64/l10nflist.c: New file.
45327
45328         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
45329         classification.
45330
45331 2011-08-10  Andreas Schwab  <schwab@redhat.com>
45332
45333         * include/dirent.h: Add libc_hidden_proto for scandirat and
45334         scandirat64.  Don't declare __scandirat64.
45335         * dirent/scandirat.c: Add libc_hidden_def.
45336         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
45337         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
45338
45339 2011-08-10  David S. Miller  <davem@davemloft.net>
45340
45341         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
45342         enum.
45343         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
45344         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
45345         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
45346
45347 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
45348
45349         * Versions.def [libc]: Add GLIBC_2.15.
45350         * dirent/Makefile (routines): Add scandirat and scandirat64.
45351         * dirent/Versions [libc]: Export scandirat and scandirat64 for
45352         GLIBC_2.15.
45353         * dirent/dirent.h: Declare scandirat and scandirat64.
45354         * dirent/scandirat.c: New file.
45355         * dirent/scandirat64.c: New file.
45356         * sysdeps/wordsize-64/scandirat.c: New file.
45357         * sysdeps/wordsize-64/scandirat64.c: New file.
45358         * dirent/opendir.c: Define opendirat.
45359         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
45360         using scandirat.
45361         * dirent/scandir64.c: Adjust for scandir.c change.
45362         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
45363         __scandirat64, and __scandir_cancel_handler.
45364         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
45365         additional parameter and use openat instead of open (outside of ld.so).
45366         Add new __opendir as wrapper around __opendirat.
45367         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
45368         here without requiring old scandirat implementation.
45369
45370 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
45371
45372         * dirent/scandir.c (cancel_handler): Renamed to
45373         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
45374         defined.  Adjust users.
45375         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
45376         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
45377
45378 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
45379
45380         * string/test-string.h (IMPL): Use __STRING to expand name and then
45381         stringify it.
45382
45383         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
45384         of cleanups.
45385
45386 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45387
45388         * string/Makefile: Update.
45389         (strop-tests): Append strncat.
45390         * string/test-wcscmp.c: New file.
45391         New comprehensive test for wcscmp.
45392         * string/test-strcmp.c: Update.
45393         (WIDE): New define.
45394
45395 2011-07-22  Andreas Schwab  <schwab@redhat.com>
45396
45397         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
45398         line.
45399
45400 2011-07-26  Andreas Schwab  <schwab@redhat.com>
45401
45402         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
45403         encoding to ACE if AI_IDN.
45404
45405 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
45406
45407         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
45408         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
45409
45410 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45411
45412         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
45413         Fix overflow bug in strncat.
45414         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
45415
45416         * string/test-strncat.c: Update.
45417         Add new tests for checking overflow bugs.
45418
45419 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45420
45421         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45422         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
45423         * sysdeps/i386/i686/multiarch/strcat.S: New file.
45424         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
45425         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
45426         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
45427         * sysdeps/i386/i686/multiarch/strncat.S: New file.
45428         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
45429         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
45430
45431         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
45432         (USE_AS_STRCAT): Define.
45433         Add strcat and strncat support.
45434         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
45435
45436 2011-07-25  Andreas Schwab  <schwab@redhat.com>
45437
45438         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
45439         __n bigger than INT_MAX+1.
45440         (__strncmp_g): Likewise.
45441
45442 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
45443
45444         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
45445         * libio/stido.h: Likewise.
45446
45447         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
45448         (AF_NFC): Define.
45449         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
45450         (AF_NFC): Define.
45451
45452         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
45453         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
45454         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
45455         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
45456         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
45457
45458         [BZ #13021]
45459         * scripts/test-installation.pl: Don't expect libnss_test1 to be
45460         installed.
45461
45462         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
45463         typo.
45464         (_dl_x86_64_save_sse): Likewise.
45465
45466 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
45467
45468         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
45469         OSXSAVE.
45470         (_dl_x86_64_save_sse): Likewise.
45471
45472         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
45473
45474         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
45475
45476 2011-07-21  Andreas Schwab  <schwab@redhat.com>
45477
45478         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
45479         change.
45480         (_dl_x86_64_save_sse): Use correct AVX check.
45481
45482 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45483
45484         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
45485         bug in strncpy/strncat.
45486         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
45487
45488 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
45489
45490         * string/tester.c (test_strcat): Add tests for different alignments
45491         of source and destination.
45492         (test_strncat): Likewise.
45493
45494 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
45495
45496         [BZ #12852]
45497         * posix/glob.c (glob): Check passed in values before using them in
45498         expressions to avoid some overflows.
45499         (glob_in_dir): Likewise.
45500
45501         [BZ #13007]
45502         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
45503         check for AVX enablement so that we don't crash with old kernels and
45504         new hardware.
45505         * elf/tst-audit4.c: Add same checks here.
45506         * elf/tst-audit6.c: Likewise.
45507
45508         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
45509
45510 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
45511
45512         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
45513
45514 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
45515
45516         * po/cs.po: Update from translation team.
45517         * po/bg.po: Likewise.
45518
45519 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
45520
45521         * misc/sys/cdefs.h: Add support for const attribute.
45522         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
45523         to gnu_dev_{major,minor,makedev} functions.
45524
45525 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
45526
45527         * intl/dcigettext.c (get_output_charset): Add missing bracket.
45528
45529 2011-07-20  Andreas Schwab  <schwab@redhat.com>
45530
45531         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
45532         strlen results.
45533
45534 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45535
45536         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
45537         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
45538         register in order to avoid conflicts with the soft frame pointer
45539         being held in r11 when necessary.
45540         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
45541         (INTERNAL_VSYSCALL_NCS): Likewise.
45542
45543 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
45544
45545         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
45546         * elf/dl-fini.c (_dl_fini): Adjust caller.
45547         * elf/dl-close.c (_dl_close_worker): Likewise.
45548         * sysdeps/generic/ldsodefs.h: Adjust declaration.
45549
45550 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
45551
45552         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
45553         "aux_cache->nlibs < 0".
45554
45555         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
45556         in the reload-count case.
45557
45558 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45559
45560         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45561         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
45562         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
45563         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
45564         * sysdeps/x86_64/multiarch/strcat.S: New file.
45565         * sysdeps/x86_64/multiarch/strncat.S: New file.
45566         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
45567         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
45568         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
45569         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
45570         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
45571         (USE_AS_STRCAT): Define.
45572         Add strcat and strncat support.
45573         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
45574         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
45575         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
45576         * string/strncat.c: Update.
45577         (USE_AS_STRNCAT): Define.
45578         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
45579         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
45580         and i7.
45581         * sysdeps/x86_64/multiarch/init-arch.h
45582         (bit_Prefer_PMINUB_for_stringop): New.
45583         (index_Prefer_PMINUB_for_stringop): Likewise.
45584         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
45585         bit_Prefer_PMINUB_for_stringop.
45586
45587 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
45588
45589         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
45590         buffer64.
45591         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
45592         of casting of buffer.
45593         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
45594         buffer32 and buffer64.
45595         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
45596         writes instead of casting of buffer.
45597         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
45598         buffer32.
45599         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
45600         casting of buffer.
45601
45602 2011-07-19  Andreas Schwab  <schwab@redhat.com>
45603
45604         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
45605
45606 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
45607
45608         * nscd/nscd.c (termination_handler): Don't do anything for a database
45609         if it has not yet been initialized.
45610
45611 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
45612
45613         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
45614
45615 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
45616
45617         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
45618
45619 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
45620
45621         * po/nl.po: Update from translation team.
45622         * po/sv.po: Likewise.
45623
45624 2011-07-16  Roland McGrath  <roland@hack.frob.com>
45625
45626         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
45627         now disallowed by GCC.
45628
45629         * configure.in (use-default-link): Default to yes if a test -shared
45630         link meets our qualifications.
45631         * configure: Regenerated.
45632
45633         * config.make.in (output-format): New variable.
45634         * configure.in: Check for ld --print-output-format support.
45635         * configure: Regenerated.
45636         * Makerules ($(common-objpfx)format.lds)
45637         [$(output-format) != unknown]: Just use $(output-format),
45638         instead of the linker-script munging.
45639
45640 2011-07-14  Roland McGrath  <roland@hack.frob.com>
45641
45642         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
45643         of $(common-objpfx)shlib.lds.
45644         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
45645
45646         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
45647         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
45648
45649         * configure.in (-z relro check): Adjust test code to add a large
45650         writable data section after it.
45651         * configure: Regenerated.
45652
45653 2011-07-11  Roland McGrath  <roland@hack.frob.com>
45654
45655         * configure.in (-z relro check): Fix test code to make the variable
45656         truly const.
45657         * configure: Regenerated.
45658
45659 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
45660
45661         * nscd/nscd.h (struct traced_file): Define.
45662         (struct database_dyn): Remove inotify_descr, reset_res, and filename
45663         elements.  Add traced_files.
45664         (inotify_fd): Declare.
45665         (register_traced_file): Declare.
45666         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
45667         (inotify_fd): Export.
45668         (resolv_conf_descr): Remove.
45669         (nscd_init): Move inotify descriptor creation to main.
45670         Don't register files for notification here.
45671         (register_traced_file): New function.
45672         (invalidate_cache): Don't use reset_res to determine whether to call
45673         res_init, go through the list of registered files.
45674         (main_loop_poll): The inotify descriptors are now stored in the
45675         structures for the traced files.
45676         (main_loop_epoll): Likewise
45677         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
45678         to __nss_disable_nscd.
45679         * nscd/cache.c (prune_cache): There is no single inotify descriptor
45680         for a database anymore.  Check the records for all the registered
45681         files instead.
45682         * nss/Makefile (libnss_files-routines): Add files-init.
45683         (libnss_db-routines): Add db-init.
45684         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
45685         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
45686         * nss/nss_db/db-init.c: New file.
45687         * nss/nss_files/files-init.c: New file.
45688         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
45689         __nss_lookup_function.
45690         (__nss_lookup_function): Call nss_load_library.
45691         (nss_load_all_libraries): New function.
45692         (__nss_disable_nscd): Take parameter with callback function for files
45693         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
45694         used for the cached services.
45695         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
45696         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
45697         options for features to all the files in nscd.
45698
45699         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
45700
45701 2011-07-10  Roland McGrath  <roland@hack.frob.com>
45702
45703         * csu/elf-init.c (__libc_csu_init): Comment typo.
45704
45705 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
45706
45707         * po/pl.po: Update from translation team.
45708         * po/ja.po: Likewise.
45709         * po/ru.po: Likewise.
45710         * po/ko.po: Likewise.
45711         * po/fr.po: Likewise.
45712
45713 2011-07-09  Roland McGrath  <roland@hack.frob.com>
45714
45715         * configure.in (.ctors/.dtors header and trailer check):
45716         Use an empirical test on a built program.
45717         * configure: Regenerated.
45718
45719         * configure.in (-z relro check): Use an empirical test on a built DSO.
45720         Detect, but do not require, on ia64.
45721         * configure: Regenerated.
45722
45723         * configure.in (READELF): Find it with AC_CHECK_TOOL.
45724         Update tests that use readelf to use $READELF instead.
45725         * configure: Regenerated.
45726
45727 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
45728
45729         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
45730         if the result is not used.
45731
45732 2011-07-05  Andreas Jaeger  <aj@suse.de>
45733
45734         [BZ#9696]
45735         * stdlib/tst-strtod.c: Add testcase.
45736
45737 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
45738
45739         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
45740         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
45741         The latter has a higher limit.  Take additional parameter to pass to
45742         the new function.
45743         (__pathconf): Pass file to __statfs_link_max.
45744         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
45745         __statfs_link_max.
45746         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
45747         __statfs_link_max.
45748
45749         [BZ #12868]
45750         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
45751         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
45752         Handle Lustre.
45753         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
45754         (__statfs_filesize_max): Likewise.
45755         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
45756
45757 2011-07-05  Andreas Jaeger  <aj@suse.de>
45758
45759         * resolv/res_comp.c (dn_skipname): Remove unused variable.
45760
45761 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
45762
45763         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
45764         `status' variable.
45765         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
45766         Likewise.
45767
45768 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
45769
45770         * Makefile (strop-tests): Add strncat.
45771         * string/test-strncat.c: New file.
45772
45773 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
45774
45775         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
45776
45777 2011-06-21  Andreas Jaeger  <aj@suse.de>
45778
45779         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
45780         Copy rule from iconvdata/Makefile.
45781
45782 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
45783
45784         [BZ #12922]
45785         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
45786         but no long options are defined, just return 'W'.
45787
45788 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
45789
45790         [BZ #9696]
45791         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
45792
45793 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
45794
45795         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
45796         netgroups to read.
45797         (innetgr): Likewise.
45798
45799 2011-07-05  Roland McGrath  <roland@hack.frob.com>
45800
45801         * config.make.in (install_root): Default to $(DESTDIR).
45802
45803 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
45804
45805         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
45806
45807 2011-07-02  Roland McGrath  <roland@hack.frob.com>
45808
45809         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
45810
45811         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
45812         containing directory rather than embedding absolute directory names.
45813
45814         * scripts/check-local-headers.sh: Rewritten using awk.
45815         Match by word, not by line.  Print error messages for matches.
45816         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
45817
45818         * Makerules [shlib-lds-flags empty]:
45819         ($(common-objpfx)libc_pic.opts): New target.
45820         ($(common-objpfx)libc_pic.os.clean): New target.
45821         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
45822
45823         * config.make.in (OBJCOPY): New variable.
45824         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
45825         * configure: Regenerated.
45826
45827         * config.make.in (use-default-link): New variable.
45828         * configure.in (use_default_link): Grok --with-default-link to set it.
45829         * configure: Regenerated.
45830         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
45831         (shlib-lds, shlib-lds-flags): Define to empty.
45832
45833         * Makerules (shlib-lds): New variable.
45834         (shlib-lds-flags): New variable.
45835         (build-shlib, build-moduile, build-module-asneeded): Use it.
45836         ($(common-objpfx)libc.so): Use $(shlib-lds).
45837         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
45838         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
45839
45840         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
45841         DT_FLAGS/DT_FLAGS_1 with zero flags.
45842
45843         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
45844         linker script munging.
45845
45846 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
45847
45848         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
45849         as 128-bit value.
45850         * crypt/sha512.c (sha512_process_block): Perform total addition using
45851         128-bit if possible.
45852         (__sha512_finish_ctx): Likewise.
45853         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
45854         as 64-bit value.
45855         * crypt/sha256.c (SWAP64): Define.
45856         (sha256_process_block): Perform total addition using 64-bit if
45857         possible.
45858         (__sha256_finish_ctx): Likewise.
45859
45860 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
45861
45862         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
45863         * nscd/initgrcache.c (addinitgroupsX): Likewise.
45864         * nscd/hstcache.c (cache_addhst): Likewise.
45865         * nscd/grpcache.c (cache_addgr): Likewise.
45866         * nscd/aicache.c (addhstaiX): Likewise
45867         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
45868
45869 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
45870
45871         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
45872         * nscd/initgrcache.c (addinitgroupsX): Likewise.
45873         * nscd/hstcache.c (cache_addhst): Likewise.
45874         * nscd/grpcache.c (cache_addgr): Likewise.
45875         * nscd/aicache.c (addhstaiX): Likewise
45876
45877 2011-07-01  Andreas Schwab  <schwab@redhat.com>
45878
45879         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
45880         domain only when needed.
45881
45882 2011-06-30  Andreas Schwab  <schwab@redhat.com>
45883
45884         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
45885         is always restored.
45886
45887 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
45888
45889         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
45890         are re-adding the entry.
45891         * nscd/servicescache.c (cache_addserv): Likewise.
45892
45893 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
45894
45895         * sysdeps/generic/dl-irel.h: fix protection against multiple
45896         inclusions.
45897         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
45898
45899 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
45900
45901         [BZ #12935]
45902         * malloc/memusage.sh: Fix quoting in message.
45903         * debug/xtrace.sh: Likewise.
45904
45905         * configure.in: Remove support for --experimental-malloc option, make
45906         it the default.
45907         * config.make.in: Likewise.
45908         * malloc/Makefile: Likewise.
45909
45910 2011-06-27  Andreas Schwab  <schwab@redhat.com>
45911
45912         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
45913         two-byte characters.
45914
45915 2011-06-27  Roland McGrath  <roland@hack.frob.com>
45916
45917         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
45918         AC_CACHE_CHECK invocation.
45919         * configure: Regenerated.
45920
45921         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
45922
45923 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
45924
45925         [BZ #12350]
45926         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
45927         bit from old_res_options.
45928
45929         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
45930
45931         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
45932         value type for setfct.
45933
45934 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
45935
45936         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
45937         __gettimeofday instead of gettimeofday.
45938
45939 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
45940
45941         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
45942
45943 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
45944
45945         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
45946
45947         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
45948         info.
45949
45950 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
45951
45952         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45953         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
45954         strcpy-sse2-unaligned strncpy-sse2-unaligned
45955         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
45956         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
45957         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
45958         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
45959         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
45960         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
45961         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
45962         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
45963         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
45964         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
45965         (STRCPY): Support SSE2 and SSSE3 versions.
45966
45967 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
45968
45969         [BZ #12874]
45970         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
45971         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
45972         kernels which artificially limit size of requests.
45973
45974 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
45975
45976         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45977         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
45978         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
45979         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
45980         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
45981         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
45982         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
45983         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
45984         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
45985         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
45986         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
45987         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
45988         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
45989         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
45990         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
45991         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
45992         Enable unaligned load optimization for Intel Core i3, i5 and i7
45993         processors.
45994         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
45995         Define.
45996         (index_Fast_Unaligned_Load): Define.
45997         (HAS_FAST_UNALIGNED_LOAD): Define.
45998
45999 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
46000
46001         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
46002
46003 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
46004
46005         [BZ #12907]
46006         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
46007         until it is clear that the information is realy needed.
46008         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
46009
46010 2011-06-22  Andreas Schwab  <schwab@redhat.com>
46011
46012         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
46013
46014 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
46015
46016         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
46017         /sys/devices/system/cpu/online if it is usable.
46018
46019         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
46020         reading the information from the /proc filesystem to once a second.
46021
46022 2011-06-21  Andreas Jaeger  <aj@suse.de>
46023
46024         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
46025         NULL after inclusion of kernel headers.
46026
46027 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
46028
46029         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
46030         calls to internal_setent.
46031
46032         [BZ #12885]
46033         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
46034         addresses using gethostbyname4_r ignore IPv4 addresses.
46035
46036         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
46037         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
46038
46039         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
46040
46041 2011-06-20  David S. Miller  <davem@davemloft.net>
46042
46043         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
46044         inclusions.
46045         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
46046
46047         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
46048         (elf_irel): Use it.
46049         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
46050         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
46051         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
46052         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
46053         * sysdeps/x86_64/dl-irel.h: Likewise.
46054
46055         * elf/dl-runtime.c: Use elf_ifunc_invoke.
46056         * elf/dl-sym.c: Likewise.
46057
46058 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
46059
46060         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
46061         need to dereference resplen2.
46062
46063 2011-06-14  Andreas Schwab  <schwab@redhat.com>
46064
46065         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
46066
46067 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
46068
46069         * Makeconfig: Define vardbdir and inst_vardbdir.
46070         * nss/Makefile: Add rules to install db-Makefile.
46071
46072         * nss/nss_db/db-XXX.c: Cleanup.
46073
46074         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
46075         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
46076         GLIBC_PRIVATE.
46077         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
46078         * nss/makedb.c: Implement -g option to specify that value strings
46079         are generated and should not be added to table iterated over for
46080         get*ent calls.
46081         * nss/nss_db/db-initgroups.c: New file.
46082
46083         * nss/getent.c: Add support for initgroups lookups through getgrouplist
46084         interface.
46085
46086         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
46087         (internal_getgrouplist): Adjust to name change.
46088         Update use_initgroups_entry if this is not the first call.
46089         * nss/databases.def: Add initgroups entry.
46090
46091         * nss/makedb.c (compute_tables): Check result of multiple hash table
46092         sizes to minimize maximum chain length.
46093
46094 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
46095
46096         * Versions.def: Add entry for libnss_db.
46097         * shlib-versions: Likewise.
46098         * nss/Makefile: Add rules to build libnss_db.
46099         * nss/Versions: Add libnss_db information.  Organize libnss_files
46100         entries better.
46101         * nss/db-Makefile: Add gshadow support.  Change rules for the new
46102         makedb progra.  Some minor improvements to generate smaller files.
46103         * nss/nss_db/nss_db.h: Move NSS database header data structures to
46104         here from...
46105         * nss/makedb.c: ...here.
46106         Improve database format to be smaller and require less memory at
46107         runtime.
46108         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
46109         db anymore.
46110         * nss/nss_db/db-netgrp.c: Likewise.
46111         * nss/nss_db/db-open.c: Likewise.
46112         * nss/nss_files/flies-XXX.x: Adjust comments.
46113         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
46114         * nss/nss_files/files-grp.c: Likewise.
46115         * nss/nss_files/files-hosts.c: Likewise.
46116         * nss/nss_files/files-network.c: Likewise.
46117         * nss/nss_files/files-proto.c: Likewise.
46118         * nss/nss_files/files-pwd.c: Likewise.
46119         * nss/nss_files/files-rpc.c: Likewise.
46120         * nss/nss_files/files-service.c: Likewise.
46121         * nss/nss_files/files-sgrp.c: Likewise.
46122         * nss/nss_files/files-spwd.c: Likewise.
46123         * nss/nss_db/db-alias.c: Removed.
46124         * nss/nss_db/dummy-db.h: Removed.
46125
46126 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
46127
46128         * nss/makedb.c: Rewritten to not use database library.
46129         * nss/Makefile: Update to build new makedb program.
46130
46131 2011-06-14  Andreas Jaeger  <aj@suse.de>
46132
46133         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
46134         memset declaration.
46135
46136 2011-06-10  Andreas Schwab  <schwab@redhat.com>
46137
46138         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
46139         tmpbuf.
46140
46141 2011-06-10  Roland McGrath  <roland@hack.frob.com>
46142
46143         * Makerules (shlib.lds): Fail if the linker script comes out empty.
46144         * elf/Makefile ($(objpfx)ld.so): Likewise.
46145
46146         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
46147         Don't list ld.so twice in dependencies.
46148
46149         * posix/bug-regex31.c: Include <stdlib.h>.
46150
46151         * nscd/hstcache.c (cache_addhst): Remove unused variable.
46152
46153         * nis/nss_compat/compat-spwd.c
46154         (getspent_next_nss_netgr): Remove unused variable.
46155         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
46156
46157         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
46158         nonmembers" output to use the right array.
46159
46160         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
46161
46162         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
46163
46164         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
46165         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
46166         * catgets/gencat.c (read_input_file): Likewise.
46167         * locale/programs/locarchive.c (enlarge_archive): Likewise.
46168
46169         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
46170         variable definition inside #if's controlling its use.
46171
46172         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
46173
46174         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
46175
46176         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
46177
46178         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
46179         unreachable code.
46180
46181         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
46182
46183         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
46184         * configure: Regenerated.
46185
46186         * Makerules: Revert last change.
46187         * elf/Makefile: Likewise.
46188
46189 2011-06-09  Roland McGrath  <roland@hack.frob.com>
46190
46191         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
46192         * elf/Makefile ($(objpfx)librtld.os): Likewise.
46193         (reloc-link): Likewise.
46194
46195 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
46196
46197         * elf/Makefile: Add rules to build pldd.
46198         * elf/pldd.c: New file.
46199         * elf/pldd-xx.c: New file.
46200
46201 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
46202
46203         * version.h: Update for 2.15 development version.
46204
46205 2011-06-07  David S. Miller  <davem@davemloft.net>
46206
46207         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
46208         ifuncs.
46209         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
46210         elf_machine_lazy_rel): Likewise.
46211         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
46212         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
46213         elf_machine_lazy_rel): Likewise.
46214         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
46215         dl_hwcap via passed in argument.
46216         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
46217         Likewise.
46218
46219 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46220
46221         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
46222
46223 2011-06-06  Roland McGrath  <roland@hack.frob.com>
46224
46225         [BZ #12849]
46226         * manual/fdl-1.1.texi: New file, verbatim from:
46227         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
46228         * manual/lgpl-2.1.texi: New file, verbatim from:
46229         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
46230         * manual/Makefile (licenses): New variable, list those new file names.
46231         (texis): Use it.
46232         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
46233
46234         * manual/fdl.texi: File removed.
46235         * manual/lesser.texi: File removed.
46236         * manual/libc.texinfo (Copying, Documentation License):
46237         Use new @include file names, put @appendix directive before @include.
46238
46239 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
46240
46241         [BZ #12841]
46242         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
46243         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
46244         (mq_open): Add __NTH.
46245
46246 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
46247
46248         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46249         Assume Intel Core i3/i5/i7 processor if AVX is available.
46250
46251 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
46252
46253         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
46254         typo.
46255
46256 2011-05-31  Andreas Schwab  <schwab@redhat.com>
46257
46258         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
46259         memory.  Use alloca_account.  Fix memory leak when retrying.
46260
46261 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
46262
46263         * version.h (RELEASE): Bump for 2.14 release.
46264         * include/features.h (__GLIBC_MINOR__): Bump to 14.
46265
46266         * config.make.in (RANLIB): Remove entry.
46267
46268 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
46269
46270         * po/Makefile (po-sed-cmd): Add ksh to extensions.
46271         (libc.pot): Work around missing support for .ksh extension in xgettext.
46272
46273         [BZ #12684]
46274         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
46275         if both request failed.
46276         (send_dg): In case of server errors clear resplen or *resplen2.
46277
46278         [BZ #12454]
46279         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
46280         when there are multiple maps.
46281         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
46282         (_dl_fini): Remove test here.
46283
46284         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
46285
46286 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
46287
46288         [BZ #12350]
46289         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
46290         bit from old_res_options.
46291         (gaih_inet): Likewise.
46292
46293         [BZ #11099]
46294         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
46295         as signed.
46296
46297         * resolv/res_init.c (res_setoptions): Make the code more compact.
46298
46299         [BZ #11558]
46300         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
46301         set RES_USEVC.
46302
46303         [BZ #11634]
46304         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
46305
46306         * malloc/malloc.h: Mark malloc hook variables as deprecated.
46307
46308         [BZ #11781]
46309         * malloc/malloc.h: Declare malloc hook variables as volatile.
46310
46311         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
46312         in last patch.
46313
46314         [BZ #11799]
46315         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
46316         raise in the comment.
46317         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
46318         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
46319         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
46320
46321 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
46322
46323         [BZ #12811]
46324         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
46325         grow the buffers more if it already has to be sufficient.
46326         (build_wcs_upper_buffer): Likewise.
46327         * posix/regexec.c (check_matching): Likewise.
46328         (clean_state_log_if_needed): Likewise.
46329         (extend_buffers): Don't enlarge buffers beyond size of the input
46330         buffer.
46331         Patches mostly by Emil Wojak <emil@wojak.eu>.
46332         * posix/bug-regex32.c: New file.
46333         * posix/Makefile (tests): Add bug-regex32.
46334
46335         * locale/findlocale.c (_nl_find_locale): Return right away if
46336         _nl_explode_name failed.
46337         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
46338
46339         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
46340
46341         * debug/xtrace.sh: Unify messages.
46342         * malloc/memusage.sh: Likewise.
46343
46344         [BZ #12813]
46345         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
46346         time symbol from vDSO.  Substitute with vsyscall if not available.
46347         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
46348         __vdso_time.
46349
46350         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
46351         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
46352         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
46353         Add sendmmsg and internal_sendmmsg.
46354         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
46355         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
46356         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
46357
46358         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
46359         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
46360         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
46361
46362 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
46363
46364         [BZ #12813]
46365         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
46366         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
46367         available.
46368         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
46369         __vdso_getcpu.
46370
46371         [BZ #12814]
46372         * iconvdata/Makefile (tests): Add bug-iconv9.
46373         * iconvdata/bug-iconv9.c: New file.
46374
46375 2011-05-27  Andreas Schwab  <schwab@redhat.com>
46376
46377         [BZ #12814]
46378         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
46379
46380 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
46381
46382         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
46383         (struct user_regs_struct): Change intcs field back to cs.
46384
46385 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
46386
46387         * po/ja.po: Update from translation team.
46388
46389 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
46390
46391         [BZ #12795]
46392         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
46393         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
46394
46395 2011-05-20  Andreas Schwab  <schwab@redhat.com>
46396
46397         * stdlib/longlong.h: Update from GCC.
46398
46399 2011-05-23  Andreas Schwab  <schwab@redhat.com>
46400
46401         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
46402         parameter name.
46403         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
46404         Add parameter name.
46405         (__sysconf): Pass it down.
46406
46407 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
46408
46409         [BZ #12671]
46410         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
46411         some situations.
46412         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
46413         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
46414         add in in __libc_use_alloca calls.  Adjust callers.
46415         (glob): Use malloc in some situations.
46416
46417         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
46418         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
46419         pltexit.
46420
46421 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
46422
46423         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
46424         and CLOCK_BOOTTIME_ALARM.
46425
46426         [BZ #12782]
46427         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
46428         is returned.
46429
46430         * string/_strerror.c (__strerror_r): Print negative errors as signed
46431         numbers.
46432
46433         [BZ #12777]
46434         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
46435         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
46436         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
46437
46438         * configure.in: Fix typo in redirection and correct removal of test
46439         files in two cases.
46440
46441         [BZ #12788]
46442         * locale/setlocale.c (new_composite_name): Fix test to check for
46443         identical name of all categories.
46444
46445         [BZ #12792]
46446         * libio/filedoalloc.c (local_isatty): New function.
46447         (_IO_file_doallocate): Use local_isatty.
46448         * stdio-common/perror.c (perror): In case a new stream is used
46449         forward the stream error.
46450         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
46451         error flag.
46452
46453 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
46454
46455         [BZ #11869]
46456         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
46457         alloca.
46458         * include/alloca.h (extend_alloca_account): Define.
46459
46460         [BZ #11857]
46461         * posix/regex.h: Fix comments with documentation of user-accessible
46462         fields after compilation and describe correct free'ing of pattern
46463         after re_compile_pattern.
46464         Patch by Reuben Thomas <rrt@sc3d.org>.
46465
46466 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
46467
46468         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
46469         and -mno-altivec to prevent the compiler from using Altivec and/or
46470         VSX instructions when the corresponding registers are not available.
46471
46472 2011-05-19  Andreas Schwab  <schwab@redhat.com>
46473
46474         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
46475
46476 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
46477
46478         * libio/freopen.c (freopen): Use __dup2, not dup2.
46479         * libio/freopen64.c (freopen64): Likewise.
46480
46481 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
46482
46483         [BZ #12775]
46484         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
46485         * math/Makefile (tests): Add test-powl.
46486         (CFLAGS-test-powl.c): Define.
46487         * math/test-powl.c: New file.
46488
46489 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
46490
46491         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
46492
46493 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
46494
46495         [BZ #11837]
46496         * iconvdata/gb18030.c: Update to GB18020-2005.
46497
46498 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
46499
46500         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
46501         RE_SYNTAX_POSIX_AWK): Update to match recent development.
46502         Patch by Aharon Robbins <arnold@skeeve.com>.
46503
46504         [BZ #11892]
46505         * stdlib/putenv.c (putenv): Don't always create copy of the variable
46506         on the stack.
46507
46508         [BZ #11895]
46509         * misc/pselect.c (__pselect): Handle timeout value errors hidden
46510         through underflows.
46511
46512         [BZ #12766]
46513         * misc/error.c (error_at_line): Ensure file_name and old_file_name
46514         point to strings before performing equality test for error_one_per_line
46515         mode.
46516
46517         [BZ #11697]
46518         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
46519
46520         [BZ #11820]
46521         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
46522         (struct user_fpregs_struct): Avoid __uint*_t types.
46523
46524         [BZ #6420]
46525         * malloc/mtrace.c (tr_where): Add additional parameter to point to
46526         symbol info.  Use it instead of calling _dl_addr locally.
46527         (lock_and_info): New function.
46528         (tr_freehook): Call lock_and_info and pass symbol info as additional
46529         parameter to tr_where.
46530         (tr_mallochook): Likewise.
46531         (tr_reallochook): Likewise.
46532         (tr_memalignhook): Likewise.
46533
46534         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
46535         used and couldn't be at all thread-safe.
46536
46537 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
46538
46539         * libio/freopen.c (freopen): Don't close old file descriptor
46540         before the new one is opened.  Instead dup the new file descriptor
46541         to the old one after the new stream is created.
46542         * libio/freopen64.c (freopen64): Likewise.
46543         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
46544         * libio/fileops.c (_IO_new_file_close_it): Handle new
46545         _IO_FLAGS2_NOCLOSE flag.
46546         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
46547         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
46548         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
46549         _IO_FLAGS2_NOCLOSE flag.
46550         * include/unistd.h: Add hidden_proto for dup3.
46551         Define __have_dup3.
46552         * io/dup3.c: Define hidden symbol.
46553         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
46554
46555         [BZ #7101]
46556         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
46557         when an incomplete long option is used.
46558         * posix/tst-getopt_long1.c: New file.
46559         * posix/Makefile (tests): Add tst-getopt_long1.
46560
46561         [BZ #10138]
46562         * scripts/config.guess: Update from autoconf-2.68.
46563         * scripts/config.sub: Likewise.
46564
46565         [BZ #10157]
46566         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
46567         tests into ...
46568         (has_cpuclock): ...this.  New function.
46569         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
46570         macro here based on has_cpuclock code.
46571
46572         [BZ #10149]
46573         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46574         First byte (not low byte) is now always NUL.
46575         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
46576
46577         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46578         Use non-cancelable interfaces.
46579
46580         [BZ #9809]
46581         * locale/iso-639.def: Add entry for Sorani.
46582
46583         [BZ #11901]
46584         * include/stdlib.h: Move include protection to the right place.
46585         Define abort_msg_s.  Declare __abort_msg with it.
46586         * stdlib/abort.c (__abort_msg): Adjust type.
46587         * assert/assert.c (__assert_fail_base): New function.  Majority
46588         of code from __assert_fail.  Allocate memory for __abort_msg with
46589         mmap.
46590         (__assert_fail): Now call __assert_fail_base.
46591         * assert/assert-perr.c: Remove bulk of implementation.  Use
46592         __assert_fail_base.
46593         * include/assert.hL Declare __assert_fail_base.
46594         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
46595         mmap.
46596         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
46597
46598 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
46599
46600         [BZ #11952]
46601         [BZ #12453]
46602         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
46603         until all modules are registered in the DTV.
46604         * elf/Makefile: Add rules to build and run tst-tls19.
46605         * elf/tst-tls19.c: New file.
46606         * elf/tst-tls19mod1.c: New file.
46607         * elf/tst-tls19mod2.c: New file.
46608         * elf/tst-tls19mod3.c: New file.
46609         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
46610
46611         [BZ #12083]
46612         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
46613         correctly.
46614
46615         [BZ #12601]
46616         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
46617         two-byte sequence errors.
46618         * iconvdata/Makefile (tests): Add bug-iconv8.
46619         * iconvdata/bug-iconv8.c: New file.
46620
46621         [BZ #12626]
46622         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
46623         buf2 definition.
46624
46625         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
46626
46627         [BZ #12432]
46628         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
46629         (dummy_getcfa): New function.
46630         (init): Get _Unwind_GetCFA address, use dummy if not found.
46631         (backtrace_helper): In recursion check, also check whether CFA changes.
46632         (__backtrace): Completely initialize arg.
46633
46634         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
46635         storing incomplete byte sequence in state object.  Avoid testing for
46636         guaranteed too small input if we know there is enough data available.
46637
46638 2011-05-11  Andreas Schwab  <schwab@redhat.com>
46639
46640         * Makeconfig (+link-pie): Indent.
46641         * Rules (binaries-pie): Define if $(have-fpie) and
46642         $(build-shared).
46643         (binaries-shared): Also filter out $(binaries-pie).
46644         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
46645         * nscd/Makefile (others-pie): Add nscd.
46646         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
46647         ($(objpfx)nscd): Remove command override.
46648         * login/Makefile (others-pie): Add pt_chown.
46649         ($(objpfx)pt_chown): Remove command override.
46650         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
46651         remove command overrides.
46652
46653 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
46654
46655         * libio/tst_putwc.c: Fix error messages.
46656
46657         [BZ #12724]
46658         * libio/fileops.c (_IO_new_file_close_it): Always flush when
46659         currently writing and seek to current position when not.
46660         * libio/Makefile (tests): Add bug-fclose1.
46661         * libio/bug-fclose1.c: New file.
46662
46663 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
46664
46665         [BZ #12511]
46666         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
46667         don't set DF_1_NODELETE here.
46668         (do_lookup_x): When entering new entry test for copy relocation
46669         and if necessary set DF_1_NODELETE flag.
46670         * elf/tst-unique4.cc: New file.
46671         * elf/tst-unique4.h: New file.
46672         * elf/tst-unique4lib.cc: New file.
46673         * elf/Makefile: Add rules to build and run tst-unique4.
46674         Patch by Piotr Bury <pbury@goahead.com>.
46675
46676 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
46677
46678         [BZ #12052]
46679         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
46680
46681         [BZ #12625]
46682         * misc/mntent_r.c (addmntent): Flush the stream after the output
46683
46684         [BZ #12393]
46685         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
46686         (is_trusted_path_normalize): Skip initial colon.  Append slash
46687         to empty buffer.  Duplicate is_trusted_path code but allow
46688         constructed patch to be prefix.
46689         (is_dst): Allow $ORIGIN followed by /.
46690         (_dl_dst_substitute): Correct clearing of check_for_trusted.
46691         Correct testing of result of is_trusted_path_normalize
46692         (decompose_rpath): Fix warning.
46693
46694 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
46695
46696         [BZ #11257]
46697         * grp/initgroups.c (internal_getgrouplist): When we found the service
46698         list through the initgroups entry in nsswitch.conf do not always
46699         continue on a successful lookup.  Don't always use the
46700         __nss_group_database value if it is set.
46701         * nss/nsswitch.conf (initgroups): Change action for successful db
46702         lookup to continue for compatibility.
46703
46704 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
46705
46706         [BZ #11532]
46707         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
46708         and CP774 modules.
46709         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
46710         and CP774 modules.
46711         * iconvdata/tst-tables.sh: Likewise.
46712         * iconvdata/cp770.c: New file.
46713         * iconvdata/cp771.c: New file.
46714         * iconvdata/cp772.c: New file.
46715         * iconvdata/cp773.c: New file.
46716         * iconvdata/cp774.c: New file.
46717         * iconvdata/testdata/CP770: New file.
46718         * iconvdata/testdata/CP770..UTF8: New file.
46719         * iconvdata/testdata/CP771: New file.
46720         * iconvdata/testdata/CP771..UTF8: New file.
46721         * iconvdata/testdata/CP772: New file.
46722         * iconvdata/testdata/CP772..UTF8: New file.
46723         * iconvdata/testdata/CP773: New file.
46724         * iconvdata/testdata/CP773..UTF8: New file.
46725         * iconvdata/testdata/CP774: New file.
46726         * iconvdata/testdata/CP774..UTF8: New file.
46727
46728         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
46729         END CHARMAP line.
46730         * iconvdata/gen-8bit-gap.sh: Likewise.
46731         * iconvdata/gen-8bit.sh: Likewise.
46732
46733         * locale/iso-639.def: Add ary entry.
46734
46735         [BZ #11258]
46736         * locale/C-translit.h.in: Add U20A1 transliteration.
46737
46738         [BZ #12178]
46739         * locale/iso-639.def: Add wae entry.
46740         Patch by Kevin Bortis <bortis@translate-wae.ch>.
46741
46742         [BZ #12545]
46743         * locale/programs/localedef.c (construct_output_path): Use ssize_t
46744         for n.
46745
46746         [BZ #12711]
46747         * locale/C-translit.h.in: Add entry for U20B9.
46748         Patch by pravin.d.s@gmail.com.
46749
46750 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
46751
46752         [BZ #12713]
46753         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
46754         ENAMETOOLONG use generic getcwd.
46755         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
46756         in rtld.  Use *stat64.
46757         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
46758         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
46759         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
46760         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
46761         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
46762         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
46763         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
46764         __fstatat64 macros.
46765         * include/dirent.h: Add libc_hidden_proto for rewinddir.
46766         * dirent/rewinddir.c: Add libc_hidden_def.
46767         * sysdeps/mach/hurd/rewinddir.c: Likewise.
46768         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
46769
46770         * include/dirent.h (__alloc_dir): Add flags parameter.
46771         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
46772         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
46773         __alloc_dir.
46774         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
46775         from fdopendir if O_CLOEXEC is already set.
46776
46777 2011-03-15  Alan Modra  <amodra@gmail.com>
46778
46779         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
46780         l_tls_firstbyte_offset non-zero.  Save padding offset in
46781         l_tls_firstbyte_offset for later use.
46782         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
46783         freeing static tls block.
46784
46785 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
46786
46787         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
46788         where #ifdef was intended.  The intent is to prevent ARG_MAX from
46789         being defined by the kernel headers.
46790
46791 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
46792
46793         [BZ #12734]
46794         * resolv/resolv.h: Define RES_NOTLDQUERY.
46795         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
46796         no-tld-query and set RES_NOTLDQUERY.
46797         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
46798         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
46799         modern BIND to search name as TLD unless forbidden.
46800
46801 2011-05-07  Petr Baudis  <pasky@suse.cz>
46802             Ulrich Drepper  <drepper@gmail.com>
46803
46804         [BZ #12393]
46805         * elf/dl-load.c (fillin_rpath): Move trusted path check...
46806         (is_trusted_path): ...to here.
46807         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
46808         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
46809         using is_trusted_path_normalize() in setuid scripts.
46810
46811 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
46812
46813         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
46814         __BEGIN/__END_DECLS.
46815
46816 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
46817
46818         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
46819         NSS_STATUS_NOTFOUND if no record was found.
46820
46821 2011-05-05  Andreas Schwab  <schwab@redhat.com>
46822
46823         * sunrpc/Makefile (headers): Add rpc/netdb.h.
46824         (headers-not-in-tirpc): Remove rpc/netdb.h
46825         * resolv/netdb.h: Revert last change.
46826
46827 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
46828
46829         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
46830         circular dependency between libgcc.a and libc.a.
46831
46832 2011-05-05  Andreas Schwab  <schwab@redhat.com>
46833
46834         * resolv/netdb.h: Don't include <rpc/netdb.h>.
46835         * nis/Makefile: Don't install rpcsvc/*.
46836         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
46837         instead of <rpc/types.h>.
46838         (MAXHOSTNAMELEN): Define.
46839
46840 2011-05-03  Andreas Schwab  <schwab@redhat.com>
46841
46842         * elf/ldconfig.c (add_dir): Don't crash on empty path.
46843
46844 2011-04-28  Maciej Babinski  <mbabinski@google.com>
46845
46846         [BZ #12714]
46847         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
46848         gethostbyname4_r when IPv6 results are possible.
46849
46850 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
46851
46852         [BZ #12723]
46853         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
46854         _PC_PIPE_BUF handling.
46855
46856 2011-04-30  Bruno Haible  <bruno@clisp.org>
46857
46858         [BZ #12717]
46859         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
46860         * resolv/netdb.h (getnameinfo): Change type of flags parameter
46861         to 'int'.
46862         * inet/getnameinfo.c (getnameinfo): Likewise.
46863
46864 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
46865
46866         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
46867         to groups setting in database lookup.
46868         * nss/nsswitch.conf: Add initgroups entry.
46869
46870 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
46871
46872         [BZ #12685]
46873         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
46874         mode string.
46875         Patch by Eric Blake <eblake@redhat.com>.
46876
46877 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
46878
46879         * sunrpc/Makefile (need-export-routines): Add svc_run.
46880         (routines): Remove svc_run.
46881         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
46882         * sunrpc/clnt_perr.c (clnt_perrno): Export.
46883         * sunrpc/svc_run.c (svc_run): Likewise.
46884         * sunrpc/svc_udp.c (svcudp_create): Likewise.
46885
46886 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
46887
46888         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
46889         problem in reallocation in last patch.
46890
46891 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
46892
46893         * sunrpc/Makefile: Move inclusion of Rules.
46894
46895 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
46896
46897         * nss/nss_files/files-initgroups.c: New file.
46898         * nss/Makefile (libnss_files-routines): Add files-initgroups.
46899         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
46900         _nss_files_initgroups_dyn.
46901
46902 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
46903
46904         * elf/elf.h (R_ARM_IRELATIVE): Define.
46905
46906 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
46907
46908         * po/ru.po: Update from translation team.
46909
46910 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
46911
46912         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
46913         dependencies.
46914
46915 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
46916
46917         [BZ #12653]
46918         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
46919         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
46920         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46921         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
46922         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
46923
46924 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
46925
46926         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
46927         differing bytes.
46928         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
46929         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
46930         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
46931
46932 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
46933
46934         [BZ #12420]
46935         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
46936         storing it.
46937         * stdlib/bug-getcontext.c: New file.
46938         * stdlib/Makefile: Add rules to build and run bug-getcontext.
46939
46940 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46941
46942         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
46943         instructions into .machine "z9-109".
46944         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
46945         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
46946
46947 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46948
46949         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
46950         between environment variables and auxiliary vector.
46951
46952 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
46953
46954         * Makefile: Add rules to build linkobj/libc.so.
46955         * include/libc-symbols.h: Define libc_hidden_nolink.
46956         * include/rpc/auth.h: Mark functions which are to be hidden.
46957         * include/rpc/auth_des.h: Likewise.
46958         * include/rpc/auth_unix.h: Likewise.
46959         * include/rpc/clnt.h: Likewise.
46960         * include/rpc/des_crypt.h: Likewise.
46961         * include/rpc/key_prot.h: Likewise.
46962         * include/rpc/pmap_clnt.h: Likewise.
46963         * include/rpc/pmap_prot.h: Likewise.
46964         * include/rpc/pmap_rmt.h: Likewise.
46965         * include/rpc/rpc_msg.h: Likewise.
46966         * include/rpc/svc.h: Likewise.
46967         * include/rpc/svc_auth.h: Likewise.
46968         * include/rpc/xdr.h: Likewise.
46969         * nis/Makefile: Link all DSOs against linkobj/libc.so.
46970         * nss/Makefile: Likewise.
46971         * sunrpc/Makefile: Don't install headers.  Build library with normal
46972         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
46973         * sunrpc/auth_des.c: Hide exported symbols by default, export some
46974         for the compat linking library.  Remove use of INTDEF/INTUSE.
46975         * sunrpc/auth_none.c: Likewise.
46976         * sunrpc/auth_unix.c: Likewise.
46977         * sunrpc/authdes_prot.c: Likewise.
46978         * sunrpc/authuxprot.c: Likewise.
46979         * sunrpc/clnt_gen.c: Likewise.
46980         * sunrpc/clnt_perr.c: Likewise.
46981         * sunrpc/clnt_raw.c: Likewise.
46982         * sunrpc/clnt_simp.c: Likewise.
46983         * sunrpc/clnt_tcp.c: Likewise.
46984         * sunrpc/clnt_udp.c: Likewise.
46985         * sunrpc/clnt_unix.c: Likewise.
46986         * sunrpc/des_crypt.c: Likewise.
46987         * sunrpc/des_soft.c: Likewise.
46988         * sunrpc/get_myaddr.c: Likewise.
46989         * sunrpc/key_call.c: Likewise.
46990         * sunrpc/key_prot.c: Likewise.
46991         * sunrpc/netname.c: Likewise.
46992         * sunrpc/pm_getmaps.c: Likewise.
46993         * sunrpc/pm_getport.c: Likewise.
46994         * sunrpc/pmap_clnt.c: Likewise.
46995         * sunrpc/pmap_prot.c: Likewise.
46996         * sunrpc/pmap_prot2.c: Likewise.
46997         * sunrpc/pmap_rmt.c: Likewise.
46998         * sunrpc/publickey.c: Likewise.
46999         * sunrpc/rpc_cmsg.c: Likewise.
47000         * sunrpc/rpc_common.c: Likewise.
47001         * sunrpc/rpc_dtable.c: Likewise.
47002         * sunrpc/rpc_prot.c: Likewise.
47003         * sunrpc/rpc_thread.c: Likewise.
47004         * sunrpc/rtime.c: Likewise.
47005         * sunrpc/svc.c: Likewise.
47006         * sunrpc/svc_auth.c: Likewise.
47007         * sunrpc/svc_authux.c: Likewise.
47008         * sunrpc/svc_raw.c: Likewise.
47009         * sunrpc/svc_run.c: Likewise.
47010         * sunrpc/svc_simple.c: Likewise.
47011         * sunrpc/svc_tcp.c: Likewise.
47012         * sunrpc/svc_udp.c: Likewise.
47013         * sunrpc/svc_unix.c: Likewise.
47014         * sunrpc/svcauth_des.c: Likewise.
47015         * sunrpc/xcrypt.c: Likewise.
47016         * sunrpc/xdr.c: Likewise.
47017         * sunrpc/xdr_array.c: Likewise.
47018         * sunrpc/xdr_float.c: Likewise.
47019         * sunrpc/xdr_intXX_t.c: Likewise.
47020         * sunrpc/xdr_mem.c: Likewise.
47021         * sunrpc/xdr_rec.c: Likewise.
47022         * sunrpc/xdr_ref.c: Likewise.
47023         * sunrpc/xdr_sizeof.c: Likewise.
47024         * sunrpc/xdr_stdio.c: Likewise.
47025
47026 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
47027
47028         [BZ #12650]
47029         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
47030         * sysdeps/ia64/dl-tls.h: Likewise.
47031         * sysdeps/powerpc/dl-tls.h: Likewise.
47032         * sysdeps/s390/dl-tls.h: Likewise.
47033         * sysdeps/sh/dl-tls.h: Likewise.
47034         * sysdeps/sparc/dl-tls.h: Likewise.
47035         * sysdeps/x86_64/dl-tls.h: Likewise.
47036         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
47037
47038 2011-03-14  Andreas Schwab  <schwab@redhat.com>
47039
47040         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
47041         rpath element also skip the following colon.
47042         (expand_dynamic_string_token): Add is_path parameter and pass
47043         down to DL_DST_REQUIRED and _dl_dst_substitute.
47044         (decompose_rpath): Call expand_dynamic_string_token with
47045         non-zero is_path.  Ignore empty rpaths.
47046         (_dl_map_object_from_fd): Call expand_dynamic_string_token
47047         with zero is_path.
47048
47049 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
47050
47051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
47052         Make cancelable.
47053
47054 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
47055
47056         [BZ #12655]
47057         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
47058         Patch by Filipe David Manana <fdmanana@apache.org>.
47059
47060 2011-04-07  Andreas Schwab  <schwab@redhat.com>
47061
47062         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
47063         Maintain aligned stack.
47064         (CHECK_RSP): Remove unused macro.
47065
47066 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
47067
47068         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
47069         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
47070
47071 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
47072
47073         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
47074
47075         * include/features.h: Mention __USE_XOPEN2K8 in comment.
47076
47077 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
47078
47079         [BZ #12518]
47080         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
47081         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
47082         * sysdeps/x86_64/memmove.c: New file.
47083         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
47084         (memcpy): Renamed to ...
47085         (__new_memcpy): This.
47086         (memcpy): Provide GLIBC_2_14 memcpy.
47087         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
47088         (memcpy): Provide GLIBC_2_2_5 memcpy.
47089
47090 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47091
47092         [BZ #12631]
47093         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
47094
47095 2011-03-30  Andreas Schwab  <schwab@redhat.com>
47096
47097         * misc/syncfs.c: New file.
47098         * misc/Makefile (routines): Add syncfs.
47099         * posix/unistd.h: Declare syncfs.
47100         * sysdeps/unix/syscalls.list: Add syncfs.
47101
47102 2011-04-01  Andreas Schwab  <schwab@redhat.com>
47103
47104         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
47105         open_by_handle_at.
47106         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
47107         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47108         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47109         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47110         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47111         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
47112         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47113
47114 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47115
47116         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
47117         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47118         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
47119         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47120         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47121         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47122         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47123
47124         * io/Makefile: Compile fallocate.c, fallocate64.c, and
47125         sync_file_range.c with -fexceptions.
47126         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
47127         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
47128         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
47129         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
47130         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
47131         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
47132         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
47133         sync_file_range as cancellation point
47134         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
47135         now a wrapper around __call_sync_file_range with cancellation handling.
47136         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
47137         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
47138         function name to __call_sync_file_range.
47139         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
47140         Add call_sync_file_range.
47141
47142 2011-04-01  Andreas Schwab  <schwab@redhat.com>
47143
47144         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47145         bits/timex.h.
47146
47147 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47148
47149         * iconv/iconv.h: Fix typo in comment.
47150         * io/fcntl.h: Likewise.
47151         * libio/stdio.h: Likewise.
47152         * posix/spawn.h: Likewise.
47153         * posix/unistd.h: Likewise.
47154         * stdlib/stdlib.h: Likewise.
47155         * time/time.h: Likewise.
47156         * wcsmbs/wchar.h: Likewise.
47157
47158         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
47159         open_by_handle): Add.
47160         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
47161         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
47162         Augment a few comments.
47163         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47164         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47165         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47166         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47167         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47168         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
47169         open_by_handle.
47170
47171         * io/fcntl.h (AT_EMPTY_PATH): Define.
47172
47173 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
47174
47175         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
47176         * sysdeps/unix/sysv/linux/bits/time.h: New file.
47177         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
47178         to...
47179         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
47180         * Versions.def: Add GLIBC_2.14.
47181         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
47182         Export.
47183
47184 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
47185
47186         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
47187         round counter.
47188         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
47189
47190 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47191
47192         [BZ #12597]
47193         * string/test-strncmp.c (do_page_test): New function.
47194         (check2): Likewise.
47195         (test_main): Call check2.
47196         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
47197
47198 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
47199
47200         [BZ #12587]
47201         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
47202         Handle cache information in CPU leaf 4.
47203         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
47204
47205 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
47206
47207         [BZ #12583]
47208         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
47209         character representation.
47210         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
47211
47212 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
47213
47214         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
47215         END(__isnan) to END(__isnanf) to match function entry point/label
47216         EALIGN(__isnanf,...).
47217
47218 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
47219
47220         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
47221
47222 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
47223
47224         [BZ #12510]
47225         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
47226         copy from the symbol referenced in the relocation to initialize the
47227         used variable.
47228         Patch by Piotr Bury <pbury@goahead.com>.
47229         * elf/Makefile: Add rules to build and tst-unique3.
47230         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
47231         * elf/tst-unique3.cc: New file.
47232         * elf/tst-unique3.h: New file.
47233         * elf/tst-unique3lib.cc: New file.
47234         * elf/tst-unique3lib2.cc: New file.
47235
47236         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
47237
47238 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
47239
47240         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
47241         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
47242         to _start.
47243
47244 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
47245
47246         * elf/dl-load.c (_dl_map_object): If we are looking for the first
47247         to-be-loaded object along a path to loader is ld.so.
47248
47249 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
47250             Ulrich Drepper  <drepper@gmail.com>
47251
47252         * sysdeps/x86_64/memset.S: After aligning destination, code
47253         branches to different locations depending on the value of
47254         misalignment, when multiarch is enabled. Fix this.
47255
47256 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
47257
47258         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
47259         Set _x86_64_preferred_memory_instruction for AMD processsors.
47260         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47261         Set bit_Prefer_SSE_for_memop for AMD processors.
47262
47263 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
47264
47265         * libio/fmemopen.c (fmemopen): Optimize a bit.
47266
47267 2011-03-03  Andreas Schwab  <schwab@redhat.com>
47268
47269         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
47270
47271 2011-03-03  Roland McGrath  <roland@redhat.com>
47272
47273         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
47274
47275 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
47276
47277         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
47278         __bzero_ultra1 instead of __memset_ultra1.
47279
47280 2011-02-23  Andreas Schwab  <schwab@redhat.com>
47281             Ulrich Drepper  <drepper@gmail.com>
47282
47283         [BZ #12509]
47284         * include/link.h (struct link_map): Add l_orig_initfini.
47285         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
47286         returning unsuccessfully.
47287         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
47288         close of a file loaded at startup, restore the original l_initfini
47289         list.
47290         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
47291         list, store the pointer.
47292         * elf/Makefile ($(objpfx)noload-mem): New rule.
47293         (noload-ENV): Define.
47294         (tests): Add $(objpfx)noload-mem.
47295         * elf/noload.c: Include <memcheck.h>.
47296         (main): Call mtrace.  Close all opened handles.
47297
47298 2011-02-17  Andreas Schwab  <schwab@redhat.com>
47299
47300         [BZ #12454]
47301         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
47302         dependencies are missing.
47303
47304 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47305
47306         Fix __if_freereq crash: Unlike the generic version which uses free,
47307         Hurd needs munmap.
47308         * sysdeps/mach/hurd/ifreq.h: New file.
47309
47310 2011-01-27  Petr Baudis  <pasky@suse.cz>
47311             Ulrich Drepper  <drepper@gmail.com>
47312
47313         [BZ 12445]#
47314         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
47315         to extend_alloca().
47316         * stdio-common/bug23.c: New file.
47317         * stdio-common/Makefile (tests): Add bug23.
47318
47319 2010-09-28  Andreas Schwab  <schwab@redhat.com>
47320             Ulrich Drepper  <drepper@gmail.com>
47321
47322         [BZ #12489]
47323         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
47324         before performing relro protection.  At old place add assertion
47325         to make sure nothing changed.
47326
47327 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
47328             Glauber de Oliveira Costa  <glommer@gmail.com>
47329
47330         * elf/elf.h: Add new ARM TLS relocs.
47331
47332 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
47333
47334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
47335         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
47336         cast from r3.
47337         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
47338         'tests' variable.
47339         * sysdeps/wordsize-64/tst-writev.c: New file.
47340
47341 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
47342
47343         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
47344         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
47345         insns in _dl_start to prevent a TOC reference before relocs are
47346         resolved.
47347
47348 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
47349
47350         [BZ #12469]
47351         * Makeconfig: Remove RANLIB definition.
47352         * Makerules: Don't use RANLIB.
47353         * aclocal.m4: Remove ranlib test.
47354         * configure.in: No need to check for ranlib.
47355         * elf/rtld-Rules: Don't use RANLIB.
47356
47357 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47358
47359         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
47360         protection macro.
47361         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
47362         inclusion protection macro.
47363
47364         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
47365         SIGRTMIN and SIGRTMAX and print information in that case only when
47366         SIGRTMIN is defined.
47367
47368 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
47369
47370         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
47371         arginfo fn returning -1.
47372
47373         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
47374         and thousands string is zero terminated.
47375
47376 2011-02-03  Andreas Schwab  <schwab@redhat.com>
47377
47378         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
47379         sysdeps/unix/sysv/linux/bits/socket.h.
47380
47381 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47382
47383         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
47384         (__CPU_COUNT): Remove old macros.
47385         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
47386         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
47387         (__CPU_ALLOC, __CPU_FREE): Add macros.
47388         (__sched_cpualloc, __sched_cpufree): Add declarations.
47389
47390 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
47391
47392         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
47393         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
47394         * nscd/aicache.c (addhstaiX): Return timeout of added value.
47395         (readdhstai): Return value of addhstaiX call.
47396         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
47397         (addgrbyX): Return value returned by cache_addgr.
47398         (readdgrbyname): Return value returned by addgrbyX.
47399         (readdgrbygid): Likewise.
47400         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
47401         (addpwbyX): Return value returned by cache_addpw.
47402         (readdpwbyname): Return value returned by addhstbyX.
47403         (readdpwbyuid): Likewise.
47404         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
47405         (addservbyX): Return value returned by cache_addserv.
47406         (readdservbyname): Return value returned by addservbyX:
47407         (readdservbyport): Likewise.
47408         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
47409         (addhstbyX): Return value returned by cache_addhst.
47410         (readdhstbyname): Return value returned by addhstbyX.
47411         (readdhstbyaddr): Likewise.
47412         (readdhstbynamev6): Likewise.
47413         (readdhstbyaddrv6): Likewise.
47414         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
47415         (readdinitgroups): Return value returned by addinitgroupsX.
47416         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
47417         (prune_cache): Keep track of timeout value of re-added entries.
47418         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
47419         * nscd/nscd.h: Adjust prototypes of readd* functions.
47420
47421 2011-02-04  Roland McGrath  <roland@redhat.com>
47422
47423         * nis/nis_server.c (nis_servstate): Use the right name for 0.
47424         (nis_stats): Likewise.
47425         * nis/nis_modify.c (nis_modify): Likewise.
47426         * nis/nis_remove.c (nis_remove): Likewise.
47427         * nis/nis_add.c (nis_add): Likewise.
47428
47429         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
47430
47431         * posix/fnmatch_loop.c: Add some consts.
47432
47433         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
47434
47435 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
47436
47437         [BZ #12460]
47438         * config.make.in (config-cflags-novzeroupper): Define.
47439         * configure.in: Substitute libc_cv_cc_novzeroupper.
47440         * elf/Makefile (AVX-CFLAGS): Define.
47441         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
47442         (CFLAGS-tst-auditmod4a.c): Likewise.
47443         (CFLAGS-tst-auditmod4b.c): Likewise.
47444         (CFLAGS-tst-auditmod6b.c): Likewise.
47445         (CFLAGS-tst-auditmod6c.c): Likewise.
47446         (CFLAGS-tst-auditmod7b.c): Likewise.
47447         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
47448
47449 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
47450
47451         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
47452         function to the callback.
47453         Patch partly by Jiri Olsa <jolsa@redhat.com>.
47454
47455 2011-02-02  Andreas Schwab  <schwab@redhat.com>
47456
47457         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
47458         of errno.
47459
47460 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
47461
47462         [BZ #11724]
47463         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
47464         of constructors.
47465         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
47466         of destructors.
47467         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
47468
47469         [BZ #11724]
47470         * elf/Makefile: Add rules to build and run new test.
47471         * elf/tst-initorder.c: New file.
47472         * elf/tst-initorder.exp: New file.
47473         * elf/tst-initordera1.c: New file.
47474         * elf/tst-initordera2.c: New file.
47475         * elf/tst-initordera3.c: New file.
47476         * elf/tst-initordera4.c: New file.
47477         * elf/tst-initorderb1.c: New file.
47478         * elf/tst-initorderb2.c: New file.
47479         * elf/tst-order-a1.c: New file.
47480         * elf/tst-order-a2.c: New file.
47481         * elf/tst-order-a3.c: New file.
47482         * elf/tst-order-a4.c: New file.
47483         * elf/tst-order-b1.c: New file.
47484         * elf/tst-order-b2.c: New file.
47485         * elf/tst-order-main.c: New file.
47486         New test case by George Gensure <werkt0@gmail.com>.
47487
47488 2010-10-01  Andreas Schwab  <schwab@redhat.com>
47489
47490         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
47491         decoding ACE if AI_CANONIDN.
47492
47493 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
47494
47495         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
47496
47497 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
47498
47499         * version.h (RELEASE): Bump for 2.13 release.
47500         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
47501
47502         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
47503
47504         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
47505         MADV_NOHUGEPAGE.
47506         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
47507         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
47508         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47509         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47510         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47511         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
47512
47513         * posix/getconf.c: Update copyright year.
47514         * catgets/gencat.c: Likewise.
47515         * csu/version.c: Likewise.
47516         * debug/catchsegv.sh: Likewise.
47517         * debug/xtrace.sh: Likewise.
47518         * elf/ldconfig.c: Likewise.
47519         * elf/ldd.bash.in: Likewise.
47520         * elf/sprof.c (print_version): Likewise.
47521         * iconv/iconv_prog.c: Likewise.
47522         * iconv/iconvconfig.c: Likewise.
47523         * locale/programs/locale.c: Likewise.
47524         * locale/programs/localedef.c: Likewise.
47525         * malloc/memusage.sh: Likewise.
47526         * malloc/mtrace.pl: Likewise.
47527         * nscd/nscd.c (print_version): Likewise.
47528         * nss/getent.c: Likewise.
47529
47530         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
47531         PF_CAIF, and PF_ALG.
47532         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47533
47534 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
47535
47536         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
47537         (modules-names): Use them.
47538         (ifunc-test-modules, ifunc-pie-tests): Define.
47539         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
47540         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
47541         (test-extras): Likewise.
47542         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
47543         $(compile-command.c).
47544         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
47545         (all-built-dso): Define.
47546         (check-textrel.out, check-execstack.out): Depend on it.
47547
47548         * configure.in: Don't override --enable-multi-arch.
47549
47550 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
47551
47552         [BZ #6812]
47553         * nscd/hstcache.c (tryagain): Define.
47554         (cache_addhst): Return tryagain not notfound for temporary errors.
47555         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
47556         failed.
47557
47558 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
47559
47560         [BZ #10563]
47561         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
47562         to make the syscall.
47563         * sysdeps/unix/sysv/linux/setgroups.c: New file.
47564
47565         [BZ #12378]
47566         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
47567         and fall back to matching as normal character if the string ends before
47568         the matching ']' is found.  This is what POSIX requires.
47569         * posix/testfnm.c: Adjust test result.
47570         * posix/globtest.sh: Adjust test result.  Add new test.
47571         * posix/tst-fnmatch.input: Likewise.
47572         * posix/tst-fnmatch2.c: Add new test.
47573
47574 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
47575
47576         * elf/Makefile (check-execstack): Revert last change.  Depend on
47577         check-execstack.h.
47578         (check-execstack.h): New target.
47579         (generated): Add check-execstack.h.
47580         * elf/check-execstack.c: Include "check-execstack.h".
47581         (main): Revert last change.
47582         (handle_file): Return zero if GNU_STACK is absent and
47583         DEFAULT_STACK_PERMS doesn't include PF_X.
47584
47585 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
47586
47587         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
47588         in child fails because the descriptor is already closed.
47589         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
47590         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
47591         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
47592
47593         [BZ #12397]
47594         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
47595         syscall.
47596
47597         [BZ #10484]
47598         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
47599         temporary buffer used to handle multi lookups locally.
47600         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
47601
47602 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
47603
47604         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
47605         loader is ld.so.
47606
47607 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
47608
47609         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
47610         alignment for SSE2.
47611
47612 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
47613
47614         [BZ #12394]
47615         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
47616         characters.  When rounding increased number of integer digits recompute
47617         number of groups.
47618         * stdio-common/tst-grouping.c: New file.
47619         * stdio-common/Makefile: Add rules to build and run tst-grouping.
47620
47621 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
47622
47623         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
47624         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
47625
47626         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
47627         void.
47628         * bits/select.h: Likewise.
47629
47630 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
47631
47632         * po/ja.po: Update from translation team.
47633
47634 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
47635
47636         [BZ #11155]
47637         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
47638         implementation just like for lxstat, fxstatat, et al.
47639
47640 2010-12-27  Jim Meyering  <meyering@redhat.com>
47641
47642         [BZ #12348]
47643         * posix/regexec.c (build_trtable): Return failure indication upon
47644         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
47645
47646 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
47647
47648         [BZ #12201]
47649         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
47650         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
47651         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
47652         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
47653
47654         [BZ #12207]
47655         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
47656
47657         [BZ #12204]
47658         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
47659         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
47660
47661 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
47662
47663         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
47664         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
47665         script has SORT_BY_INIT_PRIORITY.
47666         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
47667         NO_CTORS_DTORS_SECTIONS is defined.
47668         * elf/soinit.c: Likewise.
47669         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
47670         NO_CTORS_DTORS_SECTIONS is defined.
47671         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
47672         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
47673         * sysdeps/sh/init-first.c: Likewise.
47674         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
47675
47676 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
47677
47678         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
47679         always use the slow path.
47680
47681 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
47682
47683         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
47684         similar rule which adds the sysdep directories to the header search in
47685         order to pick up the correct platform stackinfo.h.
47686         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
47687         perform test if it is, otherwise return successfully without testing.
47688         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
47689         DEFAULT_STACK_PERMS define in stackinfo.h.
47690         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
47691         defined in stackinfo.h.
47692         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
47693         DEFAULT_STACK_PERMS defined in stackinfo.h.
47694         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
47695         * sysdeps/ia64/stackinfo.h: Likewise.
47696         * sysdeps/s390/stackinfo.h: Likewise.
47697         * sysdeps/sh/stackinfo.h: Likewise.
47698         * sysdeps/sparc/stackinfo.h: Likewise.
47699         * sysdeps/x86_64/stackinfo.h: Likewise.
47700         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
47701         PF_X for powerpc64.  Retain PF_X for powerpc32.
47702
47703 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
47704
47705         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
47706         accurately.
47707         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
47708         GETDENTS_64BIT_ALIGNED.
47709
47710 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
47711
47712         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
47713
47714 2010-12-10  Andreas Schwab  <schwab@redhat.com>
47715
47716         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
47717         _GNU_SOURCE.
47718
47719         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
47720         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
47721         Remove __restrict.
47722         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
47723         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
47724
47725 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
47726
47727         [BZ #11655]
47728         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
47729         are initialized.
47730
47731 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
47732
47733         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
47734
47735 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
47736
47737         * po/it.po: Update from translation team.
47738
47739 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
47740
47741         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
47742         unused codes.
47743
47744 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
47745
47746         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
47747
47748 2010-11-24  Andreas Schwab  <schwab@redhat.com>
47749
47750         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
47751         specially.
47752         (gaih_getanswer_slice): Likewise.
47753
47754 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
47755
47756         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
47757
47758 2010-05-31  Petr Baudis  <pasky@suse.cz>
47759
47760         [BZ #11149]
47761         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
47762         silently even in the chroot mode.
47763
47764 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
47765
47766         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
47767         last patch a bit.  Pretty printing
47768
47769 2010-05-31  Petr Baudis <pasky@suse.cz>
47770
47771         [BZ #10085]
47772         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
47773         initialization of skip_initgroups_dyn.
47774
47775 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
47776
47777         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
47778         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
47779
47780 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
47781
47782         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
47783
47784 2010-11-11  Andreas Schwab  <schwab@redhat.com>
47785
47786         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
47787         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
47788         (tst-fnmatch-ENV): Set MALLOC_TRACE.
47789         ($(objpfx)tst-fnmatch-mem): New rule.
47790         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
47791         * posix/tst-fnmatch.c (main): Call mtrace.
47792
47793 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
47794
47795         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47796         Support Intel processor model 6 and model 0x2c.
47797
47798 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
47799
47800         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
47801           signed comparison.
47802
47803 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
47804
47805         [BZ #12205]
47806         * string/test-strncasecmp.c (check_result): New function.
47807         (do_one_test): Use it.
47808         (check1): New function.
47809         (test_main): Use it.
47810         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
47811         Support strcasecmp and strncasecmp.
47812
47813 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
47814
47815         [BZ #12194]
47816         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
47817         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47818
47819 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
47820
47821         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
47822         IFUNC support.
47823         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47824         memset-x86-64.
47825         * sysdeps/x86_64/multiarch/bzero.S: New file.
47826         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
47827         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
47828         * sysdeps/x86_64/multiarch/memset.S: New file.
47829         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
47830         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47831         Set bit_Prefer_SSE_for_memop for Intel processors.
47832         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
47833         Define.
47834         (index_Prefer_SSE_for_memop): Define.
47835         (HAS_PREFER_SSE_FOR_MEMOP): Define.
47836
47837 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
47838
47839         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
47840         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
47841
47842 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
47843
47844         [BZ #12191]
47845         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
47846         (__x86_64_raw_data_cache_size_half): Likewise.
47847         (__x86_64_raw_shared_cache_size): Likewise.
47848         (__x86_64_raw_shared_cache_size_half): Likewise.
47849
47850         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
47851         (__x86_64_raw_data_cache_size_half): Likewise.
47852         (__x86_64_raw_shared_cache_size): Likewise.
47853         (__x86_64_raw_shared_cache_size_half): Likewise.
47854         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
47855         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
47856         and __x86_64_raw_shared_cache_size_half.  Round
47857         __x86_64_data_cache_size_half, __x86_64_data_cache_size
47858         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
47859         to multiple of 256 bytes.
47860
47861 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
47862
47863         [BZ #12167]
47864         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
47865         of inacessible symlinks.  Verify result of symlink before returning it.
47866         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
47867         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
47868
47869 2010-10-28  Erich Ritz  <erichritz@gmail.com>
47870
47871         * math/math.h (isinf): Fix typo in comment.
47872
47873 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
47874
47875         * po/da.po: Update from translation team.
47876
47877 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
47878
47879         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
47880         is added to the list.
47881
47882 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47883             Ulrich Drepper  <drepper@gmail.com>
47884
47885         * elf/dl-object.c (_dl_new_object): Don't append the new object to
47886         the global list here.  Move code to...
47887         (_dl_add_to_namespace_list): ...here.  New function.
47888         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
47889         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
47890         * elf/dl-load.c (lose): Don't remove the element from the list.
47891         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
47892         (_dl_map_object): Likewise.
47893
47894 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
47895
47896         [BZ #12159]
47897         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
47898         into all bytes of SSE register.
47899         Patch by Richard Li <richardpku@gmail.com>.
47900
47901 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
47902
47903         [BZ #12140]
47904         * malloc/malloc.c (_int_free): Fill correct number of bytes when
47905         perturbing.
47906
47907 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
47908
47909         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
47910         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
47911         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
47912         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
47913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
47914         submachine.
47915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
47916
47917 2010-10-22  Andreas Schwab  <schwab@redhat.com>
47918
47919         * include/dlfcn.h (__RTLD_SECURE): Define.
47920         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
47921         mode & __RTLD_SECURE instead.
47922         (open_path): Rename preloaded parameter to secure.
47923         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
47924         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
47925         * elf/dl-deps.c (openaux): Likewise.
47926         * elf/rtld.c (struct map_args): Remove is_preloaded.
47927         (map_doit): Don't use it.
47928         (dl_main): Likewise.
47929         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
47930         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
47931
47932 2010-09-09  Andreas Schwab  <schwab@redhat.com>
47933
47934         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
47935         (sysd-rules-targets): Remove duplicates.
47936         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
47937         rtld-%.$o dependency.
47938
47939 2010-10-18  Andreas Schwab  <schwab@redhat.com>
47940
47941         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
47942         _dl_map_object do it.
47943
47944 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
47945
47946         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
47947         fast fma builtins, define the macros in the C99 standard.
47948         (FP_FAST_FMAF): Likewise.
47949         (FP_FAST_FMAL): Likewise.
47950         * sysdeps/x86_64/bits/mathdef.h: Likewise.
47951
47952         * bits/mathdef.h: Update copyright year.
47953         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47954
47955 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
47956
47957         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
47958         builtins, define the macros in the C99 standard.
47959         (FP_FAST_FMAF): Likewise.
47960         (FP_FAST_FMAL): Likewise.
47961         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
47962         multiply/add.
47963         (FP_FAST_FMAF): Likewise.
47964
47965 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
47966
47967         [BZ #3268]
47968         * math/libm-test.inc (fma_test): Some new testcases.
47969         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
47970         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
47971         y and infinite z.  Do multiplication by C already in long double.
47972         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
47973         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
47974         y and infinite z.  Do bitwise or of inexact bit into u.d.
47975         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
47976         * sysdeps/i386/fpu/s_fmaf.S: Removed.
47977         * sysdeps/i386/fpu/s_fma.S: Removed.
47978         * sysdeps/i386/fpu/s_fmal.S: Removed.
47979
47980 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
47981
47982         [BZ #3268]
47983         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
47984         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
47985         computation is not scheduled after fetestexcept.  Fix value
47986         of minimum denormal long double.
47987
47988 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
47989
47990         [BZ #3268]
47991         * math/libm-test.inc (fma_test): Add some more tests.
47992         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
47993         correctly.
47994
47995 2010-10-15  Andreas Schwab  <schwab@redhat.com>
47996
47997         * scripts/data/localplt-s390-linux-gnu.data: New file.
47998         * scripts/data/localplt-s390x-linux-gnu.data: New file.
47999
48000 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
48001
48002         [BZ #3268]
48003         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
48004         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
48005         instead of dbl-64.
48006         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
48007         inlines.
48008         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
48009         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
48010         if one of x and y is very large and the other is subnormal.
48011         * sysdeps/s390/fpu/s_fmaf.c: New file.
48012         * sysdeps/s390/fpu/s_fma.c: New file.
48013         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
48014         * sysdeps/powerpc/fpu/s_fma.S: New file.
48015         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
48016         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
48017         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
48018
48019 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
48020
48021         [BZ #3268]
48022         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
48023         fma tests.
48024         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
48025         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
48026         * sysdeps/i386/i686/multiarch/s_fma.c: Include
48027         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
48028         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
48029         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
48030         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
48031
48032 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
48033
48034         [BZ #12078]
48035         * posix/regcomp.c (parse_branch): One more memory leak plugged.
48036         * posix/bug-regex31.input: Add test case.
48037
48038 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
48039
48040         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
48041         * posix/bug-regex31.input: New file.
48042
48043         [BZ #12078]
48044         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
48045         (parse_sub_exp): Fix last change, use postorder.
48046
48047         * posix/bug-regex31.c: New file.
48048         * posix/Makefile: Add rules to build and run bug-regex31.
48049
48050         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
48051
48052         [BZ #12078]
48053         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
48054
48055         [BZ #12108]
48056         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
48057         to have entries in sys_siglist.
48058
48059         [BZ #12093]
48060         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
48061         be NULL.
48062
48063 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
48064
48065         [BZ #3268]
48066         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
48067         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
48068         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
48069         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
48070         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48071         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
48072         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
48073         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
48074         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
48075         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
48076         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
48077         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
48078         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
48079         * math/ftestexcept.c (fetestexcept): Likewise.
48080         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
48081         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
48082         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
48083         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
48084         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
48085         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
48086         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
48087
48088 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
48089
48090         [BZ #12107]
48091         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
48092         newline.
48093
48094 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
48095
48096         * string/bug-strstr1.c: New file.
48097         * string/Makefile: Add rules to build and run bug-strstr1.
48098
48099 2010-10-05  Eric Blake  <eblake@redhat.com>
48100
48101         [BZ #12092]
48102         * string/str-two-way.h (two_way_long_needle): Always clear memory
48103         when skipping input due to the shift table.
48104
48105 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
48106
48107         [BZ #12005]
48108         * malloc/mcheck.c: Handle large requests.
48109
48110         [BZ #12077]
48111         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
48112         for strncmp and strncasecmp.
48113         * string/stratcliff.c: Add tests for strcmp and strncmp.
48114         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
48115
48116 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
48117
48118         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
48119         __set_fpscr.
48120
48121 2010-09-30  Andreas Jaeger  <aj@suse.de>
48122
48123         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
48124         (CGROUP_SUPER_MAGIC): Define.
48125         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
48126         Handle btrfs and cgroup file systems.
48127         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
48128         Likewise.
48129
48130 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
48131
48132         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
48133         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
48134
48135 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48136
48137         [BZ #12067]
48138         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
48139         trying to locate the ELF header.
48140
48141 2010-09-27  Andreas Schwab  <schwab@redhat.com>
48142
48143         [BZ #11611]
48144         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
48145         Mask out sign-bit copies when constructing f_fsid.
48146
48147 2010-09-24  Petr Baudis <pasky@suse.cz>
48148
48149         * debug/stack_chk_fail_local.c: Add missing licence exception.
48150         * debug/warning-nop.c: Likewise.
48151
48152 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
48153
48154         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
48155         implementing getdents64 using getdents syscall, set d_type if
48156         __ASSUME_GETDENTS32_D_TYPE.
48157
48158 2010-09-16  Andreas Schwab  <schwab@redhat.com>
48159
48160         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
48161         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
48162
48163 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
48164
48165         [BZ #12037]
48166         * posix/unistd.h: Undo change of feature selection for ftruncate from
48167         2010-01-11.
48168
48169 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
48170
48171         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
48172         detection.
48173
48174 2010-09-20  Andreas Schwab  <schwab@redhat.com>
48175
48176         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
48177         fanotify_mark.
48178         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
48179
48180 2010-09-14  Andreas Schwab  <schwab@redhat.com>
48181
48182         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
48183         variables after CHECK_SP call.
48184         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
48185
48186 2010-09-13  Andreas Schwab  <schwab@redhat.com>
48187             Ulrich Drepper  <drepper@redhat.com>
48188
48189         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
48190         re-relocationg ld.so.
48191         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
48192         _dl_init_paths call.
48193         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
48194         here anymore.
48195
48196 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
48197
48198         * resolv/res_init.c (__res_vinit): Count the default server we added.
48199
48200 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
48201             Ulrich Drepper  <drepper@redhat.com>
48202
48203         [BZ #11968]
48204         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
48205         (____longjmp_chk): Use %ebx for saving value across system call.
48206         Add unwind info.
48207
48208 2010-09-06  Andreas Schwab  <schwab@redhat.com>
48209
48210         * manual/Makefile: Don't mix pattern rules with normal rules.
48211
48212 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
48213
48214         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
48215         operation.
48216         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
48217         * libio/iofopncook.c (_IO_cookie_init): Likewise.
48218         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
48219         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
48220         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
48221         Likewise.
48222
48223 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
48224
48225         [BZ #11979]
48226         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
48227         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
48228
48229 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
48230
48231         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
48232         * sysdeps/x86_64/addmul_1.S: Likewise.
48233         * sysdeps/x86_64/lshift.S: Likewise.
48234         * sysdeps/x86_64/mul_1.S: Likewise.
48235         * sysdeps/x86_64/rshift.S: Likewise.
48236         * sysdeps/x86_64/sub_n.S: Likewise.
48237         * sysdeps/x86_64/submul_1.S: Likewise.
48238
48239 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48240
48241         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
48242         Define __sched_param instead of SCHED_* and sched_param when
48243         <bits/sched.h> is included with __need_schedparam defined.
48244         * bits/sched.h [__need_schedparam]
48245         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
48246         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
48247         (__defined_schedparam): Define to 1.
48248         (__sched_param): New structure, identical to sched_param.
48249         (__need_schedparam): Undefine.
48250
48251 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
48252
48253         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
48254         (epoll_create1): Declare.
48255
48256         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
48257
48258 2010-08-31  Andreas Schwab  <schwab@redhat.com>
48259
48260         [BZ #7066]
48261         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
48262         shifting retval into place.
48263
48264 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
48265
48266         * nis/rpcsvc/nis.h: Update copyright notice.
48267         * nis/rpcsvc/nis.x: Likewise.
48268         * nis/rpcsvc/nis_callback.h: Likewise.
48269         * nis/rpcsvc/nis_callback.x: Likewise.
48270         * nis/rpcsvc/nis_object.x: Likewise.
48271         * nis/rpcsvc/nis_tags.h: Likewise.
48272         * nis/rpcsvc/yp.h: Likewise.
48273         * nis/rpcsvc/yp.x: Likewise.
48274         * nis/rpcsvc/ypupd.h: Likewise.
48275         * nis/yp_xdr.c: Likewise.
48276         * nis/ypupdate_xdr.c: Likewise.
48277
48278         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
48279         mainly the body of pmap_getport.  Add parameters to specify timeouts.
48280         (pmap_getport): Use __libc_rpc_getport.
48281         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
48282         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
48283         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
48284
48285 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
48286
48287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
48288         fanotify_mark.
48289
48290 2010-08-27  Roland McGrath  <roland@redhat.com>
48291
48292         * sysdeps/i386/i686/multiarch/Makefile
48293         (CFLAGS-varshift.c): New variable.
48294
48295 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
48296
48297         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
48298         * sysdeps/i386/i686/multiarch/varshift.c: New file.
48299
48300         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
48301
48302         * sysdeps/x86_64/strlen.S: Minimal code improvement.
48303
48304 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
48305
48306         * sysdeps/x86_64/strlen.S: Unroll the loop.
48307         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48308         strlen-sse2 strlen-sse2-bsf.
48309         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
48310         __strlen_no_bsf if bit_Slow_BSF is set.
48311         (__strlen_sse42): Removed.
48312         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
48313         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
48314
48315 2010-08-25  Roland McGrath  <roland@redhat.com>
48316
48317         * sysdeps/x86_64/multiarch/varshift.S: File removed.
48318         * sysdeps/x86_64/multiarch/varshift.c: New file.
48319         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
48320         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
48321         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
48322         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
48323
48324 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
48325
48326         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48327         strlen-sse2 strlen-sse2-bsf.
48328         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
48329         __strlen_sse2_bsf if bit_Slow_BSF is unset.
48330         (__strlen_sse2): Removed.
48331         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
48332         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
48333         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
48334         bit_Slow_BSF for Atom.
48335         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
48336         (index_Slow_BSF): Define.
48337         (HAS_SLOW_BSF): Define.
48338
48339 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
48340
48341         [BZ #10851]
48342         * resolv/res_init.c (__res_vinit): When no server address at all
48343         is given default to loopback.
48344
48345 2010-08-24  Roland McGrath  <roland@redhat.com>
48346
48347         * configure.in: Remove config-name.h generation.
48348         * configure: Regenerated.
48349         * config-name.in: File removed.
48350         * scripts/config-uname.sh: New file.
48351         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
48352         ($(objdir)config-name.h): New target.
48353
48354         * sunrpc/rpc_parse.h: Avoid nested comment.
48355
48356 2010-08-24  Richard Henderson  <rth@redhat.com>
48357             Ulrich Drepper  <drepper@redhat.com>
48358             H.J. Lu  <hongjiu.lu@intel.com>
48359
48360         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
48361         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
48362         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
48363         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
48364         _mm_alignr_epi8 with _mm_loadu_si128.
48365         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
48366         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
48367         (__m128i_shift_right): Removed.
48368         * sysdeps/i386/i686/multiarch/varshift.h: New file.
48369         * sysdeps/i386/i686/multiarch/varshift.S: New file.
48370         * sysdeps/x86_64/multiarch/varshift.h: New file.
48371         * sysdeps/x86_64/multiarch/varshift.S: New file.
48372
48373 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
48374
48375         * configure.in: Move assembler checks to before sysdep dir checking.
48376
48377 2010-08-20  Petr Baudis  <pasky@suse.cz>
48378
48379         * LICENSES: Sync the sunrpc license.
48380
48381 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
48382
48383         * sunrpc/auth_des.c: Update copyright notice once again.
48384         * sunrpc/auth_none.c: Likewise.
48385         * sunrpc/auth_unix.c: Likewise.
48386         * sunrpc/authdes_prot.c: Likewise.
48387         * sunrpc/authuxprot.c: Likewise.
48388         * sunrpc/bindrsvprt.c: Likewise.
48389         * sunrpc/clnt_gen.c: Likewise.
48390         * sunrpc/clnt_perr.c: Likewise.
48391         * sunrpc/clnt_raw.c: Likewise.
48392         * sunrpc/clnt_simp.c: Likewise.
48393         * sunrpc/clnt_tcp.c: Likewise.
48394         * sunrpc/clnt_udp.c: Likewise.
48395         * sunrpc/clnt_unix.c: Likewise.
48396         * sunrpc/des_crypt.c: Likewise.
48397         * sunrpc/des_soft.c: Likewise.
48398         * sunrpc/get_myaddr.c: Likewise.
48399         * sunrpc/getrpcport.c: Likewise.
48400         * sunrpc/key_call.c: Likewise.
48401         * sunrpc/key_prot.c: Likewise.
48402         * sunrpc/openchild.c: Likewise.
48403         * sunrpc/pm_getmaps.c: Likewise.
48404         * sunrpc/pm_getport.c: Likewise.
48405         * sunrpc/pmap_clnt.c: Likewise.
48406         * sunrpc/pmap_prot.c: Likewise.
48407         * sunrpc/pmap_prot2.c: Likewise.
48408         * sunrpc/pmap_rmt.c: Likewise.
48409         * sunrpc/rpc/auth.h: Likewise.
48410         * sunrpc/rpc/auth_unix.h: Likewise.
48411         * sunrpc/rpc/clnt.h: Likewise.
48412         * sunrpc/rpc/des_crypt.h: Likewise.
48413         * sunrpc/rpc/key_prot.h: Likewise.
48414         * sunrpc/rpc/netdb.h: Likewise.
48415         * sunrpc/rpc/pmap_clnt.h: Likewise.
48416         * sunrpc/rpc/pmap_prot.h: Likewise.
48417         * sunrpc/rpc/pmap_rmt.h: Likewise.
48418         * sunrpc/rpc/rpc.h: Likewise.
48419         * sunrpc/rpc/rpc_des.h: Likewise.
48420         * sunrpc/rpc/rpc_msg.h: Likewise.
48421         * sunrpc/rpc/svc.h: Likewise.
48422         * sunrpc/rpc/svc_auth.h: Likewise.
48423         * sunrpc/rpc/types.h: Likewise.
48424         * sunrpc/rpc/xdr.h: Likewise.
48425         * sunrpc/rpc_clntout.c: Likewise.
48426         * sunrpc/rpc_cmsg.c: Likewise.
48427         * sunrpc/rpc_common.c: Likewise.
48428         * sunrpc/rpc_cout.c: Likewise.
48429         * sunrpc/rpc_dtable.c: Likewise.
48430         * sunrpc/rpc_hout.c: Likewise.
48431         * sunrpc/rpc_main.c: Likewise.
48432         * sunrpc/rpc_parse.c: Likewise.
48433         * sunrpc/rpc_parse.h: Likewise.
48434         * sunrpc/rpc_prot.c: Likewise.
48435         * sunrpc/rpc_sample.c: Likewise.
48436         * sunrpc/rpc_scan.c: Likewise.
48437         * sunrpc/rpc_scan.h: Likewise.
48438         * sunrpc/rpc_svcout.c: Likewise.
48439         * sunrpc/rpc_tblout.c: Likewise.
48440         * sunrpc/rpc_util.c: Likewise.
48441         * sunrpc/rpc_util.h: Likewise.
48442         * sunrpc/rpcinfo.c: Likewise.
48443         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
48444         * sunrpc/rpcsvc/key_prot.x: Likewise.
48445         * sunrpc/rpcsvc/klm_prot.x: Likewise.
48446         * sunrpc/rpcsvc/mount.x: Likewise.
48447         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
48448         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
48449         * sunrpc/rpcsvc/rex.x: Likewise.
48450         * sunrpc/rpcsvc/rstat.x: Likewise.
48451         * sunrpc/rpcsvc/rusers.x: Likewise.
48452         * sunrpc/rpcsvc/sm_inter.x: Likewise.
48453         * sunrpc/rpcsvc/spray.x: Likewise.
48454         * sunrpc/rpcsvc/yppasswd.x: Likewise.
48455         * sunrpc/rtime.c: Likewise.
48456         * sunrpc/svc.c: Likewise.
48457         * sunrpc/svc_auth.c: Likewise.
48458         * sunrpc/svc_authux.c: Likewise.
48459         * sunrpc/svc_raw.c: Likewise.
48460         * sunrpc/svc_run.c: Likewise.
48461         * sunrpc/svc_simple.c: Likewise.
48462         * sunrpc/svc_tcp.c: Likewise.
48463         * sunrpc/svc_udp.c: Likewise.
48464         * sunrpc/svc_unix.c: Likewise.
48465         * sunrpc/svcauth_des.c: Likewise.
48466         * sunrpc/xcrypt.c: Likewise.
48467         * sunrpc/xdr.c: Likewise.
48468         * sunrpc/xdr_array.c: Likewise.
48469         * sunrpc/xdr_float.c: Likewise.
48470         * sunrpc/xdr_mem.c: Likewise.
48471         * sunrpc/xdr_rec.c: Likewise.
48472         * sunrpc/xdr_ref.c: Likewise.
48473         * sunrpc/xdr_sizeof.c: Likewise.
48474         * sunrpc/xdr_stdio.c: Likewise.
48475
48476         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
48477         handling.
48478
48479 2010-08-19  Andreas Schwab  <schwab@redhat.com>
48480
48481         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
48482
48483 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
48484
48485         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
48486         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
48487         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
48488         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
48489         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
48490         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
48491         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
48492         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
48493         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
48494         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
48495         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
48496         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
48497         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
48498         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
48499
48500 2010-07-26  Anton Blanchard  <anton@samba.org>
48501
48502         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
48503         * malloc/arena.c (heap_trim): Likewise.
48504
48505 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
48506
48507         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
48508         here.  Not...
48509         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
48510         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
48511
48512 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
48513
48514         * sysdeps/i386/elf/Makefile: New file.
48515
48516 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
48517
48518         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
48519         from fanotify_init.
48520         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
48521         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
48522
48523 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
48524
48525         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
48526         of strncasecmp_l.
48527         * sysdeps/multiarch/strcmp.S: Likewise.
48528
48529 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
48530
48531         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
48532         strncase_l-nonascii.
48533         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
48534         Add strncase_l-ssse3.
48535         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
48536         * sysdeps/x86_64/strcmp.S: Likewise.
48537         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
48538         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
48539         * sysdeps/x86_64/strncase.S: New file.
48540         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
48541         * sysdeps/x86_64/strncase_l.S: New file.
48542         * string/Makefile (strop-tests): Add strncasecmp.
48543         * string/test-strncasecmp.c: New file.
48544
48545         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
48546         warning.
48547
48548         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
48549         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
48550
48551 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
48552
48553         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
48554
48555 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
48556
48557         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
48558         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
48559         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
48560
48561 2010-05-01  Alan Modra  <amodra@gmail.com>
48562
48563         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
48564         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
48565         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
48566         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
48567         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
48568         tidying.  Don't tail-call __sigjmp_save for static lib.
48569         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
48570         save location.
48571         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
48572         (CALL_MCOUNT): Add eh info, and nop after bl.
48573         (TAIL_CALL_SYSCALL_ERROR): New macro.
48574         (PSEUDO_RET): Use it.
48575         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
48576         Correct save location of integer regs and cr.
48577         (_dl_profile_resolve): Correct cr save location.  Delete nops
48578         after bl when SHARED.  Reduce cfi size a little by better
48579         placement of cfi directives.
48580         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
48581         make a stack frame.  Instead use parm save area as a temp.
48582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
48583         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
48584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
48585         Don't make a stack frame for parent, use parm save area.
48586         Increase child stack frame to 112 bytes.  Don't save unused reg,
48587         and adjust reg usage.  Set up cfi on error recovery and
48588         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
48589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
48590         (__makecontext): Add dummy nop after jump to exit.
48591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
48592         Use correct parm save area and cr save, reduce stack frame.
48593         Correct cfi for possible PSEUDO_RET frame setup.
48594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
48595         Branch to local label emitted by PSEUDO_RET rather than
48596         __syscall_error.
48597
48598 2010-08-12  Andreas Schwab  <schwab@redhat.com>
48599
48600         [BZ #11904]
48601         * locale/programs/locale.c (print_assignment): New function.
48602         (show_locale_vars): Use it.
48603
48604 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
48605
48606         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
48607         field.
48608         (struct statfs64): Likewise.
48609         (_STATFS_F_FLAGS): Define.
48610         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
48611         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
48612         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
48613         (ST_VALID): Define locally.
48614         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
48615         __statvfs_getflags, use the provided value.
48616         * sysdeps/unix/sysv/linux/kernel-features.h: Define
48617         __ASSUME_STATFS_F_FLAGS.
48618
48619         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
48620
48621         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
48622         Add sys/fanotify.h.
48623         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
48624         fanotify_mask for GLIBC_2.13.
48625         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
48626         fanotify_init and fanotify_mark.
48627         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
48628         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
48629
48630         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
48631         Add prlimit.
48632         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
48633         prlimit64 for GLIBC_2.13.
48634         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
48635         prlimit64.
48636         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
48637         syscall.
48638         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
48639         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
48640         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
48641         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
48642         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
48643         add prlimit alias.
48644         * sysdeps/unix/sysv/linux/prlimit.c: New file.
48645
48646         [BZ #11903]
48647         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
48648         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
48649
48650         * nss/Makefile: Add rules to build and run tst-nss-test1.
48651         * shlib-versions: Add entry for libnss_test1.
48652         * nss/nss_test1.c: New file.
48653         * nss/tst-nss-test1.c: New file.
48654
48655         * nss/nsswitch.c (__nss_database_custom): Define new variable.
48656         (__nss_configure_lookup): Set appropriate entry in
48657         __nss_configure_lookup to true.
48658         * nss/nsswitch.h: Define enum with indeces of databases in
48659         databases and __nss_database_custom arrays.  Declare
48660         __nss_database_custom.
48661         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
48662         to avoid using nscd when custom rules are installed.
48663         * nss/getXXbyYY_r.c: Likewise.
48664         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
48665
48666         * nss/nss_files/files-parse.c: Whitespace fixes.
48667
48668 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
48669
48670         [BZ #11883]
48671         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
48672         * posix/fnmatch_loop.c: Likewise.
48673
48674 2010-07-17  Andi Kleen  <ak@linux.intel.com>
48675
48676         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
48677         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
48678         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
48679         * Versions.def [GLIBC_2.13]: Add.
48680
48681 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
48682
48683         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
48684         Also fail if tpwd after pwuid call is NULL.
48685
48686 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48687
48688         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
48689         when converting to ms.
48690
48691 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48692
48693         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
48694         EOPNOTSUPP errors with ENOTTY.
48695         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
48696         EOPNOTSUPP errors with ENOTTY.
48697
48698 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
48699
48700         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
48701         Add strcasecmp_l-ssse3.
48702         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
48703         strcasecmp.
48704         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
48705         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
48706         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
48707
48708 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
48709
48710         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
48711
48712         * string/Makefile (strop-tests): Add strcasecmp.
48713         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
48714         strcasecmp_l-nonascii.
48715         (gen-as-const-headers): Add locale-defines.sym.
48716         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
48717         * sysdeps/x86_64/strcasecmp.S: New file.
48718         * sysdeps/x86_64/strcasecmp_l.S: New file.
48719         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
48720         * sysdeps/x86_64/locale-defines.sym: New file.
48721         * string/test-strcasecmp.c: New file.
48722
48723         * string/test-strcasestr.c: Test both ends of the range of characters.
48724         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
48725
48726 2010-07-29  Roland McGrath  <roland@redhat.com>
48727
48728         [BZ #11856]
48729         * manual/locale.texi (Yes-or-No Questions): Fix example code.
48730
48731 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
48732
48733         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
48734         for ld.so.
48735
48736 2010-07-27  Andreas Schwab  <schwab@redhat.com>
48737
48738         * manual/memory.texi (Malloc Tunable Parameters): Document
48739         M_PERTURB.
48740
48741 2010-07-26  Roland McGrath  <roland@redhat.com>
48742
48743         [BZ #11840]
48744         * configure.in (-fgnu89-inline check): Set and substitute
48745         gnu89_inline, not libc_cv_gnu89_inline.
48746         * configure: Regenerated.
48747         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
48748
48749 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
48750
48751         * string/test-strnlen.c: New file.
48752         * string/Makefile (strop-tests): Add strnlen.
48753         * string/tester.c (test_strnlen): Add a few more test cases.
48754         * string/tst-strlen.c: Better error reporting.
48755
48756         * sysdeps/x86_64/strnlen.S: New file.
48757
48758 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
48759
48760         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
48761         lower-latency instructions.
48762
48763 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
48764
48765         * string/test-strcasestr.c: New file.
48766         * string/test-strstr.c: New file.
48767         * string/Makefile (strop-tests): Add strstr and strcasestr.
48768         * string/str-two-way.h: Don't undefine MAX.
48769         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
48770
48771 2010-07-21  Andreas Schwab  <schwab@redhat.com>
48772
48773         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48774         strcasestr-nonascii.
48775         (CFLAGS-strcasestr-nonascii.c): Define.
48776         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
48777         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
48778         Remove unused attribute.
48779
48780 2010-07-20  Roland McGrath  <roland@redhat.com>
48781
48782         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
48783         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
48784         ld.so.cache was broken.  With it, there is no way to disable dsocaps
48785         like LD_HWCAP_MASK can disable hwcaps.
48786
48787 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
48788
48789         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
48790
48791 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
48792
48793         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
48794         call in strcasestr.
48795         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
48796         __strcasestr_sse42_nonascii.
48797         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
48798         strcasestr-nonascii.c.
48799         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
48800
48801 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
48802
48803         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
48804         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
48805         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
48806         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
48807
48808 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
48809
48810         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
48811         fcntl.
48812
48813 2010-07-06  Andreas Schwab  <schwab@redhat.com>
48814
48815         [BZ #11577]
48816         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
48817         dl_signal_cerror.
48818
48819 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
48820
48821         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
48822         _PC_PIPE_BUF using F_GETPIPE_SZ.
48823
48824 2010-07-05  Roland McGrath  <roland@redhat.com>
48825
48826         * manual/arith.texi (Rounding Functions): Fix rint description
48827         implicit in round description.
48828
48829 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
48830
48831         * elf/Makefile: Fix linking for a few tests to make recent linker
48832         happy.
48833
48834 2010-06-30  Andreas Schwab  <schwab@redhat.com>
48835
48836         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
48837         $(common-objpfx)libc_nonshared.a.
48838
48839 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
48840
48841         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
48842         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
48843         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
48844         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
48845         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
48846         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
48847         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
48848         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
48849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
48850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
48851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
48852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
48853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
48854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
48855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
48856         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
48857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
48858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
48859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
48860         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
48861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
48862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
48863         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
48864         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
48865         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
48866         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
48867         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
48868         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
48869         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
48870         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
48871         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
48872         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
48873         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
48874         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
48875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
48876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
48877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
48878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
48879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
48880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
48881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
48882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
48883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
48884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
48885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
48886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
48887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
48888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
48889
48890 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
48891
48892         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
48893         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
48894         * string/memmove.c (memmove): Renamed to ...
48895         (MEMMOVE): ...this.  Default to memmove.
48896         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
48897         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
48898         (END_CHK): Define.
48899         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48900         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
48901         mempcpy-ssse3-back memmove-ssse3-back.
48902         * sysdeps/x86_64/multiarch/bcopy.S: New file .
48903         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
48904         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
48905         * sysdeps/x86_64/multiarch/memcpy.S: New file.
48906         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
48907         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
48908         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
48909         * sysdeps/x86_64/multiarch/memmove.c: New file.
48910         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
48911         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
48912         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
48913         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
48914         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
48915         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
48916         Define.
48917         (index_Fast_Copy_Backward): Define.
48918         (HAS_ARCH_FEATURE): Define.
48919         (HAS_FAST_REP_STRING): Define.
48920         (HAS_FAST_COPY_BACKWARD): Define.
48921
48922 2010-06-21  Andreas Schwab  <schwab@redhat.com>
48923
48924         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
48925         Restore proper fallback handling.
48926
48927 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
48928
48929         [BZ #11701]
48930         * posix/group_member.c (__group_member): Correct checking loop.
48931
48932         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
48933         OOM in getpwuid_r correctly.  Return error number when the caller
48934         should return, otherwise -1.
48935         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
48936         call returning > 0 value.
48937         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
48938
48939 2010-06-07  Andreas Schwab  <schwab@redhat.com>
48940
48941         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
48942         libc_nonshared.a from targets in modules-names.
48943
48944 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
48945
48946         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
48947         requires it.
48948
48949 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
48950
48951         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
48952         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
48953         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
48954         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
48955
48956 2010-06-02  Andreas Schwab  <schwab@redhat.com>
48957
48958         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
48959
48960 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
48961
48962         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
48963         and F_GETPIPE_SZ.
48964         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
48965         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48966         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48967         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48968         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48969         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
48970
48971 2010-06-14  Roland McGrath  <roland@redhat.com>
48972
48973         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
48974
48975 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
48976
48977         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
48978         __REDIRECT followed by __THROW.
48979         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
48980         * posix/getopt.h (getopt): Likewise.
48981
48982 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
48983
48984         * hurd/lookup-at.c (__file_name_lookup_at): Accept
48985         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
48986         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
48987         in AT_FLAGS.
48988         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
48989         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
48990
48991 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
48992
48993         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
48994
48995 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
48996
48997         [BZ #11640]
48998         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48999         Properly check family and model.
49000
49001 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
49002
49003         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
49004
49005 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
49006
49007         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
49008
49009 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
49010
49011         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
49012         symbol reference.
49013
49014 2010-05-19  Andreas Schwab  <schwab@redhat.com>
49015
49016         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
49017         symbol reference.
49018
49019 2010-05-21  Andreas Schwab  <schwab@redhat.com>
49020
49021         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
49022         and internal_recvmmsg.
49023         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
49024         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
49025         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
49026         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
49027
49028         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
49029         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
49030         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
49031
49032 2010-05-20  Andreas Schwab  <schwab@redhat.com>
49033
49034         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
49035
49036 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
49037
49038         POWER7 optimizations.
49039         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
49040         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
49041
49042 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
49043
49044         * version.h: Update for 2.13 development version.
49045
49046 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
49047
49048         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
49049         exceptions.  Return 0.
49050
49051 2010-05-07  Roland McGrath  <roland@redhat.com>
49052
49053         * elf/ldconfig.c (main): Add a const.
49054
49055 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
49056
49057         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
49058         (args_options): Add no-idn option.
49059         (ahosts_keys_int): Add idn_flags to ai_flags.
49060         (parse_option): Handle 'i' option to clear idn_flags.
49061
49062         * malloc/malloc.c (_int_free): Possible race in the most recently
49063         added check.  Only act on the data if no current modification
49064         happened.
49065
49066 See ChangeLog.17 for earlier changes.